32,212 Commits over 4,018 Days - 0.33cph!
Fixed NRE in Buoyancy.Cycle when buoyancy instance is going to sleep
Enabled physics.batchsynctransforms by default
Buoyancy.FixedUpdate is handled by ServerMgr.FixedUpdate to ensure they aren't scattered inbetween other fixed updates, causing SyncTransforms churn
Changed MoveItem amount to an int32 (modder request)
Strip newlines from chat input
Fix missing chinese/japanese/korean characters
Tweaked physics.batchsynctransforms profiling and behaviour with physics.autosynctransforms disabled
Fixed Skin.LoadAssets NREs
fixed horse debug movement
Added horse head collar placeholder art
Fixed client player tick rate not being set when connecting to sleeper
Horse ragdoll doesn't wrap around itself.
Horse materials GPU instanced.
Ragdoll scene.
added anim to cinematic controller
Fixed bootstrap showing ... instead of error text
Renamed physics.batchsync to physics.batchsynctransforms (similar to physics.autosynctransforms)
Added physics.batchsync convar (only does a single physics transform sync for all player server updates, default = false)
Added physics.autosynctransforms convar (only for testing)
Horse ragdoll colliders are on ragdoll layer
minicopter entity update - trying to fix transform child cant be loaded issue
deleted unused minicopter prefab
Adjusted saddle to fit new horse
Added player.tickrate_cl and player.tickrate_sv convars (both are set on the server)
Optimized Vis.Entities / Vis.Components / Vis.EntityComponents further
Stripped collider batching entirely to fix some remaining performance overhead (particularly in Vis.Entities / Vis.Colliders)
Improved entity registry performance (particularly ToBaseEntity)
Merge from HorseArtUpdate/HorseHair
▇█▇▇▊ ▌▍▊▅▍▊▉▄▌▋ ▉▆▄▄ █▉▆▄▌▌▇▄ ▇▆▍▍█▉█
Merge from network_lerp_3
SelectedBlueprint / BlueprintCategoryButton optimizations
Fixed misclicking accept would reject the team invite.
Fixed water purifier disappearing after going out of network range
horse footstep max voices
horse LODs + RendererLOD
SendNetworkUpdate_Position profiling
Fixed performance issues caused by DateTime.Now
Stuff spawned with entity.spawn always faces the camera