| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-03-24 | 26.1 (#316) | mat | |
| * start updating to 26.1 * start updating to 26.1-snapshot-6 * 26.1-snapshot-6 * 26.1-snapshot-10 * 26.1-rc-1 * fix tests * 26.1-rc-2 and sort default components * 26.1 * update changelog | |||
| 2026-03-23 | cleanup and slightly speed up is_block_state_standable | mat | |
| 2026-03-19 | more doc fixes | mat | |
| 2026-03-05 | optimized converting from blockstate to blockkind | mat | |
| 2026-03-05 | update tests using old property names | mat | |
| 2026-03-05 | don't unnecessarily disambiguate some block property enums | mat | |
| 2026-01-13 | Merge AzaleaRead and AzaleaWrite (#305) | mat | |
| 2026-01-04 | re-export simdnbt from azalea-protocol | mat | |
| 2026-01-03 | cleanup | mat | |
| 2026-01-04 | add BlockTrait::set_property | mat | |
| closes #140 | |||
| 2025-12-15 | change ClientboundAddEntity::data from a u32 to i32 | mat | |
| hi shay :3 | |||
| 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 | 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-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-12 | upgrade deps and clean up lots of doc comments | mat | |
| 2025-09-30 | 1.21.9 (#235) | mat | |
| * start updating to 25w33a * 1.21.9-pre2 * clippy * cleanup, and fix c_explode and c_player_rotation * mc update should be in Changed section in the changelog * 1.21.9 | |||
| 2025-09-14 | clippy | mat | |
| 2025-09-14 | Add functions for getting block properties as strings (#240) | urisinger | |
| * add tests and fix * fix integer properties * refactor azalea-block-macros and improve apis --------- Co-authored-by: mat <git@matdoes.dev> | |||
| 2025-08-20 | generate better code in azalea-block | mat | |
| 2025-06-17 | 1.21.6 (#215) | mat | |
| 2025-06-16 | use workspace deps everywhere | mat | |
| 2025-06-16 | put all azalea-* deps in the workspace Cargo.toml | mat | |
| 2025-06-11 | use owned instead of borrowed Vec3 more | mat | |
| 2025-06-04 | handle set_held_slot packet and add more Into BlockStates impls | mat | |
| 2025-06-04 | fix hashset of blockstate into blockstates impl | mat | |
| 2025-06-03 | rename the Block trait to BlockTrait to disambiguate with azalea_registry::Block | mat | |
| 2025-06-03 | replace wait_one_tick with wait_ticks and some other api improvements | 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-01 | drop dependency on pixlyzer and start using pumpkin extractor | mat | |
| 2025-04-17 | remove unused import | mat | |
| 2025-04-17 | make BlockState::id private | 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-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 | Fluid physics fixes (#210) | mat | |
| * start fixing code related to fluid physics * implement force_solid for blocks * afk pool test | |||
| 2025-02-22 | update to rust edition 2024 | mat | |
| 2025-02-14 | remove stabilized trait_upcasting feature gates | mat | |
| 2025-02-02 | cleanup, fix warnings | mat | |
| 2025-01-10 | Fluid physics (#199) | mat | |
| * start implementing fluid physics * Initial implementation of fluid pushing * different travel function in water * bubble columns * jumping in water * cleanup * change ultrawarm to be required * fix for clippy | |||
| 2024-12-27 | implement fluid_shape | mat | |
| 2024-12-27 | resolve some todos in az-core | mat | |
| 2024-12-24 | make BlockState a u16 and add a BlockStateIntegerRepr type | mat | |
| 2024-12-24 | fix parsing Dust particle and treat waterlogged blocks as liquid in pathfinder | mat | |
| 2024-12-20 | Release independent packages | mat | |
| Generated by cargo-workspaces | |||
