1
2
Fork 0
mirror of https://github.com/mat-1/azalea.git synced 2025-08-02 14:26:04 +00:00
Commit graph

1109 commits

Author SHA1 Message Date
mat
69f7eebcb3 fix for hypixel (wasn't sending ClientInformation on configuration) 2024-02-18 02:25:27 -06:00
mat
e08f2d842b
fix image in readme 2024-02-18 01:28:46 -06:00
mat
be4f13c36c upgrade deps, bevy 0.13 2024-02-17 14:43:42 -06:00
mat
64d48897af update deps 2024-01-25 00:44:20 -06:00
mat
7feee2954d remove unnecessary map_err 2024-01-20 17:35:54 -06:00
1zuna
73be589e7f
fixes unwrap on write_raw_packet(...) (#128) 2024-01-20 17:34:54 -06:00
mat
fd1c99e74a upgrade deps 2024-01-08 21:15:12 -06:00
mat
42f49c58ed update links to testbot in docs 2024-01-08 00:15:05 -06:00
mat
cfbfdd77b4 fix ping packet, explosion packet, and panic less 2024-01-08 00:12:54 -06:00
mat
0aa439d5ca rewrite testbot to use brigadier 2024-01-07 21:50:38 -06:00
mat
5ea1271145 add doc comment about d= 2024-01-06 18:16:11 -06:00
mat
1347f35492 rename open_container to open_container_at and add get_open_container 2024-01-04 01:55:00 -06:00
mat
13e6421cf5 fix FormattedText when 'extra' isn't a list of compounds 2023-12-28 18:36:23 -06:00
mat
cbb2ffad92 read nbt as optional in more places 2023-12-28 17:49:47 -06:00
veronoicc
cacb04718d
Make check_ownership pub (#126) 2023-12-28 15:50:55 -06:00
mat
ddf85a1be7 make ParticleData fail to compile when new particles are added to ParticleKind 2023-12-17 16:07:30 -06:00
mat
50e7cc4abf fix broken link to .config/config_fast_builds in docs 2023-12-17 16:01:03 -06:00
mat
64527657d3 fix tests
this was already fixed in pathfinder-extras but it's probably gonna be a while before that's merged
2023-12-17 15:59:23 -06:00
Tijn
7aca36805a
Publicize all fields on AddOperation and Style (#124)
The struct itself was already public, I assume the fields where meant to be as well.
2023-12-17 15:52:34 -06:00
mat
72154452c3 move config.toml to config_fast_builds 2023-12-17 15:50:41 -06:00
Tijn
8643ebd362
Add missing particles (#125)
* 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-17 15:49:04 -06:00
mat
6b3a047e85 revert accidental change to echo example 2023-12-16 15:20:24 -06:00
mat
844ed11d02 fix SwarmEvent::Login and SwarmEvent::Init maybe 2023-12-16 15:19:27 -06:00
mat
a069ffe982 fix non-u8 gamemodes
love you wynncraft
2023-12-16 14:29:49 -06:00
mat
92d33ad0a3 force user to reauth when refresh fails 2023-12-16 13:54:57 -06:00
mat
a960dba87d default to survival mode when GameMode is out of bounds 2023-12-16 13:39:45 -06:00
mat
9260892d44 fix bytes of packets not being logged in tracing 2023-12-16 13:28:22 -06:00
mat
dc26558415 clippy lint was renamed 2023-12-15 11:43:49 -06:00
mat
a707e2eb82
Add mining to the pathfinder (#122)
* 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-15 11:26:40 -06:00
mat
59e140ddd6 seeded random in pathfinder bench 2023-12-13 23:25:46 -06:00
mat
cc0717f45e i didn't actually commit the code 2023-12-13 22:03:54 -06:00
mat
5b7ed4852c fix chunks incorrectly being forgotten sometimes
mojang WHY are chunk positions read z first and then x 😭
2023-12-13 22:02:53 -06:00
mat
da96a7663a mention join_delay in add_accounts docs 2023-12-11 23:31:57 -06:00
mat
929cb95db4 more reliable StopPathfindingEvent 2023-12-10 00:47:43 -06:00
mat
348c71b97b
Climbing (#121)
* start implementing climbing

* fix tests

* fix bots running at lower tick rate
2023-12-10 00:08:08 -06:00
mat
f15f0325c0 add BlockState::property 2023-12-09 21:45:36 -06:00
mat
10ee7e147d fix typos in code with crate-ci/typos 2023-12-09 18:36:16 -06:00
mat
b9829149cb fix broken doc links 2023-12-09 18:34:00 -06:00
mat
31206701b9 add unit structs for every bool property 2023-12-09 18:32:13 -06:00
mat
c9a18bc6a1 apply command in StartConfiguration 2023-12-07 15:55:26 -06:00
mat
26bd9be55f implement StartConfiguration packet maybe 2023-12-07 15:54:37 -06:00
mat
cbbb9b123e 1.20.4
lol
2023-12-07 11:34:18 -06:00
mat
98f2c54c26 use minecraft_folder_path 2023-12-06 23:23:18 -06:00
mat
3f341aa114 disable feaatures on azalea-chat by default and fix disabling simdnbt feature 2023-12-06 11:36:25 -06:00
mat
1369848c82 don't reference version number directly in docs 2023-12-05 11:24:01 -06:00
mat
c5b15c0293 put azalea_core::tick behind feature flag 2023-12-05 11:19:53 -06:00
mat
020dc434ff thanks cargo workspaces 2023-12-05 11:15:18 -06:00
mat
6567cf9e5c Release 0.9.0
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 11:06:51 -06:00
mat
ab5f6d598d upgrade deps 2023-12-05 11:06:24 -06:00
mat
53d7c1aa97 clippy 2023-12-05 11:04:36 -06:00