33,903 Commits over 4,171 Days - 0.34cph!
Fix for RUST-572 Ladder Hatch appears closed from short distance
Fix for RUST-503 - See through joining gap - armored floor/ceiling on low settings (LOD)
Added detail map to Furnace materials
Fix RUST-580 - Able to loot/kill and see players and some deployables underneath sheet metal floors
Added graphicsDeviceType to hardware info, so we can bucket based on dx9/dx11/opengl etc
Enabled ocean tesselation in water q=1
Fixed memory leak / performance drop-off in ParticleEmitFromParentObject
Don't defer player model instantiation (RUST-819, RUST-825)
Ensure AmbienceEmitters always fade out on deactivation
Fixed missing icons on small furnace
Slight tweak to out of range AmbienceEmitter deactivation
Building block despawn optimization (when leaving network groups)
Handle out of range AmbienceEmitters in AmbienceManager.Tick instead of OnCullingGroupChange (more reliable + better CullingGroupSendEvents perf)
perf 6 displays async task status
the player now holds the guitar properly in 3rd person
Added procmap.pvt benchmark (should this be enabled by default, or should we get rid of it)
Merged ambience & warmup benchmarks to main
Restart calls quit after timer reaches zero (to guarantee consistent behaviour)
Fixed another UpdateLookingAt performance issue (RUST-653)
Hit tests can specify whether or not multiple hits on the same skinned mesh collider should be returned
Call SetHierarchyGroup in standalone too
Re-added ambience & warmup benchmarks
can drink last 50ml from bota bag
waterbarrels prevent building fix
Lifted sleeping pose to fix looting exploit
Updated start pose of wake up anim
Entities send network update if their slot is set on the server (fixes some weird situations, mostly regarding doors & locks)
Some door code cleanup to narrow down RUST-559 & RUST-793
Fixed regression that sometimes skipped entity linking when placing building blocks
Fixed that the door animation was stopped one frame too early (RUST-559)
Fixed NoAmbience benchmark using rain weather settings
Forced ambience convar setting in benchmarks
Added "Apply Vertex Color" option to some rust/standard shaders; multiplies v.color rgb by albedo base (std, std-spec, cloth, cloth-spec, skin, terrain-blend)
Removed keyword used in "Apply Vertex Alpha" and switched to alu instead
Fixed rust/std blend layer shader compilation errors
Added fog benchmark
Removed fog from rain benchmark
Fixed warning in rust/std cloth shader
Some scattering and fog fixes
Touched water shaders
Sleeping anim .meta change
Stripped legacy fog from procmap benchmark scene (perf experiment)
Removed legacy fog modes from all release scenes & shader stripping
Removed some unused garbage
Added NoShadows benchmark