reporust_rebootcancel

142,627 Commits over 4,413 Days - 1.35cph!

2 Months Ago
Update: disable parallel sub updates in Jobs 3 mode - ripped out test code for network grid preallocing Going to enable it once dependent work is done. Tests: unit tests fail (as expected)
2 Months Ago
remove janky temp sounds
2 Months Ago
Merge from worldpositiongenerator_optimise_2
2 Months Ago
More optimisations for WorldPositionGenerator - Move TryAlignToGround to be part of WorldPositionGenerator::TrySample, gets rid of the mutliple reattempts of TrySample - Skip the work in TrySample if we have determined that there can never be a valid position for the given input values
2 Months Ago
▌ ▆ ▄▉▇▇▊▄▌▉▆ ▆▇▊▇▅ ▆▋▄▉▆▊▌ ▆▉ ▋█▌▆▊▋ ▅▄▇▋▋ ▆▉▅▉▊▇▊▍▍ ▉▅▄▍▇▌▆ █▄▇ ▆█▋▍▊ ▍▋▋▆ ▌▅▆▄▌▊▌▊▉▉ ▌▍▍ ▌▇▄ ▉█▌▌▋ █▊▍▄▉▆█▉▉▊▌▉█▅▌▇▅ ▅▇▉ ▅▋▌ ▅▇▆▉█ ▍▄█ ▌▌█ ▇█▆▍▇█▇ ▅▍▍▄▇ ▉▋█ ▊█▇ ▉▇▉▋▌▋▊ ▆▊▄▉▉▅▍ ▋▍▋█▄ ▅▌▌▅▄ ▋▍▅▄ ▋▌▍▆▉▅▇█▍▉▉▉▇▄▋▆▉█▋ ▄▉▉▍▄▊▇█ ▊▆█▄▌▉▉▉▌▅▇ ▍▄▊▆▍ ▆▌▉▋
2 Months Ago
trim kiosks - 2nd pass masks and materials. improvements to Kiosk E and separated out more interior/exterior
2 Months Ago
▅▊▋▊ ▇▉▉█▋▆▉▅▅ ▍▄█ █▅▌▄▄ █▇▅▊▍▋▆▋▇█ ▋▇▅▊ ▇▋█ ▊█▋▌▉▍▆
2 Months Ago
3p car passenger idle anim exported
2 Months Ago
Fixed flickering hair cards in hide skirt
2 Months Ago
More test prefab changes
2 Months Ago
Limit watch tower placement to every ~20m
2 Months Ago
Fixed broken egg suit
2 Months Ago
Adding burst cloth setup for easter bunny suit
2 Months Ago
Rustige Egg H - Updated model, reducing number of meshes to 3
2 Months Ago
updated secret labs chair 3p idle anim
2 Months Ago
set crypt building skin to correct use stone
2 Months Ago
some progress on the damaged wing
2 Months Ago
Disable fallback rendering by default
2 Months Ago
corpse prefab pickup correct item prefabs references
2 Months Ago
Added `hack_test` option to simulate the potential performance gains from rendering multiple separate meshes with a single render node.
2 Months Ago
Optim: schedule tasks for batches of networkables, instead of individual ones Helps reduce alloc pressure at high counts(2x more than core count), but it's a very rare occasion (when everyone rushes to connect to a fresh server) Tests: unit tests
2 Months Ago
Update: skip calling UpdateSubscriptions with 0 networkables Tests: none, trivial change
2 Months Ago
merge from creative_freebuild_fix
2 Months Ago
apartment door fixes. mip streaming on textures, set srgb to greyscale
2 Months Ago
Optim: main thread integrates results from subs gathering tasks while waiting for them to complete Tests: unit tests
2 Months Ago
Optim: allow main thread to steal one of tasks update subscription tasks Makes single-player path alloc free. Tests: unit tests
2 Months Ago
Merge from item_mod_radial_menu
2 Months Ago
merge from /indirect_instancing
2 Months Ago
rebase on main
2 Months Ago
manifest apartment doors and other prefabs in static folder updated
2 Months Ago
exported 3p locomotive idle anim and edited right hand grip ik position on locomotive entity
2 Months Ago
Optim: use persistent added/removed lists instead of pooled ones Tests: ran unit tests
2 Months Ago
fixed some pivot issue on door.apartment.b that had it offset compared to others
2 Months Ago
Bunch of refactoring, shared menu option add function, rework helper functions. Add toggle on/off translation phrases.
2 Months Ago
Merge: from sv_occlgroups_fix_reinit - Bugfix for ServerOcclusionGroups NRE for players with custom init flow - Unit tests Tests: ran unit tests
2 Months Ago
More refactor/cleanup
2 Months Ago
exported 3p workcart idle anim and updated left hand hold ik position in workcart entity
2 Months Ago
Move to a partial. Add FromOwner checks
2 Months Ago
Flags cleanup.
2 Months Ago
WIP Highlight the path the multi-unlock is going to take as a preview https://files.facepunch.com/cipeaX/2026/March/11_11-44-FormalKestrel.mp4
2 Months Ago
Add keybind to UI
2 Months Ago
exported edited 3p machete and combat knife attack anims and set shield script on sunken/combat knife entities
2 Months Ago
Update Firewood Prop LOD Distances and Prefabs Optimized Firewood Prop LODS
2 Months Ago
Merge from main
2 Months Ago
Merge: from serverprofiler_linux_fix - Bugfix for server profiler recoirding empty streams or infinitely recording on Linux Tests: perfsnapshot on Ubuntu
2 Months Ago
Bugfix: ServerProfiler - fix profiler failing to record due to uninitialized variable - release bins built from fe80de3c Tests: ran perfsnapshot on a server on ubuntu 20.04 in wsl
2 Months Ago
Merge from vertex_normal_debugger_tool
2 Months Ago
Merge from main
2 Months Ago
exported 3p idle anims for the arcade
2 Months Ago
Merge from indirect_instancing_motion_vectors