592c4b6cc0
massive state space solver improvement: supercomp took ~10s, now ~40ms
...
achieved by imposing a 15 block limit on each board and changing the
internal representation from std::string to 4x uint64_t
2026-03-02 05:26:18 +01:00
c7361fe47e
fix board goal rendering bug if no target block exists or board has no win condition
2026-03-01 00:30:06 +01:00
846ff72d1f
fix bug where starting index was set incorrectly when populating graph
2026-02-28 23:16:00 +01:00
809fbf1b93
add popups to certain user actions
2026-02-28 21:49:41 +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
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
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
b9e3ab8d2d
implement editing the board win condition
2026-02-24 22:43:53 +01:00
d8534cacdd
store winning condition in state + remove presets
2026-02-24 22:08:00 +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
f06afc210f
make naming more consistent + rename some files
2026-02-22 14:17:55 +01:00