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

703 commits

Author SHA1 Message Date
mat
04c8d8db9f delete azalea-pathfinder crate
already in azalea::pathfinder module
2022-11-13 11:26:28 -06:00
mat
4669f73395 remove azalea_pathfinder import 2022-11-13 00:59:54 -06:00
mat
6aad8e20ed fix stuff from merge 2022-11-13 00:42:03 -06:00
mat
9ffe57b9a5 Merge branch 'main' into swarm 2022-11-13 00:36:22 -06:00
mat
6eee543a33
Pathfinder (#25)
Pathfinding is very much not done, but it works enough and I want to get this merged.
TODO: fast replanning, goals that aren't a single node, falling moves (it should be able to play the dropper), parkour moves
2022-11-12 23:54:05 -06:00
mat
fa57d03627 Update Cargo.lock 2022-11-12 12:15:24 -06:00
mat
16d0cb734c change some dependencies 2022-11-11 23:10:38 -06:00
mat
d235349229 add more to optimization docs 2022-11-11 22:16:39 -06:00
mat
e6db7d5f2f add optimization stuff to azalea docs 2022-11-11 21:55:47 -06:00
3530faea4e Merge branch 'main' of https://github.com/mat-1/azalea into main 2022-11-12 02:04:15 +00:00
mat
981105b2c0 fix docs 2022-11-11 20:01:54 -06:00
mat
9e09df1837 make some stuff in azalea-protocol public 2022-11-11 19:24:45 -06:00
mat
1df4f9f477 fix example in azalea_protocol::connect 2022-11-11 19:05:00 -06:00
4a1ec068fc improved docs 2022-11-11 21:04:18 +00:00
dc62ada865 fix clippy warnings 2022-11-10 17:50:41 +00:00
0738ad038f didn't cargo check lol 2022-11-10 16:14:02 +00:00
8b3fe0b241 fix another panic in bitset 2022-11-10 15:46:11 +00:00
mat
1fc42d7566 semicolon lol 2022-11-09 19:14:07 -06:00
mat
f2d21ad813 shut down on broken pipe 2022-11-09 18:18:55 -06:00
ad8b1b7b24 ignore bad utf8 2022-11-09 18:59:03 +00:00
8de73c336f fix warnings 2022-11-09 17:41:06 +00:00
0675e05e28 don't error on bad entity data packet 2022-11-09 17:34:48 +00:00
c4843b347d make some fields public in light update packet 2022-11-08 20:45:17 +00:00
350f9f105e don't log light updates 2022-11-08 20:34:39 +00:00
10bdcf3b4d log some more stuff 2022-11-08 20:14:45 +00:00
mat
21898627fd don't panic on kick 2022-11-07 22:06:02 -06:00
mat
7844a05650 fix edge case with clearing bitsets 2022-11-07 20:57:32 -06:00
mat
d112856ff6
Entity metadata (#37)
* add example generated metadata.rs

* metadata.rs codegen

* add the files

* add comment to top of metadata.rs

* avoid clone

* metadata

* defaults

* defaults

* fix metadata readers and writers

* fix bad bitmasks and ignore some clippy warnings in generated code

* add set_index function to entity metadatas

* applying metadata
2022-11-06 14:05:01 -06:00
mat
9bc5175116
ask for someone to do server implementation 2022-11-03 20:08:14 -05:00
0a20160272 change comment to be less than 80 width 2022-11-03 18:00:29 +00:00
47b7b2e0ba import swarm in an example 2022-11-02 16:14:59 +00:00
7f8c4567b7 Merge branch 'pathfinding' into swarm 2022-11-02 16:09:43 +00:00
6d1b58b868 fix rotations 2022-11-02 16:03:30 +00:00
a39513f2d6 direction_looking_at 2022-11-02 15:59:07 +00:00
d7cc52c6dd make a thing immutable 2022-11-02 14:34:50 +00:00
mat
e46575a075 Update main.rs 2022-11-01 22:00:44 -05:00
mat
8db3a45729 fix going too fast 2022-11-01 21:53:44 -05:00
mat
6daaf9e6b7 make lookat actually work probably 2022-11-01 19:54:46 -05:00
mat
9b67d7dafb fix deadlock
i still don't understand why it was happening but the solution was to keep the Client::player lock for shorter so it didn't overlap with the Client::dimension lock
2022-11-01 19:31:26 -05:00
70dd62c785 start adding swarm 2022-11-01 20:58:36 +00:00
3950b9cf95 update some From methods to use rem_euclid 2022-11-01 15:51:04 +00:00
mat
17a55728f7 start debugging incorrect air 2022-11-01 10:10:52 -05:00
mat
53fb15528b why does it think there is air 2022-10-31 23:59:23 -05:00
mat
88e1164daf fix Plugins::get 2022-10-31 23:26:40 -05:00
mat
cd01188b8c make azalea_client keep plugin state 2022-10-31 22:26:57 -05:00
29f442f127 change az-pf version 2022-10-31 18:19:04 +00:00
175f01ee2a advance path 2022-10-31 16:17:55 +00:00
7118f883dd execute path every tick 2022-10-31 16:14:21 +00:00
8a507244d3 fix merge issues 2022-10-31 16:06:32 +00:00
50f1cc47fa some -> most in readme warning 2022-10-31 15:56:15 +00:00