aboutsummaryrefslogtreecommitdiff
path: root/azalea-client/src/plugins/chunks.rs
AgeCommit message (Collapse)Author
2026-03-21Extensible ChunkStoragemat
Co-authored-by: sdwhw <191973436+sdwhw@users.noreply.github.com>
2026-01-13Rename Instance to World (#304)mat
2025-12-15sort derives with cargo sort-derivesmat
might add to ci later, unsure how to do it without adding significant friction for contributors though
2025-10-04upgrade deps and rename SystemSets to follow bevy's new naming conventionmat
2025-09-29rename SendPacketEvent to SendGamePacketEvent and PingEvent to GamePingEventmat
2025-09-28upgrade bevy to 0.17.0-rc.2mat
2025-06-25remove some unused system orderingmat
2025-06-25improve packet_order test, add BlockUpdatePlugin, fix packet order for sprintingmat
2025-06-02fix issues related to pathfinder miningmat
2025-05-30fix clippy issues and improve formatting everywheremat
2025-05-10add StartUseItemEvent and improve code related to interactionsmat
2025-05-02fix InstanceName desyncmat
2025-04-05remove unnecessary ecs system ordering for handle_outgoing_packetsmat
2025-03-251.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-19make SendPacketEvent a bevy triggermat
2025-02-22Refactor 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