userAdam Wcancel
reporust_rebootcancel

6,047 Commits over 2,284 Days - 0.11cph!

9 Days Ago
Merge from parent
9 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.
9 Days Ago
Move boat related socket scripts to a Boats subfolder now there's a few of em
9 Days Ago
Add SocketMod_BoatBuildingEntityLimit, limits number of entities of specified type to the specified count. Limit steering wheel deployment to one.
9 Days Ago
merge from boat_building
9 Days Ago
Can't push anchored boats...
9 Days Ago
merge from boat_building
9 Days Ago
Boats can now be pushed by players. Initial checks/limitations. More to do later.
9 Days Ago
Reset steering when no players are aboard, to stop abandoned boats spinning.
10 Days Ago
merge from boat_building
10 Days Ago
Unfuck
10 Days Ago
Merge from naval_update, take PlayerBoat.Server from source cus plastic is fucked
10 Days Ago
Merge from refactor_creation
10 Days Ago
Remove double call to cache parts when loading. Fix trigger issue.
10 Days Ago
Combine create and load init, remove now redundant duplicated code.
10 Days Ago
wip cleaning up creation code
10 Days Ago
No need to cache saild wind blocked status if not lowered
10 Days Ago
Boat-shape scoring initial testing
11 Days Ago
Merge from parent
11 Days Ago
Merge from volume_checks
11 Days Ago
Merge from volume_checks
11 Days Ago
Remove debug drawing
11 Days Ago
Setup remaining blocks
11 Days Ago
merge from boat_building
11 Days Ago
More setup and experimenting.
11 Days Ago
Remove disabled gameobject from new UI
11 Days Ago
Merge from ui_improvements
12 Days Ago
BBS build area volume fixes. More test block uipdates. Remove spammy debug drawing.
12 Days Ago
wip BBS volume checks
13 Days Ago
Fixed issue with BoatBuildingBlock parent trigger when loading from a save in edit mode.
13 Days Ago
merge from boat_construction_skin
13 Days Ago
Switch an unnecessary newing of a list to a clear in CachedBoatParts
13 Days Ago
14 Days Ago
Cached missing blocks
14 Days Ago
Component comment fix
14 Days Ago
Got rid of a FindChildRecursive and a couple of GetComponentsInChildren, use the BoatConstructionSkin cached ones instead.
14 Days Ago
Caching fixes. Profiling.
14 Days Ago
Switch at runtime test
14 Days Ago
Switched all boat blocks to BoatConstructionSkin and pre cached.
14 Days Ago
Added BoatConstructionSkin, can precache colliders, hurt and parenting triggers.
14 Days Ago
Same for bbb.cs
14 Days Ago
Slight cleanup of bbs
14 Days Ago
merge from bbs_autoclose
14 Days Ago
14 Days Ago
wip auto close boat building station edit mode when no players/boats around.
14 Days Ago
Split BoatBuildingStation into partials. Added TriggerPlayer.
14 Days Ago
Prevent anchor being deployable on finished boats
14 Days Ago
Fixed "clear area" menu option showing in isolation incorrectly, leading to easily destroying your own boat.