userJake_Richcancel

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

Yesterday
merge from fix_manifest_errors -> main
Yesterday
Update manifest
Yesterday
Update manifest (prefabs)
Yesterday
merge from main -> fix_manifest_errors
2 Days Ago
Regenerating the manifest added new pooled strings to it (not concerning at all)
2 Days Ago
Update manifest (manifest)
2 Days Ago
Update manifest (prefabs)
2 Days Ago
merge from main -> fix_manifest_errors
5 Days Ago
Include count of total amount of warnings and errors after the manifest finishes generating
5 Days Ago
merge from main -> fix_manifest_errors
5 Days Ago
Handle NRE inside NPCAnimController.DoPrepare()
5 Days Ago
Update manifest
5 Days Ago
merge from main to fix_manifest_errors
8 Days Ago
Update manifest again - RHIBDriver had import error locally?
8 Days Ago
Fix NRE in Construction.DoPrepare() when allSockets is null
8 Days Ago
Start by updating the manifest
9 Days Ago
Fix the GUID warning that was actually caused by looking up path for empty / null prefab
9 Days Ago
▌ ▉▇█ ▆▉▌▅▍▇▄▆ ▅▋▆▊▇▇ ▌▉▆▅▇▄▉▆▊ ▉▄ ▅▄▌▊▆▆▌ ▌█▌▄▌▄▄ ▄▍▅▋▋▆▋ ▍█ ▄▅█ ▋▅▇▍ ▍▍▆▄▌▇▅ ▊▌██▌ ▍█ ▋▊ ▅ ▄▇▄▇▉▌▇ ▆▅▊▋▉▌▉▊█
9 Days Ago
merge from fix_copy_paste_duplicate_entity -> main
10 Days Ago
Add `paste_grid {x} {y} {spacing}` command Fix not being able to undo multiple pastes with a single `undopaste` command
10 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
10 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
10 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
10 Days Ago
Fix pooling error in SaveRestore.Load() that was causing pooling errors with copy paste in the editor
10 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
17 Days Ago
▅ ▊▍█ ▇▆ ██▋▅█▅█ ▆▍▊▍▌ █▊ ▋▌▇ █▇▇▉▉▉▅█▆▋ ▍▍▍▉▌▉▇ ▍▍ ▄▉▇▍█▍▇ ▄█ ▇▉▍▌▇ ▆▉▅▍▊▌▌▊ ▋▅█▉ ▆▍▅▅▇▄ ▋▌▌▋▅ ▇▍▊ ▅▉▊▅▊▋ ▄▉▊▄▊ ▊▋ ▄▄▇▋▅ ▉▍▊█▌▆▄ ▉▆ ▍▉█▇▋▍▍▋ ▇▍▊ ▉▋█▋▆▅ ▉▊ ▆▊▌ █▄▍ ▌▄▄▋ ▊█▅▅▉ ▄▄▅▊▌
17 Days Ago
▄ ▌▋▅▊▍▋█ ▍▍▄ ▉▇▄▋▍ █▅▆▇▍▇▆▇ ▋▉ █▌▍▆▆▊▇▋ ▌▊▉▋ ▉▍ ▇▆ ▉▌▅▊▇▌▌▆▋ ▊▆▋ ▊▊▉█ █▄ ▉▍▉ ▋▋▇▆▉▆ ▄▇▋▊▆ ▄▋▋█ ▅▄▅
18 Days Ago
merge from fix_puzzle_reset_underground -> main
18 Days Ago
Raise min height of airfield radiation puzzle Shrink size of airfield puzzle reset from 35m -> 28m S2P
18 Days Ago
Shifted arctic research base AI wake zone up by 15m, which shifts the puzzle reset & radiation height upwards S2P
18 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
18 Days Ago
Raise min height for water treatment radiation puzzle S2P
18 Days Ago
Raise min height of trainyard radiation puzzle S2P
18 Days Ago
Raise min height of sewer branch radiation puzzle S2P
18 Days Ago
Raise min height of powerplant radiation puzzle S2P
18 Days Ago
Raise height offset of NMS S2P
18 Days Ago
Raise height of Launch Site PuzzleReset S2P
18 Days Ago
Fix removed using statement in PuzzleReset
18 Days Ago
Apply minimum height to military tunnels S2P
18 Days Ago
Add support for optional minimum height for sphere puzzle resets
19 Days Ago
merge from fix_nms_loot_reset -> main
19 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
19 Days Ago
Undo subtract in CS 140351
19 Days Ago
Subtract CS 140319 (fix_foundation_clipping_rocks)
19 Days Ago
merge from main -> fix_foundation_clipping_rocks
19 Days Ago
merge from fix_foundation_clipping_rocks -> main
19 Days Ago
Fix bunch of compile errors from antihack "is inside rock" being ran on the client now - made the relevant antihack convars replicated
20 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)
20 Days Ago
merge from main -> fix_foundation_clipping_rocks
20 Days Ago
Add god rock & anvil rock on the separate island on craggy for testing purposes