Commit graph

1181 commits

Author SHA1 Message Date
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
mat
eeec59adab KnockbackEvent and rename Physics::delta to velocity 2023-10-12 22:39:29 -05:00
mat
79ad1e93bf brigadier suggestions
closes #109
2023-10-12 22:01:15 -05:00
mat
f505ace721 clippy 2023-10-12 20:21:28 -05:00
mat
d82230a427 less Arc<S> in brigadier 2023-10-12 20:18:53 -05:00
mat
38db231ea8 brigadier usages 2023-10-12 20:14:29 -05:00
mat
d5f424b8c2 remove unnecessary clone 2023-10-11 00:09:25 -05:00
mat
19881c4612 fix State incorrectly being reused when calling handlers in swarm 2023-10-11 00:02:12 -05:00
mat
9a687f0ffe start adding mining to pathfinder 2023-10-10 23:21:23 -05:00
mat
0297b8aace PathfinderCtx 2023-10-08 15:34:41 -05:00
mat
f10535b5c8 don't pathfind into lava lol 2023-10-08 04:34:58 -05:00
mat
5212ba4d5d update repo links 2023-10-08 03:58:57 -05:00
mat
682609a24e knockback 2023-10-08 03:24:29 -05:00
mat
971f42e3db split pathfinder execution into multiple systems (and fix some bugs) 2023-10-07 23:12:19 -05:00
mat
9281e4fdb9 fix some parkour issues 2023-10-07 17:45:34 -05:00
mat
44fda05893 3 block jumps and other parkour 2023-10-07 17:29:07 -05:00
mat
78856fbefe descend_forward_1_move move 2023-10-07 16:49:31 -05:00
mat
ad96ffa02e clean up code and optimize a bit more 2023-10-07 16:09:21 -05:00
mat
5d075abfc5 make pathfinder twice as fast 😎 2023-10-07 15:27:21 -05:00
mat
3831bd6f9c update chunk batching 2023-10-07 14:26:09 -05:00
mat
87bfc642da improve pathfinder path execution 2023-10-07 00:35:48 -05:00
mat
94ef48d9f2 make sure pathfinder is always centered on the destination block (fixes tests) 2023-10-06 16:08:26 -05:00
mat
30702d94f6 fix QueryDoesNotMatch and improve error 2023-10-06 15:23:36 -05:00
mat
177864be60 replace a linear search with a binary search . . . 2023-10-05 01:40:25 -05:00
mat
e4e0433853 make pathfinder more blazingly fast by skipping linear search most of the time 2023-10-05 00:39:16 -05:00