userAdam Wcancel

5,851 Commits over 2,253 Days - 0.11cph!

4 Months Ago
Added BuildingBlock interactable check functions/calls. Override for boat blocks, only allowing building related interactions when the boat is editable.
4 Months Ago
Loading fixes/support
4 Months Ago
Merge from trying_stuff_out
4 Months Ago
Merge from parent
4 Months Ago
Merge from main
4 Months Ago
Health forwarding
4 Months Ago
Boat blocks forward damage to parent boat
4 Months Ago
Initial boat max health calculation. New test save.
4 Months Ago
▋▌▌█▋▊█▇ ▇▋▌▄▍▅▋▄ ▉▇█▍ ▋█▆▍▊▄█ ▍▆▋
5 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.
5 Months Ago
Enable convex colliders and create custom placeholder collision where needed, to eliminate rigidbody issues/warnings.
5 Months Ago
Correctly check for demolish support when checking flag
5 Months Ago
5 Months Ago
Remove some unnecessary items from prefab. Remove old collision test.
5 Months Ago
Use blockout steering wheel art. Sail tweaks.
5 Months Ago
Merge from parent
5 Months Ago
Merge from steering_wheels
5 Months Ago
Fixes after merge from main
5 Months Ago
Merge from parent
5 Months Ago
Merge from main
5 Months Ago
Fix incorrect initial steering offset
5 Months Ago
Open/close sail radial menu options
5 Months Ago
Sails default to closed. Show (very) placeholder open or closed sail visuals depending on Flag_Extended status
5 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.
5 Months Ago
Assign parent boat to steering wheel on boat creation. Basic deployable steering wheel control of parent boat steering.
5 Months Ago
Add parent trigger. Set boat rotation to match boat building station. Sail thrust tweaks. Quick refactor.
5 Months Ago
Sail and steering wheel test deployables. Calculate total thrust upon ship building completion, using the number of sails and their thrust values.
5 Months Ago
Deployed entity parenting
5 Months Ago
Merge from graphics_settings_size_fix
5 Months Ago
Remove the two options removed in 117065 from the preset value arrays so that the option counts match again, restoring settings.
5 Months Ago
Set initial buoyancy forces. Enable buoyancy scaling by mass. Initial experimenting with setting mass and thrust at build complete time, based on number of boat blocks.
5 Months Ago
5 Months Ago
Merge from parent
5 Months Ago
Merge from main
5 Months Ago
Super hacky test
5 Months Ago
5 Months Ago
Merge from parent
5 Months Ago
Merge from main
5 Months Ago
Cherry pick from 121916 (add spinning wheel to scene, setup)
5 Months Ago
Assign icon in cocoknight.head.skin to fix error when trying to generate data
5 Months Ago
Make SteamInventoryGen.CollectFromSkins null icon error clickable so you can click to jump to the relevant skin file
5 Months Ago
Merge from main
5 Months Ago
Add spinning wheel to render scene, setup.
5 Months Ago
▌▋▄▍▊ ▇▊▌▉ ▇▊▌▅
5 Months Ago
Additional check
5 Months Ago
Merge from large_demolishing
5 Months Ago
Merge from large_demolishing
5 Months Ago
Move the pre existing DemolishFlag clearing behaviour from StabilityEntity.Load to DecayEntity.Load