127,309 Commits over 4,109 Days - 1.29cph!
searchlight beam cherry pick
Fixed game object creation error in editor when stopping game
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)
Fix animal footstep sounds
Add new bear footsteps from a while back
merge from main/footsteps2
animal footstep import settings
Balanced animal favour running in straight line
Improved performance of removing from Grid<>
Fixed player collision corruption on die / respawn cycle (RUST-1642)
Ai doesn't eat when it's got threats
Fixed AI quickly running back to previous spot when running fast
Ai bit more afraid of humans
Fixed Ai floating off ground slightly
Fixed torch light culling mask
Subtracting
20023 to try a different way
Fixed spikes when removing entity
Added BufferList to Rust.Global (list that exposes its backing array for fast iteration)
Optimized InvokeHandler and UpdateHandler by reducing their iteration overhead
ListHashSet and ListDictionary use BufferList and take an initial capacity in their constructor
Fixed metal chest plate (sometimes?) being invisible (RUST-1637)
Disabled ImageEffectTransformsToLDR on tonemapper until gamma bug is fixed
Rocket factory site / texturing pass / backup
animals align to terrain height/slope
animals try and face attack target
fixed rare issue where a dead helicopter could enter a strafe
Spinner wheel sounds
Water lapping sound polish
backup/progress
bit of overgrowth for preview
Fixed RustBuilder not building all all platforms as debug build
Added OpenGL core to Windows (for asset bundles)
Fixed metal chest plate rig in prefab (RUST-1637)
Log game object name when encountering SkinnedMeshCollision without SkinnedMeshCollider (RUST-1645)
Resizing every speedtree without care or consideration
Animal attacks show hud damage indicator
Enabled packed 32bit HDR format on all tier levels, when available (bw++ on dx10+ hw)
Updated main camera effect assignments
Fixed scene view display when skybox is enabled
Rocket factory / side tower update and staircase
Changed InvokeHandler times from AoS to SoA (performance)
Fixed OSX / Linux / Win32 debug builds not uploading to Steam
skin approval + broken icons
Reapplied main camera effect connections