aboutsummaryrefslogtreecommitdiff
path: root/azalea-client/src/client.rs
AgeCommit message (Expand)Author
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
2024-04-27Use ClientIntention over ConnectionProtocol for ClientIntentionPacket (#143)Luis
2024-04-231.20.5 (#127)mat
2024-04-20add Client::join_with_proxy and fix testsmat
2024-04-20socks5 support (#113)mat
2024-02-18fix for hypixel (wasn't sending ClientInformation on configuration)mat
2023-12-10Climbing (#121)mat
2023-12-04Replace Bevy's FixedUpdate with Azalea's GameTick (#119)mat
2023-12-03remove debug printmat
2023-12-03let plugins override query responsesmat
2023-12-03clippymat
2023-12-03make it so plugins can send and receive packets during the login statemat
2023-12-02make sure Startup system runs before any bots joinmat
2023-12-01addd disconnect reason (#114)1zuna
2023-11-28slightly change Client::partial_world examplemat
2023-11-28add Client::partial_world()mat
2023-11-18clippymat
2023-11-18share registries in swarms and fix some bugsmat
2023-11-18make loading chunks its own bevy systemmat
2023-11-18replace log with tracingmat
2023-11-18simplify some codemat
2023-11-12improve docs a bitmat
2023-11-06bevy 0.12mat
2023-10-06fix QueryDoesNotMatch and improve errormat
2023-10-01organize azalea_core and re-export it from azaleamat
2023-09-28check for entity duplication before spawningmat