userMaverickcancel
reporust_rebootcancel

1,696 Commits over 730 Days - 0.10cph!

Yesterday
Fix code files affected by the asset subtract
Yesterday
Subtract changes to scenes and prefab, as it caused an error in deep sea creation
2 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
2 Days Ago
Make "IsBuilding" property behave correctly for MonumentNavmesh wrapping a new navmesh, allowing spawners to delay activating until the navmesh finishes building
2 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.
2 Days Ago
Fix incorrect spawn navmesh sampling on tropical islands when using new navmesh
4 Days Ago
Fix Scientist2 not spawning on deep sea islands
4 Days Ago
Fix deep sea islands having no navmesh if ai.move is false when deep sea opens
5 Days Ago
Fix big alloc during nav save/load
5 Days Ago
Merge from main
5 Days Ago
Reduce allocations in navmesh save/load
5 Days Ago
Only validate on load, no need to validate repeatedly
5 Days Ago
Fix bear and chicken not working on tutorial island
16 Days Ago
Add navmesh to tutorial island
17 Days Ago
Merge from new_navmesh_fixes, adds low level logs to help debug crash
17 Days Ago
Merge from main
17 Days Ago
Add -checkTileValid starter param that slows down everything, but can help us narrow down the crash
23 Days Ago
Potential fix for nav error logged during root motion
23 Days 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
23 Days Ago
Make sure C++ returned bool are marshalled correctly to csharp (1 byte to 4byte int), could cause very hard to track issues
24 Days Ago
Merge from main
24 Days Ago
Fix compile error
24 Days 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
25 Days Ago
Merge from new_navmesh_fixes, fix scientists chasing into water, and wolf / tiger logging errors after leaping
25 Days Ago
Merge from main
25 Days Ago
FIx brief skidding after tiger or wolf finishes leaping back to the navmesh
25 Days Ago
Fix wolves and tigers enabling old navmeshAgent in new navmesh mode when leaping
25 Days Ago
Fix old navmesh agent being enabled even when using new navmesh
26 Days Ago
Merge from main
27 Days Ago
Fix scientist chasing into water
27 Days 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
27 Days Ago
Fix "can't move / resetpath on agent outside on navmesh" error when wolf or tiger jumps at player on foundation
27 Days Ago
Fix wolf tiger etc not fleeing / jumping on unreachable players, instead just charging and getting stuck / attacking throw walls
27 Days Ago
Fix SenseComponent.Tick InvalidOperationException
27 Days Ago
Fix ai sense adding to a dictionnary while iterating on it
27 Days Ago
Merge from new_navmesh_fixes, fix wolves eating corpses using telepathy, fix look rotation error spam
27 Days Ago
FIx ternary operator precedence oversight causing ai stopping distance being incorrect, remove unused string creation in -useNewNavmeshPath, fix ais not taking into account stopping distance properly
27 Days Ago
Merge from new_navmesh_fixes, fix crash on linux, fix error when no saved navmesh yet on disk
27 Days Ago
Log warning instead of error when no save file for navmesh is found
27 Days Ago
Fix compile errors
27 Days Ago
34 Days Ago
Fix scientists appearing on roofs
37 Days Ago
Fix old scientists and animals ending up on roofs
44 Days Ago
Integrate recast corridor, need to fix potential stale navmesh ptr cached by corridor, and investigate remaining path length
46 Days Ago
Merge from ai_recast_integration_post_subtract, add new navmesh, defaults to disabled
46 Days Ago
Remove "rustnav warp" log
46 Days Ago
Fix merge conflict with Jarryd's fix on AI not being able to be spawned inside of WakeAI zones if in an editor scene
46 Days Ago
Merge from main
47 Days Ago
48 Days Ago