10,612 Commits over 4,413 Days - 0.10cph!
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
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
Strip VolumetricDustParticles before VolumetricLightBeam (RequireComponent)
Rolling back eac_hashtool to
30746
Rolling back eac_hashtool
30746
Awful workaround for flyhack false positive from certain palms
Subtracting
31686 to prevent insanity
pal_med, palm_small and palm_tall are using mesh colliders on the server (palm_short remain unchanged)
Adjusted clutter palm culling distance
Added poolable component to new palm tree prefabs
Fixed LODs / billboard culling on new palm tree prefabs
Merge from new_palm_trees
Merge from military_tunnel_lighting_merge
Added asset context menu entry to run BuildPrefabs for client or server
Added IClientComponent to a bunch of client side components
Improved custom GC logic and replaced gc.minheapsize / gc.maxheapsize with gc.buffer