userAdam Wcancel

6,705 Commits over 2,404 Days - 0.12cph!

5 Months 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.
5 Months Ago
Merge from parent
5 Months Ago
Merge from parent
5 Months Ago
merge from boat_building
5 Months Ago
Fix compile error in SocketMod_Anchor
5 Months Ago
First pass of distributing health back to blocks when converting a damaged boat to edit mode.
5 Months Ago
Disable RendererBatch for any doors or windows added to boats.
5 Months Ago
merge from naval_update
5 Months Ago
Merge from parent
5 Months 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.
5 Months Ago
Move boat related socket scripts to a Boats subfolder now there's a few of em
5 Months Ago
Add SocketMod_BoatBuildingEntityLimit, limits number of entities of specified type to the specified count. Limit steering wheel deployment to one.
5 Months Ago
merge from boat_building
5 Months Ago
Can't push anchored boats...
5 Months Ago
merge from boat_building
5 Months Ago
Boats can now be pushed by players. Initial checks/limitations. More to do later.
5 Months Ago
Reset steering when no players are aboard, to stop abandoned boats spinning.
5 Months Ago
merge from boat_building
5 Months Ago
Unfuck
5 Months Ago
Merge from naval_update, take PlayerBoat.Server from source cus plastic is fucked
5 Months Ago
Merge from refactor_creation
5 Months Ago
Remove double call to cache parts when loading. Fix trigger issue.
5 Months Ago
Combine create and load init, remove now redundant duplicated code.
5 Months Ago
wip cleaning up creation code
5 Months Ago
No need to cache saild wind blocked status if not lowered
5 Months Ago
Boat-shape scoring initial testing
5 Months Ago
Merge from parent
5 Months Ago
Merge from volume_checks
5 Months Ago
Merge from volume_checks
5 Months Ago
Remove debug drawing
5 Months Ago
Setup remaining blocks
5 Months Ago
merge from boat_building
5 Months Ago
More setup and experimenting.
5 Months Ago
Remove disabled gameobject from new UI
5 Months Ago
Merge from ui_improvements
5 Months Ago
BBS build area volume fixes. More test block uipdates. Remove spammy debug drawing.
5 Months Ago
wip BBS volume checks
5 Months Ago
Fixed issue with BoatBuildingBlock parent trigger when loading from a save in edit mode.
5 Months Ago
merge from boat_construction_skin
5 Months Ago
Switch an unnecessary newing of a list to a clear in CachedBoatParts
5 Months Ago
5 Months Ago
Cached missing blocks
5 Months Ago
Component comment fix
5 Months Ago
Got rid of a FindChildRecursive and a couple of GetComponentsInChildren, use the BoatConstructionSkin cached ones instead.
5 Months Ago
Caching fixes. Profiling.
5 Months Ago
Switch at runtime test
5 Months Ago
Switched all boat blocks to BoatConstructionSkin and pre cached.
5 Months Ago
Added BoatConstructionSkin, can precache colliders, hurt and parenting triggers.