Commit Graph

19 Commits

Author SHA1 Message Date
79493b9bef add popups to certain user actions 2026-02-28 21:29:57 +01:00
bc8dd423be fix bug in preset validation and clear_goal (board repr wasn't updated correctly) 2026-02-28 18:58:42 +01:00
ce05dd504a small refactor 2026-02-28 18:37:47 +01:00
b01cfdecfe implement option to lock camera to graph's center of mass 2026-02-27 14:06:30 +01:00
e8bd90911d reset selection when resetting state 2026-02-27 13:26:14 +01:00
85ed3a758a make windows-compliant
- fix BS_thread_pool include error (pulls in windows.h, symbols were
redefined)
- remove all std::println uses :(, seems like mingw doesn't like those
- allow to disable backward from cmake
2026-02-27 12:31:08 +01:00
f512306109 prevent zooming when in orthographic perspective 2026-02-27 03:35:54 +01:00
2517a9d33b complete rework of the user interface (using raygui) 2026-02-27 03:01:43 +01:00
4a37e93b98 implement immovable blocks (walls) and add two presets 2026-02-25 17:21:54 +01:00
82d618f692 update menu + block placing visualization + add move history 2026-02-25 12:45:06 +01:00
3f8274f1d9 add button to move to a state farthest from any win condition 2026-02-25 03:20:40 +01:00
271902ab1f implement automatic graph traversal along shortest path to solution 2026-02-25 02:58:30 +01:00
fd58f217c6 implement bfs multi-target distance calculation to nearest winning state 2026-02-25 01:15:47 +01:00
b9e3ab8d2d implement editing the board win condition 2026-02-24 22:43:53 +01:00
349d614611 add flag to toggle tracy (disabled for now) 2026-02-24 20:42:38 +01:00
8a4e5c1ebf squash merge threaded-physics into main 2026-02-24 19:00:25 +01:00
404a76654c update compiler flags, fix tracy allocation profiling, fix compiler warnings 2026-02-23 23:01:30 +01:00
12a96cba66 decrease special mass size + add hjkl movement bindings 2026-02-22 01:49:54 +01:00
0d3913e27e refactor state management and input handling into separate classes 2026-02-21 22:09:42 +01:00