12,530 Commits over 4,048 Days - 0.13cph!
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
Merge from 8_splat_support
Grass tinting support (temp fix)
Ignore future .pdb.meta files
We don't need this .pdb.meta file
Unity meta file auto updates
Merge from grass_optimizations
Rust grass optimizations port
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)
Fix for RUST-631 (Armored foundation steps gives adjacent foundation transparent side(s))
Entities that haven't called spawn yet are valid as well (makes more sense for some existing code)
Compile fix (CLIENT && !SERVER)
Test: Don't check isSpawned when verifying the entity state while loading a save
Test: Set isDestroyed at the end of the entity deletion