aboutsummaryrefslogtreecommitdiff
path: root/azalea-client/src/plugins
AgeCommit message (Expand)Author
2025-09-27allow picking other bots in hit resultsmat
2025-09-26don't re-export azalea::bot::*, and some doc improvementsmat
2025-09-25ClientsideCloseContainerEvent, MenuOpenedEvent, and CloseContainerEvent are n...mat
2025-09-22Fix pathfinding on farmlandmat
2025-09-21fix pickable entity querymat
2025-09-21fix packet order for ServerboundSetCarriedItemmat
2025-09-20more accurate mining and impl PartialEq for packetsmat
2025-09-01fix panic when refreshing account tokenmat
2025-08-20split client information handling out of BrandPlugin and some other cleanupmat
2025-08-20further improvements to ChatPacket::split_sender_and_content (thanks shay)mat
2025-08-18fix ClientboundMerchantOffersmat
2025-08-14Sneaking (#237)mat
2025-08-14fix: mining fails in Creative Mode (#236)Tommy
2025-08-12send correct packets on teleportmat
2025-08-12upgrade deps and remove unused depsmat
2025-08-12Client::chat now takes Into<String> and doc fixesmat
2025-08-12add nearest_entity_by and improve some docsmat
2025-08-12improved whisper regex and autofill microsoft code on loginmat
2025-08-12fix rotations flagging anticheatsmat
2025-08-11Improve System Chat Regex & Add System Whisper Regex (#233)Shayne Hartford
2025-08-10Send correct data component checksums (#234)mat
2025-08-04Default components (#232)mat
2025-08-04fix wrong float rounding in get_friction_influenced_speedmat
2025-07-24update movement code for 1.21.5 changesmat
2025-07-241.21.8mat
2025-07-21Add TicksAlive component (#229)Kumpelinus
2025-06-27typosmat
2025-06-25remove some unused system orderingmat
2025-06-25improve packet_order test, add BlockUpdatePlugin, fix packet order for sprintingmat
2025-06-26start adding packet_order testmat
2025-06-171.21.6 (#215)mat
2025-06-17take Entity instead of MinecraftEntityId in Client::attackmat
2025-06-16cleanupmat
2025-06-16implement EntityHitResultmat
2025-06-14add note about current_thread to azalea readmemat
2025-06-11use owned instead of borrowed Vec3 moremat
2025-06-11implement reverting block state predictions on ackmat
2025-06-11add Client::attack_cooldown_remaining_ticksmat
2025-06-11take BlockPos instead of &BlockPos in all function argumentsmat
2025-06-09jump if in water while executing pathfinder pathmat
2025-06-09handle relative teleports correctly and fix entity chunk indexing warningsmat
2025-06-08insert ClientInformation earliermat
2025-06-08add support for panicking on warn/error in simulation testsmat
2025-06-04handle set_held_slot packet and add more Into BlockStates implsmat
2025-06-03copy player part of container_menu to inventory_menu on closemat
2025-06-04re-enable click prediction and fix related issuesmat
2025-06-03send ServerboundPlayerLoaded on join and respawnmat
2025-06-02fix wrong sequence number being sentmat
2025-06-03fix issues when pathfinding to non-full blocks and add Client::view_inventorymat
2025-06-03rename the Block trait to BlockTrait to disambiguate with azalea_registry::Blockmat