userAdam Wcancel

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

29 Days Ago
merge from boat_building
29 Days Ago
Can't push anchored boats...
29 Days Ago
merge from boat_building
29 Days Ago
Boats can now be pushed by players. Initial checks/limitations. More to do later.
29 Days Ago
Reset steering when no players are aboard, to stop abandoned boats spinning.
29 Days Ago
merge from boat_building
29 Days Ago
Unfuck
29 Days Ago
Merge from naval_update, take PlayerBoat.Server from source cus plastic is fucked
29 Days Ago
Merge from refactor_creation
29 Days Ago
Remove double call to cache parts when loading. Fix trigger issue.
29 Days Ago
Combine create and load init, remove now redundant duplicated code.
29 Days Ago
wip cleaning up creation code
29 Days Ago
No need to cache saild wind blocked status if not lowered
29 Days Ago
Boat-shape scoring initial testing
30 Days Ago
Merge from parent
30 Days Ago
Merge from volume_checks
30 Days Ago
Merge from volume_checks
30 Days Ago
Remove debug drawing
30 Days Ago
Setup remaining blocks
30 Days Ago
merge from boat_building
30 Days Ago
More setup and experimenting.
30 Days Ago
Remove disabled gameobject from new UI
30 Days Ago
Merge from ui_improvements
31 Days Ago
BBS build area volume fixes. More test block uipdates. Remove spammy debug drawing.
31 Days Ago
wip BBS volume checks
33 Days Ago
Fixed issue with BoatBuildingBlock parent trigger when loading from a save in edit mode.
33 Days Ago
merge from boat_construction_skin
33 Days Ago
Switch an unnecessary newing of a list to a clear in CachedBoatParts
33 Days Ago
33 Days Ago
Cached missing blocks
33 Days Ago
Component comment fix
33 Days Ago
Got rid of a FindChildRecursive and a couple of GetComponentsInChildren, use the BoatConstructionSkin cached ones instead.
33 Days Ago
Caching fixes. Profiling.
33 Days Ago
Switch at runtime test
33 Days Ago
Switched all boat blocks to BoatConstructionSkin and pre cached.
33 Days Ago
Added BoatConstructionSkin, can precache colliders, hurt and parenting triggers.
33 Days Ago
Same for bbb.cs
33 Days Ago
Slight cleanup of bbs
33 Days Ago
merge from bbs_autoclose
33 Days Ago
33 Days Ago
wip auto close boat building station edit mode when no players/boats around.
33 Days Ago
Split BoatBuildingStation into partials. Added TriggerPlayer.
33 Days Ago
Prevent anchor being deployable on finished boats
33 Days Ago
Fixed "clear area" menu option showing in isolation incorrectly, leading to easily destroying your own boat.
33 Days Ago
Fix steering wheel rotation not being correct visually when entering network range.
33 Days Ago
Much faster powering down of boats when no players are on board (~2 secs). Now correctly powers off engines too.
33 Days Ago
Merge from parent
34 Days Ago
Switch ai.npcBarksEnabled to a replicated var to fix client compile for now.