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-client
/
tests
Age
Commit message (
Expand
)
Author
2025-08-04
fix wrong float rounding in get_friction_influenced_speed
mat
2025-07-24
1.21.8
mat
2025-07-21
Add TicksAlive component (#229)
Kumpelinus
2025-06-25
fix invalid look directions on teleport
mat
2025-06-25
improve packet_order test, add BlockUpdatePlugin, fix packet order for sprinting
mat
2025-06-26
start adding packet_order test
mat
2025-06-11
implement reverting block state predictions on ack
mat
2025-06-09
replace Client::get_open_container and view_container_or_inventory with get_i...
mat
2025-06-09
update config_fast_builds
mat
2025-06-09
handle relative teleports correctly and fix entity chunk indexing warnings
mat
2025-06-08
add support for panicking on warn/error in simulation tests
mat
2025-06-04
remove comment about a part of a test that i decided not to implement
mat
2025-06-04
fix panic when receiving add_entity and start_configuration in the same update
mat
2025-06-02
fix login_to_dimension_with_same_name test logging error
mat
2025-06-02
fix issues related to pathfinder mining
mat
2025-05-30
fix clippy issues and improve formatting everywhere
mat
2025-05-07
fix chunk errors when joining a world with a same name but different height
mat
2025-04-17
Move login state to the ECS (#213)
mat
2025-03-27
fix not replying to ping packets in config state
mat
2025-03-25
1.21.5 (#198)
mat
2025-03-25
PongPlugin
mat
2025-03-19
make SendPacketEvent a bevy trigger
mat
2025-03-13
properly remove from the EntityIdIndex component on despawn
mat
2025-03-07
remove EntityBundle on start_configuration
mat
2025-03-06
fix despawning entities on dimension change
mat
2025-03-02
fix errors when switching to Game state and add fast_login test
mat
2025-02-22
update to rust edition 2024
mat
2025-02-21
Fix errors on switching dimensions (#204)
mat
2025-02-16
use MinecraftEntityId type instead of u32 in az-protocol
mat
2025-02-01
set player metadata on init instead of login
mat
2025-02-01
add failing test_set_health_before_login test
mat