| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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-20 | more accurate mining and impl PartialEq for packets | mat | |
| 2025-08-12 | send correct packets on teleport | mat | |
| 2025-08-12 | fix rotations flagging anticheats | mat | |
| 2025-07-24 | update movement code for 1.21.5 changes | mat | |
| fixes grim flags | |||
| 2025-06-26 | start adding packet_order test | mat | |
| 2025-06-09 | handle relative teleports correctly and fix entity chunk indexing warnings | mat | |
| 2025-06-08 | add support for panicking on warn/error in simulation tests | mat | |
| 2025-05-30 | fix clippy issues and improve formatting everywhere | mat | |
| 2025-05-30 | make fixedbitset require generic const exprs again :3 | mat | |
| 2025-05-02 | fix InstanceName desync | mat | |
| 2025-01-14 | fix wrong ServerLinkKind and serialize hex colors correctly in nbt | mat | |
| 2024-12-19 | fix incorrect packets | mat | |
| 2024-12-11 | fix for latest nightly by changing the FixedBitSet generic to take bytes ↵ | mat | |
| instead of bits | |||
| 2024-11-27 | Refactor azalea-protocol (#190) | mat | |
| * start updating to 1.21.4 * fix block codegen and stop using block data from burger * rename packet related modules and structs to be simpler * ItemSlot -> ItemStack for more consistency with mojmap * .get() -> .into_packet() * simplify declare_state_packets by removing packet ids * rename read_from and write_into to azalea_read and azalea_write * rename McBufReadable and McBufWritable to AzaleaRead and AzaleaWrite * McBuf -> AzBuf * remove most uses of into_variant * update codegen and use resourcelocation names for packets * implement #[limit(i)] attribute for AzBuf derive macro * fixes for 1.21.4 * fix examples * update some physics code and fix ChatType * remove unused imports in codegen * re-add some things to migrate.py and update +mc version numbers automatically * downgrade to 1.21.3 lol | |||
