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
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
2023-10-06
make sure pathfinder is always centered on the destination block (fixes tests)
mat
2023-10-05
replace a linear search with a binary search . . .
mat
2023-10-04
improve pathfinder heuristics
mat
2023-10-04
add safety comments and simplify some code
mat
2023-10-04
BLAZINGLY FAST 🚀🚀🚀 pathfinding
mat
2023-10-02
yet another W for linear searches
mat
2023-10-02
optimize pathfinder more
mat
2023-10-02
optimize pathfinder more
mat
2023-10-01
organize azalea_core and re-export it from azalea
mat
2023-09-17
heightmaps
mat
2023-08-25
implement stepping up stairs
mat
2023-07-20
derive Copy for ChunkSectionBlockPos
mat
2023-06-14
actually make Vec3::length sqrt
mat
2023-06-14
Vec3::distance_to and clippy
mat
2023-05-03
Inventory (#48)
mat
2023-03-14
1.19.4 (#57)
mat
2023-03-07
Add World::find_block (#80)
mat
2023-02-05
improve docs
mat
2023-02-04
Use an ECS (#52)
mat
2022-12-08
wrap_comments = true
mat
2022-11-15
Rename "dimension" to "world" (#39)
mat
2022-11-12
Pathfinder (#25)
mat
2022-10-21
work around rustc compilation error
mat
2022-10-08
handle SectionBlocksUpdate packet
mat
2022-10-07
Replace impl Read with Cursor<&[u8]> (#26)
mat
2022-09-06
remove debug println
mat
2022-09-04
remove some debug stuff and fix recipe packet
mat
2022-08-31
test gravity
Ubuntu
2022-08-30
clippy
Ubuntu
2022-08-29
physics stuff
mat
[next]