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

676 commits

Author SHA1 Message Date
mat
d672a9c89f base in AttributeInstance 2022-11-06 22:19:39 -06:00
mat
d31aeb9abc attribute stuff
todo: the default bases depend on the entity
2022-11-06 19:43:48 -06:00
mat
ebc9aa7821 Merge branch 'main' into pathfinding 2022-11-06 14:29:52 -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
mat
9f046adf9b pathfinding works* 2022-11-02 22:02:01 -05:00
6d1b58b868 fix rotations 2022-11-02 16:03:30 +00:00
a39513f2d6 direction_looking_at 2022-11-02 15:59:07 +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
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
e234f8b756 add basic installation instructions 2022-10-31 15:37:41 +00:00
ecd5964d13 rename movedirection to walkdirection 2022-10-31 15:32:09 +00:00
mat
aea53cd380 actually fix 2022-10-30 21:44:11 -05:00
mat
261913e606 reply to custom query packet 2022-10-30 21:42:32 -05:00
mat
5ae890f941 replace an expect with unwrap_or_else 2022-10-30 15:42:43 -05:00
mat
329f8b1784 more docs 2022-10-30 15:28:19 -05:00
mat
c65e1fc660 Update README.md 2022-10-30 15:05:54 -05:00
mat
694fd39a91 add docs.rs badge 2022-10-30 15:05:14 -05:00
mat
fac4d1afda
Create LICENSE.md 2022-10-30 14:49:46 -05:00
mat
44ab1ad6ef chore: Release 2022-10-30 14:04:11 -05:00
mat
889f742696 add "repository" field to all crates 2022-10-30 14:03:13 -05:00
mat
f0e9a48222 fix error 2022-10-30 13:07:14 -05:00
mat
99d3a5de9d improve docs a little more 2022-10-30 12:58:44 -05:00
mat
f73872c0cc add packet to match lol 2022-10-29 14:36:07 -05:00
mat
7d140e5f0c ClientboundContainerClosePacket 2022-10-29 14:33:53 -05:00
mat
7c71bdf79a add doc comments to combat packets 2022-10-29 14:14:47 -05:00
mat
65d8fdcb6c oop fix another unwrap 2022-10-29 14:02:57 -05:00
mat
f235c9d064 don't panic if connection closes on join 2022-10-29 13:54:19 -05:00
606e3e19a1 block pos pathfinding stuff 2022-10-28 20:18:18 +00:00
6bc47c01d8 replace EntityMut and EntityRef with just Entity 2022-10-28 20:00:04 +00:00
f7c8d57b68 add Bot::look_at 2022-10-28 18:24:15 +00:00
mat
d888c0569b more pathfinding stuff 2022-10-28 16:18:22 +00:00
mat
18e45c8e95 Merge branch 'main' into pathfinding 2022-10-28 15:25:57 +00:00
mat
170cb36afb Merge branch 'main' into pathfinding 2022-10-28 15:25:08 +00:00
mat
9de6c03dfb use variables directly in format strings
thanks clippy we love you
2022-10-27 21:22:47 -05:00
mat
7ae8bfab50 fix removed packets still being defined 2022-10-27 20:58:11 -05:00
mat
b2e54a7ff0 fix identical shapes being defined multiple times 2022-10-27 20:54:17 -05:00