| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-03-23 | rename Tag to Nbt | mat | |
| 2023-03-23 | default for nbtcompound | mat | |
| 2023-03-23 | make encode not a Result and small optimizations | mat | |
| 2023-03-22 | binary search map | mat | |
| 2023-03-22 | rename benchmarks | mat | |
| 2023-03-22 | improve comparison benchmark | mat | |
| 2023-03-22 | make nbt code more readable and add comparison benchmark | mat | |
| 2023-03-22 | optimize nbt lists | mat | |
| 2023-03-22 | use enum-as-inner in nbt | mat | |
| 2023-03-22 | use compact_str in nbt | mat | |
| 2023-03-21 | clear titles packet | mat | |
| 2023-03-21 | remove unused dependencies | mat | |
| thanks cargo-udeps | |||
| 2023-03-14 | mention the other version branches in the readme | mat | |
| 2023-03-14 | 1.19.4 (#57) | mat | |
| * 23w03a * 23w04a * 23w05a * 23w06a * fix * 23w07a mojang broke their json data generator so some stuff is missing * didn't mean to commit that file here * 1.19.4-pre2 * fix * 1.19.4-pre3 * fix * how did these packets get here * 1.19.4-pre4 * 1.19.4-rc1 * 1.19.4-rc2 * 1.19.4-rc3 * merge main * remove debugging code * 1.19.4 | |||
| 2023-03-14 | cargo update | mat | |
| 2023-03-14 | make ResourceLocation::new -> Self and impl Serialize/Deserialize for ↵ | mat | |
| ResourceLocation | |||
| 2023-03-12 | Do not deserialize full registry by default (#83) | EightFactorial | |
| * Do not deserialize full registry by default * Only need height and min_y | |||
| 2023-03-11 | fix doc errors | mat | |
| 2023-03-11 | slightly optimize azalea_nbt::Tag::id | mat | |
| 2023-03-11 | Fix infinite recursion in the DNS resolver (#82) | Luna | |
| 2023-03-11 | Add RegistryHolder struct and serde features (#81) | EightFactorial | |
| * Make RegistryHolder struct * Update deps * Move RegistryHolder to azalea-protocol * Convert bytes to bools and back * Rename and shuffle logic * Move logic into trait, rename methods * Final touchups * Ah, merge mistakes * Add serde support for ResourceLocation * Reuse structs * Error when serde skips values in debug mode Add missing attributes * Strict_registry feature, require packet feature * Add test * Move into packets * Docs and touchups * Reword docs * Move into module inside ClientboundLoginPacket * Add azalea-nbt serde feature * remove duplicate comment and type_ -> kind --------- Co-authored-by: mat <github@matdoes.dev> | |||
| 2023-03-08 | make ClientInformation and TabList their own components | mat | |
| 2023-03-08 | merge main | mat | |
| 2023-03-07 | Add World::find_block (#80) | mat | |
| * start adding World::find_block * keep working on find_block * BlockStates * fix sorting * update examples that use find_one_block * azalea_block::properties * fix tests * add a gotoblock command to testbot | |||
| 2023-03-07 | Bevy 0.10 (#79) | mat | |
| * replace 0.9.1 with 0.10.0 * start migrating to bevy .10 * well it compiles * doesn't immediately panic * remove unused imports * fmt * delete azalea-ecs * make RelativeEntityUpdate an EntityCommand * fix a doc test * explain what FixedUpdate does | |||
| 2023-03-01 | remove a ? | mat | |
| 2023-03-01 | Merge branch 'main' of https://github.com/mat-1/azalea into main | mat | |
| 2023-03-01 | fix reconnecting in testbot example | mat | |
| 2023-02-27 | Remove invalid characters and truncate messages and commands to 256 (#78) | Shayne Hartford | |
| * Remove invalid characters and truncate messages and commands to 256 * Remove duplicated use statements * Remove to_owned and use matches! macro | |||
| 2023-02-27 | also run action on prs | mat | |
| 2023-02-27 | Change Windows env from USERPROFILE to APPDATA (#77) | Shayne Hartford | |
| 2023-02-26 | Add `set_state` and `set_swarm_state` (#76) | Shayne Hartford | |
| * Add set_state and set_swarm_state * Add [must_use], Remove set_state, and change state to swarm_state * Forgot the other must_use * I'm not good at this | |||
| 2023-02-26 | Add PacketEvent (#75) | mat | |
| * add PacketEvent * docs and fixes * Event::Packet works | |||
| 2023-02-25 | Fix system order ambiguities (#74) | mat | |
| * start fixing stuff where systems run in the wrong order * fix ordering ambiguity * add debugging guide * some fixes * fix panic for swarms * fix some warnings | |||
| 2023-02-24 | use rustls in reqwest | mat | |
| 2023-02-23 | check entity for retroactively_add_game_profile_component | mat | |
| 2023-02-23 | fix jumping | mat | |
| 2023-02-22 | fix `disconnect_on_read_packets_ended` (#73) | Charles Johnson | |
| 2023-02-21 | unused import | mat | |
| 2023-02-21 | don't keep firing disconnectevent | mat | |
| 2023-02-21 | properly disconnect on ungraceful disconnect | mat | |
| 2023-02-21 | make metadata components clonable | mat | |
| 2023-02-21 | Fix writing palettes (#72) | EightFactorial | |
| 2023-02-21 | improve docs and rename model_customisation | mat | |
| 2023-02-21 | Make things public (#71) | EightFactorial | |
| * Make struct data pub * Add derives * Rename packet fields * Make Palette structs pub | |||
| 2023-02-15 | fix 0ns delay | mat | |
| 2023-02-15 | max reconnect wait from 120s to 15s | mat | |
| 2023-02-13 | Fix ClientboundBlockEventPacket::block (#70) | EightFactorial | |
| 2023-02-13 | i should start testing my fixes before committing them | mat | |
| 2023-02-13 | fix bad compression on sending long packets | mat | |
| THANKS JAM \SHARP | |||
