528 Commits over 123 Days - 0.18cph!
Allow changing state and transition classes, currently breaks when undo
Clean up FSM ui code, fix bug when removing state would corrupt the asset
Prevent duplication state connections, add method to deep copy a fsm
Allow fsm transition editing in the new UI
Add placeholder audio for the wolf
If you hit a wolf before it spots you, it will run away for a bit, howl to call it's friends, and come back for you
Prevent wolves beelining and being too easy to shoot when flanking at long range, merge unreachable state and flee state
Hook new wolves to population, allow spawning packs
Replace entity queries with query.process, prevent growl spam, pass target when intimidated
Fix wolf leap attack being too spammy
Fix wolves being sitting ducks around lit campfires, or being too easily cheesed with torches
Fix wolf not following players moving away with lit torches
Add torch to bow editor loadout
Have wolves look at their prey when circling
Make fsms easier to debug and extend by using tags for high-level transitions instead of nested fsms
Have wolves react to campfires
Have EntityQuery.ProcessInSphere<T> cast to the chosen type, fix wrong time warning labels
Have wolves react to player torches
Add new methods to grid and BaseEntity.Query to remove the need for a static array
Fix client / server compile errors
Fix scoring and ranking of potential destinations not being respected
Hook visual logger to AI code and have it wrap ddraw
Add editor window similar to unreal's visual logger for easier AI debugging
Make wolves eyes glow in the night
Fix wolf circling being broken
Only update the wolf's path if the new destination is far from the current one
Clean up wolf path following logic
Modify wolf senses and targetting to be lazily evaluated on demand, instead of ticking
Fix wolf not spotting nearby preys in some cases
Disable leftover debug displays
First pass at wolf unreachable prey behaviour
Add other primitive items to bow editor loadout
Fix wolves being able to pick "valid" but unreachable destinations when roaming
Temporary fix for projectile violation when hitting a wolf's butt
Fix wolf not circling, add flee behaviour
Fix wolf overshooting destination, adapt roaming speed to how far is destination
Start work on wolf roam state
Fix wolf getting stuck in some situations
Prevent wolves being too synchronized by adding a random delay
Fix wolf sliding during some montages
Integrate spine animator and look animator
Fix wolves going very fast