aboutsummaryrefslogtreecommitdiff
path: root/azalea/src/pathfinder/moves
AgeCommit message (Expand)Author
9 daysseveral stability fixes for pathfinder when doing long pathsmat
9 daysupgrade depsmat
10 daysrename PhysicsState to ClientMovementState and add utility functions for itmat
2026-01-19minor pathfinder cleanupmat
2026-01-19add simulation-based pathfinder execution enginemat
2026-01-18doc and typo fixmat
2026-01-18don't fail parkour jumps that collide with ceiling blocks horizontallymat
2026-01-17rename PathfinderCtx to MovesCtxmat
2026-01-17clippymat
2026-01-17use more compact chunk section positions in pathfindermat
2026-01-17add 'uncommon' pathfinder move categorymat
2026-01-16better pathfinder swimming and other tweaksmat
2026-01-16pathfinder tweaks, and add a way to enable baritone compat for debuggingmat
2026-01-16minor pathfinder optimizations and api+doc improvementsmat
2026-01-15more optimal pathfinder ascend_movemat
2026-01-13Rename Instance to World (#304)mat
2026-01-05pathfinder fixes and api improvementsmat
2026-01-05pathfinder swimmingmat
2026-01-05fix panic in a_star and some prep for pathfinder swimmingmat
2025-10-12improve ux for entity matching functionsmat
2025-10-12fix pathfinder repeatedly rotating when descending sometimesmat
2025-10-12upgrade deps and clean up lots of doc commentsmat
2025-10-07several pathfinder fixesmat
2025-10-06more reliable pathfinding on almost-full blocksmat
2025-10-04make 'force' always explicit when miningmat
2025-09-28upgrade bevy to 0.17.0-rc.2mat
2025-09-26don't re-export azalea::bot::*, and some doc improvementsmat
2025-06-11take BlockPos instead of &BlockPos in all function argumentsmat
2025-06-09jump if in water while executing pathfinder pathmat
2025-06-01add CustomPathfinderStatemat
2025-05-30fix clippy issues and improve formatting everywheremat
2025-05-07upgrade rust version and fix clippy warningsmat
2025-05-06fix various issues with miningmat
2025-05-06fix pathfinder descending onto non-full blocksmat
2025-05-07fix some edge cases when pathfinding on slabs and stairsmat
2025-05-07pathfinder can now handle slabs, stairs, and dirt pathsmat
2025-04-25update to bevy 0.16mat
2025-02-22update to rust edition 2024mat
2024-12-25optimize pathfindermat
2024-12-24add additional pathfinder test and fix pathfinder failuremat
2024-11-27Refactor azalea-protocol (#190)mat
2024-10-26group imports with rustfmtmat
2023-12-15Add mining to the pathfinder (#122)mat
2023-10-12KnockbackEvent and rename Physics::delta to velocitymat
2023-10-10start adding mining to pathfindermat
2023-10-08PathfinderCtxmat
2023-10-08don't pathfind into lava lolmat
2023-10-07split pathfinder execution into multiple systems (and fix some bugs)mat
2023-10-07fix some parkour issuesmat
2023-10-073 block jumps and other parkourmat