10,480 Commits over 4,171 Days - 0.10cph!
Fixed players sometimes appearing with wrong name, gender or skin tone (RUST-981)
Reset entity position lerp curve when lerping is disabled
Added stabilityqueue and surroundingsqueue convars (time building stability + surroundings are allowed to take)
Reset lerp smoothing whenever entity lerping is snapped to the end point
Initialize lerp start position whenever entity lerping is started
Retired ItemIdentity (no longer used, removes a bunch of overhead)
Fixed various issues with player model pooling (still disabled by default)
Fixed some climate blending OnGUI hack failing to compile when setting editor to server-only
Enabled player mesh pooling by default on 64bit systems
Experiment: Alternative to BroadcastMessage.OnParentDestroying
Optimized SkinnedMultiMesh LODGroup stripping
Optimized SkinnedMultiMesh GetComponentsInChildren calls
Applied the optimization of OnParentDestroying to OnPostNetworkUpdate and OnSendNetworkUpdate
Forgot to include two files
Moved more SkinnedMultiMesh stuff to prefab preprocessing
Fixed campfire and furnace particle effects playing on spawn
Fixed some issues with player pooling (introduced by moving stuff to pre processing)
Fixed rig error when prefab pre process is being called twice
Fixed OptimizeAnimator never clearing its renderer set (breaks player mesh pooling)
More logging for rig bone caching
▊▋▅'▋ ▆▇▌▅▇ ▅▊█▇▌▅▉ ▇▆▌▇ ▉▋ █▋▋ ▋▄▍▅▊▉
Reduced the effective combat range of pistol ammo slightly (from 80 to 60)
Fixed NRE when trying to upgrade building block after it was destroyed (RUST-1298)
Fixed OptimizeAnimator renderer set clear
Fixed NRE when trying to rotate building block after it was destroyed (RUST-1299)
Fixed player mesh rigging sometimes being temporarily corrupted
Added print_rigcache console command
Fixed miner's hat and candle hat not working after initial use (RUST-1301)
Environment volume base implementation
Added environment volumes for underground areas
Eliminated ambient light completely when underground
Merge from ambient_light_volumes
Full grass displacement rewrite (now faster and better looking, disabled by default for further testing)
Moved deferred decals to rendering folder
Retired displacement layer (no longer needed)
Added shader parameter for displacement height to grass shader + material
Fixed foliage displacement NRE when leaving server
Fixed all grass appearing displaced with grass displacement disabled
Exposed high resolution terrain height and slope maps to shaders
Grass displacement now also works on big maps
Fixed all grass appearing displaced with grass displacement disabled (for real)
Reduced resolution of coarse terrain height and slope maps
Added grass displacement toggle to graphics options
Made terrain height and normal textures readable at runtime (required for coarse map generation)
Optimized coarse height and slope map generation in standalone builds
Reviving line of sight check is more forgiving such that it doesn't cancel immediately when losing focus
Building blocked message is only shown when in building mode
Holding a hammer also enables the building blocked message