| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-12-10 | more reliable StopPathfindingEvent | mat | |
| 2023-12-10 | Climbing (#121) | mat | |
| * start implementing climbing * fix tests * fix bots running at lower tick rate | |||
| 2023-12-09 | add BlockState::property | mat | |
| 2023-12-09 | fix typos in code with crate-ci/typos | mat | |
| 2023-12-09 | fix broken doc links | mat | |
| 2023-12-09 | add unit structs for every bool property | mat | |
| 2023-12-07 | apply command in StartConfiguration | mat | |
| 2023-12-07 | implement StartConfiguration packet maybe | mat | |
| 2023-12-07 | 1.20.4 | mat | |
| lol | |||
| 2023-12-06 | use minecraft_folder_path | mat | |
| 2023-12-06 | disable feaatures on azalea-chat by default and fix disabling simdnbt feature | mat | |
| 2023-12-05 | don't reference version number directly in docs | mat | |
| 2023-12-05 | put azalea_core::tick behind feature flag | mat | |
| 2023-12-05 | thanks cargo workspaces | mat | |
| 2023-12-05 | Release 0.9.0 | mat | |
| azalea@0.9.0 azalea-auth@0.9.0 azalea-block@0.9.0 azalea-block-macros@0.9.0 azalea-brigadier@0.9.0 azalea-buf@0.9.0 azalea-buf-macros@0.9.0 azalea-chat@0.9.0 azalea-client@0.9.0 azalea-core@0.9.0 azalea-crypto@0.9.0 azalea-entity@0.9.0 azalea-inventory@0.9.0 azalea-inventory-macros@0.9.0 azalea-language@0.9.0 azalea-physics@0.9.0 azalea-protocol@0.9.0 azalea-protocol-macros@0.9.0 azalea-registry@0.9.0 azalea-registry-macros@0.9.0 azalea-world@0.9.0 Generated by cargo-workspaces | |||
| 2023-12-05 | upgrade deps | mat | |
| 2023-12-05 | clippy | mat | |
| 2023-12-05 | add 1.20.2 to readme | mat | |
| 2023-12-05 | 1.20.3 (#110) | mat | |
| * 23w40a * 23w41a * 23w42a * 23w43a * 23w44a * serialize FormattedText as nbt in network * use azalea-nbt/serde in azalea-chat * 23w45a * fix 23w45a to compile * handle Object in codegen * 1.20.3-pre2 * remove unused clientbound_resource_pack_packet.rs * merge main and make azalea-chat use simdnbt * 1.20.3-rc1 * fix tests * use simdnbt 0.3 * fix ServerboundSetJigsawBlockPacket * 1.20.3 | |||
| 2023-12-05 | make start return never | mat | |
| 2023-12-04 | Replace Bevy's FixedUpdate with Azalea's GameTick (#119) | mat | |
| * replace bevy FixedUpdate with azalea GameTick * Update to Bevy 0.12.1 | |||
| 2023-12-04 | simplify boilerplate in examples | mat | |
| 2023-12-04 | revert packet name to Disguised and make it more like ChatPacket::Player | mat | |
| 2023-12-04 | Add masked chat type/event (#118) | Shayne Hartford | |
| 2023-12-04 | fix ClientBuilder erroring, maybe | mat | |
| 2023-12-03 | clippy | mat | |
| 2023-12-03 | remove 'why' from readme and reword beginning of docs a little | mat | |
| 2023-12-03 | make ClientBuilder use SwarmBuilder internally | mat | |
| 2023-12-03 | fix warning markdown in readme | mat | |
| 2023-12-03 | link azalea-viaversion in readme | mat | |
| 2023-12-03 | remove debug print | mat | |
| 2023-12-03 | let plugins override query responses | mat | |
| 2023-12-03 | clippy | mat | |
| 2023-12-03 | make it so plugins can send and receive packets during the login state | mat | |
| 2023-12-02 | fix compile error when trace logs are enabled | mat | |
| 2023-12-02 | make sure Startup system runs before any bots join | mat | |
| 2023-12-02 | change protocol_version to an i32 | mat | |
| 2023-12-02 | make address an Arc<RwLock> | mat | |
| 2023-12-02 | fix writing nbt | mat | |
| 2023-12-01 | make address and resolved_address pub in Swarm | mat | |
| 2023-12-01 | compression does not need to be async | mat | |
| 2023-12-01 | rename add_with_exponential_backoff to add_and_retry_forever | mat | |
| 2023-12-01 | disconnect fixes | mat | |
| 2023-12-01 | addd disconnect reason (#114) | 1zuna | |
| 2023-12-01 | Make auto_respawn pub (#116) | veronoicc | |
| 2023-11-29 | fmt | mat | |
| 2023-11-29 | fix typo in auth docs | mat | |
| 2023-11-29 | simplify ServerAddress serde implementations | mat | |
| 2023-11-29 | serde support for 'ServerAddress' (#115) | 1zuna | |
| 2023-11-29 | fix trust_dns_resolver issue (#112) | 1zuna | |
| fixes error: "Label contains invalid characters" | |||
