Commit Graph

21 Commits

Author SHA1 Message Date
0d176a0129 auto-git:
[change] src/runtime-three/player-locomotion.ts
2026-04-25 04:31:05 +02:00
c39a048134 auto-git:
[change] src/runtime-three/player-locomotion.ts
2026-04-25 04:24:46 +02:00
42cee3d19a Add air direction only setting for player movement 2026-04-12 02:19:46 +02:00
8aba9a02d7 Add air movement controls for player in App.tsx and related files 2026-04-12 02:06:32 +02:00
c575d6d042 Update player locomotion to consider immediate grounding 2026-04-12 01:47:39 +02:00
84ea08e5cc Adjust player locomotion logic to prioritize ground probe for grounded state determination 2026-04-12 01:29:23 +02:00
d25c96bd8c Add functions for water locomotion checks and update stepPlayerLocomotion logic 2026-04-11 22:21:58 +02:00
71610b318d Improve water surface height calculation in player locomotion 2026-04-11 22:15:58 +02:00
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