Files
Cubed/include
zhenyan121 930226cc47 feat(gameplay): implement entity movement system with collision detection
- Add Velocity and HitBoxes components to entity
- Introduce HitboxManager for loading per-entity collision AABBs from JSON
- Create MoveSystem with per-axis collision handling
- Move get_block_aabb to base World class and add virtual get_per_tick_time
- Remove static get_block_aabb from ClientWorld; use member m_per_tick_time for tick duration
2026-07-25 17:47:13 +08:00
..
2026-07-25 10:29:04 +08:00
2026-07-23 14:07:11 +08:00
2026-07-16 17:11:53 +08:00
2026-07-23 14:07:11 +08:00
2026-07-21 10:21:05 +08:00