userMaverickcancel
reporust_rebootcancel

1,815 Commits over 761 Days - 0.10cph!

41 Days Ago
Merge from main
41 Days Ago
Fix rustnav spam " Trying to use new navmesh despite -useNewNavmesh not being set on server boot."
41 Days Ago
Fix log spam " Trying to use new navmesh despite -useNewNavmesh not being set on server boot."
41 Days Ago
Fix new navmesh taking long time to build (regression where it use monument high resolution navmesh on whole map, instead of using low resolution properly)
41 Days Ago
Fix navmesh building using hiRes (monument) resolution for whole world, regression introduced in 145214
41 Days Ago
Optimize "isBuilt" navmesh checks, log time it took to build navmesh async
42 Days Ago
Fix old AIs not fleeing when player is unreachable
42 Days Ago
Fix old AIs not fleeing when the player is unreachable
42 Days Ago
Fix scientists not moving or spawning in multiple locations when new navmesh is enabled, also fix old AIs moving slower
42 Days Ago
Fix old AIs being slower when new navmesh is enabled
42 Days Ago
Fix compile error
42 Days Ago
Fix scientists not spawning in some areas
43 Days Ago
Fix waiting for navmesh check on island being inverted (only trying to spawn scientists when no navmesh is there)
43 Days Ago
Prevent ghostships from checking mainland navmesh
46 Days Ago
Fix scientists not spawning in deep sea
47 Days Ago
Merge from main
51 Days Ago
Fix double navmesh on tropical island 1
51 Days Ago
Fix oilrigs and tutorial islands navmesh not working with new system
52 Days Ago
Merge from main
58 Days Ago
Fix code files affected by the asset subtract
58 Days Ago
Subtract changes to scenes and prefab, as it caused an error in deep sea creation
58 Days Ago
Attempt at also converting DungeonNavmesh, may need more work as it relies on massive bounds and passes the root objects to make the cost not balloon
58 Days Ago
Make "IsBuilding" property behave correctly for MonumentNavmesh wrapping a new navmesh, allowing spawners to delay activating until the navmesh finishes building
58 Days Ago
Remove independant navmesh component from oilrigs, tutorial island, and tropical islands. The old monument navmesh component will dynamically switch to building disconnected new navmesh when off the mainland.
58 Days Ago
Fix incorrect spawn navmesh sampling on tropical islands when using new navmesh
2 Months Ago
Fix Scientist2 not spawning on deep sea islands
2 Months Ago
Fix deep sea islands having no navmesh if ai.move is false when deep sea opens
2 Months Ago
Fix big alloc during nav save/load
2 Months Ago
Merge from main
2 Months Ago
Reduce allocations in navmesh save/load
2 Months Ago
Only validate on load, no need to validate repeatedly
2 Months Ago
Fix bear and chicken not working on tutorial island
2 Months Ago
Add navmesh to tutorial island
2 Months Ago
Merge from new_navmesh_fixes, adds low level logs to help debug crash
2 Months Ago
Merge from main
2 Months Ago
Add -checkTileValid starter param that slows down everything, but can help us narrow down the crash
3 Months Ago
Potential fix for nav error logged during root motion
3 Months Ago
Merge from new_navmesh_fixes, fix wrong marshalling of bool from C++ to csharp, potentially causing navmesh methods to return true instead of false when they fail, fix agent re-warping to the navmesh in worldspace instead of navmesh space after being re-enabled
3 Months Ago
Make sure C++ returned bool are marshalled correctly to csharp (1 byte to 4byte int), could cause very hard to track issues
3 Months Ago
Merge from main
3 Months Ago
Fix compile error
3 Months Ago
Make sure path is reset / agent position is reprojected even when we are removing a null entry from the pausingSources, fix the warp not working when on a moving navmesh
3 Months Ago
Merge from new_navmesh_fixes, fix scientists chasing into water, and wolf / tiger logging errors after leaping
3 Months Ago
Merge from main
3 Months Ago
FIx brief skidding after tiger or wolf finishes leaping back to the navmesh
3 Months Ago
Fix wolves and tigers enabling old navmeshAgent in new navmesh mode when leaping
3 Months Ago
Fix old navmesh agent being enabled even when using new navmesh
3 Months Ago
Merge from main
3 Months Ago
Fix scientist chasing into water
3 Months Ago
Fix animals attacking through walls, or getting stuck when player is on foundation, also fix some "can't move / resetPath when not on navmesh" errors