113,965 Commits over 3,959 Days - 1.20cph!
Disabled PlanterBox, EmissionToggle, LaserBea, FlashlightBeam and VendingMachineScreen material adjustments since they were all leaking materials / memory
Removed TransformEx.FindChildren since it's super inefficient and now unused
Fixed material / memory leak from mining quarries
Eliminated GC allocs from MaterialColorLerp.RefreshRenderers
Eliminated GC allocs from PlantEntity.UpdateSkinParameters (called from PostNetworkUpdate)
Navmesh Link improvements
Packed train track and wagon material set (8 materials)
Fixed case where material packer ignores maps that match perfectly
Fixed ignoring non-opaque materials for texture usage report
Re-enabled dynamic batching (too many changes on staging this week, let's compare again next week)
Eliminated needless group creation when trying to destroy an empty network group on the client
Eliminated GC allocs from BaseNetworkable.NetworkDestroy
Packed high external wall LOD material
Disabled detail layer in high external stone wall
Just use prefab name on the client in Entity.ToString() to avoid GC allocs
Eliminated GC allocs from MaterialReplacement
Eliminated GC allocs from ItemContainer.Load
Fixed metallic scale in metal_beam_b_refinery_lod (e.g. large furnace)
Adjusted some memory pool sizes
OnInventoryChanged profiling
Fixes to avoid Material.SetPassUncached + touched all rust/std shaders
gas station damage pass end
Fixed Server.DestroyNetworkable not calling Networkable.Destroy when returning networkable to pool
Disabled dynamic batching (experiement)
Merge from gc_optimizations_2
Prewarm memory pool of certain extremely common types
Scientists no longer drop 1000 LR300 weapons (Temp loot table fix for Staging playability)
Optimized memory pool size for networkables and entity links
Rebuilt Facepunch.Network
FindInGroup editor safeguards
Fixed some memory pooling related issues
gas station damage pass wip
If ai_dormant is on, only tick metabolism simulation on agents that are active.
Merged from ai branch to main
Yet another merge from main
Added terrain atlas generator ability to load non-read/write textures
Switched all terrain4 textures to non-read/write
Fixed a small if server check for client compile.
Packed all materials depending on terrain4 textures
Packed a few rock and prop materials + recycler
Fixed shader packed map labels
Added packed version of standard-specular shader
Fixed packing getting flat specular when scaled up
Keywords permutation parity between metallic and specular shaders
Immediately kill agents on spawn if they we can't produce a navmesh area that support them (DynamicNavmesh specific).
A bit of cleanup to make Dynamic Navmesh work properly again.
Packed some larger materials
Fixed specular not driving packed map size