aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2023-12-03clippymat
2023-12-03remove 'why' from readme and reword beginning of docs a littlemat
2023-12-03make ClientBuilder use SwarmBuilder internallymat
2023-12-03fix warning markdown in readmemat
2023-12-03link azalea-viaversion in readmemat
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-02fix compile error when trace logs are enabledmat
2023-12-02make sure Startup system runs before any bots joinmat
2023-12-02change protocol_version to an i32mat
2023-12-02make address an Arc<RwLock>mat
2023-12-02fix writing nbtmat
2023-12-01make address and resolved_address pub in Swarmmat
2023-12-01compression does not need to be asyncmat
2023-12-01rename add_with_exponential_backoff to add_and_retry_forevermat
2023-12-01disconnect fixesmat
2023-12-01addd disconnect reason (#114)1zuna
2023-12-01Make auto_respawn pub (#116)veronoicc
2023-11-29fmtmat
2023-11-29fix typo in auth docsmat
2023-11-29simplify ServerAddress serde implementationsmat
2023-11-29serde support for 'ServerAddress' (#115)1zuna
2023-11-29fix trust_dns_resolver issue (#112)1zuna
2023-11-28slightly change Client::partial_world examplemat
2023-11-28add Client::partial_world()mat
2023-11-19Replace azalea-nbt with simdnbt (#111)mat