5,292 Commits over 2,345 Days - 0.09cph!
Fixed ragdolls spawning weird
Ragdolls are less spazzy
Player preview in inventory menu displays genes properly
Player corpses inherit genes properly
Corpses hang around for 30 minutes, instead of 2 minutes
Added high pass to the skin shader
Player texture swaps affects whole body
Hair is taken from highpass, removed hair from shader
Player skin LUT driven by lighting
Fixed DS missing script errors on startup
Roof blocks are placed like ceilings/floors instead of on top of ceilings/floors
Cargo plane is higher, moves faster
Player colours work properly in inventory menu again
Building block placement fixes
Can place foundation at variable height
Can attach to bottom of foundation steps
Log when admins use inventory.give
Can place foundation stairs upwards + downwards more predictably
Made roofs more predictable to place
Perf is better without dynamic batching enabled
Testing wall blocks with LOD
Viewmodel arms use player skin colour
Undone tom's invisible player patch
Spectate optionally takes a target string - partial username or steamid
Added map size/seed to server tags
Fixed skin guide being invisible
Fixed save list warnings
Added asserts for multiple spawn calls
Fixed playerattack nre
Duplicate entity in save handling/warning
Increase general terrain friction
Removed "unconnected packet" warning because it worries server host for no reason
Added physics stats to dump
Fixed invisible placement guide
Added graphics.lodbias
Added NearbyEntities to camera
Made conditional models only care about nearby entities (fixes holes in foundations)
Trigger object lists use HashSet instead of List (perf improvements when adding/removing)
Fixed hurt overlay being disabled
Updated RustNative with some optimizations
Network protocol++
Fixed top tier block upgrade costs
Ignore image effect warnings on dedicted server
More skin variations
Fixed bluehair syndrome
Fixed some arms on some viewmodels using the wrong material
Re-enabled ambience sounds by default (gulp)
Hardcoding some values in skin shader
Unify join/leave message style in server console
pvt enabled by default, saved properly
Fixed player counts in server browser when player counts > 128
Fixed lock not getting removed from destroyed doors
Launcher framework changes