userMaverickcancel

1,991 Commits over 792 Days - 0.10cph!

2 Years Ago
Multi-thread navmesh building, making the recast side computations almost negligible
2 Years Ago
Separate navigation building steps so it's easier to multi-thread
2 Years Ago
Add option to build navmesh asynchronously, add more profile markers
2 Years Ago
Speed up navmesh generation by using arraypool instead of a massive buffer
2 Years Ago
Fix memory leak and add more profiler coverage
2 Years Ago
Add option to disable verbose log and add profiler markers, reduce gc allocs
2 Years Ago
Save and load navmesh as part of boostrap and saverestore flow, lower voxel size for tiles that only contain terrain
2 Years Ago
Display the navmesh as a mesh instead of a gizmo, remove runtime allocations
2 Years Ago
Add recast DLL with custom bindings
2 Years Ago
Merge from main
2 Years Ago
Make wolves more agile by making their turn radius speed independent, make the approach more interesting by adding speed and angle variations
2 Years Ago
Replace coroutine by invokes, pool the lists, also allow new montages to cancel currently playing one
2 Years Ago
Allow new wolf to deal damage and drop a corpse
2 Years Ago
Undo changes to old wolf animator
2 Years Ago
Fix missing convar
2 Years Ago
Remove debug draw and replace constants with convar
2 Years Ago
First pass on wolf combat behaviour
2 Years Ago
Placeholder logic to have wolves react to another wolf being hit nearby
2 Years Ago
Add convar to toggle fsm logging
2 Years Ago
Have wolves only fall over on headshots
2 Years Ago
Prototyope smooth path following for the wolf, hook hit anim
2 Years Ago
Add proxy tag fsm transitions, fix movement from previous states perduring in new states, proxy hurt state
2 Years Ago
Fix wolf not taking damage
2 Years Ago
Simplify hfsm by implementing it with a stack instead of recursion
2 Years Ago
Remove unecessary includes
2 Years Ago
Support state names to help debugging FSM, and fix range / speed bugs in wolf encircling
2 Years Ago
Allow nests FSMs
2 Years Ago
Merge from main
2 Years Ago
Add some structure to wolf behaviour code
2 Years Ago
Add proxy circle behaviour to wolf to test anims
2 Years Ago
Merge from main
2 Years Ago
Remove hotreload plugin
2 Years Ago
Integrate all new wolf gaits with correct speeds
2 Years Ago
Update wolf turn root motion, fix root motion extractor breaking references, have root motion extractor run automatically one animations with names ending in _rm
2 Years Ago
Improve wolf transition to 180 turn, do not turn if the target is still in front
2 Years Ago
Fix root motion not properly handling rotation
2 Years Ago
Hook wolf new leap anim, make root motion extractor a context menu tool
2 Years Ago
Fix wolf class not being set to partial
2 Years Ago
Add proxy wolf2 to manifest
2 Years Ago
Early wolf root motion tests
2 Years Ago
Prototype custom networked root motion