userAdam Wcancel

5,993 Commits over 2,253 Days - 0.11cph!

6 Days Ago
merge from boat_building
6 Days Ago
Floor frame fixes
6 Days Ago
Merge from fish_pie_buff
6 Days Ago
Bumped fish pie comfort from 25% to 100%
6 Days Ago
Let's not server cull the collision for hull.triangle...
6 Days Ago
merge from show_toggle_growable_ui
6 Days Ago
Added to options UI under Settings / UI / Interaction
6 Days Ago
Added showToggleGrowableUI convar. Toggles if the show/hide growable UI option appears when looking at growables.
6 Days Ago
Setup floor.frame.triangle prefabs, sockets, added to boat planner.
6 Days Ago
Setup floor.wood prefabs, sockets, added to boat planner.
6 Days Ago
merge from boat_building
6 Days Ago
6 Days Ago
merge from boat_building
6 Days Ago
Compile fix
6 Days Ago
Steering wheel changes for always smooth wheel turning visuals and to fix a couple of bugs.
7 Days Ago
Boats can't be edited if recently damaged
7 Days Ago
Find the nearest usable station, not just the first
7 Days Ago
Dock & edit test
7 Days Ago
Merge from parent
7 Days Ago
Merge from boat_building
7 Days Ago
Merge from health_rework
7 Days Ago
PlayerBoat.CalculateHealth() now takes the value of each block's actual health, not their defined ContributingHealth
7 Days Ago
BoatBuildingBlock takes it's MaxHealth from the ContributingHealth, not the construction grade. Blocks now show correct initial health values in edit mode.
7 Days Ago
Floor.triangle health 100->25 Floor health 200->50 hull square health 200->75 hull triangle health 100->25 wall.doorway health 200->50 wall.low.barrier health 100->25 wall.low.cannon health 100->25 wall.low health 100->25 wall.window 200->50 wall health 200->50
8 Days Ago
hull_square and hull_triangle cleanup. Add profiling to CacheParts
8 Days Ago
Applied ServerCull to all boat building blocks where required to strip a bunch of gameobjects server side
8 Days Ago
Remove unncessary vehicle seats/mount point spawning
8 Days Ago
GetPlayerBoats can now see boats clientside.
8 Days Ago
Merge from parent
8 Days Ago
Merge from boat_building
8 Days Ago
Merge from parent
8 Days Ago
Destroy all windows and doors when a boat is destroyed and starts to sink
8 Days Ago
Also show block health if damaged or player is holding hammer
8 Days Ago
Enable repair for boat building station
9 Days Ago
Merge from boat_building
9 Days Ago
Merge from parent
9 Days Ago
Remove dismount transforms from PlayerBoat prefab
9 Days Ago
Remove dismount overrides from PlayerBoat now they're not needed
9 Days Ago
Merge from bbb_deploy_changes
9 Days Ago
More PlayerBoat prefab cleanup
9 Days Ago
Merge the two separate layers/loops into one for GetDeployedEntities
9 Days Ago
Remove BoatBuildingBlock.ForceDeployableSetParent override. BoatBuildingStation.GetDeployedEntities() now grabs consutrction layer non-building block entities (doors, windows, etc) to parent them instead of relying on previous BBB override.
9 Days Ago
Remove unintended building volume from PlayerBoat
9 Days Ago
Merge from refactor_boatchecks
9 Days Ago
Refactor not playerboat checks
9 Days Ago
Refactoring boat checks
9 Days Ago
Merge from parent
9 Days Ago
Compile fix
9 Days Ago
PlayerBoat HasValidDismountPosition and GetDismountPosition now check for steering wheel positions, because player boats are dynamic and can have no pre-determined dismount points.
9 Days Ago
wip parenting changes