userAdam Wcancel

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

31 Days Ago
Merge from fish_pie_buff
31 Days Ago
Bumped fish pie comfort from 25% to 100%
31 Days Ago
Let's not server cull the collision for hull.triangle...
31 Days Ago
merge from show_toggle_growable_ui
31 Days Ago
Added to options UI under Settings / UI / Interaction
31 Days Ago
Added showToggleGrowableUI convar. Toggles if the show/hide growable UI option appears when looking at growables.
32 Days Ago
Setup floor.frame.triangle prefabs, sockets, added to boat planner.
32 Days Ago
Setup floor.wood prefabs, sockets, added to boat planner.
32 Days Ago
merge from boat_building
32 Days Ago
32 Days Ago
merge from boat_building
32 Days Ago
Compile fix
32 Days Ago
Steering wheel changes for always smooth wheel turning visuals and to fix a couple of bugs.
32 Days Ago
Boats can't be edited if recently damaged
32 Days Ago
Find the nearest usable station, not just the first
32 Days Ago
Dock & edit test
32 Days Ago
Merge from parent
33 Days Ago
Merge from boat_building
33 Days Ago
Merge from health_rework
33 Days Ago
PlayerBoat.CalculateHealth() now takes the value of each block's actual health, not their defined ContributingHealth
33 Days Ago
BoatBuildingBlock takes it's MaxHealth from the ContributingHealth, not the construction grade. Blocks now show correct initial health values in edit mode.
33 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
33 Days Ago
hull_square and hull_triangle cleanup. Add profiling to CacheParts
33 Days Ago
Applied ServerCull to all boat building blocks where required to strip a bunch of gameobjects server side
33 Days Ago
Remove unncessary vehicle seats/mount point spawning
33 Days Ago
GetPlayerBoats can now see boats clientside.
33 Days Ago
Merge from parent
34 Days Ago
Merge from boat_building
34 Days Ago
Merge from parent
34 Days Ago
Destroy all windows and doors when a boat is destroyed and starts to sink
34 Days Ago
Also show block health if damaged or player is holding hammer
34 Days Ago
Enable repair for boat building station
34 Days Ago
Merge from boat_building
34 Days Ago
Merge from parent
34 Days Ago
Remove dismount transforms from PlayerBoat prefab
34 Days Ago
Remove dismount overrides from PlayerBoat now they're not needed
34 Days Ago
Merge from bbb_deploy_changes
34 Days Ago
More PlayerBoat prefab cleanup
34 Days Ago
Merge the two separate layers/loops into one for GetDeployedEntities
34 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.
34 Days Ago
Remove unintended building volume from PlayerBoat
34 Days Ago
Merge from refactor_boatchecks
34 Days Ago
Refactor not playerboat checks
34 Days Ago
Refactoring boat checks
34 Days Ago
Merge from parent
35 Days Ago
Compile fix
35 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.
35 Days Ago
wip parenting changes
35 Days Ago
Merge from parent
35 Days Ago
Merge from boat_building