userMaverickcancel

1,673 Commits over 639 Days - 0.11cph!

3 Months Ago
Sleep AIs on ghostships were not players are nearby, realized island AIs never sleep, still investigating
3 Months Ago
Fix new scientists not playing static sound effect on death
3 Months Ago
Fix new Scientist using wrong headshots sounds
3 Months Ago
Prevent another "Look rotation viewing vector is zero" error
3 Months Ago
Fix scientist visual aiming being a bit offset, reduce snapping in aim/legs, has the side effect or currently removing the bend forward when sprinting
3 Months Ago
Add more navmesh blocking volumes to oilrigs
3 Months Ago
Fix scientists dying spontaneously when patrolling
3 Months Ago
Refactor some methods to remove the need for resetPathOnFailure and prevent potential inconsistent behaviour in debug mode
3 Months Ago
Do not allow partial paths on scientist patrols, as it causes some wild teleportation behaviour, investigation in progress
3 Months Ago
Fix npcZone OOB translation being wrong when parented to a ghostship
3 Months Ago
Add hack to not check if underwater if parented to a ghostship
3 Months Ago
Adjust npc zones on ghostships to prevent samples lying exactly on zone boundary
3 Months Ago
- First pass on fixing ghostship npc zones - Allow rotating and moving zones - Allow destroying zones - When samping in a donut around the unit, use navmesh space instead of world space (fixes sampling wrong ghostship floors) - Fix search origin being corrupted - Fix lastChosenHidingSpot never being set
3 Months Ago
Merge from naval_scientist_fixes, fix wrong space coordinate for scientists zone and water checks (navmesh space instead of world space)
3 Months Ago
Add npc zones to ghost ships, fixes scientists not rushing or flanking well
3 Months Ago
-Fix navmesh being full of holes and unusable on plank made structures on deepsea islands. -Fix scientists walking on top of static canons of islands -Fix scientists walking through trees on islands -Not fixed: loot crates present on island spawn are forever baked into the navmesh
3 Months Ago
Fix potential "Look rotation viewing vector is zero" error
3 Months Ago
Fix scientists spawn markers sometimes being placed too far from dwellings on islands, sometimes causing them to spawn in rocks
3 Months Ago
Try setting ruin door to world layer to fix navmesh bug
3 Months Ago
Fix island scientists roaming into the water, make sure to use world space position not navmesh space, fix bug where navmesh space was used to check if a position was inside a world volume
3 Months Ago
Fix scientists sometimes failing to find any good patrol destination and despawning, they will now allow partial paths
3 Months Ago
Make legacy AI information grid only show gizmo when selected, as it adds a lot of visual noise when looking at oilrigs
3 Months Ago
Optimize npc door opening logic, could save up to 0.1ms in best case. Also fixes bugs where doors wouldn't open, or too late.
3 Months Ago
Update navigation obstacles (s2p) in launch site
3 Months Ago
Update navigation obstacles (s2p) in floating cities 1 to 4
3 Months Ago
Update navigation obstacles (s2p) in missile silo
3 Months Ago
Update navigation obstacles (s2p) in outpost
3 Months Ago
Update navigation obstacles (s2p) in water treatment plant
3 Months Ago
Update navigation obstacles (s2p) in trainyard
3 Months Ago
Update navigation obstacles (s2p) in excavator
3 Months Ago
Update navigation obstacles (s2p) in arctic base
3 Months Ago
Update navigation obstacles (s2p) in airfield
3 Months Ago
Update navigation obstacles (s2p) in military tunnels
3 Months Ago
Merge from replace_nav_modifiers_with volume, saves around 0.3ms per tick on large procgen, needs to commit monuments one by one for it to fully take effect
3 Months Ago
Merge from naval_update
3 Months Ago
Store navmesh modifier volumes in a sparse grid for faster retrieval
3 Months Ago
Fix navMeshModifierVolume being accessed after being destroyed
3 Months Ago
s2p on monuments containing nav obstacles
3 Months Ago
Replaces nav obstacle component on crates, electrical boxes, containers...
3 Months Ago
Remove RTVoice again
3 Months Ago
Merge from naval_update
4 Months Ago
Fix scientists not moving
4 Months Ago
Fix scientists fsms being added to client budget queue in editor
4 Months Ago
Merge from naval_update, re-add new scientists to oilrigs and islands, put scientists to sleep when players are far away
4 Months Ago
Fix compile error when compiling with neither SERVER or CLIENT in mounted weapon
4 Months Ago
Replace navmodifiers with navvolumes
4 Months Ago
Re-enable scientists on deep sea islands
4 Months Ago
Make sleeping component server only
4 Months Ago
Hook new scientists to AIzones so that they go to sleep when no player is around
4 Months Ago
Readd new scientists to oilrigs