The next little game in the series where I make a fancy rogue game.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Zed A. Shaw 6b3ce5eb3d Fixed a bunch of random little bugs everywhere. 7 days ago
..
ansi_parser.cpp Minor fixes to make initializing the terminal more consistent and to remove a magic number for wall limits. 1 week ago
collider.cpp Now have more test for the base functionality but need to push render tests and find a way to test the GUI. I've also brought in sol2 for lua integration but not sure what to do with it. 2 weeks ago
components.cpp First coverage reports. Tests don't get near enough coverage but running the program does. 2 weeks ago
config.cpp 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
config.json Basic config system from a json file but it's got serious issues. Can't copy construct it because of the variable blocking copying, and it can't even be put into the dinkyecs in any way. 1 month ago
dbc.cpp Initial commit that has most of what I need. 3 months ago
dijkstra.json Fixed a bunch of random little bugs everywhere. 7 days ago
dinkyecs.cpp Event system now accepts any data and the GUI receives simpler events with data for them. 1 month ago
fsm.cpp Conver to using \ for member variables in classes. In structs just use the name. 2 months ago
gui.cpp A bit of a quick test for the GUI system, but not sure how to make this do more. 1 week ago
lighting.cpp Removed the variable limit setting since it's never used and instead just have WALL_PATH_LIMIT. 7 days ago
map.cpp Matrix now just does the dumping but I need to make this more formal I think. 7 days ago
panel.cpp Minor fixes to make initializing the terminal more consistent and to remove a magic number for wall limits. 1 week ago
pathing.cpp Matrix now just does the dumping but I need to make this more formal I think. 7 days ago
render.cpp Removed the variable limit setting since it's never used and instead just have WALL_PATH_LIMIT. 7 days ago
save.cpp Test coverage back and save system should work again but have to confirm it in-game. 1 week ago
sound.cpp Removed the ambient sound until I can redesign it. 1 month ago
worldbuilder.cpp Matrix now just does the dumping but I need to make this more formal I think. 7 days ago