128,969 Commits over 4,232 Days - 1.27cph!
    
    
    
        
            
            
            
                
                boat building platform 
- materials and textures including lod3 bake material and textures
- lods + initial prefab setup
 
                
                
                
                
                
             
         
        
            
            
            
                
                Added Coconut Prop Model and Materials  
Setup Coconut Prop Prefab, LODs, Colldiers
 
                
                
                
                
                
             
         
        
            
            
            
                
                add store images for decor pack
 
                
                
                
                
                
             
         
        
            
            
            
                
                Better patch solution that should prevent potential "Attempted to read past the end of the BufferStream" exceptions
 
                
                
                
                
                
             
         
        
        
        
            
            
            
                
                Tidied up scene hierarchy - floating city 3
 
                
                
                
                
                
             
         
        
            
            
            
                
                Add ServerVar 'global.legacymonumentnotifications' for forcing old monument notification behaviour (UI message, no sounds)
 
                
                
                
                
                
             
         
        
            
            
            
                
                floating city 2, fixing some set dressing that broke as barge prefabs changed
 
                
                
                
                
                
             
         
        
        
        
            
            
            
                
                updated naval small ramp animations
 
                
                
                
                
                
             
         
        
            
            
            
                
                Scaled the deep sea marker, so it fits when the portal spawns south
 
                
                
                
                
                
             
         
        
        
            
            
            
                
                Re-export animation to remove cannon offset
 
                
                
                
                
                
             
         
        
            
            
            
                
                Delete old unused TwitchDrops_render_scene, rename TwitchDrops_render_scene_test to TwitchDrops_render_scene
 
                
                
                
                
                
             
         
        
            
            
            
                
                Commit to single render method (previous "test version"), removing menu options.
 
                
                
                
                
                
             
         
        
        
            
            
            
                
                Added bed to render scene
 
                
                
                
                
                
             
         
        
            
            
            
                
                merge from deployguidedraw_nre_fix
 
                
                
                
                
                
             
         
        
        
        
        
            
            
            
                
                FX Progress
Cannon AO not sRGB space.
 
                
                
                
                
                
             
         
        
            
            
            
                
                Use additive blend and alpha max for heights should solve height blending issues
 
                
                
                
                
                
             
         
        
            
            
            
                
                fix deployguide nre when holding tripod spotlight
 
                
                
                
                
                
             
         
        
            
            
            
                
                Fixed the terrain mesh collider for Tropical1 not being on the terrain layer, was preventing AI from snapping to it properly
S2P Tropical1, no actual scene changes though
Also removed an allocation when setting up the mesh terrain
 
                
                
                
                
                
             
         
        
            
            
            
                
                Casino barge exterior dressing progress
 
                
                
                
                
                
             
         
        
            
            
            
                
                merge from potential_guide_artifact_fix
 
                
                
                
                
                
             
         
        
            
            
            
                
                potential mesh guide artifacting workaround
 
                
                
                
                
                
             
         
        
        
            
            
            
                
                Update: Integrate the new AnalyticsManager into existing logic
- Guarded by `analytics.usev2` (default off for now)
- Bugfix for rate-limiting being disabled due to mixing Now and UtcNow (whoops)
- Added global `analytics.dryrun` and `analytics.log`
Did a cursory test in editor using dry running and it seems to be working, but it leaks performance data into player_tick blobs. Need to reorganize accumulators again - always-aggregate isn't always valid. 
Tests: used above switches and monitored data flow.
 
                
                
                
                
                
             
         
        
            
            
            
                
                Add field for setting description of workshop submissions
 
                
                
                
                
                
             
         
        
            
            
            
                
                ▄▆▊▌▆ ▅▄▄▄ ▋▍_▆▋▅▄▊▆▊▄▆_▋▉▌▄▍▇▉▅▊▊▊▋
 
                
                
                
                
                
             
         
        
            
            
            
                
                 merge from skinviewer_streaming_fix
 
                
                
                
                
                
             
         
        
            
            
            
                
                Added PT boat 50cal ammo mounts
 
                
                
                
                
                
             
         
        
            
            
            
                
                 merge from shield_back_fix
 
                
                
                
                
                
             
         
        
            
            
            
                
                 merge from twitch_background_nre
 
                
                
                
                
                
             
         
        
            
            
            
                
                 merge from radtown_t0_crates
 
                
                
                
                
                
             
         
        
            
            
            
                
                 merge from storecheckout_nre_fix
 
                
                
                
                
                
             
         
        
            
            
            
                
                Fixed NRE when checking out the cancer research UK plushie
 
                
                
                
                
                
             
         
        
            
            
            
                
                pt_boat_gameplay_pass -> naval_update
 
                
                
                
                
                
             
         
        
            
            
            
                
                Fixed PT Boat prefab
Cleanup
Scientists now spawning on PTBoat
 
                
                
                
                
                
             
         
        
            
            
            
                
                Fixed missing text on premium modal
 
                
                
                
                
                
             
         
        
            
            
            
                
                Initial work to allow the ai to work on the PT Boat
 
                
                
                
                
                
             
         
        
            
            
            
                
                Move the random storage box into the doorway.
You now have to interact with the door to open the pt boat storage
Manifest (again)
 
                
                
                
                
                
             
         
        
            
            
            
                
                gun_turret -> naval_update
 
                
                
                
                
                
             
         
        
        
            
            
            
                
                - properly embed navmesh saving and loading in SaveRestore flow
- use proper override save/load path if set
- use debugEx to not extract stackTrace when logging
- respect nav_disable convar
- fix empty tiles being null after loading from save, no tile should ever be null even if empty, this causes issue when queuing for rebuild at runtime
- consolidate redundant code paths into navmesh init, and add tile
- skip saving if navmesh was never built