| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-12-28 | fix FormattedText when 'extra' isn't a list of compounds | mat | |
| 2023-12-28 | read nbt as optional in more places | mat | |
| 2023-12-28 | Make check_ownership pub (#126) | veronoicc | |
| 2023-12-17 | make ParticleData fail to compile when new particles are added to ParticleKind | mat | |
| 2023-12-17 | fix broken link to .config/config_fast_builds in docs | mat | |
| 2023-12-17 | fix tests | mat | |
| this was already fixed in pathfinder-extras but it's probably gonna be a while before that's merged | |||
| 2023-12-17 | Publicize all fields on `AddOperation` and `Style` (#124) | Tijn | |
| The struct itself was already public, I assume the fields where meant to be as well. | |||
| 2023-12-17 | move config.toml to config_fast_builds | mat | |
| 2023-12-17 | Add missing particles (#125) | Tijn | |
| * Add missing particles Has all particles present on https://wiki.vg/Protocol#Particle as of 17 December 2023. This also fixes particles being parsed as the incorrect type due to id shifts caused by newly added particles. * Add missing comma | |||
| 2023-12-16 | revert accidental change to echo example | mat | |
| 2023-12-16 | fix SwarmEvent::Login and SwarmEvent::Init maybe | mat | |
| 2023-12-16 | fix non-u8 gamemodes | mat | |
| love you wynncraft | |||
| 2023-12-16 | force user to reauth when refresh fails | mat | |
| 2023-12-16 | default to survival mode when GameMode is out of bounds | mat | |
| 2023-12-16 | fix bytes of packets not being logged in tracing | mat | |
| 2023-12-15 | clippy lint was renamed | mat | |
| 2023-12-15 | Add mining to the pathfinder (#122) | mat | |
| * basic pathfinder mining poc * mining descending and autotool * pathfinder mining descending * pathfinder fixes * allow disabling pathfinder miner and other fixes * small optimization to avoid chunk vec iter lookup sometimes * seeded rng in pathfinder bench * consistently use f32::INFINITY this brings performance much closer to how it was before * astar heuristic optimization from baritone * add downward_move * fix downward move execute * avoid liquids and falling blocks when mining * fix COST_HEURISTIC * fix to not path through flowing liquids * only reset pathfinder timeout while mining if the block is close enough * cache mining costs of block positions * fix mine_while_at_start and move PathfinderDebugParticles to its own module * add ReachBlockPosGoal in other news: azalea's sin/cos functions were broken this whole time and i never noticed * clippy and add things that i accidentally didn't commit * improve wording on doc for azalea::pathfinder | |||
| 2023-12-13 | seeded random in pathfinder bench | mat | |
| 2023-12-13 | i didn't actually commit the code | mat | |
| 2023-12-13 | fix chunks incorrectly being forgotten sometimes | mat | |
| mojang WHY are chunk positions read z first and then x :sob: | |||
| 2023-12-11 | mention join_delay in add_accounts docs | mat | |
| 2023-12-10 | more reliable StopPathfindingEvent | mat | |
| 2023-12-10 | Climbing (#121) | mat | |
| * start implementing climbing * fix tests * fix bots running at lower tick rate | |||
| 2023-12-09 | add BlockState::property | mat | |
| 2023-12-09 | fix typos in code with crate-ci/typos | mat | |
| 2023-12-09 | fix broken doc links | mat | |
| 2023-12-09 | add unit structs for every bool property | mat | |
| 2023-12-07 | apply command in StartConfiguration | mat | |
| 2023-12-07 | implement StartConfiguration packet maybe | mat | |
| 2023-12-07 | 1.20.4 | mat | |
| lol | |||
| 2023-12-06 | use minecraft_folder_path | mat | |
| 2023-12-06 | disable feaatures on azalea-chat by default and fix disabling simdnbt feature | mat | |
| 2023-12-05 | don't reference version number directly in docs | mat | |
| 2023-12-05 | put azalea_core::tick behind feature flag | mat | |
| 2023-12-05 | thanks cargo workspaces | mat | |
| 2023-12-05 | Release 0.9.0 | mat | |
| azalea@0.9.0 azalea-auth@0.9.0 azalea-block@0.9.0 azalea-block-macros@0.9.0 azalea-brigadier@0.9.0 azalea-buf@0.9.0 azalea-buf-macros@0.9.0 azalea-chat@0.9.0 azalea-client@0.9.0 azalea-core@0.9.0 azalea-crypto@0.9.0 azalea-entity@0.9.0 azalea-inventory@0.9.0 azalea-inventory-macros@0.9.0 azalea-language@0.9.0 azalea-physics@0.9.0 azalea-protocol@0.9.0 azalea-protocol-macros@0.9.0 azalea-registry@0.9.0 azalea-registry-macros@0.9.0 azalea-world@0.9.0 Generated by cargo-workspaces | |||
| 2023-12-05 | upgrade deps | mat | |
| 2023-12-05 | clippy | mat | |
| 2023-12-05 | add 1.20.2 to readme | mat | |
| 2023-12-05 | 1.20.3 (#110) | mat | |
| * 23w40a * 23w41a * 23w42a * 23w43a * 23w44a * serialize FormattedText as nbt in network * use azalea-nbt/serde in azalea-chat * 23w45a * fix 23w45a to compile * handle Object in codegen * 1.20.3-pre2 * remove unused clientbound_resource_pack_packet.rs * merge main and make azalea-chat use simdnbt * 1.20.3-rc1 * fix tests * use simdnbt 0.3 * fix ServerboundSetJigsawBlockPacket * 1.20.3 | |||
| 2023-12-05 | make start return never | mat | |
| 2023-12-04 | Replace Bevy's FixedUpdate with Azalea's GameTick (#119) | mat | |
| * replace bevy FixedUpdate with azalea GameTick * Update to Bevy 0.12.1 | |||
| 2023-12-04 | simplify boilerplate in examples | mat | |
| 2023-12-04 | revert packet name to Disguised and make it more like ChatPacket::Player | mat | |
| 2023-12-04 | Add masked chat type/event (#118) | Shayne Hartford | |
| 2023-12-04 | fix ClientBuilder erroring, maybe | mat | |
| 2023-12-03 | clippy | mat | |
| 2023-12-03 | remove 'why' from readme and reword beginning of docs a little | mat | |
| 2023-12-03 | make ClientBuilder use SwarmBuilder internally | mat | |
| 2023-12-03 | fix warning markdown in readme | mat | |
