tengri/Documentation
Nikolay Petrov c54c9fd6ae feat(movement): implement jump system and air physics (Phases 13-14)
Implemented a responsive, deterministic jump system with "game feel" enhancements and advanced air physics.

Changes:
- **Jump Logic**: Added variable jump height (hold/release control).
- **Game Feel**: Implemented Coyote Time (jump after leaving ledge) and Jump Buffering (early input registration).
- **Air Physics**: Added non-linear gravity (FallingGravityScale) for snappy jumps and Terminal Velocity clamping.
- **Landing**: Added OnLanded delegate with heavy/light landing detection based on impact velocity.
- **Config**: Added auto-calculation logic in PostEditChangeProperty to derive Gravity and JumpVelocity from desired JumpHeight and TimeToApex.
- **Debug**: Added on-screen debug messages for Velocity Z and movement state.
- **Fix**: Moved delegate declaration to global scope to fix blueprint visibility issues.

Relates to: Phase 13, Phase 14
2025-12-26 01:45:13 +05:00
..
Algorithm_of_Development.md [code] Stage 1 Complete: Surface Classification System 2025-08-18 00:31:09 +05:00
Architect_Principles.md [doc] Move base documents to root of catalog 2025-08-21 02:00:44 +05:00
Description.md [code] Stage 2 complete: Professional debug infrastructure for deterministic movement system 2025-08-21 19:57:48 +05:00
Roadmap.md feat(movement): implement jump system and air physics (Phases 13-14) 2025-12-26 01:45:13 +05:00