1,770 Commits over 761 Days - 0.10cph!
Faster navmesh save and load, smaller save file sizes
Fix rustnav.setnumthreads bugs
Fix IsPaused collection-modified exception in RustNavMeshAgent
Fix agents getting stuck when walking exactly along a navmesh edge, dedpulicate state between currentpPolyRef and dtCorridor own polyref
Build libs for all platforms
Fix compile errors from the merge
Fix tiger charging forever at the bottom of vine trees
Use dtCorridor for path following, fix some cases where agents get wedged in a navmesh corner while steering
Fix TryBindNavmesh not updating the cached navmesh
Cache agent navmesh instead of re-resolving it each call (eg independant navmesh vs default navmesh)
Fix find closest edge not working (never worked), making scientists not actually favour covers close to walls, fix AIs getting stuck when navmesh tile is rebuilt under their feet / on their path, prevent findPath from the agent position reprojecting when we already have a valid polyref, expose polyrefs in path
Fix npcs getting stuck when navmesh tile rebuilds while they are in it or crossing it
Fix independant navmesh bounds not using the monument bounds, and always being fixed with the default values from AddComponent, fix AIs spawned before an independant navmesh is built being unable to find it
Fix cargo scientists not moving
Fix old scientists trying to steer instead of turning instantly
Fix Scientist2 on Oilrig crouchwalks upstairs at a weird angle
Fix scientists not spawning on cargo, underwater lab and military base
Fix scientists not spawning in underwater labs and cargo ships
More automated tests for croc/wolf/tiger foundation jump/destroy behaviors, fix bug where cancelled/stale tile request would delete the tile after failing
Cleanup wolf foundation jump test
Add test for wolf leap on foundation, not cleaned up yet
Rename navpos to navVector3, as it can also be a direction / delta, delete old navVector3, fix compile errors
Fix world space leak in wolf and tiger leaps, fix eqs donut potentially using uninitialized garbage nav nextPosition
Initial work to create dedicated navmesh position
Do not calculate remaining distance twice
Optimize fsm wait for navmesh
Improve npcs path following performance, fix npcs sometimes not moving
Disambiguate rust nav mesh helpers
Fix sample radius being insufficient to check if player is on navmesh
Fix leftover comment and stale dll
Also fix allocs and stack overflow in navmesh load, fix potential leak, remove debug.break
Fix stack overflow and alloc in navmesh load / save
Fix stack overflow in navmesh save, stackallow is not scoped to for loop but actually methods, also use writer.BaseStream.Write instear of writer.Write because the latter copies and allocates in Unity... Also fix potential bug in the way we check for null tiles
Double the speed of navmesh generation, fix some loading saves not working, fix some navmesh tiles missing, add logs to troubleshoot OOM issue
Add build artefacts for all platforms
Remove debug.break left by accident
Fix tile seams not being perfectly aligned because of quantization
Fix bad merge for vine tree fix
FIx missing tiles because of too much height and too little cellHeight, causing spans to not have enough range
Change min region size to meters, include oom logs
Fix old tile remaining after failed tile rebuild, which will cause it to exist in native but not in managed, and be ignored by saves
FIx borders not being right now that we rely on only one physics query to decide if we build normal or hires
Fix tile bounds height being too larged when passed to create heightfield