127,270 Commits over 4,109 Days - 1.29cph!
Potential fix for crashes when switching servers (RUST-827)
Fixed pvt not disabled in lowest shader levels
Fixed DX9 white player in player preview (RUST-1294)
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
trying to untangle crap 1
trying to untangle crap 2
Reviving line of sight check is more forgiving such that it doesn't cancel immediately when losing focus
progress - vertex painting
Changed decal/deferred-decal emission intensity property to hdr color value and fixed it not being applied
Fixed
cherrypicking the deferred decal shader fix
Fixed deferred decal shader writing roughness instead of smoothness (error on docs)
Attempt to fix gbuffer channel interference in decal shader
Building blocked message is only shown when in building mode
Holding a hammer also enables the building blocked message
cherrypicking the deferred decal shader fix
Ore veins WIP textures and decal prefabs (gold and uranium)
Glow worms textures and test models
Adding cave dressing scene
Fixed foliage displace shader d3d11_9x compilation error
Merged foliage shader fix
profile samples for GamePhysics
rolled back to 5.4.0p1
Added SSAO distance fade to far values; e.g. smaller radius in viewmodel
Building privilege is also checked at the construction placement position, not just at the player position
Unified DecalDictionary and ParticleDictionary into EffectDictionary
Added support for foliage displacement prints
Added foliage displacement trails to players
Fixed profiler sample mismatch introduced with
16568 (spamming when looking at terrain)
Fixed server ssao texture format error; now detecting null device
SSAO texture format error to warning
Fixed lighthouse issues and changed lighthouse spawning settings on proc map
Quick optimization for OBB.Contains
Merged lighthouse changes from dungeon. Fixed lighthouse spawning topology rules on proc map.
Added missing lighthouse files and incremented network++
Enabled ssao fade params for viewmodel occlusion; just needs tweaks and bleeding fix
Foliage displacement code cleanup
Minor foliage displacement optimizations