reporust_rebootcancel

127,217 Commits over 4,201 Days - 1.26cph!

13 Days Ago
add store images for decor pack
13 Days Ago
Better patch solution that should prevent potential "Attempted to read past the end of the BufferStream" exceptions
13 Days Ago
rebaked shorevectors
13 Days Ago
merge from deep_sea
13 Days Ago
Tidied up scene hierarchy - floating city 3
13 Days Ago
Add ServerVar 'global.legacymonumentnotifications' for forcing old monument notification behaviour (UI message, no sounds)
13 Days Ago
floating city 2, fixing some set dressing that broke as barge prefabs changed
13 Days Ago
Merge from small_ramp
13 Days Ago
merge from deep_sea
13 Days Ago
updated naval small ramp animations
13 Days Ago
Scaled the deep sea marker, so it fits when the portal spawns south
13 Days Ago
Merge from parent
13 Days Ago
Re-export animation to remove cannon offset
13 Days Ago
Delete old unused TwitchDrops_render_scene, rename TwitchDrops_render_scene_test to TwitchDrops_render_scene
13 Days Ago
Commit to single render method (previous "test version"), removing menu options.
13 Days Ago
merge from naval_update
13 Days Ago
Added bed to render scene
13 Days Ago
merge from deployguidedraw_nre_fix
13 Days Ago
Prefab with WIP FX.
13 Days Ago
Ship cannon WIP.
13 Days Ago
FX Progress Cannon AO not sRGB space.
13 Days Ago
Use additive blend and alpha max for heights should solve height blending issues
13 Days Ago
fix deployguide nre when holding tripod spotlight
13 Days Ago
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
13 Days Ago
Casino barge exterior dressing progress
13 Days Ago
merge from potential_guide_artifact_fix
13 Days Ago
potential mesh guide artifacting workaround
13 Days Ago
14 Days Ago
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.
14 Days Ago
Add field for setting description of workshop submissions
14 Days Ago
▄▆▊▌▆ ▅▄▄▄ ▋▍_▆▋▅▄▊▆▊▄▆_▋▉▌▄▍▇▉▅▊▊▊▋
14 Days Ago
merge from skinviewer_streaming_fix
14 Days Ago
Added PT boat 50cal ammo mounts
14 Days Ago
merge from shield_back_fix
14 Days Ago
merge from twitch_background_nre
14 Days Ago
merge from radtown_t0_crates
14 Days Ago
merge from storecheckout_nre_fix
14 Days Ago
Fixed NRE when checking out the cancer research UK plushie
14 Days Ago
pt_boat_gameplay_pass -> naval_update
14 Days Ago
Fixed PT Boat prefab Cleanup Scientists now spawning on PTBoat
14 Days Ago
Fixed missing text on premium modal
14 Days Ago
Initial work to allow the ai to work on the PT Boat
14 Days Ago
Move the random storage box into the doorway. You now have to interact with the door to open the pt boat storage Manifest (again)
14 Days Ago
gun_turret -> naval_update
14 Days Ago
Manifest
14 Days Ago
- 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
14 Days Ago
█▇▇▆ ▋▌▄▋▋▆▌ ▌▇▌▋ ▄▋▋▆▌▄
14 Days Ago
big break-everything refactor on shore vectors where all data is wrapped behind ShoreData structs that are switched as required - all queries have to be made positionally or directly on the relevant ShoreData map - most query methods now passthrough to the correct dataset, some are hardcoded to Mainland data for some questionale pre-existing usage - refactored ShoreVectorQueryStructure to use the ShoreData structs and handle switching between them internally in jobs
14 Days Ago
naval_update -> gun_turret