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
Age
Commit message (
Expand
)
Author
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
2020-10-09
implement teams packets
Joey Sacchini
2020-10-08
iteration on counted array types
Joey Sacchini
2020-10-08
fix update light packet
Joey Sacchini
2020-10-08
error when data is not consumed fully
Joey Sacchini
2020-10-08
fix entity status
Joey Sacchini
2020-10-02
fix random generation and make raw packet accept a borrowed slice
Joey Sacchini
2020-10-01
cargo.lock
Joey Sacchini
2020-09-30
PacketErr is Error
Joey Sacchini
2020-09-30
actually implement error trait
Joey Sacchini
2020-09-30
implement error correctly for the error types
Joey Sacchini
2020-09-30
fix testrandom imports
Joey Sacchini
2020-09-30
fix crate name
Joey Sacchini
2020-09-29
cargo fmt
Joey Sacchini
2020-09-29
add a very important comment
Joey Sacchini
2020-09-29
apply apache license
Joey Sacchini
2020-09-29
implement automated testing of all data-types
Joey Sacchini
2020-09-29
add readme
Joey Sacchini
2020-09-29
init commit
Joey Sacchini