reporust_rebootcancel

131,286 Commits over 4,232 Days - 1.29cph!

57 Days Ago
▄▆▊▌▆ ▅▄▄▄ ▋▍_▆▋▅▄▊▆▊▄▆_▋▉▌▄▍▇▉▅▊▊▊▋
57 Days Ago
merge from skinviewer_streaming_fix
57 Days Ago
Added PT boat 50cal ammo mounts
57 Days Ago
merge from shield_back_fix
57 Days Ago
merge from twitch_background_nre
57 Days Ago
merge from radtown_t0_crates
57 Days Ago
merge from storecheckout_nre_fix
57 Days Ago
Fixed NRE when checking out the cancer research UK plushie
57 Days Ago
pt_boat_gameplay_pass -> naval_update
57 Days Ago
Fixed PT Boat prefab Cleanup Scientists now spawning on PTBoat
57 Days Ago
Fixed missing text on premium modal
57 Days Ago
Initial work to allow the ai to work on the PT Boat
57 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)
57 Days Ago
gun_turret -> naval_update
57 Days Ago
Manifest
57 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
57 Days Ago
█▇▇▆ ▋▌▄▋▋▆▌ ▌▇▌▋ ▄▋▋▆▌▄
57 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
57 Days Ago
naval_update -> gun_turret
57 Days Ago
disable streaming on construction guide normal maps while active
57 Days Ago
Fix server tree entities being spawned on both the client attached to the deep sea islands and on the server - modify PrefabpreProcess to always remove child entities from client entities because they should always be realm removed whether the component is attached or not?
57 Days Ago
adding small ramp rig
57 Days Ago
updated rpg skin prefabs/anims and dragon launcher prefabs reserialized
57 Days Ago
radtown t0 crate normal fix
57 Days Ago
Updating 50 cal fbxs with new bones
58 Days Ago
Cleaned up earlier test. Now takes a list of scene items that can be batch rendered. Added "Batch Render Scene Items" context menu. Removed old "test" methods and context menus.
58 Days Ago
Reapply oilrig monument changes for mission
58 Days Ago
Update: Add FallbackUploader - uses primary uploader if enabled, otherwise uses fallback - Added a test that checks it - DryRun is now a per-accumulator settings instead of a global overwrite - lets each uplaoder decide how to act Allows us to setup flexible chains(extra loggers, backups, etc), and more importantly we can emulate current analytics flow Tests: ran unit tests
58 Days Ago
Merge from naval_update
58 Days Ago
floating city 4 update
58 Days Ago
split client/server calls to write baked data
58 Days Ago
fix rotation being inverted
58 Days Ago
Potential fix for ais getting stuck when the last point of their path lies on a boundary edge, and the last edge is perpendicular to it
58 Days Ago
actually finally fix the scaling, missing element was comparing relative shore distance sizes inclusive of dimension and world bounds
58 Days Ago
prison barge - tweaks to culled groups
58 Days Ago
Update: Move accumulators into uploaders - AnalyticsTests.TestUploade has logging enabled permanently to help validate things It was a blocker to implement uploader chains (which I discovered we need for server, but should be quick) Tests: ran unit tests
58 Days Ago
50cal single reload, idle and fire block out animation content
58 Days Ago
Casino barge dressing progress Culling volume first pass
58 Days Ago
UI_StoreGeneralTab.OnOpened NRE fix attempt
58 Days Ago
corrected blit so it scales and rotates properly
58 Days Ago
missing file
58 Days Ago
Clean: rename AnalyticsUploader -> AnalyticsManager Disambiguates from the internal IUploader Tests: compiles in editor
58 Days Ago
▇▊█ ▉▅▅▊▋▊▌ ▄▌▍▋▋ ▋▋▋▌▉▇ ▌▉▄▅ ▇▌▉▊ ▊▇ ▉ ▌▄▅▆▆▋▅ █▅█▅
58 Days Ago
Fixed workshop tab background disappearing when pressing escape while in the workshop scene
58 Days Ago
WIP submit of floating city variant 3
58 Days Ago
tweaks to mannequin draw distances via lodgroup
58 Days Ago
Added a loading on the steam inv crate buttons for when you open the menu before it finished warming up Tweaked the budget
58 Days Ago
draw distance tweaks to legs and barges, was displaying baked lod a little early layer change on barge ground surfaces >world
58 Days Ago
Bugfix: apply separator in json-lists aggregation correctly Tests: used accumulator logging to see what is being fed