139,573 Commits over 4,383 Days - 1.33cph!
Merge: from main
Will need to subtract some stuffs
Remove conflicting shader directory
Set up layer structure in new prototype shader
Split StandardLayers into types and functions
Cherry-pick new standard shader prototype
Added the default light cookie for spot lights and a white cubemap for point lights that don't have a light cookie assigned
Added support for custom light cookies when shadow caching is enabled
Merge from terrain_renderer
Fixing ocean topology floodfill not reaching certain sections behind road crossings
Rentable shop first pass setup, just setting up verison A for now
Can open and close the shop via E for now
Enabled/disables appropriate roots on the prefab to hide/show shutters, interior contents, etc (bonus side effect, we can disable all of the interior set dressing while the shop is closed)
Spawns a shopkeeper and invisible VM when opened
▌▅▋▊▊▊▌ █▍▆▅ ▇▄▊▆▌▉▍▍█▋▅▇▊▅▇▇▋▍▌▌▊▌▌▊
Fix too large farplane distance in terrain culling, adjust lod count for better gpu perf
Fix terrain quality remapping
Fixed scientists using multiple masks at once, now matches main
Fixed AI not being able to be spawned inside of WakeAI zones if in an editor scene
Awake was happening before the local server was initiated and throwing an exception so it wasn't getting query events
This is an issue on main but it's blocking quick testing on this branch so I'll do it here, could cherrypick this change to main if needed
merge from networkgrid_iterationspeed_changes
Another null check in OnNetworkSubscribersLeave
█▋▉▇▄▉█ ▌▅▌▇▌▆▇ ▍█▅▋▍▇▊▉▋▄▇▆
▇▉▋▉ ▆▄▊▌▊▇ █▋▉▆▅▍▉▆▌▌ ▄▊ ▄▊▍▋▇
fix junkyard greencard spawning in desk
▇▍▇▄▇▆▋▌ ▇▊▍▅▅▆▋ ▋▊▄▋ ▄▌▅▋▍▋ █▊▍█▉▅▋▋▊▍▌▍█▆
Bowless Crossbow - texture update
Fixed the 'Fire Rate' tooltip used by projectile weapons sharing the same token as the attachments
merge from render_pipeline_testing
work around issues causing fog to be incorrect/denser than it should
▉▅▆▇█ ▍▌▇▋▌▇ ▄▆█ ▊▊▆▍ █▄▄▍ ▉█ █▄█ ▌▌▄▇▇▉▇ ▇▇▆▊▍▆█▄▄ ▊▋▇▉█ ▍▍▄▌▅▆█▊▊▌▌██▄ █▊ █▄▉▌
Merge: from networkgrid_iterationspeed_changes
- Bugfix: handle more cases of lazy-initted net group subscribers instead of NREing
Tests: none, trivial changes
Bugfix: more null checks around lazy created subscribers
- utilities in BaseNetworkable
- BaseEntity.SignalBroadcast (in case npc shoots outside of players range)
- TreeManager.OnTreeSpawned (in case they spawn on an empty server)
Tests: none, trivial changes