aboutsummaryrefslogtreecommitdiff
path: root/azalea-client/src/packet_handling
AgeCommit message (Expand)Author
2025-02-22Refactor azalea-client (#205)mat
2025-02-22update to rust edition 2024mat
2025-02-22fix brand and client info so they're only sent when leaving login instead of ...mat
2025-02-21Fix errors on switching dimensions (#204)mat
2025-02-16use MinecraftEntityId type instead of u32 in az-protocolmat
2025-02-03Fix deadlock when changing server (#200)Kumpelinus
2025-02-01set player metadata on init instead of loginmat
2025-02-01add failing test_set_health_before_login testmat
2025-01-29change some warns to debugsmat
2025-01-27don't warn on release mode for unknown PlayerInfoUpdatemat
2025-01-21fix name of field in CommonPlayerSpawnInfomat
2025-01-21fix errors when switching worldsmat
2025-01-14fix wrong ServerLinkKind and serialize hex colors correctly in nbtmat
2025-01-13change some warnings to debug logs and improve some entity id index codemat
2025-01-10Fluid physics (#199)mat
2024-12-25partial fix for sending Config packets during Gamemat
2024-12-19fix incorrect packetsmat
2024-12-11Implement EntityPositionSync (#196)mat
2024-12-05fix container_set_content, player_position, and recipe_book_remove packetsmat
2024-12-04Update Bevy and migrate to workspace dependencies and package attributes (#181)EightFactorial
2024-11-27Refactor azalea-protocol (#190)mat
2024-10-26group imports with rustfmtmat
2024-10-231.21.2 (#171)mat
2024-10-21Rename InventoryComponent to Inventory to match other components (#177)Shayne Hartford
2024-05-22read Tool blocks as HolderSetmat
2024-04-231.20.5 (#127)mat
2024-04-20clippymat
2024-02-24track entity rotationsmat
2024-02-23fix 'CommandQueue has un-applied commands being dropped.' spammat
2024-02-18fix for hypixel (wasn't sending ClientInformation on configuration)mat
2024-02-17upgrade deps, bevy 0.13mat
2023-12-09fix typos in code with crate-ci/typosmat
2023-12-07apply command in StartConfigurationmat
2023-12-07implement StartConfiguration packet maybemat
2023-12-051.20.3 (#110)mat
2023-12-04revert packet name to Disguised and make it more like ChatPacket::Playermat
2023-12-04Add masked chat type/event (#118)Shayne Hartford
2023-12-03let plugins override query responsesmat
2023-12-03clippymat
2023-12-03make it so plugins can send and receive packets during the login statemat
2023-12-01disconnect fixesmat
2023-12-01addd disconnect reason (#114)1zuna
2023-11-18share registries in swarms and fix some bugsmat
2023-11-18make loading chunks its own bevy systemmat
2023-11-18upgrade all dependenciesmat
2023-11-18replace log with tracingmat
2023-11-18make packet an Arc in PacketEventmat
2023-11-18simplify some codemat
2023-11-06bevy 0.12mat
2023-10-12rename KnockbackEvent::kind to knockbackmat