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
|
@ -111,6 +111,7 @@ sources = [
|
|||
'rand.cpp',
|
||||
'raycaster.cpp',
|
||||
'render.cpp',
|
||||
'rituals.cpp',
|
||||
'save.cpp',
|
||||
'shiterator.hpp',
|
||||
'sound.cpp',
|
||||
|
@ -126,7 +127,7 @@ sources = [
|
|||
executable('runtests', sources + [
|
||||
'tests/ansi_parser.cpp',
|
||||
'tests/base.cpp',
|
||||
'tests/combat.cpp',
|
||||
'tests/rituals.cpp',
|
||||
'tests/components.cpp',
|
||||
'tests/config.cpp',
|
||||
'tests/dbc.cpp',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue