5,909 Commits over 3,867 Days - 0.06cph!
▉▇ ▍▄▋▊▋▇▉▆ ▅▍█ █▌▇▇▌ ▆▊ ▄▅█▅ ▅▉▆▋ ▇▆▍▋▄▅▇▌ ▊▌▊▋ ▌▌ ▉▅▍▄
▍▋▊▉▌ ▇▇▊ ▇▇ ▄▊▆▅ █▇▅▉ ▋▆▇▄▊▊▄▍ ▋▌▋▄▊
Added CCD helper collider to rowboat
Boats use continuous collision detection
Minicopter no longer has rigidbody on the client
Facepunch.UnityBatch and Facepunch.Upload
Fixed RFManager not cleaning up null in listener list if it's at index 0
Fixed RFManager not cleaning up null in broadcaster list
Added warning when null is found in RFManager
Build methods for Mac / Metal
Fixed item files and skin bundles getting copied to the wrong folder
Added ShaderList asset (Assets/Content/Shaders/Shaders.asset assigned to shared/content.bundle)
Moved all shaders from GraphicsSettings.AlwaysIncludedShaders to our custom ShaderList asset (to prevent including duplicates in every executable)
Subtracting
32036 (no improvement)
Retired PrefabPrepare / DoPrepare
Removed TestLevel from build settings in attempt to remove shader dependencies from executable build
Don't refresh SDK prefab list on every build
Disabled collider batching by default
Network++
Merge from asset_bundles_4
▌▊▆▅▍ ▌▆▆▅▍█▅▌▅ ▋▄▇█ ▆▇██ ▋▅█▋▌ ▇▉█▊▄█ ▄▋▆▋▋ █▉▋▅ ▌▉▉▋▅▄▋ ▉▇▄▇▊ ▊█ ▍▄▋▅▍▌▋▊▆█ ▋▋██
Don't spam exception tracker with "[Physics.PhysX] RigidBody::setRigidBodyFlag"
Removed corpse entity collider on the client to prevent it from pushing the ragdoll around
Minicopter kills its passengers when destroyed
Spawn corpses at entity center point instead of their pivot point
Minicopter uses continuous collision detection, similar to CH47
Workaround for cargo ship parenting when dismounting from minicopter
Disabled BaseHelicopterVehicle.cs debug spam
Fixed multiple potential profiler mismatches in Buoyancy.cs and removed a spammy warning
MiniCopterSounds compile fix
ignore.conf (faster "finding changes" operation)
Cargo ship destroys building blocks it encounters
Removed player check from cargo ship that no longer did anything
Removed IClientComponent from VolumetricLightBeam (listed separately in PrefabPreProcess to ensure VolumetricDustParticles is removed first)
VolumetricLightBeam.trackChangesDuringPlaytime is editor only
Shot in the dark to fix window and sleeping bag pickup
Schedule immediate garbage collection if buffer is at 50% and GC is enabled
Schedule immediate garbage collection if buffer is at 100%, even if GC is disabled
Moved Validate_Pickup from OnValidate to OnPrepare as it appears to fuck things up at build time since 2018.3.3
Removed build debugging again
Updated palm clutter prefabs
Correctly handle nested prefabs in prefab preprocessing (test cases: palm_tree_short_d_clutter and palm_tree_short_e_clutter)
Fixed PrefabPreProcess.NeedsProcessing being called twice