00bfcde391
move some stuff to the azalea_client::chat mod
2022-11-17 17:42:30 +00:00
mat
0d004b72ac
Rename "dimension" to "world" ( #39 )
...
* rename "dimension" to "world"
* Update mod.rs
2022-11-15 14:52:26 -06:00
b9da6f7475
rephrase that
2022-11-15 20:45:03 +00:00
709c5dbc19
add Client::metadata
2022-11-15 20:44:33 +00:00
614c0df053
clippy
2022-11-15 20:38:32 +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
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
fa57d03627
Update Cargo.lock
2022-11-12 12:15:24 -06:00
16d0cb734c
change some dependencies
2022-11-11 23:10:38 -06:00
d235349229
add more to optimization docs
2022-11-11 22:16:39 -06:00
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
981105b2c0
fix docs
2022-11-11 20:01:54 -06:00
9e09df1837
make some stuff in azalea-protocol public
2022-11-11 19:24:45 -06:00
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
1fc42d7566
semicolon lol
2022-11-09 19:14:07 -06:00
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
21898627fd
don't panic on kick
2022-11-07 22:06:02 -06:00
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
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
aea53cd380
actually fix
2022-10-30 21:44:11 -05:00
261913e606
reply to custom query packet
2022-10-30 21:42:32 -05:00
5ae890f941
replace an expect with unwrap_or_else
2022-10-30 15:42:43 -05:00
329f8b1784
more docs
2022-10-30 15:28:19 -05:00
c65e1fc660
Update README.md
2022-10-30 15:05:54 -05:00
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
44ab1ad6ef
chore: Release
2022-10-30 14:04:11 -05:00
889f742696
add "repository" field to all crates
2022-10-30 14:03:13 -05:00
f0e9a48222
fix error
2022-10-30 13:07:14 -05:00
99d3a5de9d
improve docs a little more
2022-10-30 12:58:44 -05:00
f73872c0cc
add packet to match lol
2022-10-29 14:36:07 -05:00
7d140e5f0c
ClientboundContainerClosePacket
2022-10-29 14:33:53 -05:00
7c71bdf79a
add doc comments to combat packets
2022-10-29 14:14:47 -05:00
65d8fdcb6c
oop fix another unwrap
2022-10-29 14:02:57 -05:00
f235c9d064
don't panic if connection closes on join
2022-10-29 13:54:19 -05:00