| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-12-14 | create typos.toml and fix typos | mat | |
| 2025-12-15 | sort derives with cargo sort-derives | mat | |
| might add to ci later, unsure how to do it without adding significant friction for contributors though | |||
| 2025-12-12 | move update_fluid_on_eyes from Update to GameTick | mat | |
| 2025-12-11 | enable str_to_string clippy lint | mat | |
| 2025-12-12 | polish readmes | mat | |
| 2025-12-12 | Refactor azalea-registry (#294) | mat | |
| * move registries in azalea-registry into separate modules * rename Item and Block to ItemKind and BlockKind * remove 'extra' registries from azalea-registry * hide deprecated items from docs * use DamageKindKey instead of Identifier when parsing registries * store tag entries as a Vec instead of a HashSet * sort tag values by protocol id * update changelog | |||
| 2025-11-15 | log more debug info when resizing chunk palettes | mat | |
| 2025-11-13 | rename ResourceLocation to Identifier ahead of mojmap changes | mat | |
| 2025-11-11 | cleanup | mat | |
| - remove deprecated code - add `[lints] workspace=true` to every Cargo.toml, to make modifying clippy lints easier for later - remove some unnecessary #[allow]s - use Vec3i in some parts of the collision code | |||
| 2025-10-30 | Remove unnecessary MoveEntityError and MovePlayerError types and other cleanup | mat | |
| 2025-10-12 | upgrade deps and clean up lots of doc comments | mat | |
| 2025-10-05 | add Client::query_entity | mat | |
| 2025-09-28 | don't use workspace dependency for azalea-client dev dep in azalea-world | mat | |
| 2025-08-12 | upgrade deps and remove unused deps | mat | |
| 2025-08-12 | fix rotations flagging anticheats | mat | |
| 2025-06-27 | typos | mat | |
| 2025-06-16 | implement EntityHitResult | mat | |
| 2025-06-16 | use workspace deps everywhere | mat | |
| 2025-06-16 | put all azalea-* deps in the workspace Cargo.toml | mat | |
| 2025-06-15 | update deps | mat | |
| 2025-06-11 | implement reverting block state predictions on ack | mat | |
| 2025-06-11 | take BlockPos instead of &BlockPos in all function arguments | mat | |
| 2025-06-08 | insert ClientInformation earlier | mat | |
| 2025-06-03 | fix issues when pathfinding to non-full blocks and add Client::view_inventory | mat | |
| 2025-06-03 | rename the Block trait to BlockTrait to disambiguate with azalea_registry::Block | mat | |
| 2025-06-02 | improve docs for biome code | mat | |
| 2025-06-02 | add Event::ReceiveChunk and find_blocks_in_chunk function | mat | |
| 2025-06-01 | add Client::entities_by and improve some docs | mat | |
| 2025-06-02 | add basic support for getting biome ids in chunks | mat | |
| 2025-05-30 | more formatting fixes | mat | |
| 2025-05-30 | formatting: merge imports | mat | |
| 2025-05-30 | fix clippy issues and improve formatting everywhere | mat | |
| 2025-05-23 | doc fixes | mat | |
| 2025-05-07 | fix chunk errors when joining a world with a same name but different height | mat | |
| 2025-05-02 | fix InstanceName desync | mat | |
| 2025-04-25 | update to bevy 0.16 | mat | |
| 2025-04-17 | make BlockState::id private | mat | |
| 2025-04-15 | make goto async and clean up some examples | mat | |
| 2025-04-13 | release 0.12.0+mc1.21.5 | mat | |
| 2025-04-12 | Revert "Release 0.12.0" | mat | |
| This reverts commit e2945b90a973b6677e78696d97b5461909bedc0b. | |||
| 2025-04-12 | Release 0.12.0 | mat | |
| azalea@0.12.0 azalea-auth@0.12.0 azalea-block@0.12.0 azalea-block-macros@0.12.0 azalea-brigadier@0.12.0 azalea-buf@0.12.0 azalea-buf-macros@0.12.0 azalea-chat@0.12.0 azalea-client@0.12.0 azalea-core@0.12.0 azalea-crypto@0.12.0 azalea-entity@0.12.0 azalea-inventory@0.12.0 azalea-inventory-macros@0.12.0 azalea-language@0.12.0 azalea-physics@0.12.0 azalea-protocol@0.12.0 azalea-protocol-macros@0.12.0 azalea-registry@0.12.0 azalea-registry-macros@0.12.0 azalea-world@0.12.0 Generated by cargo-workspaces | |||
| 2025-04-04 | remove executable bit from files | mat | |
| 2025-03-27 | fix not replying to ping packets in config state | mat | |
| 2025-03-25 | 1.21.5 (#198) | mat | |
| * 25w02a * move item_components codegen to a different module * remove outdated test * 25w03a * start updating to 24w09b * 1.21.5-pre2 * fix broken packets * 1.21.5-rc2 * merge main * delete unused acket_handling * 1.21.5 | |||
| 2025-03-16 | impl from u32 for minecraftentityid | mat | |
| 2025-03-06 | fix despawning entities on dimension change | mat | |
| 2025-02-23 | azalea-language now does a binary search instead of a hashmap lookup | mat | |
| 2025-02-23 | fix memory leak in simulation tests (lol) | mat | |
| also, change some vecs into boxed slices, and add RelativeEntityUpdate::new | |||
| 2025-02-23 | minor memory usage optimizations | mat | |
| 2025-02-22 | update to rust edition 2024 | mat | |
