123,851 Commits over 4,171 Days - 1.24cph!
Fixed item wrong categories
Landmine max placement distance is 4 (same as other traps)
Fix for "Cannot change GameObject hierarchy while activating or deactivating the parent."
Planner traces ignore triggers
Planner uses rust namespace defines instead of LayerMask.GetMask
Fixed AF not forcing on for all textures (against diogo's wishes)
rcon utf8 input experiment
fixed console.clear
added console.tail <count>
added console.search <string>
Added convars for all the different places pooling is used in
Disabled sound prefab pooling by default (all the others remain enabled)
Client side tree meshes are now managed by the tree entity (fixes occasional invisible trees)
Explicitly stop AudioSource playback when disabling a Sound (FMOD error fix)
Fixed invisible static bushes
Fixed PrefabInstantiate culling itself in standalone builds (I think)
Bug reporter fix (why didn't anyone report this!?!?!)
Close rcon on exception
Fixed some server exception reports not grouping properly
Fixed a condition where saves could get wiped on inproper shutdown
Unfucked entity creation / destruction events
Made entity destruction a lot faster (or that's what the editor wants me to believe)
Wet rocks on water and beach
Inverted terrain height masking for wetness
Foam pseudo-shadowing via reflection; reduced SSR fresnel cutoff
Tweaked wetness some more
Fixed extra shiny player model.
Updated Standard/Rust shaders to builtin baseline 5.4b6
Unity auto-fix/replace for a number of misc shaders
Patched SSAO because of material keywords not working again
Fixed corpse ragdolls snapping to world origin
Deferred actions carry a priority value that determines when they'll be executed
Client side entity game object destroys are load balanced when leaving a network group
Dedicated server compile fix
Only toggle batch children when required
Fixed assert spam when leaving play mode in the editor
Added workaround for U5.4 d3d9 compiler bug causing critical terrain shader errors
Added skip variants for static lightmaps to speed up compilation across all Rust/Standard shaders
Editor construction prefab preview
Retired ConstructionCollision
Server Cull / Client Cull game object tags work once again
Building prefab updates (now using PreviewMesh for editor preview)
Building skin updates (empty child object culling)
External walls and window bars use SimpleBuildingBlock
Wind generator uses SimpleBuildingBlock
Building deployable updates (retired Construction Skin layer)