userandrecancel
branchrust_reboot/maincancel

5,942 Commits over 4,018 Days - 0.06cph!

8 Years Ago
Fixed Server.DestroyNetworkable not calling Networkable.Destroy when returning networkable to pool
8 Years Ago
Disabled dynamic batching (experiement)
8 Years Ago
Merge from gc_optimizations_2
8 Years Ago
Server compile fix
8 Years Ago
Subtracting gc_optimizations
8 Years Ago
Added LOD mesh swapping support to StagedResourceEntity Fixed ores using the wrong mesh in the distance when partially broken
8 Years Ago
Merge from gc_optimizations
8 Years Ago
Cherry picking improved CreateOrUpdateEntity profiling (22318)
8 Years Ago
Reverting to legacy EAC API due to server authentication issues Network++
8 Years Ago
Removed gc.interval since it's bullshit and the thought of someone having it enabled scares me
8 Years Ago
Added StringFormatCache (caches the result of repeated string.Format calls with the same arguments) Eliminated GC allocs from effect path assembly (this affected every single effect spawn)
8 Years Ago
Fixed animation event prefab paths not being lowercase
8 Years Ago
More prefab paths that weren't lowercase
8 Years Ago
Fixed some hardcoded prefab paths in code that weren't lowercase
8 Years Ago
Removed some crazy inefficient methods from GameManager that should not be used by anything Eliminated GC allocs from lowercase conversion of prefab names (triggered by spawn handler, decor spawners) Log warning when having to convert prefab names to lowercase (should never happen)
8 Years Ago
Added AssetNameCache (with GetName / GetNameLower / GetNameUpper extension methods for materials and physic materials) Eliminated GC allocs from footstep / footprint lookups, hit effect lookups and gib effect lookups
8 Years Ago
Reduced distance fog / aerial perspective density at daytime / dusk / dawn by 25-50%
8 Years Ago
Added "authtimeout" convar (default = 10 seconds)
8 Years Ago
Reduced spawn density of wooden logs by around 30%
8 Years Ago
Disabled saving on radtown ore nodes (not supported by loot spawn points, RUST-1747)
8 Years Ago
Better spawn handler density enforcement
8 Years Ago
Larger coastal player spawn areas
8 Years Ago
Eliminated ~300B of GC allocs whenever a randomized sound was played
8 Years Ago
Profiling
8 Years Ago
Eliminated GC allocs from effect instantiates (IEffect.SetupEffect) Eliminated GC allocs from effect weapon bone parenting (EffectParentToWeaponBone) Eliminated GC allocs when switching resource stages (StagedResourceBreakEffect)
8 Years Ago
EAC SDK update (fixes macOS startup issue)
8 Years Ago
▌▆▍▉▌▊▍▄▄▋ ▍▌█▊▊ ▆▇▍▍▇▍▇█▋ █▉▅▋▊▄█▇ ▌▄▅▄▍▆▌ ▇█▉ ▅▊█▆
8 Years Ago
Network++
8 Years Ago
Merge from eac_api_2
8 Years Ago
Cherry picking 22194
8 Years Ago
Logging tweak
8 Years Ago
Formatting
8 Years Ago
Added DebugEx.Log to write to log file without stack trace Game startup logs and console commands no longer spam stack traces into game log
8 Years Ago
Tweaked snow mound terrain anchors
8 Years Ago
More manifest logging
8 Years Ago
Added terrain anchors to tundra tall grass patches (fixes occasional floaty placement)
8 Years Ago
TerrainAnchorGenerator improvements
8 Years Ago
PlayerInventory NRE fixes
8 Years Ago
Merge from snow_biome_revamp Network++
8 Years Ago
Subtracting EAC API updates (let's try again next week)
8 Years Ago
Only set isGameInitRun when it actually succeeded
8 Years Ago
EAC profiling + hopefully GC fix
8 Years Ago
Compile fix
8 Years Ago
Compile fix
8 Years Ago
EAC networking fix Network++
8 Years Ago
Updated Facepunch.Raknet plugin
8 Years Ago
EAC API updates (attempt 2)
8 Years Ago
Fixed animal model root bone references often being the parent game object instead of the root bone of the rig
8 Years Ago
Eliminated more GC allocs from Ragdoll / RagdollInheritable
8 Years Ago
Subtracting EAC API update