aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-12-28fix FormattedText when 'extra' isn't a list of compoundsmat
2023-12-28read nbt as optional in more placesmat
2023-12-28Make check_ownership pub (#126)veronoicc
2023-12-17make ParticleData fail to compile when new particles are added to ParticleKindmat
2023-12-17fix broken link to .config/config_fast_builds in docsmat
2023-12-17fix testsmat
this was already fixed in pathfinder-extras but it's probably gonna be a while before that's merged
2023-12-17Publicize 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-17move config.toml to config_fast_buildsmat
2023-12-17Add 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-16revert accidental change to echo examplemat
2023-12-16fix SwarmEvent::Login and SwarmEvent::Init maybemat
2023-12-16fix non-u8 gamemodesmat
love you wynncraft
2023-12-16force user to reauth when refresh failsmat
2023-12-16default to survival mode when GameMode is out of boundsmat
2023-12-16fix bytes of packets not being logged in tracingmat
2023-12-15clippy lint was renamedmat
2023-12-15Add 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-13seeded random in pathfinder benchmat
2023-12-13i didn't actually commit the codemat
2023-12-13fix chunks incorrectly being forgotten sometimesmat
mojang WHY are chunk positions read z first and then x :sob:
2023-12-11mention join_delay in add_accounts docsmat
2023-12-10more reliable StopPathfindingEventmat
2023-12-10Climbing (#121)mat
* start implementing climbing * fix tests * fix bots running at lower tick rate
2023-12-09add BlockState::propertymat
2023-12-09fix typos in code with crate-ci/typosmat
2023-12-09fix broken doc linksmat
2023-12-09add unit structs for every bool propertymat
2023-12-07apply command in StartConfigurationmat
2023-12-07implement StartConfiguration packet maybemat
2023-12-071.20.4mat
lol
2023-12-06use minecraft_folder_pathmat
2023-12-06disable feaatures on azalea-chat by default and fix disabling simdnbt featuremat
2023-12-05don't reference version number directly in docsmat
2023-12-05put azalea_core::tick behind feature flagmat
2023-12-05thanks cargo workspacesmat
2023-12-05Release 0.9.0mat
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-05upgrade depsmat
2023-12-05clippymat
2023-12-05add 1.20.2 to readmemat
2023-12-051.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-05make start return nevermat
2023-12-04Replace Bevy's FixedUpdate with Azalea's GameTick (#119)mat
* replace bevy FixedUpdate with azalea GameTick * Update to Bevy 0.12.1
2023-12-04simplify boilerplate in examplesmat
2023-12-04revert packet name to Disguised and make it more like ChatPacket::Playermat
2023-12-04Add masked chat type/event (#118)Shayne Hartford
2023-12-04fix ClientBuilder erroring, maybemat
2023-12-03clippymat
2023-12-03remove 'why' from readme and reword beginning of docs a littlemat
2023-12-03make ClientBuilder use SwarmBuilder internallymat
2023-12-03fix warning markdown in readmemat