30,783 Commits over 3,867 Days - 0.33cph!
Timings on server startup align a bit more nicely
RustBuilder crashes - unhelpful
▍▄█▉▋▊ ▇▊▊█▆▌▉ ▇▄█▉▊▊▋▊▌ ▊▍▆ ▆█ ▋█▍▄
Fixed health bar overflow
ItemIcon doesn't use VariableReference for the container anymore
Water2.5: Touched river shader. Because unity.
ItemContainer.Save garbage
▌▍▇▅ █▉▍▆▋▊▌▅▆▆ ▍▄▊▆▅▇▌▄▉▌▌ (▅▄▆▅▊)
Added profile blocks to saves
replaced new WaitForEndOfFrame() with CoroutineEx.waitForEndOfFrame
fixed foundation.steps.collision orientation
Added timewarning to GarbageCollectionHandler
Seperated gc.collect from gc.unload
Running server with -keeplogs will prevent it from wiping the server folder logs on startup
Send server info with bug reports
Water2.5: Fixed SSAO command buffer ordering
Water2.5: Fixed rivers getting ocean wave displacement
Fixed cupboard entity bounds
Removed MeshFilter component from cupboard trigger
Automatic entity bounds calculation (when no bounds have been set up) ignores triggers
Water2.5: Fixed DepthOnly still having tess/displacement in low quality modes
Water2.5: Fixed white 'sprite' issue caused by mishandling of fog in additional light passes
Water2.5: Changed transparent order queue
Added DDraw shader to "always include" list
Fixed "Look rotation viewing vector is zero" logs
client compile fix (sorry!)
water extinguishes fireballs
▇▆▌▋▋ ▌▅▋▆▆▍▆▅/▊█▅▉▅▇ ▋▌▄▅▉▆▅ ▋▅▉ ▌▍█▇ █▋ ▆▍█▌▊▅▄▉ ▊▉▊▋▄
Removed EntityComponent.Awake since it's redundant
Removed BaseEntity.Is<T> (server ai gc)
Sentry detailed greybox models
Added MeshColliderBatch tag
Less GC + cpu by skipping GetComponent<MeshColliderBatch> if MeshColliderBatch tag isn't set on gameobject
AISenseRedirect is redudant (we use .ToBaseEntity) (server perf and gc)
All prefabs start disabled
Throw error in CreateModulator if array out of bounds
OnHolster/OnDeploy should only be called for local players
Load ambient sounds in background (fixes 20ms+ spikes)
All projection distance on decals changed to .1
Added Metalore and stone decals.
Tool cupboard model, textures, lods and gibs
Merged Diogo's awesome water in
Fixed doors not shutting clientside, on the first USE
Server Corpse Profiling
Fixed comfort/radiation/heat triggers not working
Enitty save pooling tweaks
Don't add road and river mesh filters and renderers on the server
BuildInformation generator