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

1462 commits

Author SHA1 Message Date
mat
abf995a702 replace wait_one_tick with wait_ticks and some other api improvements 2025-06-03 03:48:36 +05:00
mat
04dd6dd0a4 fix login_to_dimension_with_same_name test logging error 2025-06-02 13:18:42 -06:30
mat
5c0e5b1eb3 sort entities_by by distance and improve some docs 2025-06-03 07:40:53 +12:00
mat
cee64cece3 actually send Event::ReceiveChunk 2025-06-02 15:55:39 -03:00
mat
c5ddae58a1 improve docs for biome code 2025-06-02 11:51:03 -06:00
mat
2c5f293210 add Event::ReceiveChunk and find_blocks_in_chunk function 2025-06-02 06:55:38 -10:30
mat
5adf67fe04 fix grammar issues in readme 2025-06-01 19:52:51 -12:00
mat
0569862a1b fix issues related to pathfinder mining 2025-06-02 03:14:08 -04:30
mat
d7cd305059 fix VibrationParticle 2025-06-02 10:30:28 +05:00
mat
8da179b221 simplify some join logic so the Entity is returned even on connection error 2025-06-02 04:12:07 -01:00
mat
3d121722d7 several pathfinder fixes 2025-06-02 03:44:24 -01:00
mat
99659bd9a3 add CustomPathfinderState 2025-06-01 21:01:31 -05:45
mat
1d3a7c969f add Client::entities_by and improve some docs 2025-06-01 09:57:54 -12:45
mat
d028d7c3e9 add basic support for getting biome ids in chunks 2025-06-02 07:45:26 +11:00
mat
b103e6fdc0 doc updates 2025-05-31 23:14:59 -06:00
mat
0a7648ce48 add '@generated' to generated code 2025-05-30 18:09:44 -10:00
mat
f27c87b291 more formatting fixes 2025-05-30 19:22:09 -08:45
mat
e37524899e formatting: merge imports 2025-05-30 14:44:48 -13:00
mat
ae4b1e85e6 fix clippy issues and improve formatting everywhere 2025-05-30 19:36:59 -08:00
mat
a64c650504 make fixedbitset require generic const exprs again :3 2025-05-30 12:59:08 -13:45
mat
cfdd8e690f update changelog 2025-05-31 10:47:23 +11:00
mat
a5e7ff771d implement missing brigadier features and cleanup some more 2025-05-30 16:37:40 -07:00
mat
da73b4316d add support for custom suggestions in azalea-brigadier and cleanup a bit 2025-05-28 14:47:18 -09:00
mat
3d340f585a doc fixes 2025-05-23 11:20:57 -13:45
mat
bacb5c0199 patch pathfinder path on cost increase 2025-05-24 01:20:14 +03:00
mat
acd52756be fix Event::Login not firing on reconnect by adding entity id to RemoveOnDisconnectBundle 2025-05-23 12:53:29 -09:00
mat
4bb317a7e1 add line about azalea-auth.json in azalea-auth readme 2025-05-23 19:08:02 -02:00
activepass
9e34a2660d
lowercase named colours (#222) 2025-05-17 01:07:51 -05:00
mat
fbcaa6eca9 rearrange some parts of changelog and mention pr authors 2025-05-10 06:52:26 +03:30
x-osc
b35904a0b5
add distance param for ReachBlockPosGoal (#220)
* add distance param for ReachBlockPosGoal

* add new impl for ReachBlockPosGoal and optimize slightly
2025-05-09 22:12:59 -05:00
mat
6a5a88700c fix offline-mode cert warnings and improve some docs 2025-05-09 15:00:12 -12:00
mat
e1d3b902ba add StartUseItemEvent and improve code related to interactions 2025-05-10 06:22:08 +03:30
mat
e9b3128103 don't send chat signing certs on offline-mode servers 2025-05-09 14:12:51 -10:30
mat
1493c06de5 better docs for disabling plugins 2025-05-07 16:28:03 -05:00
mat
5d799be9db re-export bevy_tasks from azalea_client 2025-05-08 06:09:03 +09:00
mat
ad4eaa174c doc warnings 2025-05-07 15:08:31 -05:45
mat
e0d3352a90 add chat signing 2025-05-08 08:51:34 +12:00
mat
a8e76a0bff impl Display for proxy and trace log JoinOpts 2025-05-07 06:48:59 -11:00
mat
2b7be768f2 reword some things in the changelog 2025-05-06 15:52:16 -13:45
mat
8dff973d26 support legacy hex colors 2025-05-07 14:24:07 +09:00
mat
4a1fdf0121 fix incorrect chat parsing when legacy color codes are mixed in 2025-05-06 22:35:17 -06:30
mat
aa0256da10 upgrade rust version and fix clippy warnings 2025-05-07 11:27:58 +08:00
mat
e9452032bf fix various issues with mining 2025-05-06 14:20:57 -13:00
mat
d58a1c4fa0 delete outdated parts of azalea-protocol readme 2025-05-06 09:09:02 -13:45
mat
685aeff13f fix pathfinder descending onto non-full blocks 2025-05-06 17:51:50 -05:00
mat
7b442368da fix some edge cases when pathfinding on slabs and stairs 2025-05-07 07:09:48 +09:00
mat
f7c9419045 pathfinder can now handle slabs, stairs, and dirt paths 2025-05-07 06:59:22 +10:00
mat
af3affb467 fix chunk errors when joining a world with a same name but different height 2025-05-07 06:00:29 +10:00
mat
68f657310b switch back to stable hickory-resolver 2025-05-06 04:28:23 -13:45
mat
7bbb617bd8 update deps and lock hickory-resolver to a commit 2025-05-03 16:39:56 -06:00