Commit Graph

11 Commits

Author SHA1 Message Date
Kayne Ruse be1b23ddfb Wrote a simple dungeon generator 2015-07-20 17:34:19 +10:00
Kayne Ruse 1f49a997c6 Added a lua file which maps the indices of roguetileset.png 2015-07-20 15:39:11 +10:00
Kayne Ruse 029b2518e1 Added dynamic window sizing 2015-07-20 14:52:42 +10:00
Kayne Ruse 13ae560e28 Moved BaseScene::ProcessEvents() to Application::ProcessEvents()
This is so that events can interact with the window more easily (i.e.
logical resizing).
2015-07-20 14:19:14 +10:00
Kayne Ruse 69aee157b8 Implemented zoom in/out with the scroll wheel
The focus of the zooming is the top left of the screen, but that is fine
for now.
2015-07-20 13:00:38 +10:00
Kayne Ruse 2732612803 Added a simple roguelike tileset 2015-07-20 11:44:29 +10:00
Kayne Ruse ba6f92a6e7 Resolved an off-by-one error caused by integer devision 2015-07-17 19:30:00 +10:00
Kayne Ruse 0c11e0a98b Removed a crash bug when the lambdas are absent 2015-07-17 19:02:58 +10:00
Kayne Ruse 8b1a9aee91 Moved source files to src/ 2015-07-08 03:06:52 +10:00
Kayne Ruse f254c9d88f Implemented lua, shaking out latent bugs 2015-07-08 02:48:46 +10:00
Kayne Ruse 56ae0a13c9 Initial commit 2015-07-07 23:58:59 +10:00