roguish/tests
2024-12-13 16:23:55 -05:00
..
ansi_parser.cpp Minor fixes to make initializing the terminal more consistent and to remove a magic number for wall limits. 2024-12-04 08:19:04 -05:00
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. 2024-11-30 10:43:25 -05:00
components.cpp First coverage reports. Tests don't get near enough coverage but running the program does. 2024-11-29 09:41:02 -05:00
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. 2024-11-05 02:38:36 -05:00
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. 2024-11-02 21:14:58 -04:00
dbc.cpp Initial commit that has most of what I need. 2024-09-24 18:28:01 -04:00
dijkstra.json Fixed a bunch of random little bugs everywhere. 2024-12-05 10:38:25 -05:00
dinkyecs.cpp Event system now accepts any data and the GUI receives simpler events with data for them. 2024-11-07 09:16:21 -05:00
fsm.cpp Conver to using \ for member variables in classes. In structs just use the name. 2024-10-03 17:05:23 -04:00
gui.cpp A bit of a quick test for the GUI system, but not sure how to make this do more. 2024-12-02 17:02:59 -05:00
lighting.cpp Removed the variable limit setting since it's never used and instead just have WALL_PATH_LIMIT. 2024-12-05 08:41:10 -05:00
map.cpp Matrix now just does the dumping but I need to make this more formal I think. 2024-12-05 09:17:30 -05:00
matrix.cpp A first exploration of doing a matrix iterator. 2024-12-13 16:23:55 -05:00
panel.cpp Minor fixes to make initializing the terminal more consistent and to remove a magic number for wall limits. 2024-12-04 08:19:04 -05:00
pathing.cpp Started working on a random flood function for paths to do things like fill rooms with stuff. 2024-12-12 11:38:38 -05:00
render.cpp Removed the variable limit setting since it's never used and instead just have WALL_PATH_LIMIT. 2024-12-05 08:41:10 -05:00
save.cpp Test coverage back and save system should work again but have to confirm it in-game. 2024-12-02 09:58:54 -05:00
sound.cpp Removed the ambient sound until I can redesign it. 2024-11-08 13:24:31 -05:00
worldbuilder.cpp Matrix now just does the dumping but I need to make this more formal I think. 2024-12-05 09:17:30 -05:00