reporust_rebootcancel

138,594 Commits over 4,505 Days - 1.28cph!

10 Months Ago
Add radiation to harbor 2 keycard room S2P
10 Months Ago
Compile fix, third times the charm
10 Months Ago
Add radiation to harbor 1 keycard room S2P
10 Months 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
10 Months Ago
Don't spawn eggs/candy for debug.invis players during seasonal events
10 Months Ago
Enable radiation on airfield puzzle room S2P
10 Months Ago
Compile fix again
10 Months Ago
horseriding - updated anim settings
10 Months Ago
jackhamer - set to use custom spine & added values
10 Months Ago
Compile fix
10 Months Ago
Moved all test runner convars to DEBUG only
10 Months Ago
- Save drone accessibility state to the vending machine flags - Recalculate if any physics neighbours change
10 Months Ago
Update: ISubscriberStrategy.GatherSubscriptions outputs whether it has fully or partially gathered subscriptions - all existing implementations report "full" gathers This feeds into whether we'll stop running UpdateSubscriptions or not. Will use this to throttle-and-prioritize cell streaming to spectators Tests: editor compiles
10 Months Ago
sound changes on 50cal PT boat guns
10 Months Ago
including water depth in shallow water velocity scaling
10 Months Ago
Make sure the shore vector array is not filled with NaN values when water system is null
10 Months Ago
Actually we can't use ResetStaticFields here, its in a DEBUG define Added the ResetStaticFields method in TestRunner.cs
10 Months Ago
merge from puzzle_reset_changes -> main
10 Months Ago
ResetStaticFields on TestRunner
10 Months Ago
Jump improvements: - Setup ladder triggers around junkpiles to make jump ups easier - Add kinematic rigidbodies to junkpiles (better collision detection) - Boyancy point improvements
10 Months Ago
Adding m92 refresh viewmodel rig
10 Months Ago
Merge from parent
10 Months Ago
Merge from volume_checks
10 Months Ago
Merge from volume_checks
10 Months Ago
Make radiation sphere outer range gizmo yellow so it's a bit more clear which puzzles have radiation at a glance
10 Months 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
10 Months Ago
Remove debug drawing
10 Months Ago
Setup remaining blocks
10 Months Ago
Updated folder paths, updated test list
10 Months Ago
merge from cargoship_cameras
10 Months Ago
Update network groups of cargo cameras inside the main cargoship movement update Fixes an issue where they stop working after cargo left its original spawn position
10 Months Ago
Renamed Tests folder to AutomatedTests
10 Months Ago
Wrapped all the test code in #if DEBUG
10 Months Ago
DDraw .meta files
10 Months Ago
Merge: from networkpositiontick_reduce - Optim: buoys, containers, water-junkpiles and vines no longer always replicate their position. Reduces number of NetworkPositionTick invokes from 2309 down to 522 on 4.5k map Tests: interacted with each prefab type, observed up close and from afar
10 Months Ago
Update: codegen Tests: editor compiles
10 Months Ago
Merge: from main
10 Months Ago
Cherrypick DDrawCommand from naval update
10 Months Ago
merge from main
10 Months Ago
Loot Panel sorting ui
10 Months Ago
merge from boat_building
10 Months Ago
exported updated 3p chainsaw anims, also setup chainsaw entity to use r prop and removed offsets translation/rotations from the lods
10 Months Ago
merge from naval_update
10 Months Ago
merge from deepsea_height_data
10 Months Ago
Bugfix: profile.CountSyncMoveEntities - check if invoke handlers are not instantiated - Also add a total count Tests: used it while swinging from vines
10 Months Ago
undid temporary boat code, now using heightmap queries regularly
10 Months Ago
simple deepsea/mainland heightmap query split (5th iteration of it) - currently limited to positional queries, normalized coord queries map directly to mainland data still - also fixed issue with deepsea shorevectors where they weren't being rotated into worldspace properly and still pointed in localspace directions
10 Months Ago
rebaked tropical scene shore data to include heightmaps
10 Months Ago
Optim: VineSwingMountable no longer syncs positions by default Should save another 0.7ms Tests: Swung across multiple vines in playground_vineswinging, descended on one to ground
10 Months Ago
Fix exec command attributes, add `bot.exec_command_all` to execute commands on all bots.