Commit Graph

128 Commits

Author SHA1 Message Date
c060cfd35d replace recursive octree implementation with morton code version (FML) 2026-03-06 02:20:28 +01:00
9f31d4e6ef add libmorton library dependency 2026-03-05 22:28:09 +01:00
9de0d06806 reformat 2026-03-05 22:00:28 +01:00
c8d6541221 add hashset benchmarks 2026-03-05 20:03:26 +01:00
950da499f0 reorder puzzle functions 2026-03-05 20:03:16 +01:00
025cbfdf3b move bits functions to separate file + fix missing defaults with disabled program_options on windows 2026-03-05 19:13:44 +01:00
d4f83e11db add .desktop icon to package 2026-03-05 02:05:02 +01:00
db588bd57b fix conditional threadpool include 2026-03-05 02:04:48 +01:00
49e5ed6906 fix windows build 2026-03-04 21:39:39 +01:00
08352dd997 don't pass a reference to a temporary to physics_thread 2026-03-04 21:31:01 +01:00
4e5ca6be6c fix nix build error 2026-03-04 20:47:34 +01:00
a9c102298a enable/disable threadpool from cmake 2026-03-04 20:45:25 +01:00
cc2aee3af4 dummy commit 2026-03-04 20:33:29 +01:00
e0f128f693 dummy commit 2026-03-04 20:29:33 +01:00
3b6919944c add some abbrs to flake + wrap package to set the working dir 2026-03-04 20:28:38 +01:00
c9915852db implement very slow puzzle space exploration 2026-03-04 20:23:16 +01:00
2d111f58da add single state space benchmark + some tests 2026-03-04 19:08:00 +01:00
0a2788c1b4 update flake 2026-03-04 19:07:40 +01:00
7a5013295e fix cross compilation for windows (disable boost.stacktrace + use sqrt instead of rsqrt) 2026-03-02 20:09:49 +01:00
9c48954a78 build octree async and reuse tree from last frame (disabled as it breaks physics) 2026-03-02 18:52:06 +01:00
d62d5c78bf fix bug where interactive movement was using the fast move implementation instead of the interactive one 2026-03-02 14:38:03 +01:00
2a5f1b2ffd update default camera settings 2026-03-02 14:37:41 +01:00
2ef2a29601 squash merge efficient-puzzle into main 2026-03-02 14:37:34 +01:00
846ff72d1f fix bug where starting index was set incorrectly when populating graph 2026-02-28 23:16:00 +01:00
9ab96c5903 rename files based on their classes 2026-02-28 22:30: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
3f71603961 improve gui elements styling when disabled 2026-02-27 14:27:33 +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
db694838a7 fix compiler warnings 2026-02-27 13:17:18 +01:00
9d8b364330 simplify cmake file 2026-02-27 12:43:19 +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
16df3b7d51 add windows cross-compile package target to flake 2026-02-27 12:30:13 +01:00
0cc62009c5 fix crash when resetting the state after clearing the graph 2026-02-27 11:35:30 +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
bd1bd79825 patch raygui to allow prefixing the number spinner values 2026-02-27 00:06:44 +01:00
a879357437 add fonts 2026-02-27 00:06:29 +01:00
0a55996df3 add raygui patch - adds a prefix label to valuebox/spinner 2026-02-26 21:54:26 +01:00
330fe694a7 remove non-goal presets 2026-02-26 03:56:21 +01:00
1195716369 add raygui library dependency 2026-02-26 03:56:14 +01:00
4a37e93b98 implement immovable blocks (walls) and add two presets 2026-02-25 17:21:54 +01:00
81620d8709 add more puzzles 2026-02-25 16:53:24 +01:00
5e3d007a9d display puzzle title 2026-02-25 16:53:13 +01:00
5a2172cb00 fix crash when resetting an edited board 2026-02-25 16:06:13 +01:00
dc894d1c38 add a second tracy target instead of modifying the main target 2026-02-25 15:24:12 +01:00
79f088d10e disable tracy in flake instead of CMakeList.txt 2026-02-25 15:14:49 +01:00
a3a8c2f31a add fat klotski 2026-02-25 14:13:33 +01:00