aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2022-07-12[✨] updated packet test case and stuffBennovanDorst
2022-07-12[🎉] Added 1.19BennovanDorst
2021-11-09Compile under stableregenerativep
2021-10-28entity metadata for 1.17.1regenerativep
2021-10-27packeterr cloneableregenerativep
2021-10-24fix comma placementregenerativep
2021-10-241.17.1regenerativep
2021-07-04tags packet fixregenerativep
2021-07-02swap jigsaw and admin in 1.17regenerativep
2021-06-29named contents wrongregenerativep
2021-06-29possible chat fix, jigsaw/creative swapregenerativep
2021-06-171.17regenerativep
2021-01-04fix status parsingJoey Sacchini
2021-01-01make the type for 1.15.2 packet smaller (4k+ -> a few hundred bytes)Joey Sacchini
2021-01-01fix status parsingJoey Sacchini
2020-12-07remove packet type from packet kind trait (mistake)Joey Sacchini
2020-12-07include associated packet type with PacketKind traitJoey Sacchini
2020-12-07optionally use GAT with PacketKindJoey Sacchini
2020-12-07packet kind enumJoey Sacchini
2020-12-03fix to_owned() on State#nameJoey Sacchini
2020-12-02minecraft:angle for command parser specJoey Sacchini
2020-12-02add available_biomesJoey Sacchini
2020-12-01max_players is a VarIntJoey Sacchini
2020-12-01support previous gamemodeJoey Sacchini
2020-11-28fix silly mistake in proto_byte_flagJoey Sacchini
2020-10-22move RemainingBytes out of the protocol definitions and refactor some duplica...Joey Sacchini
2020-10-20add feature flags for the different version modulesJoey Sacchini
2020-10-20implement 1.16.3 (as a duplicate module, basically)Joey Sacchini
2020-10-20serialize id as VarIntJoey Sacchini
2020-10-20simplify relationship between raw packet and packetJoey Sacchini
2020-10-20Make mc_serialize_body it's own member of Packet trait instead of using Seria...Joey Sacchini
2020-10-20define the Id, State, and PacketDirection types for all protocol versions, an...Joey Sacchini
2020-10-20lots of macro and type refactoring to simplify common patterns such as: posit...Joey Sacchini
2020-10-20implement byte order as a trait and use it instead of the util functionsJoey Sacchini
2020-10-20add get_mut to entity metadataJoey Sacchini
2020-10-20fix no_std for EntityMetadataJoey Sacchini
2020-10-20iterator for entity metadataJoey Sacchini
2020-10-20fix style in uuid codeJoey Sacchini
2020-10-20implement basic support for entity metadata formatJoey Sacchini
2020-10-19support uuids with no dashesJoey Sacchini
2020-10-19let the compiler decide about inlining, my choices seem to have a trivial imp...Joey Sacchini
2020-10-19fix bug in nbt.rs (<= 0 on unsigned type)Joey Sacchini
2020-10-19make benchmarks an optional feature so we don't require nightly rust to use t...Joey Sacchini
2020-10-19only need one struct def for raw dataJoey Sacchini
2020-10-19remove compat layer (don't need it), and fix some other small issues with tes...Joey Sacchini
2020-10-19remove unused feature and simplify cfg_attrJoey Sacchini
2020-10-19fix mistakes when implementing no_stdJoey Sacchini
2020-10-19allow no_std with allocJoey Sacchini
2020-10-16add feature to support enum associated values in macro-defined-enums, and rep...Joey Sacchini
2020-10-14deserialize not into_deserialized for raw packet bodyJoey Sacchini