Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 ↵ | Joey Sacchini | |
Serialize | |||
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-19 | make benchmarks an optional feature so we don't require nightly rust to use ↵ | Joey Sacchini | |
this crate | |||
2020-10-19 | allow no_std with alloc | Joey Sacchini | |
2020-10-09 | fix broken lighting data and totally rewrite chat engine | Joey Sacchini | |
2020-10-08 | fix update light packet | Joey Sacchini | |
2020-10-02 | fix random generation and make raw packet accept a borrowed slice | Joey Sacchini | |
2020-09-29 | cargo fmt | Joey Sacchini | |
2020-09-29 | implement automated testing of all data-types | Joey Sacchini | |