aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-01-08fix ping packet, explosion packet, and panic lessmat
2024-01-07rewrite testbot to use brigadiermat
2024-01-06add doc comment about d=mat
2024-01-04rename open_container to open_container_at and add get_open_containermat
2023-12-28fix FormattedText when 'extra' isn't a list of compoundsmat
2023-12-28read nbt as optional in more placesmat
2023-12-28Make check_ownership pub (#126)veronoicc
2023-12-17make ParticleData fail to compile when new particles are added to ParticleKindmat
2023-12-17fix broken link to .config/config_fast_builds in docsmat
2023-12-17fix testsmat
2023-12-17Publicize all fields on `AddOperation` and `Style` (#124)Tijn
2023-12-17move config.toml to config_fast_buildsmat
2023-12-17Add missing particles (#125)Tijn
2023-12-16revert accidental change to echo examplemat
2023-12-16fix SwarmEvent::Login and SwarmEvent::Init maybemat
2023-12-16fix non-u8 gamemodesmat
2023-12-16force user to reauth when refresh failsmat
2023-12-16default to survival mode when GameMode is out of boundsmat
2023-12-16fix bytes of packets not being logged in tracingmat
2023-12-15clippy lint was renamedmat
2023-12-15Add mining to the pathfinder (#122)mat
2023-12-13seeded random in pathfinder benchmat
2023-12-13i didn't actually commit the codemat
2023-12-13fix chunks incorrectly being forgotten sometimesmat
2023-12-11mention join_delay in add_accounts docsmat
2023-12-10more reliable StopPathfindingEventmat
2023-12-10Climbing (#121)mat
2023-12-09add BlockState::propertymat
2023-12-09fix typos in code with crate-ci/typosmat
2023-12-09fix broken doc linksmat
2023-12-09add unit structs for every bool propertymat
2023-12-07apply command in StartConfigurationmat
2023-12-07implement StartConfiguration packet maybemat
2023-12-071.20.4mat
2023-12-06use minecraft_folder_pathmat
2023-12-06disable feaatures on azalea-chat by default and fix disabling simdnbt featuremat
2023-12-05don't reference version number directly in docsmat
2023-12-05put azalea_core::tick behind feature flagmat
2023-12-05thanks cargo workspacesmat
2023-12-05Release 0.9.0mat
2023-12-05upgrade depsmat
2023-12-05clippymat
2023-12-05add 1.20.2 to readmemat
2023-12-051.20.3 (#110)mat
2023-12-05make start return nevermat
2023-12-04Replace Bevy's FixedUpdate with Azalea's GameTick (#119)mat
2023-12-04simplify boilerplate in examplesmat
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-04fix ClientBuilder erroring, maybemat