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
/
world.rs
Age
Commit message (
Expand
)
Author
2025-07-24
add FastFixedBitSet and use it in the pathfinder
mat
2025-06-11
take BlockPos instead of &BlockPos in all function arguments
mat
2025-06-03
sort entities_by by distance and improve some docs
mat
2025-06-02
add basic support for getting biome ids in chunks
mat
2025-05-30
make fixedbitset require generic const exprs again :3
mat
2025-05-07
upgrade rust version and fix clippy warnings
mat
2025-05-07
fix some edge cases when pathfinding on slabs and stairs
mat
2025-05-07
pathfinder can now handle slabs, stairs, and dirt paths
mat
2025-04-17
make BlockState::id private
mat
2024-12-28
bump minimum rust version and improve pathfinder docs
mat
2024-12-27
implement BlockState::outline_shape
mat
2024-12-25
optimize pathfinder
mat
2024-12-24
optimize cost_for_breaking_block by making its cache an UnsafeCell instead
mat
2024-12-11
fix for latest nightly by changing the FixedBitSet generic to take bytes inst...
mat
2024-10-26
group imports with rustfmt
mat
2024-02-22
fix for hypixel limbo
mat
2024-02-17
upgrade deps, bevy 0.13
mat
2023-12-15
Add mining to the pathfinder (#122)
mat
2023-12-09
add BlockState::property
mat
2023-10-08
PathfinderCtx
mat