0ddad8bd9c
fix edge case with reading FormattedText as nbt
2024-04-20 21:06:37 +00:00
f919fb65d6
upgrade deps
2024-04-20 04:12:16 +00:00
353eda21ac
socks5 support ( #113 )
2024-04-20 03:40:59 +00:00
fa96af786b
Release 0.9.1
...
azalea@0.9.1
azalea-auth@0.9.1
azalea-block@0.9.1
azalea-block-macros@0.9.1
azalea-brigadier@0.9.1
azalea-buf@0.9.1
azalea-buf-macros@0.9.1
azalea-chat@0.9.1
azalea-client@0.9.1
azalea-core@0.9.1
azalea-crypto@0.9.1
azalea-entity@0.9.1
azalea-inventory@0.9.1
azalea-inventory-macros@0.9.1
azalea-language@0.9.1
azalea-physics@0.9.1
azalea-protocol@0.9.1
azalea-protocol-macros@0.9.1
azalea-registry@0.9.1
azalea-registry-macros@0.9.1
azalea-world@0.9.1
Generated by cargo-workspaces
2024-04-18 20:22:26 -05:00
veronoicc
7fc31f9506
Update clientbound_game_event_packet.rs ( #133 )
...
Added 2 new game even types
2024-03-08 10:56:55 -06:00
c38957374c
fix parsing textcomponents failing when it's translatable and has a primitive as an argument
2024-02-24 14:00:09 -06:00
038807e607
fix for hypixel limbo
2024-02-22 22:41:54 -06:00
be4f13c36c
upgrade deps, bevy 0.13
2024-02-17 14:43:42 -06:00
64d48897af
update deps
2024-01-25 00:44:20 -06:00
7feee2954d
remove unnecessary map_err
2024-01-20 17:35:54 -06:00
fd1c99e74a
upgrade deps
2024-01-08 21:15:12 -06:00
cfbfdd77b4
fix ping packet, explosion packet, and panic less
2024-01-08 00:12:54 -06:00
13e6421cf5
fix FormattedText when 'extra' isn't a list of compounds
2023-12-28 18:36:23 -06:00
cbb2ffad92
read nbt as optional in more places
2023-12-28 17:49:47 -06:00
Tijn
7aca36805a
Publicize all fields on AddOperation
and Style
( #124 )
...
The struct itself was already public, I assume the fields where meant to be as well.
2023-12-17 15:52:34 -06:00
a069ffe982
fix non-u8 gamemodes
...
love you wynncraft
2023-12-16 14:29:49 -06:00
9260892d44
fix bytes of packets not being logged in tracing
2023-12-16 13:28:22 -06:00
10ee7e147d
fix typos in code with crate-ci/typos
2023-12-09 18:36:16 -06:00
020dc434ff
thanks cargo workspaces
2023-12-05 11:15:18 -06:00
6567cf9e5c
Release 0.9.0
...
azalea@0.9.0
azalea-auth@0.9.0
azalea-block@0.9.0
azalea-block-macros@0.9.0
azalea-brigadier@0.9.0
azalea-buf@0.9.0
azalea-buf-macros@0.9.0
azalea-chat@0.9.0
azalea-client@0.9.0
azalea-core@0.9.0
azalea-crypto@0.9.0
azalea-entity@0.9.0
azalea-inventory@0.9.0
azalea-inventory-macros@0.9.0
azalea-language@0.9.0
azalea-physics@0.9.0
azalea-protocol@0.9.0
azalea-protocol-macros@0.9.0
azalea-registry@0.9.0
azalea-registry-macros@0.9.0
azalea-world@0.9.0
Generated by cargo-workspaces
2023-12-05 11:06:51 -06:00
ab5f6d598d
upgrade deps
2023-12-05 11:06:24 -06:00
mat
7857a014b9
1.20.3 ( #110 )
...
* 23w40a
* 23w41a
* 23w42a
* 23w43a
* 23w44a
* serialize FormattedText as nbt in network
* use azalea-nbt/serde in azalea-chat
* 23w45a
* fix 23w45a to compile
* handle Object in codegen
* 1.20.3-pre2
* remove unused clientbound_resource_pack_packet.rs
* merge main and make azalea-chat use simdnbt
* 1.20.3-rc1
* fix tests
* use simdnbt 0.3
* fix ServerboundSetJigsawBlockPacket
* 1.20.3
2023-12-05 10:59:05 -06:00
mat
421d8ce2c8
Replace Bevy's FixedUpdate with Azalea's GameTick ( #119 )
...
* replace bevy FixedUpdate with azalea GameTick
* Update to Bevy 0.12.1
2023-12-04 23:42:49 -06:00
797dd91710
revert packet name to Disguised and make it more like ChatPacket::Player
2023-12-04 14:27:13 -06:00
Shayne Hartford
888c276503
Add masked chat type/event ( #118 )
2023-12-04 14:26:53 -06:00
0713223e12
fix compile error when trace logs are enabled
2023-12-02 16:07:09 -06:00
34a4027010
change protocol_version to an i32
2023-12-02 15:49:54 -06:00
3eb9998c98
compression does not need to be async
2023-12-01 23:09:24 -06:00
a806194497
fmt
2023-11-29 20:00:47 -06:00
af818b3b58
simplify ServerAddress serde implementations
2023-11-29 19:51:34 -06:00
1zuna
87c2bc2e5d
serde support for 'ServerAddress' ( #115 )
2023-11-29 19:51:19 -06:00
1zuna
8fb58b7754
fix trust_dns_resolver issue ( #112 )
...
fixes error: "Label contains invalid characters"
2023-11-29 18:25:58 -06:00
mat
2c610826fc
Replace azalea-nbt with simdnbt ( #111 )
...
* delete azalea-nbt and replace with simdnbt
* use simdnbt from crates.io
* remove serde dependency on azalea-registry
2023-11-19 22:07:38 -06:00
f0b58c7e74
share registries in swarms and fix some bugs
2023-11-18 20:44:49 -06:00
89f5053b47
upgrade all dependencies
2023-11-18 01:02:52 -06:00
9633508a3a
replace log with tracing
2023-11-18 00:58:47 -06:00
ee55453fbf
bevy 0.12
2023-11-06 18:04:57 -06:00
eeec59adab
KnockbackEvent and rename Physics::delta to velocity
2023-10-12 22:39:29 -05:00
38db231ea8
brigadier usages
2023-10-12 20:14:29 -05:00
5212ba4d5d
update repo links
2023-10-08 03:58:57 -05:00
0ef15254c4
also upgrade deps everywhere else lol
2023-10-03 01:37:00 -05:00
befa33a879
organize azalea_core and re-export it from azalea
2023-10-01 15:19:13 -05:00
mat
7b3e2e4bf7
1.20.2 ( #99 )
...
* add configuration state
* start updating to 23w31a
* implement a bit more of 23w31a
* chunk batching
* start adding configuration state
* ioasfhjgsd
* almost works
* configuration state mostly implemented
* handle other packets in configuration state and fix keepalive
* cleanup, fix warnings
* 23w32a
* fix some doctests
* 23w33a
* 23w35a
* 1.20.2-pre2
* fix system conflicts
* 1.20.2-pre4
* make tests compile
* tests pass
* 1.20.2-rc2
* 1.20.2
* Revert "1.20.2"
This reverts commit dd152fd265
.
* didn't mean to commit that code
---------
Co-authored-by: mat <git@matdoes.dev>
2023-09-21 11:16:29 -05:00
856a3252f6
heightmaps
2023-09-17 21:44:17 -05:00
c3717eaead
finish releasing 0.8
2023-09-14 19:15:42 -05:00
c8aad8bdfe
Release 0.8.0
...
azalea@0.8.0
azalea-auth@0.8.0
azalea-block@0.8.0
azalea-block-macros@0.8.0
azalea-brigadier@0.8.0
azalea-buf@0.8.0
azalea-buf-macros@0.8.0
azalea-chat@0.8.0
azalea-client@0.8.0
azalea-core@0.8.0
azalea-crypto@0.8.0
azalea-entity@0.8.0
azalea-inventory@0.8.0
azalea-inventory-macros@0.8.0
azalea-language@0.8.0
azalea-nbt@0.8.0
azalea-physics@0.8.0
azalea-protocol@0.8.0
azalea-protocol-macros@0.8.0
azalea-registry@0.8.0
azalea-registry-macros@0.8.0
azalea-world@0.8.0
Generated by cargo-workspaces
2023-09-14 19:01:20 -05:00
6a37971420
add ResourcePackEvent event
2023-09-14 18:17:32 -05:00
35d6ac565d
upgrade deps
2023-09-08 16:51:32 -05:00
EightFactorial
e6a787f777
Don't crash when missing extra registries ( #108 )
...
* Fix decoding on missing Nbt structures
* Fix default and renaming
2023-09-07 12:40:53 -05:00
mat
11d14c74c5
Support properly switching instances ( #106 )
...
* start implementing switching dimensions
* fix removeentity in shared worlds
* also store entity ids per local player
* uncomment a trace in pathfinder
* cleanup
---------
Co-authored-by: mat <git@matdoes.dev>
2023-08-24 22:59:40 -05:00