aboutsummaryrefslogtreecommitdiff
path: root/azalea-client
AgeCommit message (Expand)Author
2023-09-11fix ongroundmat
2023-09-11fix falling through blocks on spawn (and triggering anticheats)mat
2023-09-10fix physics bugsmat
2023-09-10fix incorrect jumpingmat
2023-09-08make PacketReceiver::packet_writer publicmat
2023-09-08upgrade depsmat
2023-08-25fix all bevy ambiguitiesmat
2023-08-25implement stepping up stairsmat
2023-08-25add basic pathfinding testmat
2023-08-24Support properly switching instances (#106)mat
2023-08-23remove some debug printlnsmat
2023-08-22fix entities not being despawnedmat
2023-08-21Food/saturation component support (#97)Luuk van Oijen
2023-08-15upgrade thiserror and other depsmat
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-20remove unnecessary clonemat
2023-07-15fix brigadier booleansmat
2023-07-15Attacking (#96)mat
2023-07-15fix auto respawn and fix entity metadatamat
2023-07-14Mining (#95)mat
2023-07-09Update to Bevy 0.11 (#94)mat
2023-06-24Add ClientBuilder:new_without_log (#93)xtex
2023-06-24Add functions `auth_with_link_code`, `get_ms_link_code`, and `get_ms_auth_tok...Adam Reisenauer
2023-06-14Vec3::distance_to and clippymat
2023-05-27random fixes mostly related to auth and cryptomat
2023-05-26add stuff related to chat signingmat
2023-05-17chore: Releasemat
2023-05-16chore: Releasemat
2023-05-16and also update the dependents lolmat
2023-05-16ClientBuilder::new_without_pluginsmat
2023-05-13ChatPacket::is_whispermat
2023-05-12auto respawnmat
2023-05-12handle ping packet and resource pack correctlymat
2023-05-06fix panic on disconnectmat
2023-05-03Inventory (#48)mat
2023-04-19rename and export AccountOptsmat
2023-03-21clear titles packetmat
2023-03-21remove unused dependenciesmat
2023-03-141.19.4 (#57)mat
2023-03-14make ResourceLocation::new -> Self and impl Serialize/Deserialize for Resourc...mat
2023-03-11fix doc errorsmat
2023-03-11Add RegistryHolder struct and serde features (#81)EightFactorial
2023-03-08make ClientInformation and TabList their own componentsmat
2023-03-07Bevy 0.10 (#79)mat
2023-02-27Remove invalid characters and truncate messages and commands to 256 (#78)Shayne Hartford
2023-02-27Change Windows env from USERPROFILE to APPDATA (#77)Shayne Hartford
2023-02-26Add PacketEvent (#75)mat