Minecraft-Console-Client/MinecraftClient/Physics
2026-04-18 06:14:45 +00:00
..
Aabb.cs feat: implement physics engine for player movement and collision detection 2026-03-22 15:29:22 +08:00
BlockShapeData.json feat: implement physics engine for player movement and collision detection 2026-03-22 15:29:22 +08:00
BlockShapes.cs More minor optimizations 2026-03-26 18:01:56 +01:00
CollisionDetector.cs fix: correct collision axis ordering and step-up threshold to match vanilla 2026-04-12 18:43:32 +00:00
MovementInput.cs feat: implement physics engine for player movement and collision detection 2026-03-22 15:29:22 +08:00
PhysicsConsts.cs feat: add pose system, slime block bounce, and crawling to physics engine 2026-04-12 18:43:32 +00:00
PlayerPhysics.cs pathing: tighten linear parkour execution 2026-04-18 06:14:45 +00:00
Vec3d.cs feat: implement physics engine for player movement and collision detection 2026-03-22 15:29:22 +08:00