aboutsummaryrefslogtreecommitdiff
path: root/azalea-client/src/client.rs
AgeCommit message (Expand)Author
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
2025-02-24update outdated commentmat
2025-02-24fix send_receivepacketevent running outside of game statemat
2025-02-24don't remove LocalEntity from disconnected players, add new debug logs, and m...mat
2025-02-23make run_schedule a bounded channelmat
2025-02-22Refactor azalea-client (#205)mat
2025-02-22update to rust edition 2024mat
2025-02-22fix brand and client info so they're only sent when leaving login instead of ...mat
2025-02-21despawn entities when switching worlds and some testbot fixesmat
2025-02-21GameTick should only happen after Updatemat
2025-02-14upgrade depsmat
2025-02-02start implementing data driven registriesmat
2025-02-01fix doc errorsmat
2025-02-01set player metadata on init instead of loginmat
2025-02-01add failing test_set_health_before_login testmat
2025-01-29add support for tickend and playerinputmat
2025-01-25Rename Connection::configuration to config and add some clientbound functions...mat
2024-12-24improve some docs and apis related to pathfindermat
2024-12-04Update Bevy and migrate to workspace dependencies and package attributes (#181)EightFactorial
2024-11-27Refactor azalea-protocol (#190)mat
2024-11-23Update and merge the dependencies (#187)Shayne Hartford
2024-10-26group imports with rustfmtmat
2024-10-231.21.2 (#171)mat
2024-10-21Rename InventoryComponent to Inventory to match other components (#177)Shayne Hartford
2024-08-15fix incorrect comment in with_microsoft_access_token docsmat
2024-04-27fmtmat