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
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
2020-10-14
update raw packet to allow deserialization of body in a match
Joey Sacchini
2020-10-14
implement enum based raw packet types
Joey Sacchini
2020-10-13
fix const fn impl
Joey Sacchini
2020-10-13
remove that needless nightly feature and just use a plain ol' function
Joey Sacchini
2020-10-13
fix imports a bit
Joey Sacchini
2020-10-13
fix stop sound
Joey Sacchini
2020-10-13
test stop sound
Joey Sacchini
2020-10-13
Implement stop sound and give some structure to command node declare packet
Joey Sacchini
2020-10-13
fix stats
Joey Sacchini
2020-10-13
fix stats
Joey Sacchini
2020-10-09
Implement server-bound advancement tab packet
Joey Sacchini
2020-10-09
implement advancement packet (clientbound) and recipe book (serverbound)
Joey Sacchini
2020-10-09
visit_str not visit_string
Joey Sacchini
2020-10-09
interact packet from client has a hand field when action is Interact
Joey Sacchini
2020-10-09
fix issue with serialization and deserialization of translation chat
Joey Sacchini
2020-10-09
read/write length prefix for light data arrays
Joey Sacchini
2020-10-09
force impl sync despite Cell
Joey Sacchini
2020-10-09
fix broken lighting data and totally rewrite chat engine
Joey Sacchini
2020-10-09
cargo fmt
Joey Sacchini
2020-10-09
title packet and exposion -> explosion
Joey Sacchini
[next]