aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-06-121.20.1mat
2023-06-12link to 1.19.4 branchmat
2023-06-12Merge branch '1.20'mat
2023-06-121.20mat
2023-05-28fix panic in azalea-chatmat
2023-05-27revert echo examplemat
2023-05-27random fixes mostly related to auth and cryptomat
2023-05-26add stuff related to chat signingmat
and also some stuff related to digging because i forgot to do a different branch lol
2023-05-26add stuff related to chat signingmat
and also some stuff related to digging because i forgot to do a different branch lol
2023-05-24merge mainmat
2023-05-241.20-pre5mat
2023-05-21fix respawn system ambiguitymat
2023-05-17chore: Releasemat
2023-05-16chore: Releasemat
2023-05-16and add the required fieldsmat
2023-05-16and also update the dependents lolmat
2023-05-16set version of azalea-inventory to 0.6mat
2023-05-16chore: Releasemat
2023-05-16format some Cargo.tomlsmat
2023-05-16upgrade dependenciesmat
have fun compiling nerds
2023-05-16better variable naming in docmat
2023-05-16ClientBuilder::new_without_pluginsmat
2023-05-161.20-pre2mat
2023-05-13ChatPacket::is_whispermat
2023-05-13reexport azalea-chat and add goto docsmat
2023-05-12Merge branch 'main' into 1.20mat
2023-05-12protocol fixesmat
2023-05-12remove unused importmat
2023-05-12auto respawnmat
2023-05-12handle ping packet and resource pack correctlymat
2023-05-12fix warningsmat
2023-05-111.20-pre1mat
2023-05-09astarmat
2023-05-07more brigadier docsmat
2023-05-07more brigadier argument typesmat
2023-05-06fix panic on disconnectmat
2023-05-05fix CommandDispatcher::defaultmat
2023-05-05CommandDispatcher is now Send+Syncmat
2023-05-05change some things to be Arc+RwLock in brigadiermat
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-04merge mainmat
2023-05-0423w18amat
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-30Merge branch 'main' into 1.20mat