reporust_rebootcancel

117,474 Commits over 3,987 Days - 1.23cph!

17 Days Ago
merge from crafting_update/workbench
17 Days Ago
hopper, fridge and bee grenade techtree placement - S2C
17 Days Ago
Merge from jungle_ruins
17 Days Ago
Merge from jungle_biome/jungle_foliage
17 Days Ago
Merge from jungle_ruins
17 Days Ago
Merge from main
17 Days Ago
merge from ballista_mat_fix
17 Days Ago
Fixed various spawn population filters
17 Days Ago
Jungle has forest splat Jungle has alt topology (including nearby forest / forestside areas to prefer deciduous trees next to jungle, looks slightly less odd) Jungle avoids transition areas from temperate to other biomes
17 Days Ago
Fix attempt for the red ballista in builds
17 Days Ago
Merge from fix_no_scientists_on_cargoship
17 Days Ago
Fix sharks not spawning
17 Days Ago
Fix scientists not spawning on cargo ships
17 Days Ago
lr300 updates
17 Days Ago
Subtractive Merge (114985) Removed DLSS fix as it's still causing crashes
17 Days Ago
Merge: from eventrecord_allocs - Reduces the number of allocations caused by our server-side analytics - New "analytics.small_buffer_send_limit" persistent ServerVar to reduce task scheduling overhead. Set -1 to return original behavior. Tests: ran existing analytics unit tests, booted server in editor.
17 Days Ago
tiger drag anim sped up and moves further
17 Days Ago
Merge: from main Tests: none, no conflicts
17 Days Ago
Add comments
17 Days Ago
Clean: remove my testing setup Test: none, trivial change
17 Days Ago
Optim: send small server-side analytics events using the same task thread - Controlled via analytics.small_buffer_send_limit - to disable, set to -1, to enable for everything set to 999999 - Default to 16KB - Preserved between server restarts This avoids ~1KB of allocations just to schedule another async task per upload. On busy servers(100pop) this can save 0.8MB per frame. Tests: booted in editor to check the command presence
17 Days Ago
Tiger drag corpses away when approached while eating them
17 Days Ago
Added AO to packed mask
17 Days Ago
merge from effectscale_fix
17 Days Ago
Fixed effects using EffectScaleWithCameraDistance being incorrectly scaled when far from the world origin We were calculating the cam distance based on the effect local pos instead of its world pos
17 Days Ago
missing codegen
17 Days Ago
crafting_update -> aux2
17 Days Ago
bees -> crafting_update
17 Days Ago
compile error
17 Days Ago
merge from vclouds
17 Days Ago
remove/disable unused stuff
17 Days Ago
▅▌▊█▅: ▉▆▅▅▋█ █▆ ▊.▊▌ ▆▅▋▊▉▌▌ ▋▄▄▋▄ ▇▊▊█ ▅▍▊▄█▅▆█▋ ▅▄▄▋ ▌▊▌▌▊ █▌▋ ▉▇▇▄▍█ ▄▋▅▋█▄▍▇ - ▆▍▉ ▇▄ ▌▆▍▇▋▋▍▆█ ▌▆▋▅ ▌▊▉▉▇ - ▍▉▋ ▅▊ ▉█▉▄▌█▇ ▍▆▇█ ▍▉▊▄▊
17 Days Ago
Fixed Triangle Railroad Planter not having a backface allowing players to look through it on a triangle floor grill
17 Days Ago
disabling/enabling wheel colliders with sleep state to reduce overhead
17 Days Ago
crafting_update -> Aux2
17 Days Ago
bees -> crafting_update
17 Days Ago
Bugfix: EventRecord.AddField(bool) now respects it's param Lucky for us, wasn't used anywhere outside of tests. Tests: none, trivial change
17 Days Ago
bees -> bee_grenade2
17 Days Ago
Created master swarms. These swarms output a small swarm every 1 minute (total up to 3) Bee grenade now uses new swarms
17 Days Ago
Update: adding a couple perf tests for EventRecord - also removed one of profilign scopes since I don't need it anymore Used them to check if packing EventRecordField would give any perf benefit, and it's a no - indistinguishable from noise. Tests: ran the new tests
17 Days Ago
Prefabbed some missed sections of walkway. Replaced meshes in zigg scene with prefabs. Updated asset gym.
17 Days Ago
▍▌▊▇▊ ▋▌▅▌ ▄▄▊██_▊▉▄▍█▋▅▇_▅▆▄▊_▅▌▊▊▄▌
17 Days Ago
Tweaks to CookingTable lighting to stop bleed onto the top shelf where food being cooked is now shown.
17 Days Ago
merge from main
17 Days Ago
reset weather update sequences when enabling clouds
17 Days Ago
LOD0 and prefabs setup condenser tanks smalls
17 Days Ago
- ▇█▅▆▇█ ▉▉▆▆▇▋▍ ▌▅█▍ ▌▇▌▉ ▅▆█▉█ ▌▋▆▉ ▅▉ ▄▊█▇▄ ▍▋▍▅▍█ ▇▌▊▉▊█ - ▊▋▄ ▌▉▇▆_▅▊ ▊▍ ▉▋▇▊▄▌▋ ▇▇▋▇ ▍▅▇▊
17 Days Ago
HBHF sensor optimisations: Reduced the trigger radius to 11m, closer to the sensor max range (10m) Disable the detectiong trigger when the sensor is not powered Set the exclude layers
17 Days Ago
Setup armor insert icons
17 Days Ago
Merge DLSS fix to Main