userAdam Wcancel

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

12 Days Ago
hull.triangle sockets setup
12 Days Ago
Fixes, improvements, socket tweaks.
12 Days Ago
Remove socket free
12 Days Ago
hull_square sockets
12 Days Ago
Anchor sockets wip
12 Days Ago
Merge from boat_building
12 Days Ago
Codegen
12 Days Ago
Merge from parent
12 Days Ago
Merge from main
13 Days Ago
Merge from boat_building
13 Days Ago
Cannons can only be mounted on finished boats. Call base mount showif checks. Refactor BallistaGun Menu_Mount_ShowIf so cannon can call base checks without the ballista specific checks.
13 Days Ago
Added boat building station deployment guide prefab with latest artwork
13 Days Ago
Merge from boat_building
13 Days Ago
Merge from part_caching
13 Days Ago
Switch more stuff to using cached parts
13 Days Ago
Merge from parent
13 Days Ago
Re-add hull flag, set on hull blocks.
13 Days Ago
13 Days Ago
Added CachedBoatParts<T> Cache lists of blocks, anchors, sails for now.
13 Days Ago
Merge from main
16 Days Ago
Disable BoatAI debug.log
16 Days Ago
Removed old placeholder prefabs from BBS. Deleted previous BBS blockouts.
16 Days Ago
Merge from naval_update
16 Days Ago
Setup boat building station prefab with art prefabs, modified colliders. Applied materials.
16 Days Ago
Boat ladder prefab tweaks
16 Days Ago
Initial boat ladder item and prefab setup.
16 Days Ago
Fix small engine deployment
16 Days Ago
Merge from small_ramp
16 Days Ago
Merge from parent
16 Days Ago
Delete old unused TwitchDrops_render_scene, rename TwitchDrops_render_scene_test to TwitchDrops_render_scene
16 Days Ago
Commit to single render method (previous "test version"), removing menu options.
16 Days Ago
Added bed to render scene
17 Days Ago
Cleaned up earlier test. Now takes a list of scene items that can be batch rendered. Added "Batch Render Scene Items" context menu. Removed old "test" methods and context menus.
17 Days Ago
Hacky single scene item render test. Will tidy it all up if it works.
18 Days Ago
Boat building station is no longer a StorageContainer as it was never needed. Set Clear Area menu item to always be the lowest priority so it never appears as the default.
18 Days Ago
Restore some commented RPC checks.
18 Days Ago
Fix stairs server cull tag
18 Days Ago
Individual parenting triggers for hull and floor pieces.
18 Days Ago
Steering wheel prevent building volume.
18 Days Ago
Additional steering wheel dismount positions
18 Days Ago
Merge from naval_update
19 Days Ago
Use idle sail anim when sails are wind blocked, high wind sail when not blocked.
19 Days Ago
Reimplemented sail wind blocking: sails will only be blown by the wind if there is room behind the sail. Added list of points to check for clear LOS. Debug drawing of LOS points and status. Sail.Blowing now checks Flag_WindBlocked is false. Additional recache of value on sail raised/lowered.
19 Days Ago
Added a "Clear Building Area" radial option to the boat building station. Destroys all boat blocks and deployables in the building area. Only usable when there are no players or finished player boats in the build area. TODO: Make sure to check for auth when I merge it.
19 Days Ago
Fix client sails not correctly restoring sail visual state. Change sail to use high wind anim.
19 Days Ago
More sail deployment tweaks
19 Days Ago
Add sail collision sets for raised and lowered states. Toggle as required.
19 Days Ago
Anchor, plank, sail, steering wheel and small engine forward damage to their parent PlayerBoat
19 Days Ago
Implement boat sinking for destroyed player boats
19 Days Ago
BBS prevent building tweaks. Setup prevent building for sails, stop them being spammed together.