userJake_Richcancel

4,566 Commits over 1,280 Days - 0.15cph!

15 Days Ago
Add radiation to harbor 1 keycard room S2P
15 Days Ago
Move ferry terminal puzzle reset over to the puzzle room because it was on the wrong side of the monument Enable radiation on the ferry terminal keycard room S2P
15 Days Ago
Enable radiation on airfield puzzle room S2P
15 Days Ago
merge from puzzle_reset_changes -> main
15 Days Ago
Make radiation sphere outer range gizmo yellow so it's a bit more clear which puzzles have radiation at a glance
15 Days Ago
Add `drawpuzzleresets` convar so you can ddraw the puzzle resets & radiation ranges at runtime - will only show to admins who are inside the reset ranges - will update every 10s, based off puzzle reset code
15 Days Ago
DDraw .meta files
15 Days Ago
Cherrypick DDrawCommand from naval update
16 Days Ago
merge from qol_backpack_gather -> main
16 Days Ago
Allow items picked up off ground to go into backpack when inventory is full - applies to both normal items and keycards
16 Days Ago
merge from main -> qol_backpack_gather
16 Days Ago
Shrunk airfield puzzle reset slightly and enabled radiation on puzzle reset S2P
16 Days Ago
Shrink power plant main reset from 40m -> 25m Enable radiation on main building
16 Days Ago
Water treatment box puzzle reset example
16 Days Ago
Test adding support for box support for puzzle resets - defaults to spheres, can opt into the box shape - still checks by looping through all players, uses an OBB if shape is a box - stores extents and shape in PuzzleReset protobuf
16 Days Ago
Nevermind: you can use OnDrawGizmos() in PuzzleReset which is always called and filter there
16 Days Ago
Add DrawGizmosSelectedProxy so you can see the PuzzleReset gizmo while dragging around the playerDetectionOrigin Transform
16 Days Ago
Fix not attaching the radiation trigger to the playerDetectionOrigin
16 Days Ago
Fix compile error
16 Days Ago
Fix analytics not including monument after server restart - it still was including the name of the SpawnGroups so it was sorta useable - switch from using the PuzzleReset entity to using SpawnGroups
16 Days Ago
Rename variables
16 Days Ago
Make puzle reset radiation bypass armor similar to how oil rig radiation works
16 Days Ago
Add `Time blocked by radiation` to analytics - fix analytics total time not including time blocked (you could calculate it in analytics but better to report the correct time) - renamed to 'time_blocked_total' so easier to backfill
16 Days Ago
merge from qol_perf_formatting -> main
16 Days Ago
- switch performance text to show fps + ping at level 2 & show ping below like before at level 3 - add GPU time to level 6 - rename TicksToNS because it should have been named the inverse - hardcode to 100 since we only use it for TimeSpan ticks, not Stopwatch ticks
16 Days Ago
merge from qol_dump_improvements -> main
16 Days Ago
▇▍▇▅ ▄▊▅▅ ▌▆██▅▄▇ ▉▆▉▉▋ ▅▍▌▍
16 Days Ago
merge from main -> qol_dump_improvements
20 Days Ago
merge from qol_backpack_gather -> main
20 Days Ago
Fully fix give notices not taking backpack items into account - was scheduling a second update 0.1s after that didn't use the backpack code in previous commit
20 Days Ago
Try to fix it not including the backpack items in total item count pickup notice, but it's being weird in editor
20 Days Ago
Items collected when "gathering" will go to backpack automatically when main inventory is full - trees, nodes, corpses - collectables (hemp, stone on ground) - growable plants - doesn't apply when looting, only when gathering items from world
20 Days Ago
merge from fix_portal_clamping -> naval_update
21 Days Ago
Clamp position to the output portal when teleporting to and from the deep sea - primarily fixes running enterdeepsea causing you to teleported to middle of deep sea because it didn't clamp the distance from portal
21 Days Ago
merge from optimize_reduce_dynamic_occlusion -> main
21 Days Ago
Remove the IsEntityDynamic() override in CookingWorkbenchBBQ because that is not the normal BBQ :( - don't worry about normal bbq anyways, it was already static and seemed to work fine with occlusion
21 Days Ago
merge from industrial_pipe_batching -> main
21 Days Ago
Disable cpu batching on industrial pipes since the pipes randomly had incorrect rotations and there is a non-neglibable VRAM cost to keeping a duplicate of every industrial pipe mesh, can explore later
21 Days Ago
merge from main -> industrial_pipe_batching
21 Days Ago
merge from optimize_reduce_dynamic_occlusion -> main
21 Days Ago
Compile fixes
21 Days Ago
Mark ladder as static when parented to building block
22 Days Ago
Mark TC as static
22 Days Ago
Set additional entities as static so industrial adapters & codelocks parented are also considered static - furnaces / ovens (exclude BBQ because they open & close) - fridge - lockers - codelocks themselves (was accounting for doors but not the codelocks individually)
22 Days Ago
merge from main -> optimize_reduce_dynamic_occlusion
22 Days Ago
merge from extra_tutorial_safety -> naval_update
22 Days Ago
Extra check to make sure tutorial islands bounds can't spawn inside the deep sea bounds
22 Days Ago
Switch index -> i
22 Days Ago
merge from fix_impostors_not_deleting -> naval_update
22 Days Ago
Fix trees impostors in the deep sea getting stuck showing after resetting the deep sea and reconnecting - switch TreeManager from using local position when registering trees to using world position - fixes trees spawned parented to the island (before they are unparented) from being spawned in one tree grid but deleted from a different one - add ServerWorldPosition to keep existing behavior until we figure out if we are renaming ServerPosition