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-core
/
src
/
position.rs
Age
Commit message (
Expand
)
Author
2026-01-19
add simulation-based pathfinder execution engine
mat
2026-01-17
use more compact chunk section positions in pathfinder
mat
2026-01-13
Merge AzaleaRead and AzaleaWrite (#305)
mat
2026-01-12
Make Bevy dependencies optional in azalea-protocol (#303)
mat
2025-12-18
fix warning when Vec3 codec is represented as floats
mat
2025-12-15
write/update docs for several items
mat
2025-12-15
sort derives with cargo sort-derives
mat
2025-12-12
Refactor azalea-registry (#294)
mat
2025-12-09
Enchantments (#286)
mat
2025-11-13
rename ResourceLocation to Identifier ahead of mojmap changes
mat
2025-11-11
cleanup
mat
2025-10-12
upgrade deps and clean up lots of doc comments
mat
2025-08-10
use Vec3f32 in entity metadata to fix parsing Vector3 values
mat
2025-08-10
Send correct data component checksums (#234)
mat
2025-07-24
update movement code for 1.21.5 changes
mat
2025-06-16
implement EntityHitResult
mat
2025-06-11
use owned instead of borrowed Vec3 more
mat
2025-06-11
add BlockPos::distance_to and length
mat
2025-06-11
take BlockPos instead of &BlockPos in all function arguments
mat
2025-06-02
add BlockPos::center_bottom
mat
2025-06-03
fix issues when pathfinding to non-full blocks and add Client::view_inventory
mat
2025-06-02
actually send Event::ReceiveChunk
mat
2025-06-02
add basic support for getting biome ids in chunks
mat
2025-05-30
more formatting fixes
mat
2025-05-30
formatting: merge imports
mat
2025-05-30
fix clippy issues and improve formatting everywhere
mat
2025-04-04
remove executable bit from files
mat
2025-03-25
1.21.5 (#198)
mat
2025-03-16
entity collisions
mat
2025-03-16
Fluid physics fixes (#210)
mat
2025-01-10
Fluid physics (#199)
mat
2024-12-27
better astar WeightedNode::cmp
mat
2024-12-24
fix parsing Dust particle and treat waterlogged blocks as liquid in pathfinder
mat
2024-12-24
add additional pathfinder test and fix pathfinder failure
mat
2024-12-11
Implement EntityPositionSync (#196)
mat
2024-12-05
fix container_set_content, player_position, and recipe_book_remove packets
mat
2024-11-30
Impl FromStr for BlockPos & Vec (again) (#191)
Shayne Hartford
2024-11-28
change DataComponentPatch::get to take in a generic (and add get_kind, has, a...
mat
2024-11-27
Refactor azalea-protocol (#190)
mat
2024-10-26
group imports with rustfmt
mat
2024-10-21
Impl FromStr for BlockPos & Vec (#174)
Shayne Hartford
2024-10-21
Derive Deserialize & Serialize for BlockPos & Vec3 (#175)
Shayne Hartford
2024-04-23
1.20.5 (#127)
mat
2024-02-24
add Display for Vec3, add SimulationSet, and add EntityChunkPos component
mat
2024-02-24
add some more convenience functions
mat
2023-12-15
Add mining to the pathfinder (#122)
mat
2023-12-13
i didn't actually commit the code
mat
2023-10-26
optimize azalea-core positions and remove some unnecessary nightly features
mat
2023-10-11
fix State incorrectly being reused when calling handlers in swarm
mat
2023-10-07
make pathfinder twice as fast :sunglasses:
mat
[next]