aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-18fix: parse int lists in TranslatableComponent `with` field (#225)Yhgd
2025-06-181.21.6 fixesmat
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-15update changelogmat
2025-06-16fix unused import warnings when compiling some crates individuallymat
2025-06-15Release independent packagesmat
2025-06-16use workspace deps everywheremat
2025-06-15Release independent packagesmat
2025-06-16put all azalea-* deps in the workspace Cargo.tomlmat
2025-06-15add some missing things to the changelogmat
2025-06-15update depsmat
2025-06-15update changelogmat
2025-06-14add note about current_thread to azalea readmemat
2025-06-11use owned instead of borrowed Vec3 moremat
2025-06-11fix benchmat
2025-06-11add pathfinder retry_on_no_path and rework GotoEvent constructormat
2025-06-11implement reverting block state predictions on ackmat
2025-06-11add BlockPos::distance_to and lengthmat
2025-06-11add Client::attack_cooldown_remaining_ticksmat
2025-06-11take BlockPos instead of &BlockPos in all function argumentsmat
2025-06-10add mine_with_auto_toolmat
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-05wait for block to exist when calling open_container_atmat
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-04fix hashset of blockstate into blockstates implmat
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 CubeVoxelShape::find_indexmat
2025-06-03fix collisions bugsmat
2025-06-02fix wrong sequence number being sentmat
2025-06-02add BlockPos::center_bottommat
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
2025-06-03replace wait_one_tick with wait_ticks and some other api improvementsmat
2025-06-02fix login_to_dimension_with_same_name test logging errormat
2025-06-03sort entities_by by distance and improve some docsmat