aboutsummaryrefslogtreecommitdiff
path: root/azalea-client/src
AgeCommit message (Collapse)Author
2022-08-06Better errors (#14)mat
* make reading use thiserror * finish implementing all the error things * clippy warnings related to ok_or * fix some errors in other places * thiserror in more places * don't use closures in a couple places * errors in writing packet * rip backtraces * change some BufReadError::Custom to UnexpectedEnumVariant * Errors say what packet is bad * error on leftover data and fix it wasn't reading the properties for gameprofile
2022-07-29make Connection a single struct with genericsmat
This isn't that good of a solution but I couldn't come up with a better one and this was pretty simple to implement
2022-07-29fix errors in az-clientmat
2022-07-29fix errors and warningsmat
2022-07-07Fix errormat
2022-07-07Merge branch 'main' into 1.19.1mat
2022-07-06It compilesmat
2022-06-25clippomat
2022-06-25Fix warningsmat
2022-06-25merge ClientState and Clientmat
2022-06-25rename World to dimensionmat
A world is a collection of dimensions
2022-06-25ClientboundUpdateMobEffectPacketmat
2022-06-24i hate mutexesmat
2022-06-24start adding movingmat
2022-06-23Fixesmat
2022-06-23move_entity_with_deltamat
2022-06-23Fix everything so azalea-buf worksmat
2022-06-23azalea-bufmat
2022-06-21Add move_tomat
2022-06-20add gametick event and find_one_entitymat
2022-06-19Fix some clippy warningsmat
2022-06-19Improvements to azalea-world for entitiesmat
2022-06-18account.rs and client.rsmat
2022-06-18from<ClientboundAddEntityPacket> for Entitymat
2022-06-17EntityStoragemat
2022-06-17Create azalea-entitymat
2022-06-17EntityPosmat
2022-06-17Update ClientboundSoundPacket to 1.19mat
2022-05-26fix some packetsmat
2022-05-26Fixesmat
2022-05-261.19mat
2022-05-14ClientboundLevelParticlesPacket worksmat
2022-05-14ClientboundGameEventPacketmat
2022-05-14actually do ClientboundSectionBlocksUpdatePacketmat
2022-05-14add unhandled ClientboundSectionBlocksUpdatePacketmat
2022-05-14get_block_state worksmat
2022-05-08add more stuffmat
2022-05-08Merge branch 'main' into chunk-decodingmat
2022-05-08animate packetmat
2022-05-08azalea-chat now checks language filesmat
2022-05-07fixmat
2022-05-07block update packetmat
2022-05-07level event packetmat
2022-05-07chat and sound packetsmat
2022-05-07remove entities packetmat
2022-05-07add keepalive packetsmat
2022-05-07add move packetsmat
2022-05-07move entity and rotate head packetsmat
2022-05-07update advancements packetmat
2022-05-07add a couple more packetsmat