userAdam Wcancel
reporust_rebootcancel

6,337 Commits over 2,314 Days - 0.11cph!

41 Days Ago
Split netting visuals and collision into separate objects. Lowered both. Decreased placement height of hull blocks.
41 Days Ago
Fix call order when BBS dies, so FinishBuilding can actually work
41 Days Ago
Try and finish building any boat before killing it.
41 Days Ago
Destroy any boat construction when the platform gets destroyed
41 Days Ago
merge from boat_building
41 Days Ago
Merge from parent
42 Days Ago
merge from boat_building
42 Days Ago
Remove displacement from hull pieces
42 Days Ago
Added missing volume changes to stair prefab. Removed the old volume check implementation now it's not used anywhere.
42 Days Ago
Child RendererBatch disabling now handles entities with multiple RendererBatch correctly
42 Days Ago
merge from boat_building
42 Days Ago
merge from new_bbs_volume_checks
42 Days Ago
42 Days Ago
Remove debug drawing
42 Days Ago
Setup bbs required volumes for all relevant boat pieces
42 Days Ago
Added RequireBoatBuildingVolume. wip, allows fixing of building overlap, and is also a more efficient solution than the previous boat building station volume checks. Setup on initial first few test prefabs.
42 Days Ago
Merge from parent
43 Days Ago
Merge from parent
43 Days Ago
Profiling
43 Days Ago
Enable ProvidesParentingTrigger on frame & triangle frame, fixes players getting thrown off boats.
43 Days Ago
Remove some debug log spam
43 Days Ago
Cap push force
43 Days Ago
Fix push option showing all the time
43 Days Ago
Merge from parent
44 Days Ago
BoatBuildingBlock will still initialize supports if its parent is a PlayerBoat. Fixes boats collapsing when editing a boat post load/paste.
44 Days Ago
Don't run ListenServerColliderFix when the child being added to a PlayerBoat is a player. Reduces some of the FPS drop when boarding a large playerboat in Unity editor.
44 Days Ago
Fix client boat building blocks after paste
44 Days Ago
Merge from parent
44 Days Ago
Compile fix
44 Days Ago
merge from boat_building
44 Days Ago
Merged the initial dock & edit test to save us all the hassle of trying to dock boats.
44 Days Ago
Merge from parent
44 Days Ago
Added helper functions to get boat building area player, boat, block and deployable counts. Switched a function which wasn't freeing lists correctly to use the helper functions.
44 Days Ago
Merge from parent
47 Days Ago
Merge from parent
48 Days Ago
merge from boat_building
48 Days Ago
Fix compile error in SocketMod_Anchor
48 Days Ago
First pass of distributing health back to blocks when converting a damaged boat to edit mode.
48 Days Ago
Disable RendererBatch for any doors or windows added to boats.
48 Days Ago
merge from naval_update
48 Days Ago
Merge from parent
48 Days Ago
Anchor can't be deployed where the anchor point can't see the sea/netting. Added SocketMod_Anchor, checks for LOS to sea/netting. Remove a bunch of anchor debug logs. Move a bunch of sockets that weren't getting checked correctly before, fixes a bunch of issues.
48 Days Ago
Move boat related socket scripts to a Boats subfolder now there's a few of em
48 Days Ago
Add SocketMod_BoatBuildingEntityLimit, limits number of entities of specified type to the specified count. Limit steering wheel deployment to one.
49 Days Ago
merge from boat_building
49 Days Ago
Can't push anchored boats...
49 Days Ago
merge from boat_building
49 Days Ago
Boats can now be pushed by players. Initial checks/limitations. More to do later.
49 Days Ago
Reset steering when no players are aboard, to stop abandoned boats spinning.
49 Days Ago
merge from boat_building