132,955 Commits over 4,293 Days - 1.29cph!
3p wallpaper anims edited
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.
S2P both oil rigs
Codegen
merge from naval_update
keep source on the oilrig scenes
Made various auth commands work with boats / steering wheel such as ent auth, authcount, teleport2autheditem
Fixed various inconsistencies, all of them should now work with all types of auth as youd expect
Fixed entcount only working with steamid and not names
Codegen
material iteration, bespoke gloss for soft side mud wall look based off plaster_c
Merge: from useplayertasks_removegroupoccludee_nre
- Optim: rewrote how we manage occlusion groups to reduce their overall number and added pooling
- Bugfix: UsePlayerUpdateJobs 2 - no longer send extra snapshots when players move across network grid
Tests: 2p on Craggy - tested all occlusion interactions(fly away-back, hide behind terrain, use helicopter). Tested moving across grid with disconnecting 2nd player and killing them, validated occlusion groups. Monitored pooling via print_memory ListHashSet
Bugfix: when player disconnects, ensure we destroy relevant occlusion groups
- destroy local group if no local participants present
- remove destroyed participant from other occlusion group member's groups
Tests: 2p on Craggy in different cells - get 2nd player to disconnect, then kill sleepers. 1st player walks into the cell - no more NREs. Ran usual occlusion checks (fly away and back, hide behind terrain)
Update navigation obstacles (s2p) in launch site
Update navigation obstacles (s2p) in floating cities 1 to 4
autoturret_improvements -> main
created/applied 3pceiling paper deploy/idle animations to holdtype override controller
autoturret_improvements -> main
Fixed turrets idle tick freezing turrets vec aim dir to be (0,1,0) until the first target or player appeared nearby
Update navigation obstacles (s2p) in missile silo
Update navigation obstacles (s2p) in outpost
Update navigation obstacles (s2p) in water treatment plant
Update navigation obstacles (s2p) in trainyard
Update navigation obstacles (s2p) in excavator
Update navigation obstacles (s2p) in arctic base
Update navigation obstacles (s2p) in airfield
Update navigation obstacles (s2p) in military tunnels
crypt building skin atlas textures and material setup
Component box tools LOD3 tweaks
Run AutoTurret tests at 10k units out of origin so the new idle tick will break in testing.
main -> autoturret_improvements
Blacklisted deep sea rhib and PT boat from auto turret tests
Move most of buoyancy writeback into burst, add burst batch access for flow direction.
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
Remove ViewmodelCameraAnimationSync component from deploy state on wallpaper viewmodel animator to remove warning about unable to find state
Wallpaper third person animator only plays unroll animation on surface type change, not skin changes
Merge from client_performance_session_fix
▅ ▉█▇▄▌ █▆▊▇ ▉▅▊▋▊▆██▌██▅▆▊▄▊▇▄▄▍▊▆▉▍▅▊▄▋▍ ▉▆▋ ▄▆▇▍▌▄▄▊▋▍▊▍▄▄▆▋▇
▊ ▆▋▅ ▊▍▄▋█▍▋ ▇▍▆▍▉ ▄▌ ▌▅▇▌▅▇ ▍▄▉█ ▌▅▆▍▅▍▋ ▊▅ ▅▌▍█ ██▅ ▌▅█▄▍█▊█ ▍▋▌▋▅█ ▆▉ █▉▍▇▊▌▅ ▍█▆█▍▄
Animator adjustments for binoculars
Binocular animation polish pass
Convar changed during tests are automatically restored to their past value once the test is done
Fixed being able to deploy objects on the top of the small ramp
Optim: use pooling for occlusion groups
- prealloc 2k groups in the pool (1 per player and sleeper)
Tests: 2p on Craggy - nocliping across various grid cells and checking print_memory stats
Optim: ServerOcclsuion - rewrite how we track occlusion groups
- also fixes server occlusion bug which sends out more snapshots than necessary
Previously every network group in subscription range of player would create an occlusion group. Now, only occlusion-enabled entities populate their local cells (and their subscriber's local cells) - se get activeplayer+sleepers count max of occlusion groups.
Tests: both in UsePlayerUpdateJobs 0 and 2, 2 players on Craggy - ran around across network cells, flew outside of network range, used minicopter to fly into network range, checked sleeper is visible, checked kills clean up internal state. Player got occluded over terrain.
Fix third person wallpaper tool not playing animation when switching surface types
Fix all wallpaper tool models being visible in third person until first surface type or skin change
Added a default test timeout so tests can't hang forever (can be overriden by TestTimeout)
Tests now log the full stack trace when throwing
+ some cleanup and logs
Tools component box mesh, LODs, textures and gibs
merge from artist_pack_dlc parent branch