aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
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