aboutsummaryrefslogtreecommitdiff
path: root/azalea-physics/src/lib.rs
AgeCommit message (Expand)Author
9 daysrename PhysicsState to ClientMovementState and add utility functions for itmat
2026-01-13Rename Instance to World (#304)mat
2025-12-15sort derives with cargo sort-derivesmat
2025-12-12Refactor azalea-registry (#294)mat
2025-10-30Remove unnecessary MoveEntityError and MovePlayerError types and other cleanupmat
2025-10-30cleanup some code related to mob effectsmat
2025-10-30Add support for mob effects (#269)ShayBox
2025-10-13don't fall when the last pathfinder node is slipperymat
2025-10-04upgrade deps and rename SystemSets to follow bevy's new naming conventionmat
2025-09-27allow picking other bots in hit resultsmat
2025-08-14Sneaking (#237)mat
2025-08-12send correct packets on teleportmat
2025-08-12fix rotations flagging anticheatsmat
2025-08-04fix wrong float rounding in get_friction_influenced_speedmat
2025-07-24update movement code for 1.21.5 changesmat
2025-06-25remove some unused system orderingmat
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-04-25update to bevy 0.16mat
2025-03-16entity collisionsmat
2025-03-16Fluid physics fixes (#210)mat
2025-02-22update to rust edition 2024mat
2025-01-12fix panic on bot disconnectmat
2025-01-10Fluid physics (#199)mat
2024-12-11Implement EntityPositionSync (#196)mat
2024-12-04Update Bevy and migrate to workspace dependencies and package attributes (#181)EightFactorial
2024-11-27Refactor azalea-protocol (#190)mat
2024-10-26group imports with rustfmtmat
2024-07-05upgrade to simdnbt 0.6 (#160)mat
2024-02-22fix for hypixel limbomat
2024-01-08fix ping packet, explosion packet, and panic lessmat
2023-12-10Climbing (#121)mat
2023-12-04Replace Bevy's FixedUpdate with Azalea's GameTick (#119)mat
2023-11-07fix tests to compilemat
2023-10-12KnockbackEvent and rename Physics::delta to velocitymat
2023-10-02start optimizing pathfindermat
2023-10-01organize azalea_core and re-export it from azaleamat
2023-09-18fix entities not always being despawned after mergemat
2023-09-14rename Local to LocalEntitymat
2023-09-13fix testsmat
2023-09-11fix falling through blocks on spawn (and triggering anticheats)mat
2023-09-10clippymat
2023-09-10fix physics bugsmat
2023-09-10fix incorrect jumpingmat
2023-08-25fix all bevy ambiguitiesmat
2023-08-25implement stepping up stairsmat
2023-08-25add failing test for that weird diagonal edge casemat
2023-08-25add basic pathfinding testmat
2023-08-15fix testsmat