reporust_rebootcancel

128,860 Commits over 4,232 Days - 1.27cph!

Today
Missing file
Today
Disable the disco ball light emitters entirely with a tight LOD range, saves around 200k triangles, 300 shadow casters and a few hundred batches
Today
Merge from parent
Today
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)
Today
Merge from hackweek_boxsorting (last UI pass)
Today
Merge from box_sorting_ui
Today
Merge from main
Today
Merge from main Automatically resolved conflicts in flare.weapon, planner.prefab, chainsaw.entity, HeldEntity.cs, PlayerModel.cs
Today
Fix bot_exec no longer working in builds
Today
minifridge progress lods texture and material wip .deployed/corpse/icon/item prefabs basic setup
Today
fixcars command now fills the rockets continer with incen, flares and HV's.
Yesterday
Editor tool to copy paste terrain sections around
Yesterday
Fixed remaining spinners.
3 Days Ago
▆█▆ ▍▆▍_▌▇▅▌▍▋.▉▋▆▅▇▋▉▌▉ ▊▇▆▊▊▄ ▉▌ ▇▊▊▌▅▄▆▋▋▉▆▆▆ ▍▌▊ █▊▌▆█▉▉▇▉▉▊ ▅▍▆▉ ▍▇ █▌▆▇▍▇▊'▄ ▇▉▆'▆ ▉▇▊█▊ ▆▄▅▆█ ▌▅▆▆▉█▄ ▌▉ ▍▇▍▋▅ ▊▇▉▇▆ ▆▄ ▍▆▄▄▆ ▍▊▇▄█▋▄ ▄▍▄▄▊ ▋▅ ▍▉▄▆▍ ▉▉▉▋▆▋ ▋▍▄▇▍▌▆▆▆█▇▉▉▉▊▍ (▊▅▉, ▆▌▉▄▆ ▉▍▄▅█▋...). █▍▄ ▇▋▋▍▋▄▆
3 Days Ago
Birthday hat icon updated and prefab adjustment, ran icon manifest
3 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
3 Days Ago
Merge: from analytics_entity_createdestroy - minor code clean Tests: editor compiles
3 Days Ago
merge from helicopter_flare_balance_pass -> main
3 Days Ago
burlap gloves repose
3 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
3 Days Ago
Merge: from main
3 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
3 Days Ago
Added front controllers
3 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
3 Days Ago
minor tweaks
3 Days Ago
creating flashlght refresh vm anims
3 Days Ago
Head animation system for turrets Reloading turret starts head anim Crappy test animation
3 Days Ago
merge from rpg_storepage
3 Days Ago
Close button stays in front of the skin viewer Fixes
3 Days Ago
skinnable asset file for tactical gloves
3 Days Ago
Adding new sitting animations for v4 update
3 Days Ago
Added skin viewer in the RPG store page
3 Days Ago
Fixing spinner light fixtures that got broken by shader modifications, part 1
3 Days Ago
Missing files
3 Days Ago
More leg fixes
3 Days Ago
Fixing offset in cake candle hat rig
3 Days Ago
birthday hat wearable prefab setup
3 Days Ago
Disable leg animator to stop hand IKs going crazy
3 Days Ago
Fix broken animations on players/NPCs when taken from a pool.
3 Days Ago
Added more ladders in the spots (FC1/FC2) suggested by QA
3 Days Ago
█▌▄▆▍ █▋▇▋ ▉█▊▋▍_▄▊▆█▊▌_▋▋▆▋▅▉▄▆▍▇▇_▅▇▆
3 Days Ago
Correctly estimate the right prediction time (wasn't taking timeline difference into consideration)
3 Days Ago
Updated material Tactical Gloves
3 Days Ago
▌▄▍ ▉▊▌█▌_▇█▆▇▋█ ▍▌▍▉▉▋▇ ▄▋▊ ▌▊▉▇▅▍▆ ▇▅▅█▉█▆▌▅ ▇█▊█ ▅▅▇ ▆█ -▇ ▍▍ ▄▊▋ ▌▆▇▋▍▇ ▄▋█▆▌ ▅▉▍█ ▇▋▋▇▇▍▇ ▆▉▋▆▆▍▋ ▍▇▇▉█▊▆▅█▌▋ ▇▋▆▆ ▆▍▌▆▄▍▆▆▊ ▆▌ █▄▋▍▋▄▄▍█▍▉▊▄▇▅▅▆
3 Days Ago
Enable arms on both turret seats
3 Days Ago
fix dictionary duplicate entry
3 Days Ago
Adding birthday cake hat rig
3 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
3 Days Ago
Fixed more issues with shadow biases in the RRP shaders
3 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