userAdam Wcancel

6,625 Commits over 2,404 Days - 0.11cph!

9 Months Ago
9 Months Ago
Block placement rules wip
9 Months Ago
Remove RendererBatch from whitebox pieces
9 Months Ago
Manifest
9 Months Ago
Merge from parent
9 Months Ago
Finally fixed it
9 Months Ago
Additional validation checks. Converted all the remaining whitebox blocks to BoatBuildingBlock
9 Months Ago
Fixes
9 Months Ago
Bunch of refactor, improvements, pooling. Nicer boat station entity detection and handling.
9 Months Ago
9 Months Ago
WIP propper build area check using bounds instead of the temporary radius test
9 Months Ago
Client compile fixes
9 Months Ago
▍▇▇▌ ▄▆▍ ▅▍▊▅ ▄▇▊▄ ▌▆█▋█▉▍▊▉
9 Months Ago
Merge from parent
9 Months Ago
Merge from main
10 Months Ago
Auto enter edit mode when a deployed boat building station passes the area clear checks. Edit mode toggle checks. Reset player boat Y pos and pitch/roll before entering edit mode so it matches original construction.
10 Months Ago
Steering wheel maintains current steering level even with no mounted player
10 Months Ago
Initial boat validation setup. Added basic requirements.
10 Months Ago
WIP editing of previously finished boats at the boat building station.
10 Months Ago
Boat building station WIP changes for a togglable edit mode.
10 Months Ago
Merge from parent
10 Months Ago
Merge from main
10 Months Ago
More creation calculations
10 Months Ago
Merge from building_interaction
10 Months Ago
Added BuildingBlock interactable check functions/calls. Override for boat blocks, only allowing building related interactions when the boat is editable.
10 Months Ago
Loading fixes/support
10 Months Ago
Merge from trying_stuff_out
10 Months Ago
Merge from parent
10 Months Ago
Merge from main
10 Months Ago
Health forwarding
10 Months Ago
Boat blocks forward damage to parent boat
10 Months Ago
Initial boat max health calculation. New test save.
10 Months Ago
▋▌▌█▋▊█▇▇ ▋▌▄▍▅▋▄▉ ▇█▍▋ █▆▍▊▄█▍ ▆▋▉
10 Months Ago
Setup collision & layers when finishing boat building, fixes a bunch of issues and player built boats now interact with other physics vehicles. Test changes on just hull_square for now. Added BoatBuildingBlock.
10 Months Ago
Enable convex colliders and create custom placeholder collision where needed, to eliminate rigidbody issues/warnings.
10 Months Ago
Correctly check for demolish support when checking flag
10 Months Ago
10 Months Ago
Remove some unnecessary items from prefab. Remove old collision test.
10 Months Ago
Use blockout steering wheel art. Sail tweaks.
10 Months Ago
Merge from parent
10 Months Ago
Merge from steering_wheels
10 Months Ago
Fixes after merge from main
10 Months Ago
Merge from parent
10 Months Ago
Merge from main
10 Months Ago
Fix incorrect initial steering offset
10 Months Ago
10 Months Ago
Open/close sail radial menu options
10 Months Ago
Sails default to closed. Show (very) placeholder open or closed sail visuals depending on Flag_Extended status
10 Months Ago
Add Flag_Extended to sails, true when sail is open. Calculate max thrust dynamically based on number of currently open sails. Apply "gasPedal" automatically when at least one sail is open so that the boat moves forwards without player input.
10 Months Ago
Assign parent boat to steering wheel on boat creation. Basic deployable steering wheel control of parent boat steering.