10,832 Commits over 3,867 Days - 0.12cph!
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)
Removed EnableStdOutput from client build since I'm not sure it fulfills a purpose
Removed some build menu items from Facepunch.Unity
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 throw error when asset bundle that is part of asset bundle manifest does not exist
BuildPrefabs / BuildModding ifdefs
Server bundles assets it does not need into content.private.bundle (ignored by upload)
▌▊▆▅▍ ▌▆▆▅▍█▅▌▅ ▋▄▇█ ▆▇██ ▋▅█▋▌ ▇▉█▊▄█ ▄▋▆▋▋ █▉▋▅ ▌▉▉▋▅▄▋ ▉▇▄▇▊ ▊█ ▍▄▋▅▍▌▋▊▆█ ▋▋██
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
Some vehicles can parent to cargo ship
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