aboutsummaryrefslogtreecommitdiff
path: root/azalea/src/pathfinder/world.rs
AgeCommit message (Expand)Author
2026-03-28optimize pathfinder CachedSectionsmat
2026-03-22fix testsmat
2026-03-23cleanup and slightly speed up is_block_state_standablemat
2026-03-21Extensible ChunkStoragemat
2026-03-05make cached_mining_costs smaller to speed up the common pathmat
2026-03-04fast path for is_block_state_standablemat
2026-01-19slightly faster cached chunk lookup in pathfindermat
2026-01-19delay initialization of cached_mining_costs in pathfindermat
2026-01-19add simulation-based pathfinder execution enginemat
2026-01-17clippymat
2026-01-17use more compact chunk section positions in pathfindermat
2026-01-17move PathfinderHeap to a modulemat
2026-01-16better pathfinder swimming and other tweaksmat
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-05pathfinder fixes and api improvementsmat
2026-01-05pathfinder swimmingmat
2026-01-04better order for RelBlockPos and slightly cleanup calculate_cached_mining_cos...mat
2026-01-04small pathfinder optimization by improving cache locality for cached_mining_c...mat
2025-12-12Refactor azalea-registry (#294)mat
2025-10-12upgrade deps and clean up lots of doc commentsmat
2025-10-06more reliable pathfinding on almost-full blocksmat
2025-09-22Fix pathfinding on farmlandmat
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