aboutsummaryrefslogtreecommitdiff
path: root/azalea/src/pathfinder/mod.rs
AgeCommit message (Expand)Author
2023-10-01pathfinder parkour tests and fix some parkour issuesmat
2023-10-01organize azalea_core and re-export it from azaleamat
2023-09-30start implementing parkourmat
2023-09-30improve ascend (stolen from baritone)mat
2023-09-30pathfinder: don't spin while descendingmat
2023-09-30remove BlockPosGoal::from and Goal::goal_nodemat
2023-09-30stitch together pathfinder paths bettermat
2023-09-14infinite pathfindingmat
2023-09-14detect obstructions while pathfinding and better results on timeoutmat
2023-09-14rename Local to LocalEntitymat
2023-09-10fix incorrect jumpingmat
2023-08-26use better pathfinder costs and also fix relative entity updates breaking som...mat
2023-08-26simplify pathfinder moremat
2023-08-26simplify pathfindermat
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-24Support properly switching instances (#106)mat
2023-07-15descend up to 3 blocks in pathfindermat
2023-07-15fix brigadier booleansmat
2023-07-14Mining (#95)mat
2023-07-09Update to Bevy 0.11 (#94)mat
2023-05-13ChatPacket::is_whispermat
2023-05-13reexport azalea-chat and add goto docsmat
2023-05-09astarmat
2023-05-03Inventory (#48)mat
2023-03-11fix doc errorsmat
2023-03-07Bevy 0.10 (#79)mat
2023-02-25Fix system order ambiguities (#74)mat
2023-02-07move az_world::entity_info to az_world::entities::infoUbuntu
2023-02-04Use an ECS (#52)mat
2023-01-21clippymat
2022-12-11make entities have a reference to WeakWorlds insteadmat
2022-11-27Swarm (#36)mat
2022-11-18clippy + replace some printlns with debugmat
2022-11-15Rename "dimension" to "world" (#39)mat
2022-11-15clippyUbuntu
2022-11-12Pathfinder (#25)mat