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
Age
Commit message (
Expand
)
Author
2025-06-03
fix issues when pathfinding to non-full blocks and add Client::view_inventory
mat
2025-06-03
rename the Block trait to BlockTrait to disambiguate with azalea_registry::Block
mat
2025-06-03
replace wait_one_tick with wait_ticks and some other api improvements
mat
2025-06-02
fix login_to_dimension_with_same_name test logging error
mat
2025-06-03
sort entities_by by distance and improve some docs
mat
2025-06-02
actually send Event::ReceiveChunk
mat
2025-06-02
improve docs for biome code
mat
2025-06-02
add Event::ReceiveChunk and find_blocks_in_chunk function
mat
2025-06-01
fix grammar issues in readme
mat
2025-06-02
fix issues related to pathfinder mining
mat
2025-06-02
fix VibrationParticle
mat
2025-06-02
simplify some join logic so the Entity is returned even on connection error
mat
2025-06-02
several pathfinder fixes
mat
2025-06-01
add CustomPathfinderState
mat
2025-06-01
add Client::entities_by and improve some docs
mat
2025-06-02
add basic support for getting biome ids in chunks
mat
2025-05-31
doc updates
mat
2025-05-30
add '@generated' to generated code
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-05-30
make fixedbitset require generic const exprs again :3
mat
2025-05-31
update changelog
mat
2025-05-30
implement missing brigadier features and cleanup some more
mat
2025-05-28
add support for custom suggestions in azalea-brigadier and cleanup a bit
mat
2025-05-23
doc fixes
mat
2025-05-24
patch pathfinder path on cost increase
mat
2025-05-23
fix Event::Login not firing on reconnect by adding entity id to RemoveOnDisco...
mat
2025-05-23
add line about azalea-auth.json in azalea-auth readme
mat
2025-05-17
lowercase named colours (#222)
activepass
2025-05-10
rearrange some parts of changelog and mention pr authors
mat
2025-05-09
add distance param for ReachBlockPosGoal (#220)
x-osc
2025-05-09
fix offline-mode cert warnings and improve some docs
mat
2025-05-10
add StartUseItemEvent and improve code related to interactions
mat
2025-05-09
don't send chat signing certs on offline-mode servers
mat
2025-05-07
better docs for disabling plugins
mat
2025-05-08
re-export bevy_tasks from azalea_client
mat
2025-05-07
doc warnings
mat
2025-05-08
add chat signing
mat
2025-05-07
impl Display for proxy and trace log JoinOpts
mat
2025-05-06
reword some things in the changelog
mat
2025-05-07
support legacy hex colors
mat
2025-05-06
fix incorrect chat parsing when legacy color codes are mixed in
mat
2025-05-07
upgrade rust version and fix clippy warnings
mat
2025-05-06
fix various issues with mining
mat
2025-05-06
delete outdated parts of azalea-protocol readme
mat
2025-05-06
fix pathfinder descending onto non-full blocks
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-05-07
fix chunk errors when joining a world with a same name but different height
mat
[next]