userandrecancel

10,550 Commits over 4,324 Days - 0.10cph!

8 Years Ago
Forest splat tweak
8 Years Ago
Updated supermarket and gas station terrain anchors and terrain adjustment radius / fade for smoother transition
8 Years Ago
Merge from main
8 Years Ago
Merge from save150
8 Years Ago
Removed editor shader warmup (see comment)
8 Years Ago
Stripped shadervariants asset
8 Years Ago
Fixed LOD warnings in workshop item viewer Removed legacy functionality from GameManager Re-enabled lowercase conversion warning when creating prefabs (standalone)
8 Years Ago
Removed a number of less important profiler samples to improve profiler stability
8 Years Ago
Potential fix for crash when closing the game
8 Years Ago
Fixed skinnables having duplicates of their model and viewmodel bundled with them by moving everything from steamitems.bundle to content.bundle
8 Years Ago
Combat log now includes an info text when something / someone is wounded or killed
8 Years Ago
No longer wait for all skins to finish downloading in the loading screen by default (skinwarmup convar)
8 Years Ago
Tweak
8 Years Ago
Merge from main
8 Years Ago
EAC SDK update
8 Years Ago
Adjusted EAC auth to prevent timeouts Pause EAC heartbeat when receiving data Changed authtimeout default value to 60 seconds Added playertimeout convar to adjust the "unresponsive" kick time
8 Years Ago
Improved EAC authentication workflow
8 Years Ago
EAC SDK update
8 Years Ago
Merge from main
8 Years Ago
Network++
8 Years Ago
Formatting
8 Years Ago
Reverted Auth_Steam to version from main (just to be safe)
8 Years Ago
Merge from eac_api_2_1
8 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
8 Years Ago
Eliminated some tiny GC allocs from nested coroutines
8 Years Ago
Updated Facepunch.Unity (fixes manifest download sometimes silently failing)
8 Years Ago
Switched EAC launcher to the new minimal official one (easier to debug for them, less fucking around for us)
8 Years Ago
EAC launcher fixes (needs x86 lib)
8 Years Ago
Reduced memory usage by freeing the world serialization cache after loading the map Addedd watermap memory usage to world info text
8 Years Ago
Fixed some problems when repeatedly connecting to the same server in one session
8 Years Ago
Entity parenting overhaul (this most likely breaks everything)
8 Years Ago
Save entity position relative to parent entity Fixed invisible locks on server restart
8 Years Ago
EAC SDK update
8 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++
8 Years Ago
EAC SDK update
8 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
8 Years Ago
Error message typo fix ("Trying to to child" -> "Trying to parent to child")
8 Years Ago
Fixed IOnPostNetworkUpdate regression (torch randomly getting switched off)
8 Years Ago
Toggling grass shadows force-refreshes grass meshes
8 Years Ago
Added TerrainCollisionProxy (handles terrain carving for wheel colliders)
8 Years Ago
Fixed UpdateRotationFromNetwork working with world rotation instead of local rotation
8 Years Ago
Eliminated GC allocs from SkinnedMultiMesh.UpdateLODGroup
8 Years Ago
Removed BoneFollower (eliminates client side GC + some processing overhead)
8 Years Ago
Fixed parenting on bradley and heli loot crate fireballs
8 Years Ago
Merge from main
8 Years Ago
Merge from weekend_branch_2
8 Years Ago
EAC SDK update
8 Years Ago
Added RAM usage to perf text
8 Years Ago
Changed Windows RAM usage API to be similar to resource monitor
8 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)