aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-03-11Add 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-08make ClientInformation and TabList their own componentsmat
2023-03-08merge mainmat
2023-03-07Add 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-07Bevy 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-01remove a ?mat
2023-03-01Merge branch 'main' of https://github.com/mat-1/azalea into mainmat
2023-03-01fix reconnecting in testbot examplemat
2023-02-27Remove 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-27also run action on prsmat
2023-02-27Change Windows env from USERPROFILE to APPDATA (#77)Shayne Hartford
2023-02-26Add `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-26Add PacketEvent (#75)mat
* add PacketEvent * docs and fixes * Event::Packet works
2023-02-25Fix 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-24use rustls in reqwestmat
2023-02-23check entity for retroactively_add_game_profile_componentmat
2023-02-23fix jumpingmat
2023-02-22fix `disconnect_on_read_packets_ended` (#73)Charles Johnson
2023-02-21unused importmat
2023-02-21don't keep firing disconnecteventmat
2023-02-21properly disconnect on ungraceful disconnectmat
2023-02-21make metadata components clonablemat
2023-02-21Fix writing palettes (#72)EightFactorial
2023-02-21improve docs and rename model_customisationmat
2023-02-21Make things public (#71)EightFactorial
* Make struct data pub * Add derives * Rename packet fields * Make Palette structs pub
2023-02-15fix 0ns delaymat
2023-02-15max reconnect wait from 120s to 15smat
2023-02-13Fix ClientboundBlockEventPacket::block (#70)EightFactorial
2023-02-13i should start testing my fixes before committing themmat
2023-02-13fix bad compression on sending long packetsmat
THANKS JAM \SHARP
2023-02-13fix comment in testsUbuntu
2023-02-13fix `BlockCollisions` bounding box (#68)Charles Johnson
* fix `BlockCollisions` bounding box * add test --------- Co-authored-by: Ubuntu <github@matdoes.dev>
2023-02-12DisconnectEventmat
2023-02-12update .cargo/config.tomlmat
thanks bevy
2023-02-12Better chat events (#67)mat
* Better chat events * add a comment explaining why SendChatKindEvent is only one event
2023-02-10fix pathfinder example linkmat
2023-02-10make it so registries can have doc commentsUbuntu
2023-02-10improve docs a bit more and delete potatobot exampleUbuntu
2023-02-10fix and improve examples in docsUbuntu
2023-02-09no iyes_looplessmat
2023-02-09chore: Releasemat
2023-02-09release ecs cratesmat
2023-02-09ok i think i'm gonna leave the block examples like thismat
2023-02-10change wording in a commentUbuntu
2023-02-10change one of the blocks examplesUbuntu
2023-02-10make blockstate goodUbuntu
2023-02-09derive `Debug` for `BlockState` (#64)Charles Johnson
* derive `Debug` for `BlockState` * change default Debug for BlockState --------- Co-authored-by: Ubuntu <github@matdoes.dev>
2023-02-08Add 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-07move az_world::entity_info to az_world::entities::infoUbuntu
2023-02-06fix some swarm examples/docsUbuntu