aboutsummaryrefslogtreecommitdiff
path: root/azalea-client/tests
AgeCommit message (Expand)Author
2025-08-04fix wrong float rounding in get_friction_influenced_speedmat
2025-07-241.21.8mat
2025-07-21Add TicksAlive component (#229)Kumpelinus
2025-06-25fix invalid look directions on teleportmat
2025-06-25improve packet_order test, add BlockUpdatePlugin, fix packet order for sprintingmat
2025-06-26start adding packet_order testmat
2025-06-11implement reverting block state predictions on ackmat
2025-06-09replace Client::get_open_container and view_container_or_inventory with get_i...mat
2025-06-09update config_fast_buildsmat
2025-06-09handle relative teleports correctly and fix entity chunk indexing warningsmat
2025-06-08add support for panicking on warn/error in simulation testsmat
2025-06-04remove comment about a part of a test that i decided not to implementmat
2025-06-04fix panic when receiving add_entity and start_configuration in the same updatemat
2025-06-02fix login_to_dimension_with_same_name test logging errormat
2025-06-02fix issues related to pathfinder miningmat
2025-05-30fix clippy issues and improve formatting everywheremat
2025-05-07fix chunk errors when joining a world with a same name but different heightmat
2025-04-17Move login state to the ECS (#213)mat
2025-03-27fix not replying to ping packets in config statemat
2025-03-251.21.5 (#198)mat
2025-03-25PongPluginmat
2025-03-19make SendPacketEvent a bevy triggermat
2025-03-13properly remove from the EntityIdIndex component on despawnmat
2025-03-07remove EntityBundle on start_configurationmat
2025-03-06fix despawning entities on dimension changemat
2025-03-02fix errors when switching to Game state and add fast_login testmat
2025-02-22update to rust edition 2024mat
2025-02-21Fix errors on switching dimensions (#204)mat
2025-02-16use MinecraftEntityId type instead of u32 in az-protocolmat
2025-02-01set player metadata on init instead of loginmat
2025-02-01add failing test_set_health_before_login testmat