userGriglercancel

1,165 Commits over 518 Days - 0.09cph!

14 Days Ago
burst compiling GJK distance methods directly, already compatible - not using jobs here as it would need a NativeReference alloc for no reason, we just want the go-fast button - verified compiling with burst inspector
14 Days Ago
corrected convar bounds
14 Days Ago
corrected physics bounds
15 Days Ago
merge from buoyancy_deepunderwater_fix
15 Days Ago
only handle deep underwater check outside of TerrainMeta bounds when not inside deepsea
15 Days Ago
fixed clip check
15 Days Ago
stupid pooling fix
15 Days Ago
merge from ai_vehicle_clipping_check_optim
15 Days Ago
account for ClippingAiChecks another level up in BaseVehicle to avoid running an OverlapBox query in cases where we wouldn't run any mounted clipping checks anyway
15 Days Ago
merge from npc_PlayerSyncCycle_optim
15 Days Ago
▍▋▆'▉ ▋▍▍ ▊▄▆▍▉▆▍▊▊▆▉▋▇▉▊▌▄▅▄ ▍▄▍ ▇▇█▅▊▅▄ ▉▅█▉, ▅▋▆▋ ▊▉▅▉ ▅ ▊▉▆█ ▍▊▆▌▆█ ▊▄ ▍▊▋▍ ▉▇ ▊▌▉▅▄▅▆▅▌█▄█▉.▌█▌▇▋▄▍▆▍▌▆▇▊▋▉ ▆▄ ▉▌▅▅▉ ▊▉ ██▅▆▋▋▌ ▋▋▍▌ ▊▄▇▍ ▌▉▅'▊ ▄▇▌█ █▊▍ ▋▍ - ▆▇ ▇▆▋▆▌ ▇▌▋█▆▍▉ ▉▋▍▍▅▋▉▄▉ ▄▍ ▊▆▉ ▄▋▊▌▄▍▉ █▊▉▌▌█▊ ▍▌ ▊█▄▌▇▊▉, ▋▋▄ ▇▅'▋ ▆▇▄▍▆▆▅▅▊▅▍▍ ▄▅▇▄▇ ▆▍ ▄▋▇ ▉▊ █▆▇
15 Days Ago
merge from boat_building
16 Days Ago
removed all the debug logs I forgot about
16 Days Ago
added TriggerParentDelayedExit that defers Unparenting by small amount, allows bridging small gaps in parent volumes seemlessly without needing to find them algorithmically - replaced all TriggerParnet in BoatBuildingBlocks with this
16 Days Ago
merge from parenting_improvements
16 Days Ago
compile fix for BaseMountable change - switched out client-incompatible check to an explicit disabling of the behaviour from the vehicle parent instead - set flag on PlayerBoat only
16 Days Ago
merge from parenting_improvements - just the stairs parenting volume
16 Days Ago
gave boat stairs their own parenting trigger volume
16 Days Ago
pick up fuel when picking up boat engine
16 Days Ago
merge from boat_mountable_fixes
16 Days Ago
set steering wheel as DirectlyMountable, behaviour is the same but shortcuts checking the vehicle parent MountInfo in some cases
16 Days Ago
check whether the BaseMountable is a MountPoint for its vehicle parent when checking HasValidDismountPosition - already being checked for retrieving the actual positions, this just stops the menu item being hidden in some cases
16 Days Ago
setting ForceDeployableSetParent to true for the PlayerBoat so parenting deployables actually works
16 Days Ago
missing file
16 Days Ago
moving some cargoship/tugboat special behaviour cases in deployabled and HitInfo to be driven by an interface tag rather than direct type check - deployables parent directly to the vehicle instead of sub-entities - special handling in some HitInfo data generation
17 Days Ago
merge from shorevector_disabled_terrain_fix
17 Days Ago
rebaked Tropical 3 and 4, slope data was broken
17 Days Ago
handling disabled terrain properly in shore vector bake
17 Days Ago
corrected buoyancy using almost none of the correct DeepSea data sources for querying wave information
20 Days Ago
put the ocean back into the cargo test scene (ocean topology)
20 Days Ago
merge from fc_shorevector_fixes
20 Days Ago
painted ocean topology onto shared FC terrain and rebaked shore vectors
20 Days Ago
handling null/empty heightslope and waterheight data in baked data properly (was trying to blit empty arrays)
20 Days Ago
rebaked FC 1/2/3 so the data isn't infinity
20 Days Ago
support minimum enforced shore distance on baked data to handle FC better
20 Days Ago
merge from oceansimulation_split - running two ocean simulations, all usage switches between based on position (like all other deepsea code) and batched queries gather indirect indices
20 Days Ago
20 Days Ago
20 Days Ago
fixed issues with batched ocean trace deferred jobs using AsDeferredJobArray for the rays in the IJobParallelForDefer OceanTraceJob as the indices now drive the deferred batch size and we still need a view of the rays list that is aware of the populated size in previous jobs. This maintains parallelism and a single set of job dependencies without needing a complete/sync
20 Days Ago
fixed WaterSystem NRE
20 Days Ago
merge from deep_sea
20 Days Ago
codegen
20 Days Ago
OceanSimulation split between deepsea and mainland - required extra indirection in most batched water queries but it's hidden away
21 Days Ago
strong internal hurt triggers in square hull to handle both clipping and player damage
21 Days Ago
merge from player_hurt
21 Days Ago
assigned missing physics mats on some boat building blocks
21 Days Ago
initialize deep sea shore vectors properly when loading cached shore vectors (editor-only issue)
21 Days Ago
cleanup left note for possible change to how angles are populated if it proves a performance issue
21 Days Ago
merge from directional_drag
21 Days Ago
added command to print DragByAngle table of a boat you're looking at (admin only)