| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-10-05 | add Client::query_entity | mat | |
| 2025-08-12 | fix rotations flagging anticheats | mat | |
| 2025-06-27 | typos | mat | |
| 2025-06-16 | implement EntityHitResult | 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-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 | |
| 2025-02-21 | Fix errors on switching dimensions (#204) | mat | |
| * Fix errors on switching dimensions * fix other tests * clippy * fix log feature in test_simulation * fix chunks oops | |||
| 2025-02-17 | Enable serde feature in sub-crates (#202) | Shayne Hartford | |
| Add serde derive to MinecraftEntityId | |||
| 2025-02-16 | use MinecraftEntityId type instead of u32 in az-protocol | mat | |
| 2025-02-04 | add todo about wrong calculated_bits_per_entry code | mat | |
| 2025-01-27 | fix chunk parsing on hypixel | mat | |
| 2025-01-21 | fix errors when switching worlds | 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-28 | bump minimum rust version and improve pathfinder docs | mat | |
| 2024-12-27 | implement BlockState::outline_shape | mat | |
| 2024-12-24 | make BlockState a u16 and add a BlockStateIntegerRepr type | mat | |
| 2024-12-11 | Implement EntityPositionSync (#196) | mat | |
| * implement EntityPositionSync * fix EntityPositionSync setting the wrong vec_delta_codec and also move into a RelativeEntityUpdate | |||
| 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 | |||
| 2024-11-23 | Update and merge the dependencies (#187) | Shayne Hartford | |
| * Add rust rover to .gitignore * Fold dependency feature lists * Sort dependencies alphabetically * Update dependencies * Upgrade dependencies * Comment out unused dependencies * Nightly is broken right now :) * Fix conflict with derive_more * cargo autoinherit to merge dependencies * Fix clippy lints | |||
| 2024-11-22 | Fix debug warning (#186) | Shayne Hartford | |
| 2024-10-26 | group imports with rustfmt | mat | |
| 2024-07-12 | fix: Chunk Storage Error (#158) | Aditya Kumar | |
| 2024-02-25 | optimize physics | mat | |
| 2024-02-23 | reword comment for calculated_bits_per_entry | mat | |
| 2024-02-22 | fix for hypixel limbo | mat | |
