reporust_rebootcancel

129,560 Commits over 4,232 Days - 1.28cph!

10 Days Ago
Missing file
10 Days Ago
Disable the disco ball light emitters entirely with a tight LOD range, saves around 200k triangles, 300 shadow casters and a few hundred batches
10 Days Ago
Merge from parent
10 Days Ago
HLOD will no longer modify LODComponents at runtime that are controlled by culling volumes These two systems were fighting for ownership of components which was resulting in some objects that should be culled being displayed, this would occur inconsistently as the HLOD staggers it's work over multiple frames but the culling volume is instant This commit doesn't actually fix the issue on prefabs, will require S2P and regeneration of HLODs on floating cities (and possibly other monuments)
10 Days Ago
Merge from hackweek_boxsorting (last UI pass)
10 Days Ago
Merge from box_sorting_ui
10 Days Ago
Merge from main
10 Days Ago
Merge from main Automatically resolved conflicts in flare.weapon, planner.prefab, chainsaw.entity, HeldEntity.cs, PlayerModel.cs
10 Days Ago
Fix bot_exec no longer working in builds
10 Days Ago
minifridge progress lods texture and material wip .deployed/corpse/icon/item prefabs basic setup
10 Days Ago
fixcars command now fills the rockets continer with incen, flares and HV's.
11 Days Ago
Editor tool to copy paste terrain sections around
11 Days Ago
Fixed remaining spinners.
12 Days Ago
▆█▆ ▍▆▍_▌▇▅▌▍▋.▉▋▆▅▇▋▉▌▉ ▊▇▆▊▊▄ ▉▌ ▇▊▊▌▅▄▆▋▋▉▆▆▆ ▍▌▊ █▊▌▆█▉▉▇▉▉▊ ▅▍▆▉ ▍▇ █▌▆▇▍▇▊'▄ ▇▉▆'▆ ▉▇▊█▊ ▆▄▅▆█ ▌▅▆▆▉█▄ ▌▉ ▍▇▍▋▅ ▊▇▉▇▆ ▆▄ ▍▆▄▄▆ ▍▊▇▄█▋▄ ▄▍▄▄▊ ▋▅ ▍▉▄▆▍ ▉▉▉▋▆▋ ▋▍▄▇▍▌▆▆▆█▇▉▉▉▊▍ (▊▅▉, ▆▌▉▄▆ ▉▍▄▅█▋...). █▍▄ ▇▋▋▍▋▄▆
12 Days Ago
Birthday hat icon updated and prefab adjustment, ran icon manifest
12 Days Ago
Clean: post-submit feedback - rename entity_prefabId field to entity_prefab_id - rename AddShortEntity to AddShortEntityField More consistent with other examples Tests: compiles in editor
12 Days Ago
Merge: from analytics_entity_createdestroy - minor code clean Tests: editor compiles
12 Days Ago
merge from helicopter_flare_balance_pass -> main
12 Days Ago
burlap gloves repose
12 Days Ago
Merge: from analytics_entity_createdestroy - we now collect entity spawn and destroy events once the server has started up (part of `gameplay_analytics` servervar) Tests: observed logs of analytics in CLIENT+SERVER editor
12 Days Ago
Merge: from main
12 Days Ago
Clean: fix formatting in Analytics.Azure.cs Most of file was offset with 2 tabs. Sorry to anyone who has conflicting changes in same file (hopefully no-one) Tests: editor compiles
12 Days Ago
Added front controllers
12 Days Ago
Update: Analytics - track all entity spawn/destroy events after server initializes - change the format of these events to only send vital data - HackableLockedCrate no longer has it's own EntityCreated event Tests: logged analytics on Craggy - saw events being appended after server initialized
12 Days Ago
minor tweaks
12 Days Ago
creating flashlght refresh vm anims
12 Days Ago
Head animation system for turrets Reloading turret starts head anim Crappy test animation
12 Days Ago
merge from rpg_storepage
12 Days Ago
Close button stays in front of the skin viewer Fixes
12 Days Ago
skinnable asset file for tactical gloves
12 Days Ago
Adding new sitting animations for v4 update
12 Days Ago
Added skin viewer in the RPG store page
12 Days Ago
Fixing spinner light fixtures that got broken by shader modifications, part 1
12 Days Ago
Missing files
12 Days Ago
More leg fixes
12 Days Ago
Fixing offset in cake candle hat rig
12 Days Ago
birthday hat wearable prefab setup
12 Days Ago
Disable leg animator to stop hand IKs going crazy
12 Days Ago
Fix broken animations on players/NPCs when taken from a pool.
12 Days Ago
Added more ladders in the spots (FC1/FC2) suggested by QA
12 Days Ago
█▌▄▆▍ █▋▇▋ ▉█▊▋▍_▄▊▆█▊▌_▋▋▆▋▅▉▄▆▍▇▇_▅▇▆
12 Days Ago
Correctly estimate the right prediction time (wasn't taking timeline difference into consideration)
12 Days Ago
Updated material Tactical Gloves
12 Days Ago
▌▄▍ ▉▊▌█▌_▇█▆▇▋█ ▍▌▍▉▉▋▇ ▄▋▊ ▌▊▉▇▅▍▆ ▇▅▅█▉█▆▌▅ ▇█▊█ ▅▅▇ ▆█ -▇ ▍▍ ▄▊▋ ▌▆▇▋▍▇ ▄▋█▆▌ ▅▉▍█ ▇▋▋▇▇▍▇ ▆▉▋▆▆▍▋ ▍▇▇▉█▊▆▅█▌▋ ▇▋▆▆ ▆▍▌▆▄▍▆▆▊ ▆▌ █▄▋▍▋▄▄▍█▍▉▊▄▇▅▅▆
12 Days Ago
Enable arms on both turret seats
12 Days Ago
fix dictionary duplicate entry
12 Days Ago
Adding birthday cake hat rig
12 Days Ago
Merge: from server_occlusion_poppin - Reduce player poppin by making occlusion grid generation more conservative - Bumped occlusion version, will cause regeneration on next server boot Tests: visualized in editor, ran previously failed queries
12 Days Ago
Fixed more issues with shadow biases in the RRP shaders
12 Days Ago
Update: ServerOcclusion - only block occlusion cell if it's fully under terrain - bumped occlusion file version Previously we considered it was blocked if one of sample points was in terrain. This allows more occlusion queries to pass, which should reduce poppin. Tests: visualized new grid, ran previously failing query - they now pass