aboutsummaryrefslogtreecommitdiff
path: root/azalea-client
AgeCommit message (Expand)Author
2025-02-21Fix errors on switching dimensions (#204)mat
2025-02-17update docs for TabList to mention how it works as a resourcemat
2025-02-16use MinecraftEntityId type instead of u32 in az-protocolmat
2025-02-14upgrade depsmat
2025-02-14remove stabilized trait_upcasting feature gatesmat
2025-02-03Fix deadlock when changing server (#200)Kumpelinus
2025-02-02cleanup, fix warningsmat
2025-02-02start implementing data driven registriesmat
2025-02-01fix doc errorsmat
2025-02-01set player metadata on init instead of loginmat
2025-02-01add failing test_set_health_before_login testmat
2025-01-29remove debug logmat
2025-01-29fix PlayerInput to handle diagonal inputsmat
2025-01-29change some warns to debugsmat
2025-01-29add support for tickend and playerinputmat
2025-01-27don't warn on release mode for unknown PlayerInfoUpdatemat
2025-01-25Rename Connection::configuration to config and add some clientbound functions...mat
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-25close tcp connection on bot disconnect and add swarms to testbot climat
2024-12-25remove dependency on bytes crate for azalea-protocol and fix memory leakmat
2024-12-25optimize pathfindermat
2024-12-24improve some docs and apis related to pathfindermat
2024-12-20Release independent packagesmat
2024-12-20Release 0.11.0+mc1.21.4mat
2024-12-19fix incorrect packetsmat
2024-12-11Implement EntityPositionSync (#196)mat
2024-12-10Disable the `deadlock_detection` feature by default (#195)EightFactorial
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-12-031.21.4 (#189)mat
2024-11-30Add missing world border boolean to use item on packet in 1.21.2 (#192)Shayne Hartford
2024-11-28change DataComponentPatch::get to take in a generic (and add get_kind, has, a...mat
2024-11-27Refactor azalea-protocol (#190)mat
2024-11-27replace once_cell with std:;sync::LazyLockmat
2024-11-23Update and merge the dependencies (#187)Shayne Hartford
2024-11-12Make some internal system handles public for use with before/after (#180)Shayne Hartford
2024-10-26group imports with rustfmtmat
2024-10-231.21.2 (#171)mat
2024-10-22Release 0.10.3+mc1.21.1mat
2024-10-21Rename InventoryComponent to Inventory to match other components (#177)Shayne Hartford
2024-08-15fix incorrect comment in with_microsoft_access_token docsmat
2024-08-15modify some docsmat
2024-08-15fix sometimes being able to mine blocks through wallsmat
2024-08-11Auth Customization Options (#159)Aditya Kumar
2024-08-11fmtmat