userAdam Wcancel
reporust_rebootcancel

6,972 Commits over 2,526 Days - 0.12cph!

8 Months Ago
Also show the current health in boat building UI to make it more obvious if you need to repair
8 Months Ago
Reduce SailPositionInfluence
8 Months Ago
Reduce EnginePositionInfluences from 0.1 to 0.05, making engine position have less of an impact on boat handling
8 Months Ago
Rotate default placement of engines by 180 degrees so you can see the lights and fuel storage by default.
8 Months Ago
Merge from boat_costs (hull pieces can now be pricely separately to the rest of boat pieces - repair cost accounts for this too)
8 Months Ago
Merge from parent
8 Months Ago
Infrequently cache water factor check per in-range boat for PlayerBoatSounds, not every client Update()
8 Months Ago
Profiling PlayerBoatSounds
8 Months Ago
CalculateRepairCost now takes into account (potentially) varying hull/non-hull block costs
8 Months Ago
Add a separate wood_boat_hull building grade so we can set different resource costs for the hull pieces in the future (currently the same cost) Point hull square and hull triangle to it.
8 Months Ago
Merge from boat_health
8 Months Ago
When converting back to editable, apply damage to the blocks that actually took damage, down to a minimum of 1hp. Any extra damage gets rolled over to additional blocks, as much as possible per block, resulting in not having to repair every block on a boat. (unless they all got hit...)
8 Months Ago
Blocks track damage they've taken
8 Months Ago
Refactor damage methods.
8 Months Ago
Show an error toast when trying to deploy & edit a boat that has been recently damaged.
8 Months Ago
Merge from finished_boat_hammer. Added PlayerBoat.HammerRepairEnabled convar, gates repairing finished boats with the hammer. Boat's max health gets set to max health of combined block maxhealths, not just the combined health.
8 Months Ago
Add null checks to various places in PlayerBoatSounds.
8 Months Ago
Finished boats can be repaired with the hammer without entering edit mode. Player boats generate a dynamic BuildCost at creation, to be used for repair costs, based on the total number of blocks * block costs. Hammer repair logic now checks if an entity should be repaired via the parent. Eg hitting a boat block will repair the boat. Added BaseCombatEntity.ShouldRepairViaParent and BaseCombatEntity.GetRepairableParent.
8 Months Ago
Sail lod FIX
8 Months Ago
Merge from naval_update
8 Months Ago
Merge from prop_caps
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)