140,206 Commits over 4,505 Days - 1.30cph!

10 Months Ago
Merge from main
10 Months Ago
main -> building_planner_viewmodel
10 Months Ago
vehicle_ui_sidecar -> main
10 Months Ago
Make sure the sidecar is added to the f1 vehicle menu, it was missing
10 Months Ago
vendor_drone_accessibility -> main
10 Months Ago
clean up the ui icon
10 Months Ago
main -> drone_accessibility
10 Months Ago
merge from puzzle_reset_changes -> main
10 Months Ago
Redo codegen becasue it was failing to merge
10 Months Ago
merge from main -> puzzle_reset_changes
10 Months Ago
Merge from main
10 Months Ago
Increase the speed of player elevators (3m/s -> 5m/s) Reduce the delay at the end of the lift movement for player elevators (1s -> 0.2s)
10 Months Ago
Prevent barrels from starting the reset timer (so players can't shoot barrels to start reset time) S2P
10 Months Ago
merge from puzzle_reset_changes/arctic_research -> puzzle_reset_changes
10 Months Ago
Set all spawn groups to spawn their existing maximum amount per tick so it works correctly with the puzzle reset S2P
10 Months Ago
Remove old elevator IO entity
10 Months Ago
Fix power status not updating properly when an elevator is killed
10 Months Ago
Add the rest of the SpawnGroups in arctic to the single puzzle reset - otherwise people could loot arctic for free because AI won't respawn until someone loots the blue keycard rooms
10 Months Ago
Merge from hackweek_boxsorting
10 Months Ago
Styling updates
10 Months Ago
Ignore snowmobile spawn group since it doesn't track snowmobile count
10 Months Ago
Handle SpawnGroups automatically that don't have enough spawn positions to hit the maximum
10 Months Ago
Show what SpawnGroup has been looted in the ddraw
10 Months Ago
Update sort button to restore previous padding settings
10 Months Ago
Add radiation to arctic research and pause until looted S2P
10 Months Ago
Codegen
10 Months Ago
Merge from main
10 Months Ago
Delete the 2nd puzzle reset for scientist spawners only, attach everything to the main puzzle reset
10 Months Ago
Merge two PuzzleReset inside the garages into the main puzzle reset - move all the RespawnGroups & ResetEnts over - run "Process" so all SpawnGroup positions are changed - should cause both blue keycard garages to reset with the rest of the monument (except we aren't done yet!)
10 Months Ago
Added server.monumentPuzzleResetRadiation, will disable the new radiation behaviour and fall back to the old behaviour Removed some leftover logs
10 Months Ago
Fix 'puzzlereset' command not turning off radiation
10 Months Ago
merge from boat_building
10 Months Ago
Can't push anchored boats...
10 Months Ago
merge from boat_building
10 Months Ago
Boats can now be pushed by players. Initial checks/limitations. More to do later.
10 Months Ago
Another fix PuzzleReset not calculating if looted - poll if PuzzleReset is looted instead of caching as loot can spawn after the PuzzleReset checks it's reset causing it to cache the incorrect value - check if the amount spawned is less than maxPopulation instead of comparing total spawned vs deleted
10 Months Ago
merge from laserdetector_tests
10 Months Ago
Added a laser detector test for fast moving vehicles detection
10 Months Ago
Fix puzzle being considered as looted when unlooted instead of correctly checking if no spawn groups exist
10 Months Ago
Add ddraw to show if the puzzle has been looted or not when `drawpuzzleresets` is enabled
10 Months Ago
Reset steering when no players are aboard, to stop abandoned boats spinning.
10 Months Ago
Fix viewmodel bob spazzing out at high curtimes
10 Months Ago
Remove the ability to use healing "food" items (medkit, healing teas) when prevented from wielding items in a mountable.
10 Months Ago
10 Months Ago
Add ConVar `pauseunlootedpuzzles` to toggle "pause puzzle timer until looted" functionality (default true)
10 Months Ago
undef svc_Menu Fixed CurTime being clamped to float serverside
10 Months Ago
Pause launch site puzzle until crates are looted S2P
10 Months Ago
Pause military tunnels puzzle reset until crates are looted S2P
10 Months Ago
Fix a bunch of things having their own respawn timers instead of using the military tunnels puzzle (even before I deleted the 2nd puzzle reset in military tunnels) - fix bottom lab scientists respawning every 15m instead of with the puzzle (aka stop them spawning on top of players) - fix door barricade above not respawning with the puzzle - fix diesel respawning separately from the puzzle S2P
10 Months Ago
Rust Birthday Balloons - Added prefabs for all variations, fixed orientation, updated model lods and gibs, added wind shader support, ran manifest, etc