Rituals are more or less sorted out in theory, and they helped find a cycle in the GOAP algorithm that I'm detecting/preventing.
This commit is contained in:
parent
8368d2e751
commit
49531ba148
9 changed files with 94 additions and 48 deletions
2
Makefile
2
Makefile
|
@ -14,7 +14,7 @@ release_build:
|
|||
meson compile -j 10 -C builddir
|
||||
|
||||
debug_build:
|
||||
meson setup --wipe builddir --buildtype debug
|
||||
meson setup --wipe builddir -Db_ndebug=true --buildtype debugoptimized
|
||||
meson compile -j 10 -C builddir
|
||||
|
||||
tracy_build:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue