Commit graph

1055 commits

Author SHA1 Message Date
mat
da4afa8ae3 simplify boilerplate in examples 2023-12-04 20:23:41 -06:00
mat
797dd91710 revert packet name to Disguised and make it more like ChatPacket::Player 2023-12-04 14:27:13 -06:00
Shayne Hartford
888c276503
Add masked chat type/event (#118) 2023-12-04 14:26:53 -06:00
mat
cc976c6873 fix ClientBuilder erroring, maybe 2023-12-04 12:13:26 -06:00
mat
4355e7f74b clippy 2023-12-03 20:31:36 -06:00
mat
5910f9bdcf remove 'why' from readme and reword beginning of docs a little 2023-12-03 20:07:42 -06:00
mat
948c676271 make ClientBuilder use SwarmBuilder internally 2023-12-03 19:47:51 -06:00
mat
ac8bc3dad8 fix warning markdown in readme 2023-12-03 17:24:00 -06:00
mat
605bfcd6e8 link azalea-viaversion in readme 2023-12-03 16:59:07 -06:00
mat
d617c04581 remove debug print 2023-12-03 16:18:28 -06:00
mat
3e168a33c9 let plugins override query responses 2023-12-03 16:17:46 -06:00
mat
a42161a203 clippy 2023-12-03 02:42:45 -06:00
mat
1f46ef8c11 make it so plugins can send and receive packets during the login state 2023-12-03 02:41:09 -06:00
mat
0713223e12 fix compile error when trace logs are enabled 2023-12-02 16:07:09 -06:00
mat
f052882123 make sure Startup system runs before any bots join 2023-12-02 16:06:42 -06:00
mat
34a4027010 change protocol_version to an i32 2023-12-02 15:49:54 -06:00
mat
1903dabe2c make address an Arc<RwLock> 2023-12-02 15:48:21 -06:00
mat
c898fa5921 fix writing nbt 2023-12-02 13:45:51 -06:00
mat
2b9b16d28f make address and resolved_address pub in Swarm 2023-12-01 23:18:25 -06:00
mat
3eb9998c98 compression does not need to be async 2023-12-01 23:09:24 -06:00
mat
175eacfac3 rename add_with_exponential_backoff to add_and_retry_forever 2023-12-01 22:51:27 -06:00
mat
45f9d27601 disconnect fixes 2023-12-01 22:49:44 -06:00
1zuna
fbee81e609
addd disconnect reason (#114) 2023-12-01 22:45:12 -06:00
veronoicc
d21e496bc3
Make auto_respawn pub (#116) 2023-12-01 11:43:04 -06:00
mat
a806194497 fmt 2023-11-29 20:00:47 -06:00
mat
f114c78dba fix typo in auth docs 2023-11-29 19:53:14 -06:00
mat
af818b3b58 simplify ServerAddress serde implementations 2023-11-29 19:51:34 -06:00
1zuna
87c2bc2e5d
serde support for 'ServerAddress' (#115) 2023-11-29 19:51:19 -06:00
1zuna
8fb58b7754
fix trust_dns_resolver issue (#112)
fixes error: "Label contains invalid characters"
2023-11-29 18:25:58 -06:00
mat
0f9492ff38 slightly change Client::partial_world example 2023-11-28 19:27:49 -06:00
mat
135d25c753 add Client::partial_world() 2023-11-28 19:12:49 -06:00
mat
2c610826fc
Replace azalea-nbt with simdnbt (#111)
* delete azalea-nbt and replace with simdnbt

* use simdnbt from crates.io

* remove serde dependency on azalea-registry
2023-11-19 22:07:38 -06:00
mat
84e036ce37 clippy 2023-11-18 21:20:34 -06:00
mat
f0b58c7e74 share registries in swarms and fix some bugs 2023-11-18 20:44:49 -06:00
mat
000abfa136 make loading chunks its own bevy system 2023-11-18 14:54:01 -06:00
mat
8d0acecdcf fix memory leak when loading chunks in swarms 2023-11-18 02:24:34 -06:00
mat
89f5053b47 upgrade all dependencies 2023-11-18 01:02:52 -06:00
mat
9633508a3a replace log with tracing 2023-11-18 00:58:47 -06:00
mat
b79ae025f0 show error if user is on stable rust 2023-11-18 00:52:54 -06:00
mat
71cd3f021e make packet an Arc in PacketEvent 2023-11-18 00:49:44 -06:00
mat
e39de79a6b simplify some code 2023-11-18 00:07:25 -06:00
mat
03cc28d8e7 improve docs a bit 2023-11-12 17:13:43 -06:00
mat
3d22b5b91c fix pathfinder tests 2023-11-12 15:59:12 -06:00
mat
70b9c88d63 fix tests to compile 2023-11-07 11:34:32 -06:00
mat
ee55453fbf bevy 0.12 2023-11-06 18:04:57 -06:00
mat
48b5d12171 remove some unnecessary code and improve docs for Menu 2023-10-26 23:13:26 -05:00
mat
2803e9ef0d remove some more #![feature]s 2023-10-26 22:26:14 -05:00
mat
ce81ae9cb3 optimize azalea-core positions and remove some unnecessary nightly features 2023-10-26 20:42:22 -05:00
mat
252958bb90 async_fn_in_trait stabilized 2023-10-21 01:34:18 -05:00
mat
97ec9f7c7d rename KnockbackEvent::kind to knockback 2023-10-12 22:43:05 -05:00