aboutsummaryrefslogtreecommitdiff
path: root/azalea/src/pathfinder
AgeCommit message (Expand)Author
2026-01-30warn if pathfinder is running without optimizations, and other minor fixesmat
2026-01-19slightly faster cached chunk lookup in pathfindermat
2026-01-19minor pathfinder cleanupmat
2026-01-19delay initialization of cached_mining_costs in pathfindermat
2026-01-18fix testsmat
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-17split pathfinder execution code into its own modulemat
2026-01-17clippymat
2026-01-17use more compact chunk section positions in pathfindermat
2026-01-17add 'uncommon' pathfinder move categorymat
2026-01-17move NodeMap to a modulemat
2026-01-17move PathfinderHeap to a modulemat
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-14update pathfinder last_node_reached timeout to be based on ticks rather than ...mat
2026-01-13increase timeout for wait_until_bot_starts_movingmat
2026-01-14fix jump penalty not being considered in pathfinder y heuristicmat
2026-01-13fix wrong FALL_N_BLOCKS_COST in pathfindermat
2026-01-13tune pathfinder mining cache indicesmat
2026-01-14box pathfinder cached sections for another speedupmat
2026-01-13Rename Instance to World (#304)mat
2026-01-12Make Bevy dependencies optional in azalea-protocol (#303)mat
2026-01-06deprecate InverseGoalmat
2026-01-06add a few more convenience functions and update some docsmat
2026-01-05pathfinder fixes and api improvementsmat
2026-01-05use u32 instead of usize for indices in pathfindermat
2026-01-05pathfinder swimmingmat
2026-01-05fix panic in a_star and some prep for pathfinder swimmingmat
2026-01-04better order for RelBlockPos and slightly cleanup calculate_cached_mining_cos...mat
2026-01-04use radix heap in pathfinder for 10% speedupmat
2026-01-05slightly abstract binaryheap in pathfindermat
2026-01-04slightly faster hash impl for pathfinder RelBlockPosmat
2026-01-04small pathfinder optimization by improving cache locality for cached_mining_c...mat
2026-01-04return cost in pathfinder a_star functionmat
2025-12-28Change Client::component to return a reference (#298)mat
2025-12-27Move Client struct to azalea crate (#297)mat
2025-12-15sort derives with cargo sort-derivesmat
2025-12-11enable str_to_string clippy lintmat
2025-12-12Refactor azalea-registry (#294)mat
2025-12-09Enchantments (#286)mat
2025-11-13rename ResourceLocation to Identifier ahead of mojmap changesmat
2025-10-12improve ux for entity matching functionsmat
2025-10-13don't fall when the last pathfinder node is slipperymat
2025-10-12fix pathfinder repeatedly rotating when descending sometimesmat
2025-10-12upgrade deps and clean up lots of doc commentsmat