userMaverickcancel
reporust_rebootcancel

1,764 Commits over 669 Days - 0.11cph!

4 Months Ago
Fix npcZone OOB translation being wrong when parented to a ghostship
4 Months Ago
Add hack to not check if underwater if parented to a ghostship
4 Months Ago
Adjust npc zones on ghostships to prevent samples lying exactly on zone boundary
4 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
4 Months Ago
Merge from naval_scientist_fixes, fix wrong space coordinate for scientists zone and water checks (navmesh space instead of world space)
4 Months Ago
Add npc zones to ghost ships, fixes scientists not rushing or flanking well
4 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
4 Months Ago
Fix potential "Look rotation viewing vector is zero" error
4 Months Ago
Fix scientists spawn markers sometimes being placed too far from dwellings on islands, sometimes causing them to spawn in rocks
4 Months Ago
Try setting ruin door to world layer to fix navmesh bug
4 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
4 Months Ago
Fix scientists sometimes failing to find any good patrol destination and despawning, they will now allow partial paths
4 Months Ago
Make legacy AI information grid only show gizmo when selected, as it adds a lot of visual noise when looking at oilrigs
4 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.
4 Months Ago
Update navigation obstacles (s2p) in launch site
4 Months Ago
Update navigation obstacles (s2p) in floating cities 1 to 4
4 Months Ago
Update navigation obstacles (s2p) in missile silo
4 Months Ago
Update navigation obstacles (s2p) in outpost
4 Months Ago
Update navigation obstacles (s2p) in water treatment plant
4 Months Ago
Update navigation obstacles (s2p) in trainyard
4 Months Ago
Update navigation obstacles (s2p) in excavator
4 Months Ago
Update navigation obstacles (s2p) in arctic base
4 Months Ago
Update navigation obstacles (s2p) in airfield
4 Months Ago
Update navigation obstacles (s2p) in military tunnels
4 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
4 Months Ago
Merge from naval_update
4 Months Ago
Store navmesh modifier volumes in a sparse grid for faster retrieval
4 Months Ago
Fix navMeshModifierVolume being accessed after being destroyed
4 Months Ago
s2p on monuments containing nav obstacles
4 Months Ago
Replaces nav obstacle component on crates, electrical boxes, containers...
4 Months Ago
Remove RTVoice again
4 Months Ago
Merge from naval_update
5 Months Ago
Fix scientists not moving
5 Months Ago
Fix scientists fsms being added to client budget queue in editor
5 Months Ago
Merge from naval_update, re-add new scientists to oilrigs and islands, put scientists to sleep when players are far away
5 Months Ago
Fix compile error when compiling with neither SERVER or CLIENT in mounted weapon
5 Months Ago
Replace navmodifiers with navvolumes
5 Months Ago
Re-enable scientists on deep sea islands
5 Months Ago
Make sleeping component server only
5 Months Ago
Hook new scientists to AIzones so that they go to sleep when no player is around
5 Months Ago
Readd new scientists to oilrigs
5 Months Ago
Fix bags dropped when new scientist corpse despawns having blank name instead of "scientist"
5 Months Ago
Replace getComponent by TryGetComponent to avoid alloc in editor and be a bit faster
5 Months Ago
Fix killing new scientists not updating num scientists killed statistic, and same for new animals
5 Months Ago
Fix new scientists having visible healthbar unlike old ones
5 Months Ago
Merge from naval_update, revert oilrig scientists
5 Months Ago
Merge from revert_oildrig_scientists
5 Months Ago
Use old scientists on both oilrigs
5 Months Ago
Merge from convar_to_disabled_npcs_on_islands
5 Months Ago
Add convar to disable NPCs on deep sea islands if needed