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
2026-01-11
add fuzzer for azalea-protocol and fix a few panics
mat
2026-01-12
Make Bevy dependencies optional in azalea-protocol (#303)
mat
2026-01-10
explosion knockback is additive since 24w33a
mat
2026-01-10
replace a println with debug
mat
2026-01-06
deprecate InverseGoal
mat
2026-01-06
fix identifier partialeq/hash and add Client::resolve_registry_key
mat
2026-01-06
add a few more convenience functions and update some docs
mat
2026-01-05
pathfinder fixes and api improvements
mat
2026-01-05
fix compilation with online-mode feature disabled
mat
2026-01-05
update changelog
mat
2026-01-05
use u32 instead of usize for indices in pathfinder
mat
2026-01-05
pathfinder swimming
mat
2026-01-05
fix panic in a_star and some prep for pathfinder swimming
mat
2026-01-04
better order for RelBlockPos and slightly cleanup calculate_cached_mining_cos...
mat
2026-01-05
move radix-heap to be a workspace dep
mat
2026-01-04
use radix heap in pathfinder for 10% speedup
mat
2026-01-05
slightly abstract binaryheap in pathfinder
mat
2026-01-04
slightly faster hash impl for pathfinder RelBlockPos
mat
2026-01-04
small pathfinder optimization by improving cache locality for cached_mining_c...
mat
2026-01-04
return cost in pathfinder a_star function
mat
2026-01-04
re-export simdnbt from azalea-protocol
mat
2026-01-03
cleanup
mat
2026-01-03
fix incorrect attack cooldowns for tools
mat
2026-01-04
add BlockTrait::set_property
mat
2026-01-03
upgrade deps
mat
2026-01-01
Extensible Account (#301)
mat
2025-12-29
fix EntityRef::is_alive being able to panic, and add EntityRef::exists
mat
2025-12-28
Implement `EntityRef` (#299)
mat
2025-12-27
remove unused imports
mat
2025-12-28
add a few more functions for getting common components to Client
mat
2025-12-28
update changelog
mat
2025-12-28
Change Client::component to return a reference (#298)
mat
2025-12-28
move Event and auto_reconnect to the azalea crate
mat
2025-12-27
Move Client struct to azalea crate (#297)
mat
2025-12-27
additional doc aliases for Instance and InstanceName
mat
2025-12-27
don't serialize 'extra' twice in FormattedText
mat
2025-12-24
remove unused deps and fix compilation when certain features are disabled
mat
2025-12-23
bump deps and avoid build.rs writing unnecessarily in some cases
mat
2025-12-23
don't write unnecessarily from azalea-client's build script
mat
2025-12-22
run azalea-client integration tests as one binary
mat
2025-12-23
fix broken doctest
mat
2025-12-22
move JoinOpts to a separate module
mat
2025-12-22
fix compilation from rand_core update
mat
2025-12-22
add ContainerHandleRef::title
mat
2025-12-19
update changelog for 0.15.0
mat
2025-12-19
0.15.0
mat
2025-12-19
update deps
mat
2025-12-18
clippy
mat
2025-12-18
fix warning when Vec3 codec is represented as floats
mat
2025-12-18
update changelog
mat
[next]