111,650 Commits over 3,928 Days - 1.18cph!
Optimized coarse height slope map generation; now up to 6 times faster on larger maps
Deprecated foliage displacement slope scale bias
Touched all water related shaders; making sure latest cherries get applied
Cherry picked remaining water related changelists from main
shortened the buttstock on the mp5 worldmodel so it doesnt clip into shoudler as much
tweaked the mp5 viewmodel reload anims
tweaked positioning of the muzzlebrake and muzzleboost addons (in 1st person)
adjusted the positioning of the mp5 worldmodel and IK holds
tweaked the size of the silencer attachment ( worldmodel )
xtab mode
Occlusion, Specgloss
Texture size limit from version2
Loading workshop http icons
Fixed button stretch in lists
Moved layer defines to Rust.Global.dll
Added PropRenderer
Fixed effect instantiates, console messages and console commands showing up as "GroupChange" in profiler
Quicker fade out on mp5 voice limiting
Stop extra voices more aggressively when voice limiting
Enabled player model, collider and nametag pooling again
Destroy entity client instances recursively when a network limited entity changes parenting
Merging biome tinting changes and motion vector fixes
updated mp5 silenced attack sound
Merging biome tinting shader changes
Fixed attachments motion vectors causing problems with tssaa
Fixed a situation where child entities could miss a group change of their parent, then leak on the client
Merged prop changes from dungeon
Entity find commands return both client and server entities in the editor
Removing some not needed models and textures
Fixed RUST-1350 / Cave sections transparent (Object quality)
Updated train_track material to include tint mask inclusion keyword
Added optimized path to skip tint mask sampling when slot is unassigned; std and std decal shaders
Added industrial prop LODs
biome tinting for player buildings and objects test
Set texture properly when resettodefault
Import Version2 properly (for conversion)
Indicate old items
Detect changes, reload textures automatically
Changelog field
Export to folder (for preview)
Fixed rare-ish infinite loop in SoundManager
Cherry picked blend layer fixes from prerelease
Touched std/blend layer shaders, just in case
Added some lights for debug to the dome
Updated military tunnels
Bag'O Fixes for caves
Changed caves lights to use Ambient Light LOD script
Network++
Fixed shader error when using biome layer in rust/std-blendlayer (RUST-1348, RUST-1349)
move serialized properties on SoundOcclusion outside of if CLIENT
Added Utility.Texture.DecompressNormals( tex )
Added Utility.Texture.SaveAsPng( tex ) (works on non readables)
Added Utility.Texture.CreateReadableCopy( tex )
Texture rows updated from defaults
Texture rows reset to default button
Texture rows download texture button
Added string.TruncateFilename( len )
Clicking texture filename finds it in explorer
Quick mp5 gunshots for helk
Bring FMOD crash prevention delay times up to old values
Added parent to entity info
Added find_parent command
Do budgeted sound updates via Update instead of a coroutine
Fixed error in entity find commands when group is null
merge from main/soundocclusion