mat
833f306e8b
Fix errors on switching dimensions ( #204 )
...
* Fix errors on switching dimensions
* fix other tests
* clippy
* fix log feature in test_simulation
* fix chunks oops
2025-02-21 13:43:56 -06:00
63b1036a96
fix CustomModelData and WrittenBookContent datacomponents
2025-02-21 17:22:00 +00:00
228489dded
use MinecraftEntityId type instead of u32 in az-protocol
2025-02-16 17:10:04 +00:00
8d110a9f7c
cleanup, fix warnings
2025-02-02 21:17:28 +00:00
b08d3d55d7
start implementing data driven registries
2025-02-02 21:15:45 +00:00
87c34e1c33
add failing test_set_health_before_login test
2025-02-01 20:35:57 +00:00
6d8d937d47
add support for tickend and playerinput
2025-01-29 05:29:20 +00:00
befcec9b3a
fix wrong Profile data component impl
2025-01-29 02:09:54 +00:00
ef25e77e52
add data for EntityEffect particle to fix set_entity_data errors on hypixel
2025-01-29 02:02:39 +00:00
67c053638c
fix chunk parsing on hypixel
2025-01-27 19:24:12 +00:00
fe423416b4
Rename Connection::configuration to config and add some clientbound functions that already existed serverbound
...
taken from Shay's fork: b0ca6076ed
2025-01-25 22:34:00 +00:00
b6ddde99ea
add ProtocolPacket::name function
2025-01-25 22:20:35 +00:00
f2d8d4211b
fix name of field in CommonPlayerSpawnInfo
2025-01-21 23:55:44 +00:00
53fca5faf4
fix errors when switching worlds
2025-01-21 23:53:11 +00:00
900a4234e5
fix wrong ClientboundSoundEntity
2025-01-21 23:21:08 +00:00
2dcfbe96c3
fix wrong ServerLinkKind and serialize hex colors correctly in nbt
2025-01-14 03:18:38 +00:00
5721eaf193
fix ClientboundSound and implement az_registry::Holder
2025-01-13 04:52:40 +00:00
a1435b3b95
fix bugs with decoding/encoding DataComponentPatch
2025-01-12 22:43:37 +00:00
093c99a071
add AZALEA_DO_NOT_CUT_OFF_PACKET_LOGS env variable
2025-01-12 21:51:37 +00:00
615d8f9d2a
bump minimum rust version and improve pathfinder docs
2024-12-28 02:10:05 +00:00
e11a902fba
patch pathfinder obstructions instead of just truncating the path
2024-12-25 12:09:27 +00:00
8f0d0d9280
close tcp connection on bot disconnect and add swarms to testbot cli
2024-12-25 07:27:09 +00:00
04eaa5c3d0
remove dependency on bytes crate for azalea-protocol and fix memory leak
2024-12-25 06:16:10 +00:00
f03e0c2235
fix parsing Dust particle and treat waterlogged blocks as liquid in pathfinder
2024-12-24 08:48:36 +00:00
fa132b61fc
add a bit more logging to handshake_proxy
2024-12-23 07:31:51 +00:00
2c37ade959
add a test for 2b2t queue chat message
2024-12-23 02:01:58 +00:00
3b1fe490b0
make testbot take cli args
2024-12-23 01:12:27 +00:00
641b99c7af
update trust-dns -> hickory-dns
2024-12-21 03:06:56 +00:00
ad30950f85
Release independent packages
...
Generated by cargo-workspaces
2024-12-20 19:22:29 -06:00
7098375ecf
Release 0.11.0+mc1.21.4
...
azalea@0.11.0+mc1.21.4
azalea-auth@0.11.0+mc1.21.4
azalea-block@0.11.0+mc1.21.4
azalea-block-macros@0.11.0+mc1.21.4
azalea-brigadier@0.11.0+mc1.21.4
azalea-buf@0.11.0+mc1.21.4
azalea-buf-macros@0.11.0+mc1.21.4
azalea-chat@0.11.0+mc1.21.4
azalea-client@0.11.0+mc1.21.4
azalea-core@0.11.0+mc1.21.4
azalea-crypto@0.11.0+mc1.21.4
azalea-entity@0.11.0+mc1.21.4
azalea-inventory@0.11.0+mc1.21.4
azalea-inventory-macros@0.11.0+mc1.21.4
azalea-language@0.11.0+mc1.21.4
azalea-physics@0.11.0+mc1.21.4
azalea-protocol@0.11.0+mc1.21.4
azalea-protocol-macros@0.11.0+mc1.21.4
azalea-registry@0.11.0+mc1.21.4
azalea-registry-macros@0.11.0+mc1.21.4
azalea-world@0.11.0+mc1.21.4
Generated by cargo-workspaces
2024-12-20 19:18:36 -06:00
527333f2b7
more verbose login_disconnect error
2024-12-21 00:02:54 +00:00
5fbad9bbb3
update deps
2024-12-20 23:54:04 +00:00
e268c49291
fix incorrect packets
2024-12-19 02:52:41 +00:00
mat
e9136c9cbb
Implement EntityPositionSync ( #196 )
...
* implement EntityPositionSync
* fix EntityPositionSync setting the wrong vec_delta_codec and also move into a RelativeEntityUpdate
2024-12-11 19:51:12 -06:00
097a620de1
fix for latest nightly by changing the FixedBitSet generic to take bytes instead of bits
2024-12-11 03:25:36 +00:00
EightFactorial
07109964ad
Emit a build warning if the compiler may fail to build ( #194 )
...
This should be reverted when the latest nightly can build again
2024-12-07 17:23:27 -06:00
39f4d68e1f
fix container_set_content, player_position, and recipe_book_remove packets
2024-12-05 06:30:47 +00:00
EightFactorial
6379035b85
Update Bevy and migrate to workspace dependencies and package attributes ( #181 )
...
* Use workspace `Cargo.toml` for dependencies and package atributes
* Fix a couple clippy warnings
* Update bevy, update build script, move deps to workspace, and fix clippy warnings
* Remove carrots from crate versions
The default behavior is the same
* Remove unused dependencies
Compiles and all tests pass, so it should be fine
* Update codegen to use `std::sync::LazyLock` instead of `once_cell::sync::Lazy`
* Update Bevy to `0.15.0-rc.3`
Surprisingly little needed to be changed
* Update to bevy 0.15.0
* Fix leftover merge issues
* Clarify the reason the swarm can't connect
* Fix duplicate lint, remove `log` dependency
2024-12-04 18:31:22 -06:00
mat
b71a7af53a
1.21.4 ( #189 )
...
* start updating to 1.21.4
* fix block codegen and stop using block data from burger
* 1.21.4-rc1
* 1.21.4
2024-12-03 14:42:23 -06:00
Shayne Hartford
ea5a1c1ec1
Add missing world border boolean to use item on packet in 1.21.2 ( #192 )
2024-11-30 18:05:35 -06:00
f364ad6b21
switch some packet structs to unit structs
2024-11-28 20:33:39 +00:00
mat
08958c2278
Refactor azalea-protocol ( #190 )
...
* start updating to 1.21.4
* fix block codegen and stop using block data from burger
* rename packet related modules and structs to be simpler
* ItemSlot -> ItemStack for more consistency with mojmap
* .get() -> .into_packet()
* simplify declare_state_packets by removing packet ids
* rename read_from and write_into to azalea_read and azalea_write
* rename McBufReadable and McBufWritable to AzaleaRead and AzaleaWrite
* McBuf -> AzBuf
* remove most uses of into_variant
* update codegen and use resourcelocation names for packets
* implement #[limit(i)] attribute for AzBuf derive macro
* fixes for 1.21.4
* fix examples
* update some physics code and fix ChatType
* remove unused imports in codegen
* re-add some things to migrate.py and update +mc version numbers automatically
* downgrade to 1.21.3 lol
2024-11-27 19:31:40 -06:00
0817382098
replace once_cell with std:;sync::LazyLock
2024-11-27 10:26:40 +00:00
Shayne Hartford
dfdc3144b6
Update and merge the dependencies ( #187 )
...
* Add rust rover to .gitignore
* Fold dependency feature lists
* Sort dependencies alphabetically
* Update dependencies
* Upgrade dependencies
* Comment out unused dependencies
* Nightly is broken right now :)
* Fix conflict with derive_more
* cargo autoinherit to merge dependencies
* Fix clippy lints
2024-11-23 02:29:30 -06:00
Shayne Hartford
0902edb244
Switch to u32 to match other entity ids in Azalea ( #182 )
...
* Switch to u32 to match other entity ids in Azalea
* Forgot about the other entity id
* Revert "Forgot about the other entity id"
That wasn't meant for this branch, squash merge this out lol.
2024-11-12 17:59:04 -06:00
6b0fe5bf63
group imports with rustfmt
2024-10-26 05:29:26 +00:00
b762575db6
fix ClientboundPlayerInfoUpdatePacket and replace GameProfile with LoginFinished in an example
2024-10-26 05:28:11 +00:00
mat
40e4096d24
1.21.2 ( #171 )
...
* partially implement 24w35a
* start updating to 24w39a + itemcomponent codegen
* fix codegen and broken packets to finish updating to 24w39a :D
* update to 1.21.2 except for blocks
* update ServerboundPlayerInputPacket impl
2024-10-23 00:08:13 -05:00
abc7b43b8c
Release 0.10.3+mc1.21.1
...
azalea@0.10.3+mc1.21.1
azalea-auth@0.10.3+mc1.21.1
azalea-block@0.10.3+mc1.21.1
azalea-block-macros@0.10.3+mc1.21.1
azalea-brigadier@0.10.3+mc1.21.1
azalea-buf@0.10.3+mc1.21.1
azalea-buf-macros@0.10.3+mc1.21.1
azalea-chat@0.10.3+mc1.21.1
azalea-client@0.10.3+mc1.21.1
azalea-core@0.10.3+mc1.21.1
azalea-crypto@0.10.3+mc1.21.1
azalea-entity@0.10.3+mc1.21.1
azalea-inventory@0.10.3+mc1.21.1
azalea-inventory-macros@0.10.3+mc1.21.1
azalea-language@0.10.3+mc1.21.1
azalea-physics@0.10.3+mc1.21.1
azalea-protocol@0.10.3+mc1.21.1
azalea-protocol-macros@0.10.3+mc1.21.1
azalea-registry@0.10.3+mc1.21.1
azalea-registry-macros@0.10.3+mc1.21.1
azalea-world@0.10.3+mc1.21.1
Generated by cargo-workspaces
2024-10-22 23:05:04 -05:00
Shayne Hartford
5e99c2218d
Add missing yaw and patch fields to ServerboundUseItemPacket ( #178 )
...
(cherry picked from commit ed7b306aff5ed1d1ce9659d41f76f3f3a6884dd6)
2024-10-22 00:24:09 -05:00