aboutsummaryrefslogtreecommitdiff
path: root/azalea/src/accept_resource_packs.rs
AgeCommit message (Expand)Author
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-08-20split client information handling out of BrandPlugin and some other cleanupmat
2025-05-30formatting: merge importsmat
2025-04-05remove unnecessary ecs system ordering for handle_outgoing_packetsmat
2025-03-19make SendPacketEvent a bevy triggermat
2025-03-16Fluid physics fixes (#210)mat
2025-03-13correctly accept resource packs while in config statemat
2025-02-22Refactor azalea-client (#205)mat
2024-11-27Refactor azalea-protocol (#190)mat
2024-10-26group imports with rustfmtmat
2023-12-051.20.3 (#110)mat
2023-12-03make it so plugins can send and receive packets during the login statemat
2023-11-18make loading chunks its own bevy systemmat
2023-11-06bevy 0.12mat
2023-09-211.20.2 (#99)mat
2023-09-14AcceptResourcePacksPluginmat