193,455 Commits over 4,079 Days - 1.98cph!
Potential fix for crash bug.
Fixed no race selected on tribe spawner in nospawns
these were changed whenI looked...
More spawn eye direction stuff
Voice limiting tweaks
Play camera focus sound less often on auto turret
Got the rotation of spawn points actually working, putting the characters at the correct starting rotation. Required setting the character's eye angle rather than their transform angle.
Auto turret accent sound voice limiting tweaks
Discard any too-small rooms for gang spawns early, so spawn attempts aren't wasted on them
Check for obstructions (furniture etc) before spawning in gang buildings
Gang members now respawn in gang buildings
Female body lods & all head lods
Added "foliagegrid" editor convar
UI Shader stuff
Talents screen
Amplify shader editor
Fix for bradley shooting trough the rocket factory roof
Fixed profiler sample mismatch in RendererCell.RefreshAsync
Added ProfilerDebug tool to track down profiler sample mismatches
Some "using UnityEngine.Profiling;"
Fixed client side profiler mismatch in BasePlayer.SendClientTick
Fixed Rust.Application.isLoading not being set during GameSetup (editor startup)
Fourth attempt to fix RUST-1760 ("You cannot have more than
262143 Colliders enabled in total" spam while loading a save)
PrefabParameters now contains a priority
Monuments are ordered by priority when placed
Testing/Uncovering crash bug.
added sidetunnel dirt to props and added to scene
* Added CNavLadder.Disconnect( CNavArea )
Third attempt to fix RUST-1760 ("You cannot have more than
262143 Colliders enabled in total" spam while loading a save)
* Added CNavArea.Remove
* Added CNavArea.SetCorner( int corner, Vector v )
* Added CNavLadder.Remove
* Added CNavArea.ConnectTo( CNavArea/CNavLadder )
* Added CNavArea.Disconnect( CNavArea/CNavLadder )
* Added CNavArea.PlaceOnGround( int corner )
* Added navmesh.CreateNavArea( Vector corner, Vector opposite_corner )
detail dressing pass gas station
Second attempt to fix RUST-1760 ("You cannot have more than
262143 Colliders enabled in total" spam while loading a save)