userJake_Richcancel

4,692 Commits over 1,341 Days - 0.15cph!

26 Minutes Ago
merge from fix_manifest_errors -> main
29 Minutes Ago
Update manifest
29 Minutes Ago
Update manifest (prefabs)
41 Minutes Ago
merge from main -> fix_manifest_errors
Today
Regenerating the manifest added new pooled strings to it (not concerning at all)
Today
Update manifest (manifest)
Today
Update manifest (prefabs)
Today
merge from main -> fix_manifest_errors
3 Days Ago
Include count of total amount of warnings and errors after the manifest finishes generating
3 Days Ago
merge from main -> fix_manifest_errors
3 Days Ago
Handle NRE inside NPCAnimController.DoPrepare()
4 Days Ago
Update manifest
4 Days Ago
merge from main to fix_manifest_errors
7 Days Ago
Update manifest again - RHIBDriver had import error locally?
7 Days Ago
Fix NRE in Construction.DoPrepare() when allSockets is null
7 Days Ago
Start by updating the manifest
8 Days Ago
Fix the GUID warning that was actually caused by looking up path for empty / null prefab
8 Days Ago
▌ ▉▇█ ▆▉▌▅▍▇▄▆ ▅▋▆▊▇▇ ▌▉▆▅▇▄▉▆▊ ▉▄ ▅▄▌▊▆▆▌ ▌█▌▄▌▄▄ ▄▍▅▋▋▆▋ ▍█ ▄▅█ ▋▅▇▍ ▍▍▆▄▌▇▅ ▊▌██▌ ▍█ ▋▊ ▅ ▄▇▄▇▉▌▇ ▆▅▊▋▉▌▉▊█
8 Days Ago
merge from fix_copy_paste_duplicate_entity -> main
8 Days Ago
Add `paste_grid {x} {y} {spacing}` command Fix not being able to undo multiple pastes with a single `undopaste` command
8 Days Ago
Refactored to pass a List<Vector3> from the client so we can implement different shapes & fixes without needing server update / mismatch of client & server RPCs
8 Days Ago
If pasting multiple "bases" at once (in a line) add all the entities to a single entry in the paste history so they can be undone in a single step
8 Days Ago
Refactor `paste` and `paste_line` into a single method one the client & server - paste now acts like a repeating paste with count of 1 - pass repeat count inside the RPC proto
9 Days Ago
Fix pooling error in SaveRestore.Load() that was causing pooling errors with copy paste in the editor
9 Days Ago
Fix old pastes created before it properly filtered out client entities in the editor - will filter out the duplicate entities during the paste and warn the user to re-save
16 Days Ago
▅ ▊▍█ ▇▆ ██▋▅█▅█ ▆▍▊▍▌ █▊ ▋▌▇ █▇▇▉▉▉▅█▆▋ ▍▍▍▉▌▉▇ ▍▍ ▄▉▇▍█▍▇ ▄█ ▇▉▍▌▇ ▆▉▅▍▊▌▌▊ ▋▅█▉ ▆▍▅▅▇▄ ▋▌▌▋▅ ▇▍▊ ▅▉▊▅▊▋ ▄▉▊▄▊ ▊▋ ▄▄▇▋▅ ▉▍▊█▌▆▄ ▉▆ ▍▉█▇▋▍▍▋ ▇▍▊ ▉▋█▋▆▅ ▉▊ ▆▊▌ █▄▍ ▌▄▄▋ ▊█▅▅▉ ▄▄▅▊▌
16 Days Ago
▄ ▌▋▅▊▍▋█ ▍▍▄ ▉▇▄▋▍ █▅▆▇▍▇▆▇ ▋▉ █▌▍▆▆▊▇▋ ▌▊▉▋ ▉▍ ▇▆ ▉▌▅▊▇▌▌▆▋ ▊▆▋ ▊▊▉█ █▄ ▉▍▉ ▋▋▇▆▉▆ ▄▇▋▊▆ ▄▋▋█ ▅▄▅
16 Days Ago
merge from fix_puzzle_reset_underground -> main
16 Days Ago
Raise min height of airfield radiation puzzle Shrink size of airfield puzzle reset from 35m -> 28m S2P
16 Days Ago
Shifted arctic research base AI wake zone up by 15m, which shifts the puzzle reset & radiation height upwards S2P
16 Days Ago
Add `monumentpuzzleresetradiationoverride` convar to force enable radiation despite the puzzle's reset status (makes testing easier) Apply minimum height to the radiation spheres as well as the puzzle resets Show height cutoff position when `drawpuzzlereset` convar is enabled
16 Days Ago
Raise min height for water treatment radiation puzzle S2P
16 Days Ago
Raise min height of trainyard radiation puzzle S2P
16 Days Ago
Raise min height of sewer branch radiation puzzle S2P
16 Days Ago
Raise min height of powerplant radiation puzzle S2P
16 Days Ago
Raise height offset of NMS S2P
16 Days Ago
Raise height of Launch Site PuzzleReset S2P
16 Days Ago
Fix removed using statement in PuzzleReset
17 Days Ago
Apply minimum height to military tunnels S2P
17 Days Ago
Add support for optional minimum height for sphere puzzle resets
17 Days Ago
merge from fix_nms_loot_reset -> main
17 Days Ago
Fix NMS not respawning loot after server restart - caused by puzzle reset not being attached to a generator - moved everything to a different PuzzleReset generator S2P
17 Days Ago
Undo subtract in CS 140351
17 Days Ago
Subtract CS 140319 (fix_foundation_clipping_rocks)
17 Days Ago
merge from main -> fix_foundation_clipping_rocks
18 Days Ago
merge from fix_foundation_clipping_rocks -> main
18 Days Ago
Fix bunch of compile errors from antihack "is inside rock" being ran on the client now - made the relevant antihack convars replicated
18 Days Ago
Re-apply SocketMod_TerrainCheck changes manually after merge from main Add ConVar `terraincheck_canplaceinsiderocks` to toggle if foundation corners count as valid when clipping inside rocks (default true)
18 Days Ago
merge from main -> fix_foundation_clipping_rocks
18 Days Ago
Add god rock & anvil rock on the separate island on craggy for testing purposes