userandrecancel
reporust_rebootcancel

10,922 Commits over 3,959 Days - 0.11cph!

9 Years Ago
Vegetation scale adjustments
9 Years Ago
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
9 Years Ago
Fixed missing airfield wall colliders
9 Years Ago
Fixed Physics.IgnoreCollision performance regression on certain hardware
9 Years Ago
Merge from save115_fixes
9 Years Ago
Clutter rocks are clientside decor (perf, collider count) MaterialSetup can be pooled / used on dynamic decor
9 Years Ago
Prefab adjustments (rock_small)
9 Years Ago
Merge from save115_fixes
9 Years Ago
Fixed escalating load times on larger maps Added quad rasterizer to base terrain map class (rasterizes two triangles in a single pass)
9 Years Ago
Fix for RUST-654 (turret roof exploit)
9 Years Ago
initialize conditional models on server start again
9 Years Ago
Merge from save115 HapisIsland, procedural generation and dungeon updates
9 Years Ago
Manifest
9 Years Ago
Network++
9 Years Ago
Terrain wetness
9 Years Ago
Reject rivers on extreme slopes
9 Years Ago
Merge from main
9 Years Ago
Rock formation prefab updates
9 Years Ago
Rock heightmap adjustment tweaks
9 Years Ago
Fixed underwater rock spawn rule Fixed iceberg spawn rule
9 Years Ago
Rock clutter and cliffside tweaks
9 Years Ago
Trainyard monument topology fixes
9 Years Ago
Merge from main
9 Years Ago
Hardcoded road tinting to dirt splat layer
9 Years Ago
Various rock improvements
9 Years Ago
Fixed occasional sawtooth terrain glitch around monuments
9 Years Ago
Merge from main
9 Years Ago
Powerline generation tweaks
9 Years Ago
Merge from main
9 Years Ago
Road network generation tweaks
9 Years Ago
Fixed rocks sometimes spawning on warehouse quarry
9 Years Ago
Fixed floaty arid / beach trees
9 Years Ago
Default world size is 3000 to assure that everyone hates me
9 Years Ago
Reverted Terrain4 (I assume this was committed accidentally)
9 Years Ago
Merge from prerelease/dungeons_art
9 Years Ago
Manual copy of new HapisIsland (because Plastic apparently hates subtract inception)
9 Years Ago
Petur's shitbag
9 Years Ago
Save++
9 Years Ago
Spawn population tweaks Fixed some stuff spawning midair near rocks
9 Years Ago
DeferredDecalRenderer command buffer refresh is allocation free Added decal.cache convar (refresh decal system every frame vs. only when marked as dirty)
9 Years Ago
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)
9 Years Ago
Disabled microfiber fuzz layer on reactive target (uses fucked up normal encoding that messes with deferred decals)
9 Years Ago
Fixed active item not dropping when killed without entering the wounded state first
9 Years Ago
Fixed potential pooling NRE when leaving play mode in the editor
9 Years Ago
kill console command kills immediately without going wounded first (it's just annoying)
9 Years Ago
ParentBecoming debug
9 Years Ago
ParentBecoming debug
9 Years Ago
Load balancer takes more time when queue backlog increases
9 Years Ago
Removed stability warmup queue on server start since at this point it should be in stored in all savegames
9 Years Ago
Fix for RUST-600 (Cannot change GameObject hierarchy while activating or deactivating the parent)