Commit graph

1070 commits

Author SHA1 Message Date
mat
d1afd02aa8
Update to Bevy 0.11 (#94)
* update to bevy 0.11

* clippy

---------

Co-authored-by: mat <git@matdoes.dev>
2023-07-09 19:11:29 -05:00
ea8a8fccb6
Add ClientBuilder:new_without_log (#93)
* Add ClientBuilder:new_without_log

* 'log' feature

* fix warnings

---------

Co-authored-by: mat <git@matdoes.dev>
2023-06-24 17:43:38 -05:00
Adam Reisenauer
5e46996882
Add functions auth_with_link_code, get_ms_link_code, and get_ms_auth_token. (#88)
* Add option for grabbing authentication code for Microsoft seperately. Created two new functions, one that outputs the DeviceCodeResponse and one that uses this response to authenticate an actual account.

* Added documentation and cleaned up function names. Still wondering about code repeition

* reduce code duplication, more docs, cleanup

* clippy

---------

Co-authored-by: mat <git@matdoes.dev>
2023-06-24 17:09:43 -05:00
mat
fe687f9bdb fix clientboundsoundpacket
closes #89
2023-06-15 14:37:20 -05:00
mat
804a9fd800 actually make Vec3::length sqrt 2023-06-14 23:50:21 -05:00
mat
dbfbffac14 Vec3::distance_to and clippy 2023-06-14 23:43:54 -05:00
mat
a514b2c9e5 1.20.1 2023-06-12 14:50:05 -05:00
mat
ff4e9e6c95 link to 1.19.4 branch 2023-06-12 14:46:15 -05:00
mat
5f8e5be4dc Merge branch '1.20' 2023-06-12 14:38:40 -05:00
mat
49f951688e 1.20 2023-06-12 14:35:00 -05:00
mat
bc7e0ab537 fix panic in azalea-chat 2023-05-28 14:05:23 -05:00
mat
2a2169226f revert echo example 2023-05-27 14:30:56 -05:00
mat
8813330359 random fixes mostly related to auth and crypto 2023-05-27 01:57:31 -05:00
mat
6188230009 add stuff related to chat signing
and also some stuff related to digging because i forgot to do a different branch lol
2023-05-26 15:18:04 -05:00
mat
9bdace4aab add stuff related to chat signing
and also some stuff related to digging because i forgot to do a different branch lol
2023-05-26 15:17:25 -05:00
mat
8be3921ad4 merge main 2023-05-24 02:52:21 -05:00
mat
630c78b318 1.20-pre5 2023-05-24 02:46:19 -05:00
mat
eb65b0ad6e fix respawn system ambiguity 2023-05-21 17:29:28 -05:00
mat
8ef57aa698 chore: Release 2023-05-17 00:04:16 -05:00
mat
cb20430481 chore: Release 2023-05-16 23:57:06 -05:00
mat
a63beff5e3 and add the required fields 2023-05-16 23:55:39 -05:00
mat
bb49c78ebc and also update the dependents lol 2023-05-16 23:53:13 -05:00
mat
667b15be6f set version of azalea-inventory to 0.6 2023-05-16 23:52:11 -05:00
mat
3f8177a302 chore: Release 2023-05-16 23:49:08 -05:00
mat
c26bb0733f format some Cargo.tomls 2023-05-16 23:47:54 -05:00
mat
76428154f8 upgrade dependencies
have fun compiling nerds
2023-05-16 23:39:06 -05:00
mat
e2f9d59c45 better variable naming in doc 2023-05-16 23:32:10 -05:00
mat
2ba7b83490 ClientBuilder::new_without_plugins 2023-05-16 23:26:45 -05:00
mat
33044c7957 1.20-pre2 2023-05-16 17:00:12 +00:00
mat
0cc76dfb67 ChatPacket::is_whisper 2023-05-13 19:29:55 -05:00
mat
ca39b8b6af reexport azalea-chat and add goto docs 2023-05-13 19:08:08 -05:00
mat
49952dd150 Merge branch 'main' into 1.20 2023-05-12 23:40:34 -05:00
mat
657c073eab protocol fixes 2023-05-12 23:40:31 -05:00
mat
2057877eba remove unused import 2023-05-12 23:22:45 -05:00
mat
e977391b04 auto respawn 2023-05-12 23:20:23 -05:00
mat
741a1f65d6 handle ping packet and resource pack correctly 2023-05-12 22:30:13 -05:00
mat
80172e4364 fix warnings 2023-05-12 18:53:08 +00:00
mat
c04620ec38 1.20-pre1 2023-05-11 17:11:34 +00:00
mat
e1e1063d15 astar 2023-05-09 22:05:46 -05:00
mat
53d51a5ca9 more brigadier docs 2023-05-07 02:50:52 -05:00
mat
2823e508b3 more brigadier argument types 2023-05-07 01:55:08 -05:00
mat
84c0908f34 fix panic on disconnect 2023-05-06 01:02:21 -05:00
mat
084953b89f fix CommandDispatcher::default 2023-05-05 23:31:27 -05:00
mat
f825544e27 CommandDispatcher is now Send+Sync 2023-05-05 23:23:11 -05:00
mat
12370ab076 change some things to be Arc+RwLock in brigadier 2023-05-05 23:09:57 -05:00
mat
e4176937f0 remove more unnecessary brigadier cloning! 2023-05-05 19:37:40 +00:00
mat
df167a5a39 fix some warnings 2023-05-05 17:15:49 +00:00
mat
3702b2cb21 rename Client::inventory to open_inventory 2023-05-05 17:01:15 +00:00
mat
8b0b86bbcf add Client::inventory 2023-05-05 16:54:42 +00:00
mat
2e2d874e27 remove unnecessary clones in brigadier 2023-05-04 23:59:24 -05:00