| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-08-27 | Azalea registry (#20) | mat | |
| * make azalea-registry crate * add trait feature to az-block * registr * registry macro * impl Display for registry things * registries | |||
| 2022-08-19 | NBT decoder optimizations (#17) | mat | |
| * replace HashMap with AHashMap * faster read_string by just doing read_exact * re-enable all the benchmarks | |||
| 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-10 | 1.19.1-pre4 | mat | |
| 2022-06-25 | merge ClientState and Client | mat | |
| 2022-06-25 | Fix errors | mat | |
| 2022-06-25 | Merge branch 'main' into azalea-entity | mat | |
| 2022-06-24 | start adding moving | mat | |
| 2022-06-24 | Upgrade some crates | mat | |
| 2022-06-24 | Upgrade crates and remove num_* deps | mat | |
| 2022-06-23 | Fix everything so azalea-buf works | mat | |
| 2022-06-23 | azalea-buf | mat | |
| 2022-06-20 | add gametick event and find_one_entity | mat | |
| 2022-06-19 | Fix some clippy warnings | mat | |
| 2022-06-19 | Improvements to azalea-world for entities | mat | |
| 2022-06-18 | from<ClientboundAddEntityPacket> for Entity | mat | |
| 2022-06-17 | EntityStorage | mat | |
| 2022-06-17 | Create azalea-entity | mat | |
| 2022-06-16 | azalea-world uses azalea-block | mat | |
| 2022-06-11 | Fix all the errors | mat | |
| 2022-06-09 | Merge branch 'main' into azalea-block | mat | |
| 2022-05-27 | Start making block macro | mat | |
| 2022-05-27 | Start making azalea-block | mat | |
| 2022-05-27 | update crates | mat | |
| 2022-05-08 | Merge branch 'main' into chunk-decoding | mat | |
| 2022-05-08 | azalea-chat now checks language files | mat | |
| 2022-05-05 | random polish | mat | |
| 2022-05-03 | more azalea-world stuff | mat | |
| 2022-05-02 | more chunk and readme stuff | mat | |
| 2022-05-02 | write some more azalea-world code | mat | |
| 2022-05-01 | Merge branch 'main' into chunk-decoding | 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 | start adding azalea-world | 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-30 | azalea_auth::encryption -> azalea_crypto | mat | |
| 2022-04-29 | Merge branch 'main' into chunk-packets | mat | |
| 2022-04-29 | upgrade aes and cfb8 | mat | |
| 2022-04-29 | how do i do this | mat | |
| 2022-04-26 | work on adding more stuff for recipes | mat | |
| 2022-04-24 | ENCRYPTION WORKS!!!!!!!!!!! | mat | |
| 2022-04-24 | Add ServerboundKeyPacket | mat | |
| 2022-04-24 | Merge branch 'main' into auth | mat | |
| 2022-04-24 | remove an unused thing from dependencies | mat | |
| 2022-04-22 | simplify error handling | mat | |
| 2022-04-18 | start working on declare commands packet | mat | |
| 2022-04-17 | Clean up some old stuff | mat | |
| 2022-02-03 | a | mat | |
| 2022-01-12 | a | Ubuntu | |
| 2022-01-09 | add some more stuff from brigadier | mat | |
| 2022-01-09 | add string_reader | mat | |
