branchrust_reboot/maincancel

33,922 Commits over 4,171 Days - 0.34cph!

10 Years Ago
Call UpdateUserData for Steam
10 Years Ago
Transparent surface fog fixes and normal encoding updates; touched all affected shaders
10 Years Ago
Fixed giveall returning when it should have continued
10 Years Ago
Ambient lighting fixes for vertex lit surfaces (e.g. particles, speedtree LQ); touched all affected shaders
10 Years Ago
Compilation warnings
10 Years Ago
Fence protection properties (currently defined per-entity which is a bit meh) Fence prefab updates (projectile passthrough, impact effects)
10 Years Ago
Fixed the tornado of confusion that appears to have occured in the animal footstep folders
10 Years Ago
Tightened allwed ground deployment angle of shelves
10 Years Ago
Got rid of legacy sleeping bag prefab
10 Years Ago
Increased sleeping bag nobuild volume height
10 Years Ago
I'm feeling lucky: GamePhysics.CheckOBB now uses Unity's new Physics.CheckBox
10 Years Ago
Foundation deploy volume update for RUST-457
10 Years Ago
RustBuilder uses 5.3.2p1
10 Years Ago
fixed silencer and other attachments being visible while scoped
10 Years Ago
door cost balance
10 Years Ago
Attempt at fixing glsl eye adaptation shader on 5.3.2p1
10 Years Ago
fixed wall frame having lower health than doors
10 Years Ago
Wall frame building shell protection
10 Years Ago
Fixed full frame shit being pickupable like doors
10 Years Ago
Fixed full frame shit being pickupable like doors
10 Years Ago
Fixed being unable to attach square foundations to triangle foundations on the twig + wood building tiers
10 Years Ago
Fixed ImageEffectRedirect trying to call disabled image effects (fixes warning spam on broken / unsupported image effects)
10 Years Ago
Fixed invisible wood / stone / ore collectables (these need a proper model)
10 Years Ago
Removed unused speedtree shader interpolator
10 Years Ago
Fixed zeroed Screen.width/height breaking water code
10 Years Ago
Output SystemInfoGeneralText at startup, so it's availabel in crash logs
10 Years Ago
Mushrooms and hemp use load balanced LOD system Tweaked collectable LOD ranges
10 Years Ago
Stopped burlap sacks from rolling around and generally being annoying as fuck
10 Years Ago
Added currentEntity to Raven reporter
10 Years Ago
Updated CurrentVersion to 5.3.2
10 Years Ago
Fixed cupboard gibs errors
10 Years Ago
EntityTransformNetworking check for changed positions
10 Years Ago
improved the bear rigging/skin weighting (it deforms a bit better now when going into ragdoll)
10 Years Ago
Build item icons to correct folder (!)
10 Years Ago
Merge from physics_updates
10 Years Ago
Fix for RUST-557
10 Years Ago
ProjectVersion
10 Years Ago
Merge from stability-serialization
10 Years Ago
Reduced Sky Dome reflections to 512 to save 144 MB of vram; reflectionProbes use 3 copies for some reason
10 Years Ago
Merge from prerelease Network++ Manifest
10 Years Ago
Added floor frame shell protection Balanced floor frame health (now identical to floors) Fixed floor frame insert layers (collider has to be on construction layer) Floor frame inserts can now be rotated by looking at different frame sides Floor frames themselves can no longer be rotated
10 Years Ago
Fixed floor frame overlapping exploit
10 Years Ago
Removing cui.test
10 Years Ago
In player load, only set username if it's not null (for mods)
10 Years Ago
If we detect a crash on startup, mark steam content as corrupt
10 Years Ago
Native library update
10 Years Ago
10 Years Ago
Native updates, Protocol++
10 Years Ago
Fixed potential signage NRE when database was deleted
10 Years Ago
Vis.Colliders is allocation-free and supports collider subclasses as the generic type