10,922 Commits over 3,959 Days - 0.11cph!
Vegetation scale adjustments
Procedural bush placement reboot
Bushes spawn around rock clusters and forests
Bushes spawn along the beach-grass transition (rather than all over the beach)
Ores always spawn around rock clusters (same overall count on map as before)
Ores are easier to spot (slightly bigger, always near rocks) and more grounded
Small trees spawn around rock clusters and forests
Fixed missing airfield wall colliders
Fixed Physics.IgnoreCollision performance regression on certain hardware
Clutter rocks are clientside decor (perf, collider count)
MaterialSetup can be pooled / used on dynamic decor
Prefab adjustments (rock_small)
Fixed escalating load times on larger maps
Added quad rasterizer to base terrain map class (rasterizes two triangles in a single pass)
Fix for RUST-654 (turret roof exploit)
initialize conditional models on server start again
Merge from save115
HapisIsland, procedural generation and dungeon updates
Reject rivers on extreme slopes
Rock formation prefab updates
Rock heightmap adjustment tweaks
Fixed underwater rock spawn rule
Fixed iceberg spawn rule
Rock clutter and cliffside tweaks
Trainyard monument topology fixes
Hardcoded road tinting to dirt splat layer
Various rock improvements
Fixed occasional sawtooth terrain glitch around monuments
Powerline generation tweaks
Road network generation tweaks
Fixed rocks sometimes spawning on warehouse quarry
Fixed floaty arid / beach trees
Default world size is 3000 to assure that everyone hates me
Reverted Terrain4 (I assume this was committed accidentally)
Merge from prerelease/dungeons_art
Manual copy of new HapisIsland (because Plastic apparently hates subtract inception)
Spawn population tweaks
Fixed some stuff spawning midair near rocks
DeferredDecalRenderer command buffer refresh is allocation free
Added decal.cache convar (refresh decal system every frame vs. only when marked as dirty)
Reactive target uses RendererLOD instead of LODGroup (never use LODGroup for stuff that doesn't walk around)
Adjusted reactive target bullseye collider (no hard edges that can cause perpendicular impact effects)
Adjusted reactive target physics layers (no player collision on the moving parts)
Disabled microfiber fuzz layer on reactive target (uses fucked up normal encoding that messes with deferred decals)
Fixed active item not dropping when killed without entering the wounded state first
Fixed potential pooling NRE when leaving play mode in the editor
kill console command kills immediately without going wounded first (it's just annoying)
Load balancer takes more time when queue backlog increases
Removed stability warmup queue on server start since at this point it should be in stored in all savegames
Fix for RUST-600 (Cannot change GameObject hierarchy while activating or deactivating the parent)