11,010 Commits over 4,079 Days - 0.11cph!
Fixed animator hash / layer warning on startup
Fixed building placement guide with pool.mode 2
Reverted effect references on deployable building parts (hoping those are all)
Reverted EAC server binaries
Slightly faster LightEx / LocalPositionAnimation
Fixed buggy chat visuals with pool.mode 2
Shortened prefab name in print_prefabs
Enabled all player pooling functionality by default on 64bit systems (finally)
Fixed ProjectileWeaponMod not setting limitNetworking after server load
Properly cull PropRenderer at runtime (memory usage, performance)
Fixed IEditorComponent not being culled at all in client builds
Reverted accidentally included Rust.Data.csproj change
Merge from networking_fuckery_2
Network++
Fixed decor NRE with pool mode 2
Added some missing Profiler.EndSample in PlayerModel
Enabled graphics jobs (testing)
More debugging convar stuff
Shot in the dark: Eliminated physics call from Camera.OnPreRender, toggle with ambientvolumes as well
Fixed player weapon hold type never being set
Added skyreflection and ambientvolumes debug convars
Spawn groups scale up their respawn rate with increasing player counts
Added spawn.player_base convar (base player count from which on we will scale up the loot respawn rate)
Added spawn.player_scale convar (how much to scale up the loot respawn rate with increasing player counts)
Added spawn.scalars console command (displays the current spawn scaling parameters)
Rewrote network group updating to be more robust with entity parenting
Fixed airfield monument crashing the world generation on some seeds
Added pooling support to renderer and collider batching
Added pooling for the conditional models of buildings
Added support for registering any game object as a prefab at runtime (so we can pool runtime-generated objects)
Players in limbo (server join without a sleeper) are in group 1 (instead of null)
Network++
Fixed delayed network group subscription when spawning as sleeper (caused delayed entity loading)
Disabled caves (postponed due to performance issues)
Network++
Save++
Merge from prefab_pooling_2 (for testing, disabled by default)
Added pool.mode convar (defaults to prefab pooling v1 for now)
Disabled rain until we can actually make it not fall through everything
Fixed players who joined a server but haven't spawned yet being in a network group and subscribed to surrounding network groups
The "subscriptions" console command can now also be called on the server (returns group subscription state from the server)
Made a few more warnings developer > 0 and added additional warnings for networking group subscription states