f3a5e91a8c
fix issues when pathfinding to non-full blocks and add Client::view_inventory
2025-06-03 09:52:30 +09:30
7517a207db
rename the Block trait to BlockTrait to disambiguate with azalea_registry::Block
2025-06-03 06:11:26 +07:00
c5ddae58a1
improve docs for biome code
2025-06-02 11:51:03 -06:00
2c5f293210
add Event::ReceiveChunk and find_blocks_in_chunk function
2025-06-02 06:55:38 -10:30
1d3a7c969f
add Client::entities_by and improve some docs
2025-06-01 09:57:54 -12:45
d028d7c3e9
add basic support for getting biome ids in chunks
2025-06-02 07:45:26 +11:00
f27c87b291
more formatting fixes
2025-05-30 19:22:09 -08:45
e37524899e
formatting: merge imports
2025-05-30 14:44:48 -13:00
ae4b1e85e6
fix clippy issues and improve formatting everywhere
2025-05-30 19:36:59 -08:00
3d340f585a
doc fixes
2025-05-23 11:20:57 -13:45
af3affb467
fix chunk errors when joining a world with a same name but different height
2025-05-07 06:00:29 +10:00
881055e587
fix InstanceName desync
2025-05-02 01:20:25 +00:00
b3af8d73fa
update to bevy 0.16
2025-04-25 01:10:03 -01:00
2aa046c4b5
make BlockState::id private
2025-04-17 11:09:14 -09:30
a9820dfd79
make goto async and clean up some examples
2025-04-15 22:04:43 -04:30
fd27ca3bec
release 0.12.0+mc1.21.5
2025-04-13 05:30:40 +03:00
960b840536
Revert "Release 0.12.0"
...
This reverts commit e2945b90a9
.
2025-04-12 13:33:07 -12:45
e2945b90a9
Release 0.12.0
...
azalea@0.12.0
azalea-auth@0.12.0
azalea-block@0.12.0
azalea-block-macros@0.12.0
azalea-brigadier@0.12.0
azalea-buf@0.12.0
azalea-buf-macros@0.12.0
azalea-chat@0.12.0
azalea-client@0.12.0
azalea-core@0.12.0
azalea-crypto@0.12.0
azalea-entity@0.12.0
azalea-inventory@0.12.0
azalea-inventory-macros@0.12.0
azalea-language@0.12.0
azalea-physics@0.12.0
azalea-protocol@0.12.0
azalea-protocol-macros@0.12.0
azalea-registry@0.12.0
azalea-registry-macros@0.12.0
azalea-world@0.12.0
Generated by cargo-workspaces
2025-04-12 21:08:44 -05:00
5272db8bb4
remove executable bit from files
2025-04-04 15:56:06 +00:00
02de98240f
fix not replying to ping packets in config state
2025-03-27 21:28:13 +00:00
mat
ef357fdf36
1.21.5 ( #198 )
...
* 25w02a
* move item_components codegen to a different module
* remove outdated test
* 25w03a
* start updating to 24w09b
* 1.21.5-pre2
* fix broken packets
* 1.21.5-rc2
* merge main
* delete unused acket_handling
* 1.21.5
2025-03-25 11:17:39 -05:00
d6a4d91347
impl from u32 for minecraftentityid
2025-03-16 04:23:14 +00:00
cf66c4be10
fix despawning entities on dimension change
2025-03-06 04:11:19 +00:00
6a5ab34a2d
azalea-language now does a binary search instead of a hashmap lookup
2025-02-23 17:39:17 +00:00
dd557c8f29
fix memory leak in simulation tests (lol)
...
also, change some vecs into boxed slices, and add RelativeEntityUpdate::new
2025-02-23 08:47:17 +00:00
f8130c3c92
minor memory usage optimizations
2025-02-23 03:10:21 +00:00
34f53baf85
update to rust edition 2024
2025-02-22 23:01:54 +00:00
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
Shayne Hartford
c285fadd34
Enable serde feature in sub-crates ( #202 )
...
Add serde derive to MinecraftEntityId
2025-02-17 17:28:37 -06:00
228489dded
use MinecraftEntityId type instead of u32 in az-protocol
2025-02-16 17:10:04 +00:00
6020a2297f
add todo about wrong calculated_bits_per_entry code
2025-02-04 05:29:18 +00:00
8d110a9f7c
cleanup, fix warnings
2025-02-02 21:17:28 +00:00
67c053638c
fix chunk parsing on hypixel
2025-01-27 19:24:12 +00:00
53fca5faf4
fix errors when switching worlds
2025-01-21 23:53:11 +00:00
mat
0d16f01571
Fluid physics ( #199 )
...
* start implementing fluid physics
* Initial implementation of fluid pushing
* different travel function in water
* bubble columns
* jumping in water
* cleanup
* change ultrawarm to be required
* fix for clippy
2025-01-10 16:45:27 -06:00
615d8f9d2a
bump minimum rust version and improve pathfinder docs
2024-12-28 02:10:05 +00:00
04036b6e4a
implement BlockState::outline_shape
2024-12-27 12:35:18 +00:00
a599b5614e
make BlockState a u16 and add a BlockStateIntegerRepr type
2024-12-24 09:40:29 +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
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
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
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
e443c5d76e
Fix debug warning ( #186 )
2024-11-22 21:30:01 -06:00
6b0fe5bf63
group imports with rustfmt
2024-10-26 05:29:26 +00: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
Aditya Kumar
3d717b63e5
fix: Chunk Storage Error ( #158 )
2024-07-12 06:24:47 -05:00