aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
AgeCommit message (Collapse)Author
2025-09-20more accurate mining and impl PartialEq for packetsmat
2025-09-13Fix the rsa / signature crate compilation errors (#245)Shayne Hartford
* Sort dependencies * Fix RSA / Signature compilation error * Remove incorrectly labeled minor / patch numbers on unlocked dependencies * Remove unused bracket syntax
2025-08-18fix simdnbt depmat
2025-08-15depend on git repo for rsa crate to fix compilationmat
2025-08-12upgrade deps and remove unused depsmat
2025-08-10Send correct data component checksums (#234)mat
* start implementing data component crc32 hashes * start doing serde impls for checksums * make more components hashable * make all data components serializable * support recursive components * fix simdnbt dep * update changelog * clippy
2025-08-02upgrade depsmat
2025-07-241.21.8mat
2025-06-301.21.7 (#227)mat
* 1.21.7-rc1 * 1.21.7 * update Cargo.lock too
2025-06-171.21.6 (#215)mat
2025-06-15Release independent packagesmat
Generated by cargo-workspaces
2025-06-15update depsmat
2025-05-08add chat signingmat
2025-05-06switch back to stable hickory-resolvermat
2025-05-03update deps and lock hickory-resolver to a commitmat
2025-04-25update to bevy 0.16mat
2025-04-24update to git hickory-resolver and use system resolvermat
2025-04-17Move login state to the ECS (#213)mat
* use packet handlers code for login custom_query * initial broken implementation for ecs-only login * fixes * run Update schedule 60 times per second and delete code related to run_schedule_sender * fix tests * fix online-mode * reply to query packets in a separate system and make it easier for plugins to disable individual replies * remove unused imports
2025-04-13release 0.12.0+mc1.21.5mat
2025-04-12upgrade depsmat
2025-03-29update ServerboundContainerClick to use HashedStack from 1.21.5mat
2025-03-26fix components, show_in_tooltip was removedmat
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-25use zlib-rs for compressionmat
2025-03-20upgrade deps and slightly improve docsmat
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
2025-02-23minor memory usage optimizationsmat
2025-02-22update depsmat
2025-02-21fix CustomModelData and WrittenBookContent datacomponentsmat
2025-02-17Enable serde feature in sub-crates (#202)Shayne Hartford
Add serde derive to MinecraftEntityId
2025-02-14upgrade depsmat
2025-02-02start implementing data driven registriesmat
2025-02-02update depsmat
2025-01-12fix bugs with decoding/encoding DataComponentPatchmat
2024-12-27implement fluid_shapemat
2024-12-27resolve some todos in az-coremat
2024-12-26make a_star function use an IndexMap like the pathfinding cratemat
2024-12-26replace priority_queue crate with std BinaryHeapmat
2024-12-25remove dependency on bytes crate for azalea-protocol and fix memory leakmat
2024-12-24make BlockState a u16 and add a BlockStateIntegerRepr typemat
2024-12-21update trust-dns -> hickory-dnsmat
2024-12-20Release independent packagesmat
Generated by cargo-workspaces
2024-12-20update depsmat
2024-12-10Disable the `deadlock_detection` feature by default (#195)EightFactorial
* Disable the `deadlock_detection` feature by default Fixes conflicts with any packages that enable parking_lot's `send_guard` feature * move testbot deadlock detection to a function and add additional comments --------- Co-authored-by: mat <git@matdoes.dev>
2024-12-07Emit a build warning if the compiler may fail to build (#194)EightFactorial
This should be reverted when the latest nightly can build again
2024-12-04Update Bevy and migrate to workspace dependencies and package attributes (#181)EightFactorial
* Use workspace `Cargo.toml` for dependencies and package atributes * Fix a couple clippy warnings * Update bevy, update build script, move deps to workspace, and fix clippy warnings * Remove carrots from crate versions The default behavior is the same * Remove unused dependencies Compiles and all tests pass, so it should be fine * Update codegen to use `std::sync::LazyLock` instead of `once_cell::sync::Lazy` * Update Bevy to `0.15.0-rc.3` Surprisingly little needed to be changed * Update to bevy 0.15.0 * Fix leftover merge issues * Clarify the reason the swarm can't connect * Fix duplicate lint, remove `log` dependency
2024-12-031.21.4 (#189)mat
* start updating to 1.21.4 * fix block codegen and stop using block data from burger * 1.21.4-rc1 * 1.21.4
2024-11-27Refactor azalea-protocol (#190)mat
* start updating to 1.21.4 * fix block codegen and stop using block data from burger * rename packet related modules and structs to be simpler * ItemSlot -> ItemStack for more consistency with mojmap * .get() -> .into_packet() * simplify declare_state_packets by removing packet ids * rename read_from and write_into to azalea_read and azalea_write * rename McBufReadable and McBufWritable to AzaleaRead and AzaleaWrite * McBuf -> AzBuf * remove most uses of into_variant * update codegen and use resourcelocation names for packets * implement #[limit(i)] attribute for AzBuf derive macro * fixes for 1.21.4 * fix examples * update some physics code and fix ChatType * remove unused imports in codegen * re-add some things to migrate.py and update +mc version numbers automatically * downgrade to 1.21.3 lol
2024-11-27replace once_cell with std:;sync::LazyLockmat
2024-11-23Update and merge the dependencies (#187)Shayne Hartford
* Add rust rover to .gitignore * Fold dependency feature lists * Sort dependencies alphabetically * Update dependencies * Upgrade dependencies * Comment out unused dependencies * Nightly is broken right now :) * Fix conflict with derive_more * cargo autoinherit to merge dependencies * Fix clippy lints