index
:
mgasi/mcproto-rs.git
1.19.3
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2022-07-12
[✨] updated packet test case and stuff
BennovanDorst
2022-07-12
[🎉] Added 1.19
BennovanDorst
2021-11-09
Compile under stable
regenerativep
2021-10-28
entity metadata for 1.17.1
regenerativep
2021-10-27
packeterr cloneable
regenerativep
2021-10-24
fix comma placement
regenerativep
2021-10-24
1.17.1
regenerativep
2021-07-04
tags packet fix
regenerativep
2021-07-02
swap jigsaw and admin in 1.17
regenerativep
2021-06-29
named contents wrong
regenerativep
2021-06-29
possible chat fix, jigsaw/creative swap
regenerativep
2021-06-17
1.17
regenerativep
2021-01-04
fix status parsing
Joey Sacchini
2021-01-01
make the type for 1.15.2 packet smaller (4k+ -> a few hundred bytes)
Joey Sacchini
2021-01-01
fix status parsing
Joey Sacchini
2020-12-07
remove packet type from packet kind trait (mistake)
Joey Sacchini
2020-12-07
include associated packet type with PacketKind trait
Joey Sacchini
2020-12-07
optionally use GAT with PacketKind
Joey Sacchini
2020-12-07
packet kind enum
Joey Sacchini
2020-12-03
fix to_owned() on State#name
Joey Sacchini
2020-12-02
minecraft:angle for command parser spec
Joey Sacchini
2020-12-02
add available_biomes
Joey Sacchini
2020-12-01
max_players is a VarInt
Joey Sacchini
2020-12-01
support previous gamemode
Joey Sacchini
2020-11-28
fix silly mistake in proto_byte_flag
Joey Sacchini
2020-10-22
move RemainingBytes out of the protocol definitions and refactor some duplica...
Joey Sacchini
2020-10-20
add feature flags for the different version modules
Joey Sacchini
2020-10-20
implement 1.16.3 (as a duplicate module, basically)
Joey Sacchini
2020-10-20
serialize id as VarInt
Joey Sacchini
2020-10-20
simplify relationship between raw packet and packet
Joey Sacchini
2020-10-20
Make mc_serialize_body it's own member of Packet trait instead of using Seria...
Joey Sacchini
2020-10-20
define the Id, State, and PacketDirection types for all protocol versions, an...
Joey Sacchini
2020-10-20
lots of macro and type refactoring to simplify common patterns such as: posit...
Joey Sacchini
2020-10-20
implement byte order as a trait and use it instead of the util functions
Joey Sacchini
2020-10-20
add get_mut to entity metadata
Joey Sacchini
2020-10-20
fix no_std for EntityMetadata
Joey Sacchini
2020-10-20
iterator for entity metadata
Joey Sacchini
2020-10-20
fix style in uuid code
Joey Sacchini
2020-10-20
implement basic support for entity metadata format
Joey Sacchini
2020-10-19
support uuids with no dashes
Joey Sacchini
2020-10-19
let the compiler decide about inlining, my choices seem to have a trivial imp...
Joey Sacchini
2020-10-19
fix bug in nbt.rs (<= 0 on unsigned type)
Joey Sacchini
2020-10-19
make benchmarks an optional feature so we don't require nightly rust to use t...
Joey Sacchini
2020-10-19
only need one struct def for raw data
Joey Sacchini
2020-10-19
remove compat layer (don't need it), and fix some other small issues with tes...
Joey Sacchini
2020-10-19
remove unused feature and simplify cfg_attr
Joey Sacchini
2020-10-19
fix mistakes when implementing no_std
Joey Sacchini
2020-10-19
allow no_std with alloc
Joey Sacchini
2020-10-16
add feature to support enum associated values in macro-defined-enums, and rep...
Joey Sacchini
2020-10-14
deserialize not into_deserialized for raw packet body
Joey Sacchini
[next]