5,910 Commits over 3,867 Days - 0.06cph!
▍▉▅█▋▆▍▍ █▆▄▌▍ ▋▉▊▇▉█▋ ▄▌ █▋▄▉'▅ ▋▊▅▌▆ ▅▍▄▌▆▉▋█ ▉▋ █▄▅▉▍▊▉▉█▉
▄▅▉▌▋▍▌▍ ▊▄▉█▇▋▍▌▅▌ ▉█▆▇▋
Hardcoded material keywords where required (revert this when Unity fix their shit)
Merged the two sky prefabs
Removed shader keyword hack (see next commit)
Unfucked sound template recycling
Reapplied delayed stability refresh after load
Fixed infinite loop in RainSurfaceAmbience
▉▄▄▇██▆▄▄▄ ▊▉▅▅▉▇▋▍ ▇▌▇▍▆ ▆▌▉▇▄ (▍█▋▋▆▋█ ▌▅▆▊▅▆▅)
Don't allocate cells / batches if collider batching is disabled
Timings on server startup align a bit more nicely
▍▄█▉▋▊ ▇▊▊█▆▌▉ ▇▄█▉▊▊▋▊▌ ▊▍▆ ▆█ ▋█▍▄
Fixed cupboard entity bounds
Removed MeshFilter component from cupboard trigger
Automatic entity bounds calculation (when no bounds have been set up) ignores triggers
Added DDraw shader to "always include" list
Fixed "Look rotation viewing vector is zero" logs
Removed EntityComponent.Awake since it's redundant
All prefabs start disabled
Load ambient sounds in background (fixes 20ms+ spikes)
Don't add road and river mesh filters and renderers on the server
▅▋▍█▄ ▇▆▌▋▉█▇▍▇▊ ▊▋█▇▊▊▌▆ ▅▌▆▊█▉▌
Decay is entity component (fixes decay reset)
In the editor, compare entity networking IDs instead of references in BaseEntity.IsVisible
Added prefab warmup (off by default)
Fixed bed placement on foundations
Fixed sleeping bag placement on foundations
Fixed IndexOutOfBounds exception in SoundModulation
Fixed sounds not destroying
Don't update console text if it's invisible (avoids performance bottlenecks when spamming errors)
Fixed console not receiving messages that have been logged before it has been opened for the first time
Don't bitch about objects leaving their LOD cell, instead try to deal with it as good as possible
Subtracted redundant changeset
11095
Fixed NRE in ConstructionCollision
Fixed stability issues when using collider batching or any other non-convex collider on building blocks
Toggle building collider after setting its mesh (to refresh it in the physics system)
Cache building collider bounds (in case the collider is disabled)
Added batching.colliders server convar
Temp fix for SoundPlayer error
On server start, first load the save, then batch colliders and then run stability (with physics frames inbetween)
Fixed arrow world model LODs
Fixed arrows being almost impossible to fire through window bars
Adjusted terrain alpha cutoff range
Re-saving all custom map scenes (GameObjectRef serialization)