aboutsummaryrefslogtreecommitdiff
path: root/azalea-physics/src/travel.rs
AgeCommit message (Expand)Author
10 daysrename PhysicsState to ClientMovementState and add utility functions for itmat
2026-01-13Rename Instance to World (#304)mat
2025-10-30Remove unnecessary MoveEntityError and MovePlayerError types and other cleanupmat
2025-09-27allow picking other bots in hit resultsmat
2025-08-14Sneaking (#237)mat
2025-08-12send correct packets on teleportmat
2025-06-14add note about current_thread to azalea readmemat
2025-06-11use owned instead of borrowed Vec3 moremat
2025-06-11take BlockPos instead of &BlockPos in all function argumentsmat
2025-06-03rename the Block trait to BlockTrait to disambiguate with azalea_registry::Blockmat
2025-03-16entity collisionsmat
2025-03-16Fluid physics fixes (#210)mat
2025-02-22update to rust edition 2024mat
2025-01-10Fluid physics (#199)mat