aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-05-05remove more unnecessary brigadier cloning!mat
2023-05-05fix some warningsmat
2023-05-05rename Client::inventory to open_inventorymat
2023-05-05add Client::inventorymat
2023-05-04remove unnecessary clones in brigadiermat
2023-05-04export brigadier from azaleamat
2023-05-03Inventory (#48)mat
* start adding azalea-inventory * design more of how inventories are defined * start working on az-inv-macros * inventory macro works * start adding inventory codegen * update some deps * add inventory codegen * manually write inventory menus * put the inventories in Client * start on containersetcontent * inventory menu should hopefully work * checks in containersetcontent * format a comment * move some variant matches * inventory.rs * inventory stuff * more inventory stuff * inventory/container tracking works * start adding interact function * sequence number * start adding HitResultComponent * implement traverse_blocks * start adding clip * add clip function * update_hit_result_component * start trying to fix * fix * make some stuff simpler * clippy * lever * chest * container handle * fix ambiguity * fix some doc tests * move some container stuff from az-client to azalea * clicking container * start implementing simulate_click * keep working on simulate click * implement more of simulate_click this is really boring * inventory fixes * start implementing shift clicking * fix panic in azalea-chat i hope * shift clicking implemented * more inventory stuff * fix items not showing in containers sometimes * fix test * fix all warnings * remove a println --------- Co-authored-by: mat <git@matdoes.dev>
2023-05-01fix conflicts that happen sometimes with serdemat
2023-04-22fix panic in azalea-chat i hopemat
2023-04-19rename and export AccountOptsmat
2023-04-19re export azalea_auth from azaleamat
2023-04-12fix testsmat
2023-04-01Damage_Event unsigned subtract from zero (#86)EightFactorial
2023-03-24random nbt improvementsmat
2023-03-24fix merge conflictmat
2023-03-23simd number arraysmat
2023-03-23>=128mat
2023-03-23nbt lookup optimizationmat
2023-03-23polish nbt a bitmat
2023-03-23rename Tag to Nbtmat
2023-03-23default for nbtcompoundmat
2023-03-23make encode not a Result and small optimizationsmat
2023-03-22binary search mapmat
2023-03-22rename benchmarksmat
2023-03-22improve comparison benchmarkmat
2023-03-22make nbt code more readable and add comparison benchmarkmat
2023-03-22optimize nbt listsmat
2023-03-22use enum-as-inner in nbtmat
2023-03-22use compact_str in nbtmat
2023-03-21clear titles packetmat
2023-03-21remove unused dependenciesmat
thanks cargo-udeps
2023-03-14mention the other version branches in the readmemat
2023-03-141.19.4 (#57)mat
* 23w03a * 23w04a * 23w05a * 23w06a * fix * 23w07a mojang broke their json data generator so some stuff is missing * didn't mean to commit that file here * 1.19.4-pre2 * fix * 1.19.4-pre3 * fix * how did these packets get here * 1.19.4-pre4 * 1.19.4-rc1 * 1.19.4-rc2 * 1.19.4-rc3 * merge main * remove debugging code * 1.19.4
2023-03-14cargo updatemat
2023-03-14make ResourceLocation::new -> Self and impl Serialize/Deserialize for ↵mat
ResourceLocation
2023-03-12Do not deserialize full registry by default (#83)EightFactorial
* Do not deserialize full registry by default * Only need height and min_y
2023-03-11fix doc errorsmat
2023-03-11slightly optimize azalea_nbt::Tag::idmat
2023-03-11Fix infinite recursion in the DNS resolver (#82)Luna
2023-03-11Add RegistryHolder struct and serde features (#81)EightFactorial
* Make RegistryHolder struct * Update deps * Move RegistryHolder to azalea-protocol * Convert bytes to bools and back * Rename and shuffle logic * Move logic into trait, rename methods * Final touchups * Ah, merge mistakes * Add serde support for ResourceLocation * Reuse structs * Error when serde skips values in debug mode Add missing attributes * Strict_registry feature, require packet feature * Add test * Move into packets * Docs and touchups * Reword docs * Move into module inside ClientboundLoginPacket * Add azalea-nbt serde feature * remove duplicate comment and type_ -> kind --------- Co-authored-by: mat <github@matdoes.dev>
2023-03-08make ClientInformation and TabList their own componentsmat
2023-03-08merge mainmat
2023-03-07Add World::find_block (#80)mat
* start adding World::find_block * keep working on find_block * BlockStates * fix sorting * update examples that use find_one_block * azalea_block::properties * fix tests * add a gotoblock command to testbot
2023-03-07Bevy 0.10 (#79)mat
* replace 0.9.1 with 0.10.0 * start migrating to bevy .10 * well it compiles * doesn't immediately panic * remove unused imports * fmt * delete azalea-ecs * make RelativeEntityUpdate an EntityCommand * fix a doc test * explain what FixedUpdate does
2023-03-01remove a ?mat
2023-03-01Merge branch 'main' of https://github.com/mat-1/azalea into mainmat
2023-03-01fix reconnecting in testbot examplemat
2023-02-27Remove invalid characters and truncate messages and commands to 256 (#78)Shayne Hartford
* Remove invalid characters and truncate messages and commands to 256 * Remove duplicated use statements * Remove to_owned and use matches! macro
2023-02-27also run action on prsmat
2023-02-27Change Windows env from USERPROFILE to APPDATA (#77)Shayne Hartford