5,910 Commits over 3,867 Days - 0.06cph!
Fixed server side player rotation getting corrupted when spawning in sleeping bags that were placed on hills
Foliage displacement code cleanup
Minor foliage displacement optimizations
Quick optimization for OBB.Contains
Fixed profiler sample mismatch introduced with
16568 (spamming when looking at terrain)
Added foliage displacement trails to players
Unified DecalDictionary and ParticleDictionary into EffectDictionary
Added support for foliage displacement prints
Building privilege is also checked at the construction placement position, not just at the player position
Holding a hammer also enables the building blocked message
Building blocked message is only shown when in building mode
Reviving line of sight check is more forgiving such that it doesn't cancel immediately when losing focus
Optimized coarse height and slope map generation in standalone builds
Made terrain height and normal textures readable at runtime (required for coarse map generation)
Added grass displacement toggle to graphics options
Reduced resolution of coarse terrain height and slope maps
Fixed all grass appearing displaced with grass displacement disabled (for real)
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
Added shader parameter for displacement height to grass shader + material
Retired displacement layer (no longer needed)
Moved deferred decals to rendering folder
Full grass displacement rewrite (now faster and better looking, disabled by default for further testing)
Merge from ambient_light_volumes
Fixed miner's hat and candle hat not working after initial use (RUST-1301)
Fixed player mesh rigging sometimes being temporarily corrupted
Added print_rigcache console command
Fixed NRE when trying to rotate building block after it was destroyed (RUST-1299)
Fixed OptimizeAnimator renderer set clear
Fixed NRE when trying to upgrade building block after it was destroyed (RUST-1298)
Reduced the effective combat range of pistol ammo slightly (from 80 to 60)
▊▋▅'▋ ▆▇▌▅▇ ▅▊█▇▌▅▉ ▇▆▌▇ ▉▋ █▋▋ ▋▄▍▅▊▉
More logging for rig bone caching
Fixed OptimizeAnimator never clearing its renderer set (breaks player mesh pooling)
Fixed rig error when prefab pre process is being called twice
Fixed some issues with player pooling (introduced by moving stuff to pre processing)
Fixed campfire and furnace particle effects playing on spawn
Moved more SkinnedMultiMesh stuff to prefab preprocessing
Forgot to include two files
Applied the optimization of OnParentDestroying to OnPostNetworkUpdate and OnSendNetworkUpdate
Optimized SkinnedMultiMesh GetComponentsInChildren calls
Optimized SkinnedMultiMesh LODGroup stripping