userAdam Wcancel
reporust_rebootcancel

6,951 Commits over 2,526 Days - 0.11cph!

8 Months Ago
Boat ramp can no longer be picked up on a finished boat
8 Months Ago
Merge from alternate_grill_fix
8 Months Ago
Show an errror toast when boat is moving too fast to deploy & edit. Groundwork for any future toasts.
8 Months Ago
Add JunkPileWater.MinimumPlayerBoatVelocityToBeDestroyed convar, defaults to 5.
8 Months Ago
Alternate grill fix
8 Months Ago
Merge from parent
8 Months Ago
Commit the material changes that keep showing up.
8 Months Ago
Network++
8 Months Ago
Merge from parent
8 Months Ago
Can specify chance of enabling effect. Add a random delay on enabling.
8 Months Ago
Sails wip
8 Months Ago
Damage FX. Added HealthVisuals. Setup on smallengine.
8 Months Ago
merge from parent
8 Months Ago
Remove leftover DamangeRenderer component on PlayerBoat
8 Months Ago
PlayerBoat.MaxVelocity is now a replicatedvar
8 Months Ago
Steering is no longer applied if anchored.
8 Months Ago
null check
8 Months Ago
Revert BoatBuildingStation.GetForPlayer changes
8 Months Ago
Remove unused function
8 Months Ago
Refactored separate creation of OBBs into a single function. Steering wheel check uses same entity finding as rest of BBS functionality.
8 Months Ago
Some cleanup.
8 Months Ago
missing null check
8 Months Ago
GetBoatBuildingStation uses FindTrigger on player instead of a vis check.
8 Months Ago
Boatbuilding UI: Only check vis every second,
8 Months Ago
Extra profiling
8 Months Ago
Refactored BoatBuildingStation.GetPlayerCount to HasPlayerInBuildArea and it uses the bbs trigger instead of a vis. We don't care how many players, just if there are any or not.
8 Months Ago
Removed unused functions
8 Months Ago
Bump the BoatBuildingStation autoclose check interval up now that most people are gonna be using deploy & edit
8 Months Ago
Remove some redundant checks from CanClearArea. Misc rate limiting. Calculate and cache CanClear once a frame for the client when called - reuse it when there are multiple calls a frame (option menu show stuff)
8 Months Ago
Test saves
8 Months Ago
Change all GetEntitiesInBuildArea for BoatBuildingBlock to VehiclesLarge layer
8 Months Ago
GetPlayerBoats() - GetEntitiesInBuildArea only checks VehicleLarge layer instead of all layers
8 Months Ago
Fix placement guide showing doors as placeeable in the middle of a finished boat when they're not (guide only, was never actually able to place)
8 Months Ago
Update VehiclePrivilege's menu options text to reference vehicle instead of cupboard. (will fix Tugboat too)
8 Months Ago
Merge from naval_update (including network++)
8 Months Ago
network++
8 Months Ago
Enabled AllowKinematicDrift for PlayerBoat
8 Months Ago
Merge from netting_placement_rework
8 Months Ago
Merge from main
8 Months Ago
Potential fix for NPCAnimController NRE
8 Months Ago
Clear TriggerHurtNotChild source entity/hurt trigger user when converting boats to editable
8 Months Ago
Fix duplicate var name
8 Months Ago
merge from boat_building
8 Months Ago
Tweak bbs deployable blocking collider
8 Months Ago
Merge from parent
8 Months Ago
merge from boat_building
8 Months Ago
compile fix
8 Months Ago
Merge from extended_decay
8 Months Ago
Reset decay when converting to editable
8 Months Ago
Add BoatBuildingBlockDecay.DecayDelayMinutes. Delay boat building block decay by 30 minutes.