aboutsummaryrefslogtreecommitdiff
path: root/azalea-client/src
AgeCommit message (Expand)Author
2025-01-21fix name of field in CommonPlayerSpawnInfomat
2025-01-21fix errors when switching worldsmat
2025-01-14fix wrong ServerLinkKind and serialize hex colors correctly in nbtmat
2025-01-13change some warnings to debug logs and improve some entity id index codemat
2025-01-10Fluid physics (#199)mat
2024-12-25partial fix for sending Config packets during Gamemat
2024-12-25close tcp connection on bot disconnect and add swarms to testbot climat
2024-12-25remove dependency on bytes crate for azalea-protocol and fix memory leakmat
2024-12-25optimize pathfindermat
2024-12-24improve some docs and apis related to pathfindermat
2024-12-19fix incorrect packetsmat
2024-12-11Implement EntityPositionSync (#196)mat
2024-12-05fix container_set_content, player_position, and recipe_book_remove packetsmat
2024-12-04Update Bevy and migrate to workspace dependencies and package attributes (#181)EightFactorial
2024-11-30Add missing world border boolean to use item on packet in 1.21.2 (#192)Shayne Hartford
2024-11-28change DataComponentPatch::get to take in a generic (and add get_kind, has, a...mat
2024-11-27Refactor azalea-protocol (#190)mat
2024-11-27replace once_cell with std:;sync::LazyLockmat
2024-11-23Update and merge the dependencies (#187)Shayne Hartford
2024-11-12Make some internal system handles public for use with before/after (#180)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-08-15modify some docsmat
2024-08-15fix sometimes being able to mine blocks through wallsmat
2024-08-11Auth Customization Options (#159)Aditya Kumar
2024-08-11fmtmat
2024-07-21Added Left Click Mine (1.21) (#168)Aditya Kumar
2024-07-22remove unwraps in events.rsmat
2024-07-22fix panic in update_modifiers_for_held_itemmat
2024-07-20Made `Hunger` and `DataComponentPatch` public (#167)Aditya Kumar
2024-06-16Fix command packets (#155)EnderKill98
2024-06-131.21 (#145)mat
2024-05-22read Tool blocks as HolderSetmat
2024-04-27fmtmat
2024-04-27Use ClientIntention over ConnectionProtocol for ClientIntentionPacket (#143)Luis
2024-04-231.20.5 (#127)mat
2024-04-20clippymat
2024-04-20add Client::join_with_proxy and fix testsmat
2024-04-20socks5 support (#113)mat
2024-02-24add some more convenience functionsmat
2024-02-24track entity rotationsmat
2024-02-23fix 'CommandQueue has un-applied commands being dropped.' spammat
2024-02-22fix for hypixel limbomat
2024-02-18fix for hypixel (wasn't sending ClientInformation on configuration)mat
2024-02-17upgrade deps, bevy 0.13mat
2024-01-20remove unnecessary map_errmat
2024-01-20fixes unwrap on write_raw_packet(...) (#128)1zuna
2024-01-04rename open_container to open_container_at and add get_open_containermat