33,602 Commits over 4,140 Days - 0.34cph!
Fixed some melee weapons not hitting center of the screen
Chicken no longer suffers from extreme alopecia when running.
Ridiculous fix for flickering billboard clouds
Merged the two sky prefabs
Removed shader keyword hack (see next commit)
Hardcoded material keywords where required (revert this when Unity fix their shit)
network protocol++
Changed branding version info to use "days since" - which is more human readable
▄▅▉▌▋▍▌▍ ▊▄▉█▇▋▍▌▅▌ ▉█▆▇▋
▍▉▅█▋▆▍▍ █▆▄▌▍ ▋▉▊▇▉█▋ ▄▌ █▋▄▉'▅ ▋▊▅▌▆ ▅▍▄▌▆▉▋█ ▉▋ █▄▅▉▍▊▉▉█▉
Fixed loading screen music cutting out mid-load
Fixed mining quarry / pump jack sounds not turning off properly
Fixed mining quarry / pump jack pitch modifier not being applied when switching on / off
All socket mods include their name in the fail message
Fixed RadiationOverlay never stopping its last sound
Added test radiation zone to CraggyIsland
Fixed barricade damage trigger effects
Removed SoundPlayer OnDisable hack (no longer needed, now handled by OnParentDestroying)
Fixed SoundVoiceLimiter keeping references to sounds that have already been pooled / retired
SoundVoiceLimiter removes sounds ordered by their remaining play time
Added three static ladders to ladder points in sphere tank dome, until we allow ladders in monuments
Fixed barricade lods referencing wrong materials in there
Made barricade placement on terrain a bit more forgiving
Added diagnostics to SpawnHandler report, fixed NRE
Retired sound player chance
increased file storage cleanup speed
Fixed white clothes at lower shader levels
updated the helicopter prefab to include LOD models
modified the deploy animations for various firearms so they transition to ironsight better
▆▆▄▅█ ▌▌▋▄ ▆▄▉▋▅▇▅ ███▆▍ ▅▊ ▆▉▊ ▌▊▊▌▌▆▉▄█▉ ▆▋▊▆▆▊
added gun LODs to the helicopter prefab
Fixed lantern having a sound template clone stored in its prefab
Fixed lantern spawning in the switched on state
Fixed SoundManager.PlayOneshot not calling Sound.Init
Sounds that are set to ignore voice limiting don't block the voice limiting queue
Made grass a bit more grounded
Less twist on forest grass
Fixed supply signal instantiating its effect incorrectly (now uses effect library)
Fixed parent destruction handling of smoke signal and smoke cover effects (now fade out smoothly)
Fixed incorrect smoke signal sound setup (now uses SoundPlayer)
Jack O Lanterns, model/LODs/Prefabs and item defs
Fixed sound class having serialized properties in #if CLIENT
Adding the jack o lanterns to the misc loot table
Upping chest texture res slightly (too muddy)
New grenade explosion effect
Twig tier accurate collisions models
Merge from building_colliders_2