branchrust_reboot/main/naval_update/boat_buildingcancel

284 Commits over 153 Days - 0.08cph!

3 Months Ago
Merge from parent
3 Months Ago
Cannon whitebox deployabke
3 Months Ago
Merge from deployable_cannon
3 Months Ago
Flip default anchor rotation so it's easier to place at edges
3 Months Ago
Initial setup of anchor as deployable.
3 Months Ago
Merge from manual_anchor
3 Months Ago
Added IBoatBuildingPiece inteface. Call IBoatBuildingPiece.OnAddedToBoat when pieces are parented. Moved steering wheel and sail init logic to this implementation.
3 Months Ago
Close any open sails when finialising boat building at the boat building station, so that your boat doesn't sail off before you can get back on it.
3 Months Ago
Merge from parent
3 Months Ago
Merge from UI
3 Months Ago
Refactor to WindBlocked. Include clearance checks in front and behind of sails so that they need room to catch wind.
3 Months Ago
Sails only work if they're outside
3 Months Ago
Merge from parent
3 Months Ago
merge from manual_anchor
3 Months Ago
Merge from manual_anchor
3 Months Ago
Merge from parent
3 Months Ago
Merge from parent
3 Months Ago
Merge from placement_improvements
3 Months Ago
Wheel
3 Months Ago
Merge from steering_wheels
3 Months Ago
Merge from parent
3 Months Ago
ForceDeployableSetParent returns true on BoatBuildingBlock
3 Months Ago
Comment
3 Months Ago
Layer changes
3 Months Ago
Clamp max velocity
3 Months Ago
Sail and steering wheel bounds cleanup
3 Months Ago
Setup some basic steering wheel visual turning
3 Months Ago
Merge from parent
3 Months Ago
Don't auto-enter BBS edit mode when loading from a save so any boat left in the work area isn't confusingly converted to editable.
3 Months Ago
Set isDynamic on all block RendererLODs, fixing visual issue after loading.
3 Months Ago
Mass/health block tweaks
3 Months Ago
BBS duplicate name fix. Sails revert to closed on save load.l
3 Months Ago
Refactor contributing health and mass values to BoatBuildingBlock so we can control values for each block type. Some cleanup. Add couple more test saves.
3 Months Ago
Placeholder icons for boat building station, sail, steering wheel.
3 Months Ago
Remove previous temporay forced global disabling of RendererBatch
3 Months Ago
Allow demolishing of boat blocks by the owning player, even without auth, until we know how we're gonna handle auth.
3 Months Ago
BBS collider tweaks. Improve ladder placement.
3 Months Ago
Actually setup steering wheel deploy rotation instead of just placing it backwards every time. Setup steering wheel placement mesh.
3 Months Ago
Boat build validation now works client side too. Show reason specific error toasts when trying to finish construction for invalid boat builds.
3 Months Ago
Merge from naval_update
3 Months Ago
ifdef rework to allow for client side boat validation checks
3 Months Ago
More boat building station prefab tweaks for usability. Fixed BBS ground watch issues.
3 Months Ago
Boat Building Station: Nicer positioning relative to netting, volume fixes. Added ladders to sides to make it easier to get onto from the water.
3 Months Ago
Boat building station deploy volume for build area to prevent placement in areas where the sea floor could mess your boat up
3 Months Ago
Merge from parent
3 Months Ago
Remove RendererBatch from whitebox pieces
3 Months Ago
Manifest
3 Months Ago
Merge from parent
4 Months Ago
Finally fixed it
4 Months Ago
Additional validation checks. Converted all the remaining whitebox blocks to BoatBuildingBlock