aboutsummaryrefslogtreecommitdiff
path: root/azalea-client/src
AgeCommit message (Expand)Author
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
2023-12-15Add mining to the pathfinder (#122)mat
2023-12-10Climbing (#121)mat
2023-12-09fix typos in code with crate-ci/typosmat
2023-12-07apply command in StartConfigurationmat
2023-12-07implement StartConfiguration packet maybemat
2023-12-06use minecraft_folder_pathmat
2023-12-051.20.3 (#110)mat
2023-12-04Replace Bevy's FixedUpdate with Azalea's GameTick (#119)mat
2023-12-04revert packet name to Disguised and make it more like ChatPacket::Playermat
2023-12-04Add masked chat type/event (#118)Shayne Hartford
2023-12-03clippymat
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-01compression does not need to be asyncmat
2023-12-01disconnect fixesmat
2023-12-01addd disconnect reason (#114)1zuna
2023-11-28slightly change Client::partial_world examplemat
2023-11-28add Client::partial_world()mat