aboutsummaryrefslogtreecommitdiff
path: root/azalea-physics/src/local_player.rs
AgeCommit message (Collapse)Author
2026-05-07rename PhysicsState to ClientMovementState and add utility functions for itmat
2025-12-15sort derives with cargo sort-derivesmat
might add to ci later, unsure how to do it without adding significant friction for contributors though
2025-10-12upgrade deps and clean up lots of doc commentsmat
2025-08-15add PathfinderOpts and clean up some pathfinder codemat
2025-08-14Sneaking (#237)mat
* start implementing sneaking * fix horizontal_collision being inverted and cleanup * clippy * change dimensions and eye height based on pose * proper support for automatically crouching in certain cases * fix anticheat issues * add line to changelog and update a comment