156,525 Commits over 4,536 Days - 1.44cph!

12 Days Ago
Added pattern tester script Some material updates
12 Days Ago
Cleanup filenames from 1.2 / 3.4 to half / three quarter
12 Days Ago
Parallel pair gathering for server occlusion now uses the same wait-and-integrate mechanism as net subscription updates - also reduced pair gathering player count to 16 from 64, to ensure more threads are being used in medium-high pop scenarios - consistency tests pass
12 Days Ago
- Tighten up some colouring, spacing etc - Stop the eyes working at weird ass angles
12 Days Ago
Fix truncated corridor reporting "path complete" when buffer was too small instead of "path complete"
12 Days Ago
Re-render all sandbag deployables for consistent appearance.
12 Days Ago
- Add slot icon rendering - Ensure ui takes up the whole page - Shrink choice down a little bit - Fix weird eye rendering in character customisation
12 Days Ago
Setup icon rendering. Render icons for new sandbags.
12 Days Ago
Fully burst parallel path following, had to do some native changes so that each agent can create and pass a different query instead of sharing, -30% - ai.batch_navmesh_transforms for only parallel transform update - ai.batch_navmesh_pathfollowing for full parallel
12 Days Ago
Adding squirrel rig
12 Days Ago
Merge from main
12 Days Ago
Removed temp shell box from random room vendor B and replaced w/ proper underground volume to block skylight
12 Days Ago
New sandbag variations unlock with original / BP button fix.
12 Days Ago
Fix server stall caused by dtRaycast infinite loop, bump nav version so we can ditch the saves with degenerate polys
12 Days Ago
separate critter FSM to different budgeted work queue, with lower frametime
12 Days Ago
More work on random room C - plus wire/pipe pass
12 Days Ago
Missed file
12 Days Ago
- Add color selection system for hair/skin colour - Add spotlight above the character - Dont rerender all icons if you change colour
12 Days Ago
merging 3p arrows not hiding fix
12 Days Ago
merge from main
12 Days Ago
Unfucking ifdefs
12 Days Ago
More path following optis for -17.5%: - Cache transform in navmesh agent - Use reference equal instead of == for independantNavmesh to avoid the unity overload - Batch apply transforms after ticking all agents with IJobParallelForTransform - Remove one normalize to the movement math
12 Days Ago
Made ferry terminal loot room functional with power grid
12 Days Ago
More setup
12 Days Ago
Enabled graphics jobs on Mac Switched graphics jobs to Split
12 Days Ago
▌ █▆▇▄▆ ▇▅▉▍ █▌▅▌▉▋▌▋▆▋▆▊▄▇▌▉▅█▅▅▅
12 Days Ago
▇ ▅▉▅▉▇▍ ▊█▉▋▄█▇▌▅█ ▅▅▇▅ █▍▍ ▋▍▆▋▌▇▋ ▊▅▆▍▅▅▆██▍▋▆▄ ▍▅▍▉▆▍█
12 Days Ago
Fix for 3p_bow not hiding the arrow mesh on the server
12 Days Ago
Updates to all weapon anim controllers to match convention
12 Days Ago
First pass procedural cow pattern shader
12 Days Ago
merge from Livestock_animals
12 Days Ago
ladders merge
12 Days Ago
Ferry terminal power grid loot room
12 Days Ago
Add items, link em up.
12 Days Ago
More navmesh and path following optis: - Disable navmesh carving completely when new navmesh is enabled, we still had its overhead - Pin arrays before marshalling them, because unity's mono is not smart enough to do it and is copying everything which is excruciatingly slow - During path following, when calculating remaining distance, cache the rest of the path and only update the current segment we're on, instead of recalculating the length of the whole path - Add telemetry to new navmesh
12 Days Ago
Merge from main
12 Days Ago
Cow eat animations to include trough variants
12 Days Ago
Reverse gate open direction. Tweak gate volumes so it can be snap placed more betterer.
12 Days Ago
Fix compile error in ConsoleSystem
12 Days Ago
Fix missing #if SERVER directing to gate navbakestats
12 Days Ago
Fix compile error with url in "none" compile mode
12 Days Ago
Merge: from main
12 Days Ago
merge from ai_hotfixes_for_monument_blocker_patch
12 Days Ago
Subtract the subtract
12 Days Ago
Update gate bounds
12 Days Ago
Tooling to switch to the testbed steam app in editor
12 Days Ago
merge from main
12 Days Ago
merge from main
12 Days Ago
halloween door wreath deploy guide fix, also fixed easter door wreath too. Deploy guide sound fix on string lights. Pickup fix on halloween door wreath
12 Days Ago
Subtract 163412 new_navmesh_fixes