aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-08-19raycasting not raytracingmat
2023-08-19Removed .vscode settings (#104)TheDudeFromCI
Signed-off-by: TheDudeFromCI <thedudefromci@gmail.com>
2023-08-19Export bot.rs (#101)TheDudeFromCI
2023-08-16no_handler() option for ClientBuilder (#100)TheDudeFromCI
* Added no_handler client builder option Signed-off-by: TheDudeFromCI <thedudefromci@gmail.com> * Made EmptyState public Signed-off-by: TheDudeFromCI <thedudefromci@gmail.com> * Packaged no_handler placeholders in own module Signed-off-by: TheDudeFromCI <thedudefromci@gmail.com> * imply no state and remove Fut generic from ClientBuilder and SwarmBuilder * use destructuring in set_handler and fix a doc --------- Signed-off-by: TheDudeFromCI <thedudefromci@gmail.com> Co-authored-by: mat <git@matdoes.dev>
2023-08-15fix testsmat
2023-08-15upgrade thiserror and other depsmat
2023-08-03loosen Default requirement for State on SwarmBuildermat
2023-08-01remove unnecessary parensmat
2023-08-01improve Instance::find_blockmat
2023-07-31add EntityDataItem::newmat
2023-07-26fix querying multiple components in entity_bymat
2023-07-23fix sometimes not receiving chunksmat
2023-07-23fix sending brand incorrectlymat
2023-07-23clean up azalea-entity a littlemat
2023-07-20delete unused serde modulemat
2023-07-20pub use tag::* in azalea-nbtmat
2023-07-20make PalettedContainer::new less weirdmat
2023-07-20remove unnecessary clonemat
2023-07-20derive Copy for ChunkSectionBlockPosmat
2023-07-19remove unused depsmat
2023-07-19fix wrong names in a Debug and relax PartialChunkStorage::set_block_statemat
2023-07-16add try_read to connectionmat
2023-07-15descend up to 3 blocks in pathfindermat
2023-07-15fix brigadier booleansmat
2023-07-15Attacking (#96)mat
* add Client::attack * partially implement attack cooldowns * attack speed modifiers * don't care clippy --------- Co-authored-by: mat <git@matdoes.dev>
2023-07-15fix auto respawn and fix entity metadatamat
2023-07-14Mining (#95)mat
* more mining stuff * initialize azalea-tags crate * more mining stuff 2 * mining in ecs * well technically mining works but no codegen for how long it takes to mine each block yet * rename downloads to __cache__ it was bothering me since it's not *just* downloads * codegen block behavior * fix not sending packet to finish breaking block * mining animation 🎉 * clippy * cleanup, move Client::mine into a client extension * add azalea/src/mining.rs --------- Co-authored-by: mat <git@matdoes.dev>
2023-07-09Update to Bevy 0.11 (#94)mat
* update to bevy 0.11 * clippy --------- Co-authored-by: mat <git@matdoes.dev>
2023-06-24Add ClientBuilder:new_without_log (#93)xtex
* Add ClientBuilder:new_without_log * 'log' feature * fix warnings --------- Co-authored-by: mat <git@matdoes.dev>
2023-06-24Add functions `auth_with_link_code`, `get_ms_link_code`, and ↵Adam Reisenauer
`get_ms_auth_token`. (#88) * Add option for grabbing authentication code for Microsoft seperately. Created two new functions, one that outputs the DeviceCodeResponse and one that uses this response to authenticate an actual account. * Added documentation and cleaned up function names. Still wondering about code repeition * reduce code duplication, more docs, cleanup * clippy --------- Co-authored-by: mat <git@matdoes.dev>
2023-06-15fix clientboundsoundpacketmat
closes #89
2023-06-14actually make Vec3::length sqrtmat
2023-06-14Vec3::distance_to and clippymat
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