branchrust_reboot/main/naval_update/boat_buildingcancel
199 Commits over 153 Days - 0.05cph!
Anchoring improvements.
Refactored to now check Anchoring not Lowered. Anchoring is when lowered AND in valid water (todo).
Applied Boat block type to remaining boat blocks
Add new BlockType to ConstructionSocket with Building/Boat options, defaults to Building.
ConstructionSocket.IsCompatible checks block type matches so building and boat blocks can no longer be connected.
More anchor wip.
Anchor now checks it can see the water.
Debug drawing.
Test save update.
Anchor placement inprovements so it can be placed over water more easily. Added test point.
Anchor anim controller setup, params, flow.
Anchor anim code now functional, handles state restoring.
More anchor setup and initial wip anim code.
Add anchor to test save boat
Full anchor functionality wip
Socket name fixes.
Manifest
Prefab updates.
Stair localization fixes.
Stair wood setup.
Initial stair prefab setup.
Test save update.
Further cannon setup.
Collision setup so it works nicely with cannon low wall.
Cannon deploy placement fix.
Cannon art/prefab updates.
Assign placement prefab.
Fix all boat building block localizations
Add and setup low cannon wall.
Added to boat planner.
Merge from deployable_cannon
Make previous compile fix match the other ifdef behaviour
Add parenting trigger to plank so you don't instantly drop off the boat when walking on a plank
Setup triangle floor block and add to boat building planner.
Only tick steering update when a player is mounted to the wheel
Remove rounded foundaction block from planner list
Tweak dismount positions for steering wheel for more lenient mounting
Added an option to the Game menu to quick save to the savefile specified on the GameSetup object, without the need to deal with the file dialog.
Player built boats can now enter the deep sea:
TriggerDeepSeaPortal now fowards the parent PlayerBoat entity if the triggering entity is a BoatBuildingBlock
More post merge fixes.
Restored naval items/phrases.
New test save for deep sea boat testing.
Fixes to get things working again