aboutsummaryrefslogtreecommitdiff
path: root/azalea-client/src/client.rs
AgeCommit message (Expand)Author
9 daysrename PhysicsState to ClientMovementState and add utility functions for itmat
2026-01-23Implement SetExperience (#307)Raeders
2026-01-13Rename Instance to World (#304)mat
2025-12-28Change Client::component to return a reference (#298)mat
2025-12-27Move Client struct to azalea crate (#297)mat
2025-12-16implement cookie packets to fix betteranticheat supportmat
2025-12-15write/update docs for several itemsmat
2025-12-15sort derives with cargo sort-derivesmat
2025-12-12Delete `StartError` and `JoinError` (#296)mat
2025-12-12Refactor azalea-registry (#294)mat
2025-12-11Add options to request Mojang sessionserver with a proxy (#293)mat
2025-12-11Run handler function in a Tokio LocalSet (#295)mat
2025-12-09Enchantments (#286)mat
2025-11-21refactor resolve_addressmat
2025-11-13rename ResourceLocation to Identifier ahead of mojmap changesmat
2025-10-12upgrade deps and clean up lots of doc commentsmat
2025-10-07update ResolvableProfile data component to 1.21.9mat
2025-10-04fix wrong pathfinding when we start calculating a new path and the current ex...mat
2025-09-29rename SendPacketEvent to SendGamePacketEvent and PingEvent to GamePingEventmat
2025-09-28upgrade bevy to 0.17.0-rc.2mat
2025-09-28split version in changelogmat
2025-09-26don't re-export azalea::bot::*, and some doc improvementsmat
2025-08-23handle AppExit eventmat
2025-08-20split client information handling out of BrandPlugin and some other cleanupmat
2025-08-14Sneaking (#237)mat
2025-06-25improve packet_order test, add BlockUpdatePlugin, fix packet order for sprintingmat
2025-06-14add note about current_thread to azalea readmemat
2025-06-11implement reverting block state predictions on ackmat
2025-06-08insert ClientInformation earliermat
2025-06-03fix collisions bugsmat
2025-06-03fix issues when pathfinding to non-full blocks and add Client::view_inventorymat
2025-06-02fix issues related to pathfinder miningmat
2025-06-02simplify some join logic so the Entity is returned even on connection errormat
2025-05-30more formatting fixesmat
2025-05-02Add AutoReconnectPlugin (#221)mat
2025-05-02make ClientBuilder/SwarmBuilder Sendmat
2025-04-25update to bevy 0.16mat
2025-04-24always insert Swarm before any systems can start runningmat
2025-04-19add StartJoinServerEvent to allow joining servers exclusively from ecsmat
2025-04-19send correct uuid in offline modemat
2025-04-17Move login state to the ECS (#213)mat
2025-04-15make goto async and clean up some examplesmat
2025-04-05remove unwrap in Hello packet handlermat
2025-04-04rename ChatPacket::username and uuid to sender and sender_uuidmat
2025-03-25PongPluginmat
2025-03-24Wait for plugins to load before starting the ECS (#212)EightFactorial
2025-03-25make events channel in Client::start_client optionalmat
2025-03-20upgrade deps and slightly improve docsmat
2025-03-20document Position defaultmat
2025-03-16fix broken doc linksmat