5,292 Commits over 2,345 Days - 0.09cph!
workshop skin organisation
Fixed blueprint header
Weapon skin capabilities
Switched skins to use categories for rareness/price, instead of setting each individually
Added "version" console command http://files.facepunch.com/garry/2015/October/07/2015-10-07_23-41-59.png
Added "sysinfo" console command
Added memory usage functions to native (cuz it doesn't work from Unity)
Fixed warnings, spelling errors
Bug reporter passed used memory stats
Fixed broken weapon reload
Fixed selected item name not showing up (thanks HarryMachin)
RustBuilder crashes - unhelpful
Fixed health bar overflow
ItemIcon doesn't use VariableReference for the container anymore
ItemContainer.Save garbage
Added profile blocks to saves
replaced new WaitForEndOfFrame() with CoroutineEx.waitForEndOfFrame
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
Removed BaseEntity.Is<T> (server ai gc)
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)
Throw error in CreateModulator if array out of bounds
OnHolster/OnDeploy should only be called for local players
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
BuildInformation generator
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
NRE fix
Re-exporting tweaks prefab
Fixed NRE in CreateByPartialName
UnityEngine.Entity.SV.Savelist.Counts.txt
Warn if skipping saving an entity because of some bullshit