12 Commits (9ab064126fdc6a28da423ea6aa812bf142e1fb47)

Author SHA1 Message Date
Zed A. Shaw 0edd948101 A barely working tool to find font characters and pick their color. 5 days ago
Zed A. Shaw eb0ca38e30 Removed the variable limit setting since it's never used and instead just have WALL_PATH_LIMIT. 1 week ago
Zed A. Shaw 9abb39a3bf Did a full code review to identify things to fix and either fixed them or noted BUG where I should come back. 1 week ago
Zed A. Shaw 2576b16869 Test coverage back and save system should work again but have to confirm it in-game. 1 week ago
Zed A. Shaw 3f7a9cc124 Lighting is now in its own class using the new Pathing class. This should allow me to make it more consistent and possibly make Pathing more efficient. 2 weeks ago
Zed A. Shaw 0e79288afc More notes on the next things to do. 1 month ago
Zed A. Shaw b2ed598c1f Kind of working save now, but does have problems with dead things. 1 month ago
Zed A. Shaw 99d56b246c Looks like this is _possibly_ working but the last step of actually loading a save needs to be figured out. 1 month ago
Zed A. Shaw 6add24fed2 Big revelation is that anytime you're doing file I/O you _must_ use std::filesystem. It simplifies so much about working with files. 1 month ago
Zed A. Shaw da63f006c2 Config and save system almost there. 1 month ago
Zed A. Shaw 71bc97a016 Save system should work better now, just needed to switch to basic map. This would probably a lot better if tser.hpp supported std::any. 1 month ago
Zed A. Shaw d113dba42f Almost working save sytem but the data I store is totally wrong. I need to also save the entity IDs being used and map them to the components. 1 month ago