userandrecancel
branchrust_reboot/maincancel

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

7 Years Ago
Fixed BaseNpc serialization mismatch in CLIENT / SERVER (also fixes compilation error)
7 Years Ago
Raw and spoiled meat no longer goes straight to belt when picked up
7 Years Ago
BaseNpc implements MaxVelocity
7 Years Ago
Can place large furnace under floor grills even after the floor grills have already been placed
7 Years Ago
Ladder trigger tweak
7 Years Ago
Added barbed wire damage triggers to new high external gate Updated deploy volumes / socket tests on high external walls
7 Years Ago
Barricade collider updates
7 Years Ago
Sped up gate animation
7 Years Ago
Tweaked high external wall barbed wire damage volumes
7 Years Ago
Reverted barricade collider scale hack
7 Years Ago
Plugins
7 Years Ago
Vector2i, Vector3i, Vector2b, Vector3b implement IEquatable
7 Years Ago
Temporarily subtracting BoneFollower changes
7 Years Ago
Only twig foundation and floor building blocks can bypass building privilege Tweaked barricade placement sockets, prevent building volumes and damage volumes Reduced barricade collision mesh scale (hack until the models are updated)
7 Years Ago
Changed Windows RAM usage API to be similar to resource monitor
7 Years Ago
Added RAM usage to perf text
7 Years Ago
EAC SDK update
7 Years Ago
Merge from weekend_branch_2
7 Years Ago
Fixed parenting on bradley and heli loot crate fireballs
7 Years Ago
Toggling grass shadows force-refreshes grass meshes
7 Years Ago
Fixed IOnPostNetworkUpdate regression (torch randomly getting switched off)
7 Years Ago
Error message typo fix ("Trying to to child" -> "Trying to parent to child")
7 Years Ago
BasePlayer.MaxVelocity takes mount velocity into account Eye verification distance checks take BasePlayer.MaxVelocity into account Unified eye verification checks to eliminate duplicate code
7 Years Ago
EAC SDK update
7 Years Ago
Fixed thrown weapons and arrows disappearing on impact when hitting entities Fixed checksum mismatch always clearing world cache on certain platforms Removed temporary savegame fix for staging servers Network++
7 Years Ago
EAC SDK update
7 Years Ago
Save entity position relative to parent entity Fixed invisible locks on server restart
7 Years Ago
Entity parenting overhaul (this most likely breaks everything)
7 Years Ago
Fixed some problems when repeatedly connecting to the same server in one session
7 Years Ago
Reduced memory usage by freeing the world serialization cache after loading the map Addedd watermap memory usage to world info text
7 Years Ago
EAC launcher fixes (needs x86 lib)
7 Years Ago
Switched EAC launcher to the new minimal official one (easier to debug for them, less fucking around for us)
7 Years Ago
Updated Facepunch.Unity (fixes manifest download sometimes silently failing)
7 Years Ago
Eliminated some tiny GC allocs from nested coroutines
7 Years Ago
When loading the map from cache, prefabs spawn async to avoid stalling the client for a long time Cleaned up asset FileSystem_Warmup by removing unused code
7 Years Ago
Merge from eac_api_2_1
7 Years Ago
Tweak
7 Years Ago
No longer wait for all skins to finish downloading in the loading screen by default (skinwarmup convar)
7 Years Ago
Combat log now includes an info text when something / someone is wounded or killed
7 Years Ago
Fixed skinnables having duplicates of their model and viewmodel bundled with them by moving everything from steamitems.bundle to content.bundle
7 Years Ago
Potential fix for crash when closing the game
7 Years Ago
Removed a number of less important profiler samples to improve profiler stability
7 Years Ago
Fixed LOD warnings in workshop item viewer Removed legacy functionality from GameManager Re-enabled lowercase conversion warning when creating prefabs (standalone)
7 Years Ago
Stripped shadervariants asset
7 Years Ago
Removed editor shader warmup (see comment)
7 Years Ago
Merge from save150
7 Years Ago
Fifth attempt to fix RUST-1760 ("You cannot have more than 262143 Colliders enabled in total" spam while loading a save) Better server startup logging in case this doesn't do it
7 Years Ago
Added "foliagegrid" editor convar
7 Years Ago
Fixed profiler sample mismatch in RendererCell.RefreshAsync
7 Years Ago
Added ProfilerDebug tool to track down profiler sample mismatches