userAdam Wcancel
branchrust_reboot/main/naval_update/boat_buildingcancel

564 Commits over 214 Days - 0.11cph!

27 Days Ago
Reduce vis range
27 Days Ago
Cache bbs privilege
27 Days Ago
Boat building station now behaves the same when ent killed as when destroyed (attempt to finish boat, kill everything otherwise)
27 Days Ago
Merge from more_auth
28 Days Ago
Auto auth player on placing steering wheel
28 Days Ago
Merge from parent
31 Days Ago
Cherry pick dock and edit fix
31 Days Ago
Steering wheel prefab cleanup
32 Days Ago
Fixed realm removes after object rework
32 Days Ago
Split netting visuals and collision into separate objects. Lowered both. Decreased placement height of hull blocks.
32 Days Ago
Fix call order when BBS dies, so FinishBuilding can actually work
32 Days Ago
Try and finish building any boat before killing it.
32 Days Ago
Destroy any boat construction when the platform gets destroyed
32 Days Ago
Merge from parent
33 Days Ago
Remove displacement from hull pieces
33 Days Ago
Added missing volume changes to stair prefab. Removed the old volume check implementation now it's not used anywhere.
33 Days Ago
Child RendererBatch disabling now handles entities with multiple RendererBatch correctly
33 Days Ago
merge from new_bbs_volume_checks
33 Days Ago
Merge from parent
33 Days Ago
Merge from parent
34 Days Ago
Profiling
34 Days Ago
Enable ProvidesParentingTrigger on frame & triangle frame, fixes players getting thrown off boats.
34 Days Ago
Remove some debug log spam
34 Days Ago
Cap push force
34 Days Ago
Fix push option showing all the time
34 Days Ago
Merge from parent
34 Days Ago
BoatBuildingBlock will still initialize supports if its parent is a PlayerBoat. Fixes boats collapsing when editing a boat post load/paste.
34 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.
34 Days Ago
Fix client boat building blocks after paste
35 Days Ago
Merge from parent
35 Days Ago
Merged the initial dock & edit test to save us all the hassle of trying to dock boats.
35 Days Ago
Merge from parent
35 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.
35 Days Ago
Merge from parent
38 Days Ago
Merge from parent
39 Days Ago
Fix compile error in SocketMod_Anchor
39 Days Ago
First pass of distributing health back to blocks when converting a damaged boat to edit mode.
39 Days Ago
Disable RendererBatch for any doors or windows added to boats.
39 Days Ago
Merge from parent
39 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.
39 Days Ago
Move boat related socket scripts to a Boats subfolder now there's a few of em
39 Days Ago
Add SocketMod_BoatBuildingEntityLimit, limits number of entities of specified type to the specified count. Limit steering wheel deployment to one.
39 Days Ago
Can't push anchored boats...
39 Days Ago
Boats can now be pushed by players. Initial checks/limitations. More to do later.
39 Days Ago
Reset steering when no players are aboard, to stop abandoned boats spinning.
40 Days Ago
Unfuck
40 Days Ago
Merge from naval_update, take PlayerBoat.Server from source cus plastic is fucked
40 Days Ago
Merge from refactor_creation
40 Days Ago
No need to cache saild wind blocked status if not lowered
40 Days Ago
Merge from parent