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

676 commits

Author SHA1 Message Date
430501f6e1 (cargo-release) version 0.2.0 2022-10-17 16:28:51 +00:00
46fbc4654c (cargo-release) version 0.2.0 2022-10-17 16:28:51 +00:00
560805bc2c (cargo-release) version 0.2.0 2022-10-17 16:28:51 +00:00
2b5d972ae9 disable release on more things 2022-10-17 16:27:42 +00:00
90e33c7e87 temporarily exclude azalea & az-client again 2022-10-17 14:40:00 +00:00
8c01957458 disable bot release 2022-10-17 14:38:58 +00:00
3f7fb41255 change versions and stuff 2022-10-17 14:37:05 +00:00
46cd093ead bump az-client to 0.2 2022-10-17 14:26:34 +00:00
5c18a48976 add description and license in az-client 2022-10-17 14:22:24 +00:00
c7b65b6ec8 set versions in az-client 2022-10-17 14:19:19 +00:00
mat
0f88e05a0c
Add chat function (#28)
* add Client::chat

* make the default bot do chat
2022-10-16 23:08:39 -05:00
mat
ab9e50b130 change examples with Account 2022-10-16 22:56:31 -05:00
mat
4cef62e8e4
Microsoft Authentication (#29)
* a

* try to do more work on auth signing (untested)

* well auth works when i remove the d= so

* auth stuff

* sessionserver stuff

* add auth in azalea-protocol/client

* caching*

refreshing microsoft auth tokens isn't implemented yet, also i haven't tested it

* how did i not notice that i had the code duplicated

* fix cache

* add refreshing msa token

* replace some printlns with log::trace

* auth works!

* Update main.rs

* fix clippy warnings
2022-10-16 22:54:54 -05:00
mat
993914d175
Update README.md 2022-10-15 17:47:41 -05:00
mat
678ad90192
update description in readme 2022-10-15 17:46:34 -05:00
mat
bb3b4e87fb change description of azalea crate 2022-10-15 17:34:40 -05:00
mat
055d27c7ad fix azalea-buf tests 2022-10-15 17:34:07 -05:00
mat
98224cf913 fix clippy warnings 2022-10-15 16:53:34 -05:00
mat
46301502e7 make it compile 2022-10-11 22:36:17 -05:00
mat
3f4c1ce376 moves stuff 2022-10-11 21:19:14 -05:00
mat
3db81c500b slightly improve the vec3/position situation
new macro that implements all the useful functions
2022-10-10 19:19:44 -05:00
mat
a348f67b96 fix panic in azalea-chat 2022-10-10 01:04:09 -05:00
mat
221b33197e fix panic 2022-10-09 23:41:41 -05:00
mat
bd3b7b06b6 start adding moves 2022-10-09 16:32:03 -05:00
mat
2bda37f1dd evil black magic to make .entity not need dimension 2022-10-09 15:46:03 -05:00
mat
fc20cbb727 Update README.md 2022-10-09 14:35:24 -05:00
mat
4fb01b6cda add success function 2022-10-09 00:41:44 -05:00
mat
b95423ed23 make heuristic only take in one arg 2022-10-09 00:27:01 -05:00
mat
e1254c32b6 remove normal d* lite 2022-10-09 00:23:16 -05:00
mat
eb4ea3aecc add a test to mtd* lite 2022-10-08 23:35:40 -05:00
mat
70fcdf0718 implement mtd* lite 2022-10-08 23:30:04 -05:00
mat
803dc6861e fix PartialOrd issues 2022-10-08 13:19:47 -05:00
mat
0a4a2652c6 make W only have to be PartialOrd 2022-10-08 13:04:29 -05:00
mat
d967c447c7 Merge branch 'main' into pathfinding 2022-10-08 12:04:15 -05:00
mat
4a0d5e7e96 handle SectionBlocksUpdate packet 2022-10-08 01:01:54 -05:00
mat
82c04004db change definition of Event::Tick 2022-10-08 00:03:07 -05:00
mat
7c955c794a remove a println 2022-10-07 23:57:31 -05:00
mat
6f6289376a fix errors with rewritten packet reading
i forgot i never tested it before LMAO
2022-10-07 23:56:23 -05:00
mat
e9d8d0357e fix a test 2022-10-07 20:41:05 -05:00
mat
e00d5c421e Merge branch 'main' into pathfinding 2022-10-07 20:13:04 -05:00
mat
bc3aa9467a
Replace impl Read with Cursor<&[u8]> (#26)
* Start getting rid of Cursor

* try to make the tests pass and fail

* make the tests pass

* remove unused uses

* fix clippy warnings

* fix potential OOM exploits

* fix OOM in az-nbt

* fix nbt benchmark

* fix a test

* start replacing it with Cursor<Vec<u8>>

* wip

* fix all the issues

* fix all tests

* fix nbt benchmark

* fix warnings
2022-10-07 20:12:36 -05:00
mat
0b3e34946c Merge branch 'main' into pathfinding 2022-10-07 20:11:18 -05:00
mat
695efef66f remove jumping_once from az-client 2022-10-07 20:09:47 -05:00
mat
8e5978d7a7 Merge branch 'main' into pathfinding 2022-10-07 19:58:55 -05:00
mat
ba4cfaafae
Bot API (#27)
Basically make the `azalea` crate have stuff
2022-10-07 19:57:42 -05:00
mat
61f76281be fix clippy complaints 2022-10-07 19:43:01 -05:00
mat
3694f234b1 replace while loop with if statement 2022-10-07 19:20:14 -05:00
mat
a0859eaa50 make the test actually check the coords 2022-10-07 19:16:55 -05:00
mat
803816a4e5 fix d* lite implementation 2022-10-07 19:13:34 -05:00
mat
cd3465272a why does dstar lite not work 2022-10-07 14:22:06 -05:00