userAdam Wcancel
reporust_rebootcancel

6,584 Commits over 2,404 Days - 0.11cph!

49 Days Ago
Merge from naval_update
49 Days Ago
merge from naval_update
49 Days Ago
Prevent storage adaptor placement on boats
50 Days Ago
Merge from naval_update
52 Days Ago
More commands: playerboat.kill_all_above_block_count - kills all boats above specified block count playerboat.print_stats - prints the block count and other child count of all boats
52 Days Ago
Add menu item to cache placement snap directions. Realm remove transforms from blocks.
53 Days Ago
Debug drawing
53 Days Ago
Merge from naval_update
53 Days Ago
Change all applicable refs to GetParentBoat to GetParentFinishedBoat
53 Days Ago
Remove the word Player from a bunch of PlayerBoat static functions
53 Days Ago
Refactor some stuff to IsChildOfFinishedInteractablePlayerBoat (very placholder function name)
53 Days Ago
Add finished check
53 Days Ago
Refactor from IsChildOfPlayerBoat to IsChildOfFinishedPlayerBoat (for now)
53 Days Ago
wip/tests
54 Days Ago
Merge from naval_update
54 Days Ago
Don't show boat health when full health. Adjust block redirect functionality so new behaviour is consistent across edit/finished modes too.
54 Days Ago
Merge from deploy_edit_menu_option
55 Days Ago
Add "too far from shore" error message when trying to place BBS... too far from the shore.
55 Days Ago
Disable deploy & edit option if the player doesn't have the item. Add description text stating the item is required, you must be stationary and not in the deep sea. Refactor some related functionality/checks so I can add clientside error toasts for other factors going forward.
55 Days Ago
more wip
55 Days Ago
Compile fix
55 Days Ago
Debugging
56 Days Ago
Save for debugging
56 Days Ago
Fix for anchored status. Slightly more lenient anchor-to-water check. Additional debug drawing.
56 Days Ago
Reduce deploy volume collider on boat stairs so it can be correctly placed in all rotations with surrounding walls
56 Days Ago
Change steering wheel lock sound
57 Days Ago
Anchor load fix
2 Months Ago
Tweak position of codelock on steering wheel to fix bolts clipping.
2 Months Ago
Disable PlayerBoat clippingChecks, they're not used currently and handled elsewhere
2 Months Ago
Fix a couple of bugs with boat health after loading
2 Months Ago
Fix respawn position issue when boats are saved during dying
2 Months Ago
Merge from boat_inside_test
2 Months Ago
▅▅▌▊▉▄▋ ▇▄▆ ▉▆▌ ▆▋ ▍▊▇▅▌▊▉ ▉█ ▌▌▄▄▌ ▄█▅▆ ▋▌▍ ██▊▆▊▅▋▇ ▅█ ▋▆▌▍▄▉ ▅▉▊▊▉█▌ ▋▍▋█▍▋█▄▄█▋ ▉▅▊▌▆▉▌ ▆▇▇▄▌▅ ▌▍▌▄▊ ▅▆▇▍▊▍
2 Months Ago
Remove commented test
2 Months Ago
2 Months Ago
█▋█▌ ▅▄█▆ ▄█▍▆▌▊▇▍▅▉▇█ █▊▅ ▆▊▆▉ ▆▄▆▊▋▇▍
2 Months Ago
Fix collider names on BBS causing warnings after a recent change
2 Months Ago
▌▊▊▋▆▄ ▋▆▅ ▉▇▉ ▇▅▉▍ ▅▊ ▊▅▆▌▄▌▇ ▋▌ ▇▇▍▋▇ ▋▇▇▉ ▄▆▄ █▊▉▊▍ ▉▅▋▇ █▉▉▇ █▅█▄▊▌▇█▅▇ ▌▅▌▍▌▍▌ ▍▍▌▉▅▉▊ ▅▄▆▅ ▄▉▍▌▇█▍▉▍▆ ▍▅▍▊▆ ▆▋█▅▊ ▆▋ ██ ▊▋▌▆ ▊▋ ▍▉ ▉▅█▊█
2 Months Ago
Only using the steering wheel resets lastUsed timer for decay purposes, not just being aboard.
2 Months Ago
Bunch of GC fixes for the boat building UI now it's not just for debugging...
2 Months Ago
Remove unused client-only audio syncvar incase it's messing with the syncvars (steering wheel visual issue)
2 Months Ago
Merge from main
2 Months Ago
Merge from main. Bump displayingBoxStorage to 222 to fix protobuf conflict.
3 Months Ago
GetWorldVelocity of the boat once instead of for every block
3 Months Ago
Only check against other hull blocks, not all blocks. Don't run UpdateSplashFx at all on non hull blocks. 1.85ms to 0.65ms in a quick test with 6 simple boats. Stiil seems to function ok.
3 Months Ago
Additional profiling for boat water effects
3 Months Ago
Testing re-adding rendererbatch to boat pieces
3 Months Ago
Missed file
3 Months Ago
Remove the anti vehicle damage protection from BlockPlayerBoatWood protection properties.
3 Months Ago
Merge from boat_repair_fixes