aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-12-23rename metadata::State to metadata::SnifferStatemat
2024-12-23add a bit more logging to handshake_proxymat
2024-12-23add a test for 2b2t queue chat messagemat
2024-12-23fix 'extra' parsing in FormattedText::from_nbt_compound which results in dupl...mat
2024-12-23exit get_block_state early if below the worldmat
2024-12-23make testbot take cli argsmat
2024-12-21fix unlinked link in commentmat
2024-12-21update trust-dns -> hickory-dnsmat
2024-12-21fix flakey pathfinder tests by moving stop_pathfinding_on_instance_change to ...mat
2024-12-21fix compiling azalea-registrymat
2024-12-20Release independent packagesmat
2024-12-20Release 0.11.0+mc1.21.4mat
2024-12-21more verbose login_disconnect errormat
2024-12-20fix incorrect tags codegenmat
2024-12-20update entity metadatamat
2024-12-20update depsmat
2024-12-19fix incorrect packetsmat
2024-12-12chore(core): Derive Serialize and Deserialize for `direction` types (#197)Gaspard Culis
2024-12-11Implement EntityPositionSync (#196)mat
2024-12-11remove the generic_const_exprs feature since it's unused and to make the rust...mat
2024-12-11fix incorrect EntityDataValue::Longmat
2024-12-11fix for latest nightly by changing the FixedBitSet generic to take bytes inst...mat
2024-12-10Disable the `deadlock_detection` feature by default (#195)EightFactorial
2024-12-07Emit a build warning if the compiler may fail to build (#194)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-03add link to 1.21.3 branch in readmemat
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-30Impl FromStr for BlockPos & Vec (again) (#191)Shayne Hartford
2024-11-28switch some packet structs to unit structsmat
2024-11-28improve DataComponentPatch::has and has_kindmat
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-27make item in EntityMetadataItems publicmat
2024-11-27replace once_cell with std:;sync::LazyLockmat
2024-11-23Update and merge the dependencies (#187)Shayne Hartford
2024-11-22Fix debug warning (#186)Shayne Hartford
2024-11-20Add SwarmBuilder::add_account_with_opts (#185)Shayne Hartford
2024-11-15Add more derives to the pathfinder goals for flexibility (#183)Shayne Hartford
2024-11-12Switch to u32 to match other entity ids in Azalea (#182)Shayne Hartford
2024-11-12Make some internal system handles public for use with before/after (#180)Shayne Hartford
2024-11-03feat(registry): Derive Serialize and Deserialize on registry types (#179)Gaspard Culis
2024-10-26group imports with rustfmtmat
2024-10-26fix ClientboundPlayerInfoUpdatePacket and replace GameProfile with LoginFinis...mat
2024-10-23add 1.21.1 to branches list in readmemat
2024-10-231.21.2 (#171)mat
2024-10-22Release 0.10.3+mc1.21.1mat
2024-10-22Add missing yaw and patch fields to ServerboundUseItemPacket (#178)Shayne Hartford
2024-10-21Rename InventoryComponent to Inventory to match other components (#177)Shayne Hartford