aboutsummaryrefslogtreecommitdiff
path: root/src/types.rs
AgeCommit message (Collapse)Author
2020-12-01support previous gamemodeJoey Sacchini
2020-10-22move RemainingBytes out of the protocol definitions and refactor some ↵Joey Sacchini
duplication in chat.rs
2020-10-20lots 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-20implement byte order as a trait and use it instead of the util functionsJoey Sacchini
2020-10-19remove compat layer (don't need it), and fix some other small issues with ↵Joey Sacchini
tests/compiling
2020-10-19fix mistakes when implementing no_stdJoey Sacchini
2020-10-19allow no_std with allocJoey Sacchini
2020-10-13remove that needless nightly feature and just use a plain ol' functionJoey Sacchini
2020-10-09fix broken lighting data and totally rewrite chat engineJoey Sacchini
2020-09-29cargo fmtJoey Sacchini
2020-09-29implement automated testing of all data-typesJoey Sacchini
2020-09-29init commitJoey Sacchini