aboutsummaryrefslogtreecommitdiff
path: root/azalea-client
AgeCommit message (Expand)Author
2025-09-01fix panic when refreshing account tokenmat
2025-08-23handle AppExit eventmat
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-18fix DataComponentPatch::getmat
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-12remove wrong clamp_look_direction_on_teleport testmat
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-25fix invalid look directions on teleportmat
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-16put all azalea-* deps in the workspace Cargo.tomlmat
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-09replace Client::get_open_container and view_container_or_inventory with get_i...mat
2025-06-09update config_fast_buildsmat
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-04remove comment about a part of a test that i decided not to implementmat
2025-06-04fix panic when receiving add_entity and start_configuration in the same updatemat
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-03fix collisions bugsmat