14 Commits (cb2e766305b1d6c573b3e3d8dd934a3013ed737a)

Author SHA1 Message Date
Zed A. Shaw 56b26e1c4a Matrix now just does the dumping but I need to make this more formal I think. 7 days ago
Zed A. Shaw eb0ca38e30 Removed the variable limit setting since it's never used and instead just have WALL_PATH_LIMIT. 7 days 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 68d8bdce12 Map is now cleaned out of anything not directly related to the map, and there's a new WorldBuilder class that will turn into a more sophisticated random world generator. 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. 1 week ago
Zed A. Shaw 10c152a1c2 A bit of cleanup and refinement before refactoring. 2 weeks ago
Zed A. Shaw e86d474c7c 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
Zed A. Shaw d0d62836e3 Now have good coverage on map but need to actually confirm results in the test. 2 weeks ago
Zed A. Shaw feda66defd Mostly working prototype that uses FTXUI to render to SFML and then plays a sound when you hit a wall. 2 months ago
Zed A. Shaw 62195e6eea A dirty first cut at a single random horiz/vert split for the BSP algorithm. 3 months ago
Zed A. Shaw 6cb3366912 I can make a map with one room 'randomly' generated and calculate paths. 3 months ago
Zed A. Shaw 8b67a25732 Cleaned up the map for more work. 3 months ago
Zed A. Shaw ebb5360c5c Fixed the bug that made walls not receive the algorithm. 3 months ago
Zed A. Shaw 4d748d1f48 Initial Dijkstra algorithm for the map, but doesn't quite work right. The walls in the wall_map are not accounted for in the algorithm. 3 months ago