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
2026-03-28
optimize pathfinder CachedSections
mat
2026-03-22
fix tests
mat
2026-03-23
cleanup and slightly speed up is_block_state_standable
mat
2026-03-21
Extensible ChunkStorage
mat
2026-03-05
make cached_mining_costs smaller to speed up the common path
mat
2026-03-04
fast path for is_block_state_standable
mat
2026-01-19
slightly faster cached chunk lookup in pathfinder
mat
2026-01-19
delay initialization of cached_mining_costs in pathfinder
mat
2026-01-19
add simulation-based pathfinder execution engine
mat
2026-01-17
clippy
mat
2026-01-17
use more compact chunk section positions in pathfinder
mat
2026-01-17
move PathfinderHeap to a module
mat
2026-01-16
better pathfinder swimming and other tweaks
mat
2026-01-13
tune pathfinder mining cache indices
mat
2026-01-14
box pathfinder cached sections for another speedup
mat
2026-01-13
Rename Instance to World (#304)
mat
2026-01-05
pathfinder fixes and api improvements
mat
2026-01-05
pathfinder swimming
mat
2026-01-04
better order for RelBlockPos and slightly cleanup calculate_cached_mining_cos...
mat
2026-01-04
small pathfinder optimization by improving cache locality for cached_mining_c...
mat
2025-12-12
Refactor azalea-registry (#294)
mat
2025-10-12
upgrade deps and clean up lots of doc comments
mat
2025-10-06
more reliable pathfinding on almost-full blocks
mat
2025-09-22
Fix pathfinding on farmland
mat
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