index
:
azalea-drasl.git
main
Fork of azalea that adds support for authentication over Drasl/Yggdrasil.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
azalea
/
src
/
pathfinder
/
moves
/
parkour.rs
Age
Commit message (
Expand
)
Author
9 days
several stability fixes for pathfinder when doing long paths
mat
2026-01-18
doc and typo fix
mat
2026-01-18
don't fail parkour jumps that collide with ceiling blocks horizontally
mat
2026-01-17
rename PathfinderCtx to MovesCtx
mat
2026-01-17
use more compact chunk section positions in pathfinder
mat
2026-01-16
better pathfinder swimming and other tweaks
mat
2026-01-16
pathfinder tweaks, and add a way to enable baritone compat for debugging
mat
2026-01-05
pathfinder swimming
mat
2025-10-07
several pathfinder fixes
mat
2025-10-06
more reliable pathfinding on almost-full blocks
mat
2025-05-07
pathfinder can now handle slabs, stairs, and dirt paths
mat
2024-12-25
optimize pathfinder
mat
2024-12-24
add additional pathfinder test and fix pathfinder failure
mat
2024-10-26
group imports with rustfmt
mat
2023-10-08
PathfinderCtx
mat
2023-10-07
split pathfinder execution into multiple systems (and fix some bugs)
mat
2023-10-07
fix some parkour issues
mat
2023-10-07
3 block jumps and other parkour
mat
2023-10-07
descend_forward_1_move move
mat
2023-10-07
improve pathfinder path execution
mat
2023-10-04
preallocate edges vec in pathfinder
mat
2023-10-04
BLAZINGLY FAST 🚀🚀🚀 pathfinding
mat
2023-10-03
tweak pathfinder costs
mat
2023-10-02
optimize pathfinder more
mat
2023-10-02
optimize pathfinder more
mat
2023-10-01
add pathfinder benchmark
mat
2023-10-01
organize azalea_core and re-export it from azalea
mat
2023-10-01
more reliable pathfinder parkour
mat
2023-09-30
clippy
mat
2023-09-30
start implementing parkour
mat