| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-08-10 | Send correct data component checksums (#234) | mat | |
| * start implementing data component crc32 hashes * start doing serde impls for checksums * make more components hashable * make all data components serializable * support recursive components * fix simdnbt dep * update changelog * clippy | |||
| 2025-08-04 | Default components (#232) | mat | |
| * add default components * remove debug prints * clippy * use default components * fix tests | |||
| 2025-06-03 | copy player part of container_menu to inventory_menu on close | mat | |
| 2025-06-04 | re-enable click prediction and fix related issues | mat | |
| 2025-06-03 | fix issues when pathfinding to non-full blocks and add Client::view_inventory | mat | |
| 2025-06-03 | replace wait_one_tick with wait_ticks and some other api improvements | mat | |
| 2025-05-30 | fix clippy issues and improve formatting everywhere | mat | |
| 2025-04-25 | update to bevy 0.16 | mat | |
| 2025-04-05 | remove unnecessary ecs system ordering for handle_outgoing_packets | mat | |
| 2025-03-29 | fix compilation related to carried_item | mat | |
| 2025-03-29 | update ServerboundContainerClick to use HashedStack from 1.21.5 | mat | |
| 2025-03-19 | make SendPacketEvent a bevy trigger | mat | |
| 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 | |||
