aboutsummaryrefslogtreecommitdiff
path: root/azalea-client/src/lib.rs
AgeCommit message (Expand)Author
9 daysrename PhysicsState to ClientMovementState and add utility functions for itmat
2026-03-18merge logic for the three move_entity packetsmat
2026-01-01Extensible Account (#301)mat
2025-12-28move Event and auto_reconnect to the azalea cratemat
2025-12-27Move Client struct to azalea crate (#297)mat
2025-12-15write/update docs for several itemsmat
2025-12-12Delete `StartError` and `JoinError` (#296)mat
2025-08-14Sneaking (#237)mat
2025-06-26start adding packet_order testmat
2025-06-08add support for panicking on warn/error in simulation testsmat
2025-06-02fix issues related to pathfinder miningmat
2025-05-08re-export bevy_tasks from azalea_clientmat
2025-04-17Move login state to the ECS (#213)mat
2025-04-15make goto async and clean up some examplesmat
2025-03-02fix errors when switching to Game state and add fast_login testmat
2025-02-23fix memory leak in simulation tests (lol)mat
2025-02-22Refactor azalea-client (#205)mat
2025-02-22update to rust edition 2024mat
2025-02-21Fix errors on switching dimensions (#204)mat
2025-02-14remove stabilized trait_upcasting feature gatesmat
2025-02-01add failing test_set_health_before_login testmat
2025-01-29add support for tickend and playerinputmat
2024-11-27Refactor azalea-protocol (#190)mat
2024-11-12Make some internal system handles public for use with before/after (#180)Shayne Hartford
2024-08-11fmtmat
2024-07-20Made `Hunger` and `DataComponentPatch` public (#167)Aditya Kumar
2024-04-20add Client::join_with_proxy and fix testsmat
2024-02-18fix for hypixel (wasn't sending ClientInformation on configuration)mat
2023-12-06use minecraft_folder_pathmat
2023-12-03clippymat
2023-12-03make it so plugins can send and receive packets during the login statemat
2023-11-18share registries in swarms and fix some bugsmat
2023-11-18make loading chunks its own bevy systemmat
2023-10-26remove some unnecessary code and improve docs for Menumat
2023-09-211.20.2 (#99)mat
2023-09-15rename start_ecs to start_ecs_runnermat
2023-09-14AcceptResourcePacksPluginmat
2023-09-11fix falling through blocks on spawn (and triggering anticheats)mat
2023-08-25add basic pathfinding testmat
2023-08-24Support properly switching instances (#106)mat
2023-08-15upgrade thiserror and other depsmat
2023-07-15Attacking (#96)mat
2023-07-14Mining (#95)mat
2023-05-26add stuff related to chat signingmat
2023-05-16ClientBuilder::new_without_pluginsmat
2023-05-12auto respawnmat
2023-05-03Inventory (#48)mat
2023-04-19rename and export AccountOptsmat
2023-03-11fix doc errorsmat
2023-03-07Bevy 0.10 (#79)mat