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

292 commits

Author SHA1 Message Date
52fbf43b9c merge main 2022-11-18 17:21:21 +00:00
Honbra
9f78b3f4a7
Military-grade server implementation (#40)
* Military-grade server implementation

* Add doc comments
2022-11-14 13:25:59 -06:00
mat
2db0847ed0 Merge branch 'main' into 1.19.3 2022-11-13 00:45:34 -06:00
mat
acab970472 Merge branch 'main' into 1.19.3 2022-11-13 00:03:30 -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
16d0cb734c change some dependencies 2022-11-11 23:10:38 -06:00
3530faea4e Merge branch 'main' of https://github.com/mat-1/azalea into main 2022-11-12 02:04:15 +00: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
c4ca00d34f 22w45a 2022-11-10 19:34:13 +00:00
dc62ada865 fix clippy warnings 2022-11-10 17:50:41 +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
7fbb28f287 Revert "fix"
This reverts commit ad12ddcb00.
2022-11-09 17:21:09 +00:00
ad12ddcb00 fix 2022-11-09 17:21:00 +00:00
22af42a880 Revert "update pixlyzer dir"
This reverts commit ee9a0e7a49.
2022-11-09 17:20:17 +00:00
ee9a0e7a49 update pixlyzer dir 2022-11-09 17:20:00 +00:00
c4843b347d make some fields public in light update packet 2022-11-08 20:45:17 +00:00
mat
9d950e4b70 Merge branch 'main' into 1.19.3 2022-11-06 22:44:42 -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
9a60348292 22w44a 2022-11-02 14:37:10 +00:00
mat
c6d2d41807 backtraces + fix clientbound chat message 2022-10-31 18:44:58 -05:00
mat
0fc82aa579 joining a server works 2022-10-30 23:10:34 -05:00
mat
278fb3d392 profile_public_key isn't Option anymore 2022-10-30 21:23:05 -05:00
mat
efe4bd47b0 ServerboundChatSessionUpdatePacket 2022-10-30 21:21:24 -05:00
mat
ff9cdd9a33 22w43a 2022-10-30 21:19:41 -05:00
mat
4e5b4be30d make it compile 2022-10-30 20:02:20 -05:00
mat
430d812dd7 serverbound chat packets 2022-10-30 19:59:38 -05:00
mat
68a21a79fb features enabled and container closed 2022-10-30 19:10:03 -05:00
mat
87dbee46e2 ClientboundPlayerInfoUpdatePacket 2022-10-30 18:58:12 -05:00
mat
a3c5fdf13f Merge branch 'main' into 1.19.3 2022-10-30 15:37:07 -05:00
mat
329f8b1784 more docs 2022-10-30 15:28:19 -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
99d3a5de9d improve docs a little more 2022-10-30 12:58:44 -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
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
1a626da9ba add more stuff to clientbound player chat packet 2022-10-24 21:35:54 -05:00
mat
acc73ae406 Update mod.rs 2022-10-24 21:26:15 -05:00
mat
489cdb01aa fix repeated ids in game/mod.rs 2022-10-24 21:25:36 -05:00
ac404bd08e serverbound hello packet 2022-10-24 19:56:57 +00:00
ee86d766a8 player chat packet 2022-10-24 19:42:47 +00:00
9d02bcb71a work a bit more on 22w42a 2022-10-24 17:57:36 +00:00
233d7ebce4 start updating to 22w42a 2022-10-24 15:40:55 +00:00
mat
3869fd622f write some more docs for az-protocol 2022-10-23 22:59:38 -05:00
mat
65da123631
Add Client::set_client_information (#33)
* start adding options

* add default options

* send options packet by default

* mention set_options in Client::join doc

* make TranslatableComponent::read return TextComponent

* change set_options to set_client_information

* clean up some code

* Add `Initialize` event

* fix some clippy warnings

* change `Client::options` to `client_information`
2022-10-23 19:00:24 -05:00
mat
587001724a add # Examples to some docs 2022-10-23 17:01:37 -05:00