userandrecancel
branchrust_reboot/maincancel

5,910 Commits over 3,867 Days - 0.06cph!

9 Years Ago
Light test 2 (env refl occlusion)
9 Years Ago
Fixed everything being white in scene view on our main camera (maintaining identical visuals at runtime)
9 Years Ago
Material zoo nighttime parameters
9 Years Ago
Fixed errors when running material_zoo scene
9 Years Ago
Light test (env refl occlusion)
9 Years Ago
Stripped deprecated tree optimization code
9 Years Ago
Fixed terrain asset being constantly modified even when nothing has changed
9 Years Ago
Removed unused foliage shader from ancient times
9 Years Ago
Removed duplicate / unused footprint assets
9 Years Ago
Fixed overly bright sand footprints
9 Years Ago
Grass uses standard shading + specular / smoothness
9 Years Ago
Projectile movement uses FixedUpdate Projectile movement causes less garbage
9 Years Ago
Resource spawn rule tweaks
9 Years Ago
Hemp is slightly bigger (easier to find)
9 Years Ago
Fixed resource spawn clustering sometimes not working
9 Years Ago
Network++ Save++
9 Years Ago
Rock cull distance tweaks
9 Years Ago
▄▅▇
9 Years Ago
Fix for argument out of range exception in road generation on certain seeds
9 Years Ago
Prefab auto-updates (Tools/Prepare Prefabs)
9 Years Ago
Network++ Manifest
9 Years Ago
Merge from save116 (new procedural generation, custom map updates, dungeon improvements)
9 Years Ago
Rockets + explosive rifle ammo deal full damage to strong side walls / doors again (fix for RUST-721)
9 Years Ago
Temp fix for missing powerlines next to roads
9 Years Ago
Added RigidbodyLOD (makes rigidbodies kinematic in the distance)
9 Years Ago
LightLOD treats spot and point lights separately (since point light shadow maps are much more expensive)
9 Years Ago
Fixed LightLOD issues when the number of lights in the scene is less than the graphics.shadowlights convar Made LightLOD snap to the current state (enabled or disabled) on spawn rather than always starting disabled and fading in
9 Years Ago
Building blocks only send their support value to clients when it hasn't changed in the last iteration (fixes potential client connection flooding)
9 Years Ago
Another layer of exploit safety for direction properties
9 Years Ago
Server compile fix
9 Years Ago
Building protection reboot
9 Years Ago
Wall frame can no longer be placed after roof (fix for RUST-689)
9 Years Ago
Only defer the destruction of building blocks, destroy all other entities immediately when leaving a networking group
9 Years Ago
Melee trace uses a threshold to switch between the accurate best-hit trace and the inaccurate any-hit fallback
9 Years Ago
Updated skeleton damage multipliers
9 Years Ago
Melee weapons look for the best body part to deal damage to rather than just taking the first one they can find
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
Merge from save115_fixes
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
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)