1
2
Fork 0
mirror of https://github.com/mat-1/azalea.git synced 2025-08-02 14:26:04 +00:00
Commit graph

523 commits

Author SHA1 Message Date
mat
302752860c update movement code for 1.21.5 changes
fixes grim flags
2025-07-24 04:42:52 -05:30
mat
45f89b48e4 1.21.8 2025-07-24 03:54:33 -03:30
mat
ebc2e0c067
1.21.7 (#227)
* 1.21.7-rc1

* 1.21.7

* update Cargo.lock too
2025-06-30 14:14:45 -05:00
mat
a060b73915 fix ClientboundShowDialog in config 2025-06-27 19:43:54 -04:30
mat
f9e4b65713 start adding packet_order test 2025-06-26 10:05:58 +07:00
mat
844697c04c 1.21.6 fixes 2025-06-18 08:24:34 +07:00
mat
ffbe7a3e42 1.21.6 (#215) 2025-06-17 06:49:07 -12:00
mat
57bdb88272 use workspace deps everywhere 2025-06-16 01:20:37 +01:00
mat
1fa1520fea put all azalea-* deps in the workspace Cargo.toml 2025-06-16 04:12:22 +04:00
mat
1b348ceeff implement reverting block state predictions on ack 2025-06-11 22:22:26 +00:00
mat
4a4de81961 handle relative teleports correctly and fix entity chunk indexing warnings 2025-06-09 17:15:07 +09:00
mat
3087b0c996 add support for panicking on warn/error in simulation tests 2025-06-08 22:46:26 -03:30
mat
d7cd305059 fix VibrationParticle 2025-06-02 10:30:28 +05:00
mat
b103e6fdc0 doc updates 2025-05-31 23:14:59 -06:00
mat
f27c87b291 more formatting fixes 2025-05-30 19:22:09 -08:45
mat
e37524899e formatting: merge imports 2025-05-30 14:44:48 -13:00
mat
ae4b1e85e6 fix clippy issues and improve formatting everywhere 2025-05-30 19:36:59 -08:00
mat
a64c650504 make fixedbitset require generic const exprs again :3 2025-05-30 12:59:08 -13:45
mat
6a5a88700c fix offline-mode cert warnings and improve some docs 2025-05-09 15:00:12 -12:00
mat
e1d3b902ba add StartUseItemEvent and improve code related to interactions 2025-05-10 06:22:08 +03:30
mat
e0d3352a90 add chat signing 2025-05-08 08:51:34 +12:00
mat
a8e76a0bff impl Display for proxy and trace log JoinOpts 2025-05-07 06:48:59 -11:00
mat
4a1fdf0121 fix incorrect chat parsing when legacy color codes are mixed in 2025-05-06 22:35:17 -06:30
mat
aa0256da10 upgrade rust version and fix clippy warnings 2025-05-07 11:27:58 +08:00
mat
d58a1c4fa0 delete outdated parts of azalea-protocol readme 2025-05-06 09:09:02 -13:45
mat
881055e587 fix InstanceName desync 2025-05-02 01:20:25 +00:00
mat
54062c82fd update to git hickory-resolver and use system resolver 2025-04-24 10:03:29 -13:00
mat
0fc0fe41d4 delete some unused packet modules in game state 2025-04-24 18:42:56 -04:00
mat
8012fb90b5 update serialization for set_player_team 2025-04-25 07:24:12 +09:00
mat
8045b4eda2 add StartJoinServerEvent to allow joining servers exclusively from ecs 2025-04-19 23:51:19 -04:30
mat
77f9d929b6 typo in instance_block_action packet 2025-04-18 14:31:18 +08:00
mat
e86087366f box display_name in PlayerInfo to make it smaller 2025-04-18 01:09:49 +02:00
mat
3f60bdadac
Move login state to the ECS (#213)
* use packet handlers code for login custom_query

* initial broken implementation for ecs-only login

* fixes

* run Update schedule 60 times per second and delete code related to run_schedule_sender

* fix tests

* fix online-mode

* reply to query packets in a separate system and make it easier for plugins to disable individual replies

* remove unused imports
2025-04-17 16:16:51 -05:00
mat
2aa046c4b5 make BlockState::id private 2025-04-17 11:09:14 -09:30
mat
1a0c4e2de9 fix wrong MAXIMUM_UNCOMPRESSED_LENGTH value 2025-04-13 16:10:59 +00:00
mat
fd27ca3bec release 0.12.0+mc1.21.5 2025-04-13 05:30:40 +03:00
mat
960b840536 Revert "Release 0.12.0"
This reverts commit e2945b90a9.
2025-04-12 13:33:07 -12:45
mat
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
mat
ed4d5937a7 upgrade deps 2025-04-12 21:29:36 -04:30
mat
5272db8bb4 remove executable bit from files 2025-04-04 15:56:06 +00:00
mat
097ebb3705 use HashedStack for ServerboundContainerClick::carried_item too 2025-03-29 23:20:26 +00:00
mat
55ed46d081 fix incorrect usage of optional dependency 2025-03-29 18:15:49 -05:00
mat
43ebbee94a update ServerboundContainerClick to use HashedStack from 1.21.5 2025-03-29 23:10:55 +00:00
mat
d0b459e827 add support for unnamed structs to azalea-buf-macros 2025-03-29 22:29:37 +00:00
mat
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
mat
b0bd992adc
Fluid physics fixes (#210)
* start fixing code related to fluid physics

* implement force_solid for blocks

* afk pool test
2025-03-16 13:41:17 -05:00
mat
5f5616145b document ClientboundAddEntity::data 2025-03-16 04:34:32 +00:00
Gjum
aeff08f5fa
update dead wiki.vg links (#209) 2025-03-13 17:03:42 -05:00
mat
249fa55a53 fix wrong Potion data component 2025-03-13 20:52:29 +00:00