aboutsummaryrefslogtreecommitdiff
path: root/azalea/src/pathfinder/world.rs
AgeCommit message (Expand)Author
2025-07-24add FastFixedBitSet and use it in the pathfindermat
2025-06-11take BlockPos instead of &BlockPos in all function argumentsmat
2025-06-03sort entities_by by distance and improve some docsmat
2025-06-02add basic support for getting biome ids in chunksmat
2025-05-30make fixedbitset require generic const exprs again :3mat
2025-05-07upgrade rust version and fix clippy warningsmat
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-17make BlockState::id privatemat
2024-12-28bump minimum rust version and improve pathfinder docsmat
2024-12-27implement BlockState::outline_shapemat
2024-12-25optimize pathfindermat
2024-12-24optimize cost_for_breaking_block by making its cache an UnsafeCell insteadmat
2024-12-11fix for latest nightly by changing the FixedBitSet generic to take bytes inst...mat
2024-10-26group imports with rustfmtmat
2024-02-22fix for hypixel limbomat
2024-02-17upgrade deps, bevy 0.13mat
2023-12-15Add mining to the pathfinder (#122)mat
2023-12-09add BlockState::propertymat
2023-10-08PathfinderCtxmat