aboutsummaryrefslogtreecommitdiff
path: root/azalea/src/pathfinder/debug.rs
AgeCommit message (Expand)Author
2026-01-19add simulation-based pathfinder execution enginemat
2026-01-16better pathfinder swimming and other tweaksmat
2026-01-13Rename Instance to World (#304)mat
2025-12-28Change Client::component to return a reference (#298)mat
2025-12-15sort derives with cargo sort-derivesmat
2025-09-28upgrade bevy to 0.17.0-rc.2mat
2025-06-11use owned instead of borrowed Vec3 moremat
2025-06-11take BlockPos instead of &BlockPos in all function argumentsmat
2025-06-02fix issues related to pathfinder miningmat
2025-06-01add CustomPathfinderStatemat
2025-05-24patch pathfinder path on cost increasemat
2025-04-19make azalea::pathfinder::debug publicmat
2025-02-22update to rust edition 2024mat
2024-11-27Refactor azalea-protocol (#190)mat
2024-08-15fix ClientboundLevelParticlesPacket errors and pathfinder /particle errorsmat
2023-12-15Add mining to the pathfinder (#122)mat