| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-06-09 | handle relative teleports correctly and fix entity chunk indexing warnings | mat | |
| 2025-06-04 | fix panic when receiving add_entity and start_configuration in the same update | mat | |
| 2025-06-03 | fix collisions bugs | mat | |
| 2025-06-03 | rename the Block trait to BlockTrait to disambiguate with azalea_registry::Block | mat | |
| 2025-06-03 | sort entities_by by distance and improve some docs | mat | |
| 2025-06-02 | fix VibrationParticle | mat | |
| 2025-05-31 | doc updates | mat | |
| 2025-05-30 | add '@generated' to generated code | mat | |
| 2025-05-30 | fix clippy issues and improve formatting everywhere | mat | |
| 2025-05-10 | add StartUseItemEvent and improve code related to interactions | mat | |
| 2025-05-02 | fix InstanceName desync | mat | |
| 2025-04-25 | update to bevy 0.16 | mat | |
| 2025-04-13 | optimization: only run update_on_climbable for local entities | mat | |
| 2025-04-04 | rename ChatPacket::username and uuid to sender and sender_uuid | mat | |
| also adds more convenience functions to Client | |||
| 2025-04-04 | remove executable bit from files | mat | |
| 2025-03-28 | fix entity deindexing happening at the wrong time | 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-20 | add Event::Spawn | mat | |
| 2025-03-20 | document Position default | mat | |
| 2025-03-16 | Fluid physics fixes (#210) | mat | |
| * start fixing code related to fluid physics * implement force_solid for blocks * afk pool test | |||
| 2025-03-13 | improve Swarm docs and change an indexing warning to a debug log | mat | |
| 2025-03-13 | properly remove from the EntityIdIndex component on despawn | mat | |
| 2025-03-06 | fix despawning entities on dimension change | mat | |
| 2025-02-24 | fix send_receivepacketevent running outside of game state | 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-22 | Refactor azalea-client (#205) | mat | |
| * start organizing packet_handling more by moving packet handlers into their own functions * finish writing all the handler functions for packets * use macro for generating match statement for packet handler functions * fix set_entity_data * update config state to also use handler functions * organize az-client file structure by moving things into plugins directory * fix merge issues | |||
| 2025-02-22 | update to rust edition 2024 | mat | |
| 2025-02-22 | fix is_trapdoor_useable_as_ladder and add test | mat | |
| 2025-02-21 | despawn entities when switching worlds and some testbot fixes | mat | |
| 2025-02-02 | cleanup, fix warnings | mat | |
| 2025-02-02 | start implementing data driven registries | mat | |
| 2025-02-01 | set player metadata on init instead of login | mat | |
| 2025-02-01 | add failing test_set_health_before_login test | mat | |
| 2025-01-29 | add data for EntityEffect particle to fix set_entity_data errors on hypixel | mat | |
| 2025-01-13 | change some warnings to debug logs and improve some entity id index code | mat | |
| 2025-01-12 | fix panic on bot disconnect | mat | |
| 2025-01-11 | codegen entity dimensions | mat | |
| 2025-01-11 | dead entities cannot be revived | mat | |
| 2025-01-11 | update wrong entity metadata | 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-24 | fix parsing Dust particle and treat waterlogged blocks as liquid in pathfinder | mat | |
| 2024-12-23 | rename metadata::State to metadata::SnifferState | mat | |
| 2024-12-20 | update entity metadata | 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-12-11 | fix incorrect EntityDataValue::Long | mat | |
| 2024-12-05 | fix container_set_content, player_position, and recipe_book_remove packets | mat | |
| 2024-12-03 | 1.21.4 (#189) | mat | |
| * start updating to 1.21.4 * fix block codegen and stop using block data from burger * 1.21.4-rc1 * 1.21.4 | |||
| 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-27 | make item in EntityMetadataItems public | mat | |
| closes #169 | |||
