aboutsummaryrefslogtreecommitdiff
path: root/azalea-protocol/src/packets/game
AgeCommit message (Collapse)Author
2022-05-07improve data generator and add packetmat
2022-05-07actually generate a packet!mat
2022-05-07basic code generatormat
2022-05-07add set time packet and update readmemat
2022-05-07Initialize worldborder packetmat
Also add varlong and replace #[varint] with #[var]
2022-05-07clientbound add player packetmat
2022-05-03clippymat
2022-05-03more azalea-world stuffmat
2022-05-02more chunk and readme stuffmat
2022-05-02write some more azalea-world codemat
2022-05-01impl Write instead of Vec<u8> for consistencymat
2022-05-01impl Write instead of Vec<u8> for consistencymat
2022-05-01Merge branch 'main' into chunk-decodingmat
2022-05-01Reduce usage of AsyncReadmat
We already receive everything from the server when it tells us the length, so we can actually just treat the stream as a Read instead of an AsyncRead.
2022-05-01start adding azalea-worldmat
2022-05-01clientbound_set_entity_link_packetmat
2022-05-01ClientboundUpdateAttributesPacket & ClientboundEntityVelocityPacketmat
2022-05-01clientbound_add_entity_packet & clientbound_set_entity_data_packetmat
2022-04-30Simplify packet macromat
Now every packet implements McBufWritable and McBufReadable and uses those so the code doesn't have to be duplicated.
2022-04-30put something useful in statemat
2022-04-30add entity -> add mobmat
2022-04-30Update clientbound_add_entity_packet.rsmat
2022-04-30add clientbound_add_entity_packetmat
2022-04-30misc fixesmat
2022-04-29how do i do thismat
2022-04-28chunk packets workmat
2022-04-28add bitset and work on chunk packetsmat
2022-04-27Update clientbound_level_chunk_with_light_packet.rsmat
2022-04-27create the necessary structsmat
2022-04-27add ClientboundSetChunkCacheCenterPacketmat
2022-04-27fix player info packetmat
2022-04-27player info packetmat
2022-04-27add player position packetmat
2022-04-26add recipe packetmat
2022-04-26update brigadiermat
2022-04-26finish update recipes packet implementationmat
2022-04-26add derive mcbufreadable/writablemat
2022-04-26default implementation for read and write Vec<T>mat
2022-04-26work on adding more stuff for recipesmat
2022-04-24start adding update recipes packetmat
2022-04-241.18.2 supportmat
2022-04-22simplify error handlingmat
2022-04-22add filesmat
2022-04-21Set carried item and update tags packetsmat
2022-04-20make PlayerAbilitiesFlags its own thingmat
2022-04-20add player abilities packetmat
2022-04-19reorder some packetsmat
2022-04-19Merge branch 'main' into declare-commands-packetmat
2022-04-20Merge pull request #1 from mat-1/brigadiermat
azalea-brigadier
2022-04-19add declare_state_packets to the other statesmat