| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | |||
| 2023-02-13 | fix comment in tests | Ubuntu | |
| 2023-02-13 | fix `BlockCollisions` bounding box (#68) | Charles Johnson | |
| * fix `BlockCollisions` bounding box * add test --------- Co-authored-by: Ubuntu <github@matdoes.dev> | |||
| 2023-02-12 | DisconnectEvent | mat | |
| 2023-02-12 | update .cargo/config.toml | mat | |
| thanks bevy | |||
| 2023-02-12 | Better chat events (#67) | mat | |
| * Better chat events * add a comment explaining why SendChatKindEvent is only one event | |||
| 2023-02-10 | fix pathfinder example link | mat | |
| 2023-02-10 | make it so registries can have doc comments | Ubuntu | |
| 2023-02-10 | improve docs a bit more and delete potatobot example | Ubuntu | |
| 2023-02-10 | fix and improve examples in docs | Ubuntu | |
| 2023-02-09 | no iyes_loopless | mat | |
| 2023-02-09 | chore: Release | mat | |
| 2023-02-09 | release ecs crates | mat | |
| 2023-02-09 | ok i think i'm gonna leave the block examples like this | mat | |
| 2023-02-10 | change wording in a comment | Ubuntu | |
| 2023-02-10 | change one of the blocks examples | Ubuntu | |
| 2023-02-10 | make blockstate good | Ubuntu | |
| 2023-02-09 | derive `Debug` for `BlockState` (#64) | Charles Johnson | |
| * derive `Debug` for `BlockState` * change default Debug for BlockState --------- Co-authored-by: Ubuntu <github@matdoes.dev> | |||
| 2023-02-08 | Add KeepAliveEvent and Fix Error Messages (#65) | EightFactorial | |
| * Add KeepAliveEvent * Fix error messages * Panic instead of log error * Do not panic on closed connections * change some wording and fixes * fmt --------- Co-authored-by: Ubuntu <github@matdoes.dev> | |||
| 2023-02-07 | move az_world::entity_info to az_world::entities::info | Ubuntu | |
| 2023-02-06 | fix some swarm examples/docs | Ubuntu | |
