34,477 Commits over 4,201 Days - 0.34cph!
    
    
    
        
            
            
            
                
                Fixed ParticleSystemContainer leading to issues on inactive game objects (state uninitialized, trying to call invoke)
                
                
                
                
             
         
        
            
            
            
                
                Fixed bad instance property indices causing rocks to change color (won't trigger recompile yet)
                
                
                
                
             
         
        
            
            
            
                
                Couple of missing colliders fixes
Baked vertex stream data to asset files on Harbor_1,2,Powerplant
                
                
                
                
             
         
        
        
            
            
            
                
                Splitting texture asset bundles (we might be hitting the 2gb bundle limit)
                
                
                
                
             
         
        
            
            
            
                
                Wires have 50x less verts
                
                
                
                
             
         
        
            
            
            
                
                Reduced shader variants across all heavier shaders
Disabled instancing on grass, cloth and skin until u5.5
                
                
                
                
             
         
        
            
            
            
                
                Tweaked LOD distances
Enabled culling on objects that did not have it
                
                
                
                
             
         
        
            
            
            
                
                Wrecked sedan_a vehicle model/LODs/COLs/Prefab
                
                
                
                
             
         
        
        
            
            
            
                
                Reduced variants on heaviest shaders by forcing opaque/cutout to deferred and alphablend to forward
                
                
                
                
             
         
        
            
            
            
                
                Scene2Prefab (sphere tank, fixes missing barrels)
                
                
                
                
             
         
        
        
            
            
            
                
                CraggyIsland radiation sphere test
                
                
                
                
             
         
        
        
            
            
            
                
                Fixed player preview rendering white
                
                
                
                
             
         
        
            
            
            
                
                no radiation spheres on client
                
                
                
                
             
         
        
            
            
            
                
                Animal skin prefab cleanup (memory usage)
                
                
                
                
             
         
        
        
        
            
            
            
                
                Fixed UpdateLoot being called from other players
                
                
                
                
             
         
        
        
            
            
            
                
                Added find materials tool ability to filter by keywords and find assets that reference a material
                
                
                
                
             
         
        
            
            
            
                
                Fixed player preview not rendering
                
                
                
                
             
         
        
        
            
            
            
                
                added the car wreck and junkpile art to junkpiletest
                
                
                
                
             
         
        
            
            
            
                
                Enabled prefab pooling on some effect spawns that weren't using it
Fixed particle systems on impact effects sometimes not playing
                
                
                
                
             
         
        
            
            
            
                
                Reduced overall client side player collider and rigidbody count by a third
                
                
                
                
             
         
        
        
            
            
            
                
                Repair bench cannot be used to block off windows and see through them (collider accuracy)
                
                
                
                
             
         
        
            
            
            
                
                Standard override shaders no longer having duplicate code; now referencing their rust/std counterparts directly
                
                
                
                
             
         
        
            
            
            
                
                Removed rigidbodies from radiation sphere triggers (server physics perf)
                
                
                
                
             
         
        
        
            
            
            
                
                Particle system culling tweaks
                
                
                
                
             
         
        
            
            
            
                
                An attempt at fixing remote players not animating movement on Cargo Ship (same solution as for NPCs).
                
                
                
                
             
         
        
            
            
            
                
                Fix for invisible rock when thrown (1508)
                
                
                
                
             
         
        
        
        
        
        
            
            
            
                
                Fixed various effect (mostly explosion) prefabs being fucked up and breaking when pooled
Fixed mysterious "smoke_2" prefab warnings being logged
                
                
                
                
             
         
        
            
            
            
                
                Log warning when component on pooled prefab was destroyed
                
                
                
                
             
         
        
        
        
        
        
            
            
            
                
                Fixed rocket_explosion prefab being fucked up and breaking when pooled (another smoke_2 warning)
                
                
                
                
             
         
        
            
            
            
                
                Destroy & recreate AudioReverbZone componets when culling instead of just enabling & disabling
Remove old FMOD crash prevention recycle delay on Sounds
                
                
                
                
             
         
        
            
            
            
                
                Fixed profiler leak in SoundOcclusion
Fixed profiler leain in Sound.Play
Fixed profiler leak in AmbienceEmitter.GetBaseSound
Removed some garbage from effect message receiving