under_the_ashland_dome/src/game
2026-04-02 14:14:54 -04:00
..
components.cpp First cut of pulling out the relevant parts of my original game to make a little framework. 2026-03-22 10:37:45 -04:00
components.hpp Buttons on screens work and most screens now have a continue/quit button. 2026-04-02 14:14:54 -04:00
config.cpp First cut of pulling out the relevant parts of my original game to make a little framework. 2026-03-22 10:37:45 -04:00
config.hpp First cut of pulling out the relevant parts of my original game to make a little framework. 2026-03-22 10:37:45 -04:00
inventory.cpp First cut of pulling out the relevant parts of my original game to make a little framework. 2026-03-22 10:37:45 -04:00
inventory.hpp First cut of pulling out the relevant parts of my original game to make a little framework. 2026-03-22 10:37:45 -04:00
json_mods.hpp First cut of pulling out the relevant parts of my original game to make a little framework. 2026-03-22 10:37:45 -04:00
level.cpp Setup for the transition scenes. 2026-03-31 12:00:02 -04:00
level.hpp First cut of pulling out the relevant parts of my original game to make a little framework. 2026-03-22 10:37:45 -04:00
map.cpp First cut of pulling out the relevant parts of my original game to make a little framework. 2026-03-22 10:37:45 -04:00
map.hpp First cut of pulling out the relevant parts of my original game to make a little framework. 2026-03-22 10:37:45 -04:00
registry.hpp Refactored the FSM so that it uses a generic registry of systems to do what it needs. 2026-03-23 12:47:16 -04:00
sound.cpp First cut of pulling out the relevant parts of my original game to make a little framework. 2026-03-22 10:37:45 -04:00
sound.hpp First cut of pulling out the relevant parts of my original game to make a little framework. 2026-03-22 10:37:45 -04:00
systems.cpp Now have all four screens showing up when needed, but now need to a way to restart the game. 2026-04-02 00:38:41 -04:00
systems.hpp Refactored the FSM so that it uses a generic registry of systems to do what it needs. 2026-03-23 12:47:16 -04:00
worldbuilder.cpp Improved start screen and made the animation optional in scenes since they aren't needed always. 2026-04-02 12:15:51 -04:00
worldbuilder.hpp First cut of pulling out the relevant parts of my original game to make a little framework. 2026-03-22 10:37:45 -04:00