userGriglercancel

1,171 Commits over 518 Days - 0.09cph!

23 Days Ago
merge from player_hurt
23 Days Ago
assigned missing physics mats on some boat building blocks
23 Days Ago
initialize deep sea shore vectors properly when loading cached shore vectors (editor-only issue)
24 Days Ago
cleanup left note for possible change to how angles are populated if it proves a performance issue
24 Days Ago
merge from directional_drag
24 Days Ago
added command to print DragByAngle table of a boat you're looking at (admin only)
24 Days Ago
reduced ray count slightly and only recaching BoatBuildingBlocks if the list is empty
24 Days Ago
better ray batching, as always it's bottlenecked by Verify - added GamePhysics.SortDeferred which returns the sort JobHandle, useful in this case where we're scheduling multiple parallel batches
24 Days Ago
mapped accumulated area to drag values, needs further balancing but adjusts between 0.8->1.5 rang currently - using batched casts, still a bit slow - substepping drag values between angles for continuous values
24 Days Ago
merge from boat_building
24 Days Ago
initial WIP directional drag (not balanced and not fast) - take a set of planes offset from hull block bounds at a regular set interval - project min/max bounds extents onto plane and perform a set of raycasts in flow direction and use dot of normal against -flow to scale drag impact and accumulate - drag is saved per-angle and will update for the boat at set intervals by slerping between nearest values to current angle of velocity against forward - considering this as "drag" currently, but may apply this as a force for easier control
25 Days Ago
structure to query drag by angle from flattened pre-baked data (dummy data for testing)
25 Days Ago
merge from shore_vectors
25 Days Ago
sending client RPC to a player when entering the deep sea, currently only used to reset deepsea terrain texturing data
25 Days Ago
merge from physics_pass_two
25 Days Ago
playerboat wavePID balance
25 Days Ago
check boat engine state instead of driver state for enabling correction forces (playerboats are powered without someone at the helm)
25 Days Ago
improve transform access in correction forces
25 Days Ago
undid plane points reordering in the prefab, code was adjusting it in the wrong order - corrected there instead
26 Days Ago
re-ordered control forces plane points so plane normal points up, also set non-stupid values for control accel
26 Days Ago
steeringwheel controls HasDriver flag of parent boat
26 Days Ago
enabling PlayerBoat correction forces with some initial balance
26 Days Ago
added acceleration mode for boat wave correction forces, default is force (old behaviour) - lets us have consistent control forces on playerboats without worrying about mass differences
26 Days Ago
handling torque scaling properly when accumulated forces cancel (was dividing by zero in some cases and apply naninf torque)
26 Days Ago
removed unused field from shore vector override mod
26 Days Ago
merge from shore_vectors
26 Days Ago
merge from shore_vectors
26 Days Ago
merge from deep_sea
26 Days Ago
merge from floating_city_support
26 Days Ago
applying baked data for floating cities
26 Days Ago
gave shore vector override mod inner radius to allow linear falloff between inner and outer radii with hard limit inside inner radius
26 Days Ago
allow shorevector-only bake, handle in blitting
26 Days Ago
merge from shore_vectors
26 Days Ago
parallel blit
26 Days Ago
adjusted default deep sea height slope data to match expected minimum for deep sea (-64)
26 Days Ago
better shore distance blending between islands
27 Days Ago
merge from shore_vectors
27 Days Ago
s2p for tropical1 and tropical2 (3 is pointing at 2's prefab currently, not touching)
27 Days Ago
post-merge tropical scene 1/2/3 shore data rebake
27 Days Ago
merge from deep_sea
27 Days Ago
re-baked Tropical1 and Tropical2 to include waterheight data
27 Days Ago
WaterHeight support for baked shore data
27 Days Ago
merge from deep_sea
29 Days Ago
undid change in file I don't remember touching (harmless)
29 Days Ago
merge from small_engine_reverse
29 Days Ago
menu options split between foward/reverse gear toggle - also fixed on/off options using the same string token by mistake
30 Days Ago
merge from small_engine_reverse
30 Days Ago
invert rudder control when reversing so it doesn't cancel out
30 Days Ago
Gave SmallEngine a reverse option, provides half the force backwards - TurnOn/TurnOff interactions are instant now and on the radial menu rather than holding
30 Days Ago
missing manifest update for smallengine fuel storage (caused it not to be saved/loaded)