|
f198bdf777
|
fix gitignore
|
2022-05-07 18:36:17 -05:00 |
|
|
5fe6ac7adf
|
rename data-code-generator to code-generator
|
2022-05-07 18:34:55 -05:00 |
|
|
dd770cf41a
|
Update README.md
|
2022-05-07 18:34:13 -05:00 |
|
|
7699152536
|
auto detect if we should skip burger
|
2022-05-07 18:32:54 -05:00 |
|
|
2ddbc5cfc0
|
improve usage
|
2022-05-07 18:30:44 -05:00 |
|
|
c10b732510
|
improve data generator and add packet
|
2022-05-07 18:26:19 -05:00 |
|
|
aa3ba64aa4
|
actually generate a packet!
|
2022-05-07 17:59:03 -05:00 |
|
|
7b61d41f86
|
fixes
|
2022-05-07 17:29:51 -05:00 |
|
|
cf34a7c414
|
write packet files
|
2022-05-07 16:56:44 -05:00 |
|
|
9f496a89b5
|
basic code generator
|
2022-05-07 16:54:02 -05:00 |
|
|
71acb5b336
|
release mode other crypto packages
|
2022-05-07 12:30:20 -05:00 |
|
|
f0a277788c
|
add set time packet and update readme
|
2022-05-07 12:22:57 -05:00 |
|
|
b9c31efc01
|
Initialize worldborder packet
Also add varlong and replace #[varint] with #[var]
|
2022-05-07 11:58:00 -05:00 |
|
|
79bf577130
|
clientbound add player packet
|
2022-05-07 11:22:03 -05:00 |
|
|
e023986565
|
random polish
|
2022-05-05 23:33:08 -05:00 |
|
|
1b48cad53f
|
remove some prints
|
2022-05-05 23:06:37 -05:00 |
|
|
4dac004635
|
Fix chunk decoding
|
2022-05-05 22:12:54 -05:00 |
|
|
57b76ef52b
|
Add bit storage
|
2022-05-05 19:57:46 -05:00 |
|
|
9a9fd8fcdd
|
Delete login.txt
|
2022-05-03 22:49:11 -05:00 |
|
|
18dc3a84d4
|
start adding bit storage
|
2022-05-03 22:48:57 -05:00 |
|
|
c987812927
|
clippy
|
2022-05-03 18:20:24 +00:00 |
|
|
477c367fc4
|
mor echunk stuff
|
2022-05-03 18:03:10 +00:00 |
|
|
0bd798045c
|
more azalea-world stuff
|
2022-05-03 00:33:32 -05:00 |
|
|
8e42e1c5df
|
more chunk and readme stuff
|
2022-05-02 23:07:06 +00:00 |
|
|
1e2ec61100
|
write some more azalea-world code
|
2022-05-02 00:24:29 -05:00 |
|
|
34058b2528
|
Remove some resolved todo comments
|
2022-05-01 23:45:28 -05:00 |
|
|
dedcd0de8f
|
impl Write instead of Vec<u8> for consistency
|
2022-05-01 23:38:55 -05:00 |
|
|
a24d00d998
|
impl Write instead of Vec<u8> for consistency
|
2022-05-01 23:35:30 -05:00 |
|
|
bec2da64d8
|
Merge branch 'main' into chunk-decoding
|
2022-05-01 23:06:56 -05:00 |
|
|
db2fcecdc3
|
Change some generics to impl Trait
|
2022-05-01 22:58:20 -05:00 |
|
|
44db8948d6
|
Re-enable NBT decoding benchmark
|
2022-05-01 22:53:24 -05:00 |
|
mat
|
728f0399ff
|
Merge pull request #4 from mat-1/sync-decoding
Reduce usage of AsyncRead
|
2022-05-02 03:10:52 +00:00 |
|
|
e1b6bc965a
|
Update read.rs
|
2022-05-01 22:10:28 -05:00 |
|
|
567c6f4f2c
|
Reduce usage of AsyncRead
We already receive everything from the server when it tells us the length, so we can actually just treat the stream as a Read instead of an AsyncRead.
|
2022-05-01 21:54:03 -05:00 |
|
|
4d75415130
|
start adding azalea-world
|
2022-05-01 18:59:07 -05:00 |
|
|
c2262a2123
|
clientbound_set_entity_link_packet
|
2022-05-01 16:30:40 -05:00 |
|
|
366904e419
|
Update README.md
|
2022-05-01 15:22:28 -05:00 |
|
|
388b0fc0f2
|
ClientboundUpdateAttributesPacket & ClientboundEntityVelocityPacket
|
2022-05-01 15:19:51 -05:00 |
|
|
1a68d55eaf
|
add IGNORE_ERRORS const
|
2022-05-01 14:14:51 -05:00 |
|
|
0ccf203460
|
Fix writing encrypted packets
|
2022-05-01 14:11:11 -05:00 |
|
|
766b290065
|
Ignore unknown packets
|
2022-05-01 14:03:15 -05:00 |
|
|
9dacd90abc
|
clientbound_add_entity_packet & clientbound_set_entity_data_packet
|
2022-05-01 13:51:59 -05:00 |
|
|
4b1cfd1cf8
|
remove useless match things
|
2022-05-01 00:32:55 -05:00 |
|
|
42ca37554c
|
actually send the ServerboundCustomPayloadPacket
|
2022-04-30 23:11:18 -05:00 |
|
|
8313952541
|
Simplify packet macro
Now every packet implements McBufWritable and McBufReadable and uses those so the code doesn't have to be duplicated.
|
2022-04-30 23:04:18 -05:00 |
|
|
0dc6decf7f
|
put something useful in state
|
2022-04-30 22:30:50 -05:00 |
|
|
3c3deb625d
|
add entity -> add mob
|
2022-04-30 22:18:33 -05:00 |
|
|
51201ffe65
|
Update clientbound_add_entity_packet.rs
|
2022-04-30 22:16:13 -05:00 |
|
|
f2a8e8221d
|
add clientbound_add_entity_packet
|
2022-04-30 22:13:47 -05:00 |
|
|
80d49a7607
|
azalea_auth::encryption -> azalea_crypto
|
2022-04-30 21:30:45 -05:00 |
|