aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2020-10-14update raw packet to allow deserialization of body in a matchJoey Sacchini
2020-10-14implement enum based raw packet typesJoey Sacchini
2020-10-13fix const fn implJoey Sacchini
2020-10-13remove that needless nightly feature and just use a plain ol' functionJoey Sacchini
2020-10-13fix imports a bitJoey Sacchini
2020-10-13fix stop soundJoey Sacchini
2020-10-13test stop soundJoey Sacchini
2020-10-13Implement stop sound and give some structure to command node declare packetJoey Sacchini
2020-10-13fix statsJoey Sacchini
2020-10-13fix statsJoey Sacchini
2020-10-09Implement server-bound advancement tab packetJoey Sacchini
2020-10-09implement advancement packet (clientbound) and recipe book (serverbound)Joey Sacchini
2020-10-09visit_str not visit_stringJoey Sacchini
2020-10-09interact packet from client has a hand field when action is InteractJoey Sacchini
2020-10-09fix issue with serialization and deserialization of translation chatJoey Sacchini