roguish/tests
2024-11-29 11:24:23 -05:00
..
ansi_parser.cpp Rewrote the ansi parser to exactly callback on color setting, so now just need to clean this all up and fix a few little bugs. 2024-11-16 12:10:14 -05:00
collider.cpp Refactor some code to have better naming and move Point and related point things into their own .hpp. 2024-10-26 18:26:42 -04: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 Dijkstra thing is working on a sample map. 2024-09-26 17:56:40 -04: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
map.cpp Now have good coverage on map but need to actually confirm results in the test. 2024-11-29 11:24:23 -05:00
save.cpp The json output is a problem but I don't even use it. 2024-11-08 21:45:40 -05:00
sound.cpp Removed the ambient sound until I can redesign it. 2024-11-08 13:24:31 -05:00