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
/
types.rs
Age
Commit message (
Collapse
)
Author
2020-12-01
support previous gamemode
Joey Sacchini
2020-10-22
move RemainingBytes out of the protocol definitions and refactor some ↵
Joey Sacchini
duplication in chat.rs
2020-10-20
lots of macro and type refactoring to simplify common patterns such as: ↵
Joey Sacchini
position/location/rotation, counted array types (macro -> generics), rename some macros, and use macros to implement primitives (and other things in types.rs inc: VarInt/VarNum)
2020-10-20
implement byte order as a trait and use it instead of the util functions
Joey Sacchini
2020-10-19
remove compat layer (don't need it), and fix some other small issues with ↵
Joey Sacchini
tests/compiling
2020-10-19
fix mistakes when implementing no_std
Joey Sacchini
2020-10-19
allow no_std with alloc
Joey Sacchini
2020-10-13
remove that needless nightly feature and just use a plain ol' function
Joey Sacchini
2020-10-09
fix broken lighting data and totally rewrite chat engine
Joey Sacchini
2020-09-29
cargo fmt
Joey Sacchini
2020-09-29
implement automated testing of all data-types
Joey Sacchini
2020-09-29
init commit
Joey Sacchini