Commit Graph

13 Commits (846b7aaf1696a35be75926164f9e76b8db6e5778)

Author SHA1 Message Date
Zed A. Shaw 846b7aaf16 Initial cut of the lel parser mostly working but none of the basic alignment properties work. 3 weeks ago
Zed A. Shaw 02a385e707 Make the DinkyECS test fully isolated. 3 weeks ago
Zed A. Shaw bfd2718cc9 Found my old LEL code and got the shell working, so tomorrow I'll try to make it layout some gui element. 3 weeks ago
Zed A. Shaw a69be90464 Game now builds and is using the new dynamic component loading but enemies do not spawn in and device events are really working. Also inventory is a giant bag of fail and needs a rewrite. 4 weeks ago
Zed A. Shaw 9e91c71125 BROKEN: Big refactoring happening, so it compiles but game does not run and the tests fail. 4 weeks ago
Zed A. Shaw 96efc990c1 Brought in nuke's idea for json serialize now to use it. 4 weeks ago
Zed A. Shaw d0badedbd9 More cleanup of the raycaster, finally removed the window as a dependency but I went against making it an sf::Drawable since that had a lot of code quality problems. 1 month ago
Zed A. Shaw 7228bdf210 Trying out an FSM for controlling the main loop. 1 month ago
Zed A. Shaw cbf0955786 Raycaster now controls the sprite locations with SpatialMap rather than the old way. Quick hack job in main.cpp that shows how they can move too. 1 month ago
Zed A. Shaw 2daa1c9bd5 Brought over a bunch of code from the roguelike and now will use it to generate a random map. 1 month ago
Zed A. Shaw 831e15ca18 Brought in Amit's latest code and converted it to use either dumb lighting or his new torch lighting, then threw in the FPS counter from last night. 2 months ago
Zed A. Shaw 5e63272f24 Brought in some of amit's code to study and try out. amt/ has it. 2 months ago
Zed A. Shaw 6b181382bd First build that actually works. SDL_main errors before but didn't figure out the cause. 2 months ago