| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-09-05 | Publish everything* to crates.io | mat | |
| Except azalea-client since it's not ready yet | |||
| 2022-08-31 | fix a couple more possible panics | Ubuntu | |
| 2022-08-06 | Better errors (#14) | mat | |
| * make reading use thiserror * finish implementing all the error things * clippy warnings related to ok_or * fix some errors in other places * thiserror in more places * don't use closures in a couple places * errors in writing packet * rip backtraces * change some BufReadError::Custom to UnexpectedEnumVariant * Errors say what packet is bad * error on leftover data and fix it wasn't reading the properties for gameprofile | |||
| 2022-07-29 | fix errors and warnings | mat | |
| 2022-07-29 | Split clientbound and serverbound packets | mat | |
| 2022-06-25 | Fix warnings | mat | |
| 2022-06-25 | read_into -> read_from | mat | |
| yeah | |||
| 2022-06-23 | Fix everything so azalea-buf works | mat | |
| 2022-06-23 | azalea-buf | mat | |
| 2022-05-26 | fix some packets | mat | |
| 2022-05-26 | Compiles | mat | |
| 2022-05-26 | Fixes | mat | |
| 2022-05-14 | add derive McBuf to every packet | mat | |
| 2022-05-14 | start adding ClientboundLevelParticlesPacket | mat | |
| 2022-05-08 | Merge branch 'main' into chunk-decoding | mat | |
| 2022-05-07 | update advancements packet | mat | |
| 2022-05-07 | Initialize worldborder packet | mat | |
| Also add varlong and replace #[varint] with #[var] | |||
| 2022-05-03 | clippy | mat | |
| 2022-05-01 | impl Write instead of Vec<u8> for consistency | mat | |
| 2022-05-01 | impl Write instead of Vec<u8> for consistency | mat | |
| 2022-05-01 | Reduce usage of AsyncRead | mat | |
| We already receive everything from the server when it tells us the length, so we can actually just treat the stream as a Read instead of an AsyncRead. | |||
| 2022-05-01 | Ignore unknown packets | mat | |
| 2022-05-01 | clientbound_add_entity_packet & clientbound_set_entity_data_packet | mat | |
| 2022-04-30 | actually send the ServerboundCustomPayloadPacket | mat | |
| 2022-04-30 | Simplify packet macro | mat | |
| Now every packet implements McBufWritable and McBufReadable and uses those so the code doesn't have to be duplicated. | |||
| 2022-04-28 | add bitset and work on chunk packets | mat | |
| 2022-04-26 | add derive mcbufreadable/writable | mat | |
| 2022-04-24 | remove an unused thing from dependencies | mat | |
| 2022-04-22 | simplify error handling | mat | |
| 2022-04-21 | Set carried item and update tags packets | mat | |
| 2022-04-19 | Fix declare_state_packets | mat | |
| 2022-04-19 | allow trailing commas in declare_state_packets | mat | |
| 2022-04-19 | add declare_state_packets to the other states | mat | |
| 2022-04-19 | finish declare_state_packets implementation | mat | |
| 2022-04-19 | start adding more stuff | mat | |
| 2022-04-19 | start adding declare_state_packets | mat | |
| 2022-01-02 | fix random warnings | mat | |
| 2022-01-02 | switch all current macro types to the new system | mat | |
| 2022-01-02 | implement for Vec<u8> | mat | |
| 2022-01-02 | start improving packet macros | mat | |
| 2022-01-02 | add macro for a couple more packets | mat | |
| 2022-01-01 | start adding packet macros | mat | |
