aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-03-23rename Tag to Nbtmat
2023-03-23default for nbtcompoundmat
2023-03-23make encode not a Result and small optimizationsmat
2023-03-22binary search mapmat
2023-03-22rename benchmarksmat
2023-03-22improve comparison benchmarkmat
2023-03-22make nbt code more readable and add comparison benchmarkmat
2023-03-22optimize nbt listsmat
2023-03-22use enum-as-inner in nbtmat
2023-03-22use compact_str in nbtmat
2023-03-21clear titles packetmat
2023-03-21remove unused dependenciesmat
thanks cargo-udeps
2023-03-14mention the other version branches in the readmemat
2023-03-141.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-14cargo updatemat
2023-03-14make ResourceLocation::new -> Self and impl Serialize/Deserialize for ↵mat
ResourceLocation
2023-03-12Do not deserialize full registry by default (#83)EightFactorial
* Do not deserialize full registry by default * Only need height and min_y
2023-03-11fix doc errorsmat
2023-03-11slightly optimize azalea_nbt::Tag::idmat
2023-03-11Fix infinite recursion in the DNS resolver (#82)Luna
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