Commit Graph

13 Commits

Author SHA1 Message Date
2b84bc6b14 Remove jump buffer reset on jump press 2026-04-11 22:13:10 +02:00
b10ca7e4c2 Add swimming and diving modes to player locomotion 2026-04-11 22:10:16 +02:00
5ae2b3f18c Add previous planar displacement to player locomotion options and update motion computation logic 2026-04-11 21:43:25 +02:00
a07b1081c2 Preserve previous jump speed in player locomotion 2026-04-11 20:33:32 +02:00
bc87492f38 Add speed clamping and update player locomotion logic 2026-04-11 20:31:16 +02:00
ad01f5050f Enhance player locomotion with variable jump mechanics and additional state tracking 2026-04-11 20:09:49 +02:00
cb24c0afe8 Add unit tests for player locomotion and update collision handling logic 2026-04-11 19:54:51 +02:00
baa3c794d0 Update locomotion logic to handle airborne state and previous locomotion state 2026-04-11 19:34:38 +02:00
23b875ff35 Remove unnecessary condition in player locomotion and add test for sprint planar speed preservation while jumping 2026-04-11 19:31:06 +02:00
a3fc1bee7d Improve player locomotion logic for better ground detection and ascent handling 2026-04-11 19:26:58 +02:00
1a0bc64234 Refactor telemetry and player movement interfaces in runtime-three 2026-04-11 19:04:36 +02:00
32f3c11d0d Remove unused parameter 'activeShape' from StepPlayerLocomotionOptions 2026-04-11 18:47:15 +02:00
9b75fc4500 Add player locomotion logic for runtime-three 2026-04-11 18:35:17 +02:00