30,783 Commits over 3,867 Days - 0.33cph!
▅▋▍█▄ ▇▆▌▋▉█▇▍▇▊ ▊▋█▇▊▊▌▆ ▅▌▆▊█▉▌
Decay is entity component (fixes decay reset)
Fixed devbranch branding not showing
Fixed pool sometimes not setting object to null on free
Re-enabled EAC logging, disable automatically on exception
renamed to grass.displace
Added graphics.grassdisplace (to enable/disable grass displacement)
Clear server log files on startup
k_EAuthSessionResponseVACCheckTimedOut fix (kinda)
Server browser perf
Performance stuff
Bug reporter - report correct memory amounts
Disabled some EAC stuff - causing IndexOutOfRangeException spam on the server
SoundFade NRE fix (I think.. I can't reproduce it)
Fix sounds sometimes stopping early with GameObject pooling enabled
In the editor, compare entity networking IDs instead of references in BaseEntity.IsVisible
Added prefab warmup (off by default)
NRE fix
Re-exporting tweaks prefab
Fixed NRE in CreateByPartialName
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
UnityEngine.Entity.SV.Savelist.Counts.txt
Warn if skipping saving an entity because of some bullshit
Subtracted redundant changeset
11095
Fixed NRE in ConstructionCollision
Fixed stability issues when using collider batching or any other non-convex collider on building blocks
More sound recycling errors
Fixed phantom player models
Timewarnings
Extra timewarnings to find the source of some server perf spikes
Reverted stability change so that all buildings don't fall down on server restart
Fixed NRE in GamePhysics.Trace
Added ConVar.Global.gamepool - disabled by default
Cleaned and re-exported meats
Fixed a lot of wrong auto import options on models
Moved legacy shaders to rust material
Added worldmodel prefabs for meat items
Removing some empty folders
Fix hitmarker not being impacted by volume slider
Fix viewmodel sounds not switching to first person correctly
Fix some impact sounds playing twice
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