aboutsummaryrefslogtreecommitdiff
path: root/azalea-protocol/packet-macros/src/lib.rs
AgeCommit message (Expand)Author
2022-09-05Publish everything* to crates.iomat
2022-08-31fix a couple more possible panicsUbuntu
2022-08-06Better errors (#14)mat
2022-07-29fix errors and warningsmat
2022-07-29Split clientbound and serverbound packetsmat
2022-06-25Fix warningsmat
2022-06-25read_into -> read_frommat
2022-06-23Fix everything so azalea-buf worksmat
2022-06-23azalea-bufmat
2022-05-26fix some packetsmat
2022-05-26Compilesmat
2022-05-26Fixesmat
2022-05-14add derive McBuf to every packetmat
2022-05-14start adding ClientboundLevelParticlesPacketmat
2022-05-08Merge branch 'main' into chunk-decodingmat
2022-05-07update advancements packetmat
2022-05-07Initialize worldborder packetmat
2022-05-03clippymat
2022-05-01impl Write instead of Vec<u8> for consistencymat
2022-05-01impl Write instead of Vec<u8> for consistencymat
2022-05-01Reduce usage of AsyncReadmat
2022-05-01Ignore unknown packetsmat
2022-05-01clientbound_add_entity_packet & clientbound_set_entity_data_packetmat
2022-04-30actually send the ServerboundCustomPayloadPacketmat
2022-04-30Simplify packet macromat
2022-04-28add bitset and work on chunk packetsmat
2022-04-26add derive mcbufreadable/writablemat
2022-04-22simplify error handlingmat
2022-04-21Set carried item and update tags packetsmat
2022-04-19Fix declare_state_packetsmat
2022-04-19allow trailing commas in declare_state_packetsmat
2022-04-19add declare_state_packets to the other statesmat
2022-04-19finish declare_state_packets implementationmat
2022-04-19start adding more stuffmat
2022-04-19start adding declare_state_packetsmat
2022-01-02fix random warningsmat
2022-01-02switch all current macro types to the new systemmat
2022-01-02implement for Vec<u8>mat
2022-01-02start improving packet macrosmat
2022-01-02add macro for a couple more packetsmat
2022-01-01start adding packet macrosmat