31,237 Commits over 3,959 Days - 0.33cph!
Fixed/improved ImageEffectComposite handling of single effect
Optimized water and screen blur overlays
Added centralized ImageEffectComposite to replace redirects and ensure low bandwidth ops
Added ImageEffectTransformsToLDR to ImageEffectComposite (works if final)
Added explicit sort order to ImageEffectLayer
Moved tonemapping + fxaa + sharpen and vignette to overlays (move back on 5.6.2+)
finished most pathing at launchsite for bradley
fixed NRE when killed by bradley
bradley stops shooting dead players
bradley target range increased
Bradley target added when damage received
bradley now spawns at launchsite, broken af
protocol++
Reduced or eliminated GC allocations from Transform.FindChildRecursive (only used by UI)
Viewmodel attachments use Model.FindBone instead of Transform.FindChildRecursive (more efficient since cached)
Removed AttachToBone (unused, inefficient)
Eliminated GC allocs from BaseEntity.UpdateParenting
Updated multiple descriptions
Phrases
Enabled biome tint on lowest high external lod (no mask)
Added packed version of rust/std-terrainblend
Packed rock _cliffs_atlas and road_ground_layer (dependencies)
Added keyword for biome mask texture + added to mats using it + updated shaders
Split some rock occlusion from diffuse (terrainblend now uses separate) + updated mats
Tweaked EntityLink default capacity
Optimized MaterialColorLerp
RenderInfo debug tool no longer duplicates materials when called
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)
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
Fixed Server.DestroyNetworkable not calling Networkable.Destroy when returning networkable to pool
Disabled dynamic batching (experiement)
Merge from gc_optimizations_2
Scientists no longer drop 1000 LR300 weapons (Temp loot table fix for Staging playability)