32,149 Commits over 4,018 Days - 0.33cph!
animal footstep import settings
merge from main/footsteps2
Added UpdateHandler and UpdateBehaviour (offer DeltaUpdate that can efficiently sleep for x seconds)
Optimized LightEx using DeltaUpdate (update rate now decreases smoothly with distance from camera)
Fixed game object creation error in editor when stopping game
searchlight beam cherry pick
Fixed dark censorship (RUST-1625)
Ai should sense corpses too
Reduced animal mesh compression
Attack damage is a variable on the npc
Ai senses - memory filter (should fix ai not seeing players)
Chicken doesn't use horse footsteps
Cleaned footsteps
Increasing navmesh bounds
Updated render queue field and added instanced field to rust/std shader gui
Instancing all materials part 2
animals have proper corpse contents
added deer meat
use Entity.WaterDepth for ai queries
Cache waterfactor, waterdepth
Some invoke handler optimizations
Fixed spawn/spawnitem not working
codegen + manifest ( fixes spotlights )
Simple sight world model lod updates
Stripped a missing script from UI scene (console input field)
Stripped a missing camera component from some nested cameras
Fixed a bunch of missing script behaviours (RUST-1633 and RUST-1628)
Optimized sound / particle parent disconnects
Added InvokeRandomized (like InvokeRepeating but randomizes the interval on every consecutive call)
Replaced Facepunch.Tick with InvokeHandler calls for now (perf, especially when removing)
Forcefully refresh terrain collider after setting the height map (fixes raycast issues with terrain)
Fixed server browser list scrollbar
pickaxe viewmodel tweaks ( fixed clipping at certain FOVs, improved animation, fixed wrist pose )
mp5 viewmodel tweaks ( fixed clipping at certain FOVs, improved animations, fixed ADS alignment )
binocular viewmodel tweaks ( fixed the weird wrist pose )