128,902 Commits over 4,232 Days - 1.27cph!
    
    
    
        
        
        
            
            
            
                
                merge from fix_tags_levelurl -> main
 
                
                
                
                
                
             
         
        
        
        
            
            
            
                
                Include level url in server tags
 
                
                
                
                
                
             
         
        
            
            
            
                
                Prepare migration of entities currently having a navObstacleComponent
 
                
                
                
                
                
             
         
        
            
            
            
                
                Static versions of deployed/world model props, replaced in scene
 
                
                
                
                
                
             
         
        
            
            
            
                
                ▇█▇▊█▍█ ▉▉ █▄▄▄▋▄ ▋▋▆▍▊ ▌▇▍▉▄▅▆▉▇▌▇ ▄█ █▆▍█▉▇▋▍▆▉▇
 
                
                
                
                
                
             
         
        
            
            
            
                
                ▇▌▍▆▉▆ ▉▉▆▋ ▉▉ ▊▋▊▉▌▄▌▌▊▌▊
 
                
                
                
                
                
             
         
        
            
            
            
                
                ▌▊▆▄▄▇▅ ▄▅▇ ▋▋▍▆▍▍█▇▌██ ▊█▉▋▆▊ ▊▉█▆▆▆ █▆▋▍▉▌▄▊█▌▍.
 
                
                
                
                
                
             
         
        
            
            
            
                
                Plays the correct third person deploy sound
 
                
                
                
                
                
             
         
        
        
            
            
            
                
                ▋██▅▆▌▇ ▄▊▌▌▊▅▅▅█▋▍ ▋▍▍ ▊▌▅▇▊▆▆ ▇▆▋▅▊▇▌▊.
 
                
                
                
                
                
             
         
        
            
            
            
                
                merge from naval_update/deep_sea
 
                
                
                
                
                
             
         
        
            
            
            
                
                Added IClientComponent to CullWhenInside so they never spawn on the server
 
                
                
                
                
                
             
         
        
            
            
            
                
                Set floating cities as non global broadcast for now so entering the deep sea doesn't take 2 working days
We'll have an HLOD anyway
 
                
                
                
                
                
             
         
        
            
            
            
                
                floating city 2 layout update, connected most barges and piers together
 
                
                
                
                
                
             
         
        
            
            
            
                
                Update: FileSystemBackend.Load<T> - option to skip caching of loaded asset
Using this to try to avoid caching of store assets
Tests: opened and closed Abyss page a couple times with DB backend
 
                
                
                
                
                
             
         
        
            
            
            
                
                Harmonised plywood across scene, added another plywood variant
 
                
                
                
                
                
             
         
        
        
        
            
            
            
                
                merge naval_update to cannon_code
 
                
                
                
                
                
             
         
        
            
            
            
                
                 fix Adobe Building Skin token
 
                
                
                
                
                
             
         
        
            
            
            
                
                Fix mouse aiming with the cannon
 
                
                
                
                
                
             
         
        
        
            
            
            
                
                Give new state in player anim controller an empty clip with a better name, makes it easier to override per override controller
 
                
                
                
                
                
             
         
        
            
            
            
                
                decal_birdcraplarge added
 
                
                
                
                
                
             
         
        
            
            
            
                
                Reduce placement height of hull pieces so you can exit the water onto them.
 
                
                
                
                
                
             
         
        
            
            
            
                
                Clean: reorganize UI_Store.CloseStoreOverlayPage
- added a todo to revisit
Tests: none, trivial change
 
                
                
                
                
                
             
         
        
        
            
            
            
                
                Can now start and end boat building mode directly from a boat steering wheel if you are within a boat building station.
Bunch of refactoring for it to work.,
 
                
                
                
                
                
             
         
        
            
            
            
                
                Bugfix: Ensure active UI_StoreItemOverlayPage gets properly cleaned up
Tests: tried a bunch of main menu interactions
 
                
                
                
                
                
             
         
        
            
            
            
                
                Better navigation through smaller pathways (obstacles on left and right) but clear ahead
Only handle the reverse case if the front is blocked (not the sides)
 
                
                
                
                
                
             
         
        
            
            
            
                
                merge from skinglowtester_fix
 
                
                
                
                
                
             
         
        
        
            
            
            
                
                Make sure running "Generate Schema" without the glow scan doesn't wipe old glow data
 
                
                
                
                
                
             
         
        
            
            
            
                
                Restored glow tags on last weeks skins
 
                
                
                
                
                
             
         
        
        
            
            
            
                
                Update: UI_Store - load overlay page dynamically from path
Doesn't do unloading yet (gets cached in the asset backend). Also there's a bug with CloseStoreOverlayPage not being called in all cases.
Tests: In Editor, loaded Abyss overlay page in store
 
                
                
                
                
                
             
         
        
            
            
            
                
                Update: UI_StoreTakeover - store paths instead of guids
- ran Update Paths
Our filesystem backends only work with paths, so GUIDs were useless.
Tests: none, trivial change