1
2
Fork 0
mirror of https://github.com/mat-1/azalea.git synced 2025-08-02 06:16:04 +00:00
azalea/azalea-client/src
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
..
packet_handling Refactor azalea-protocol (#190) 2024-11-27 19:31:40 -06:00
account.rs fix incorrect comment in with_microsoft_access_token docs 2024-08-15 23:33:23 +00:00
attack.rs Refactor azalea-protocol (#190) 2024-11-27 19:31:40 -06:00
chat.rs Refactor azalea-protocol (#190) 2024-11-27 19:31:40 -06:00
chunks.rs Refactor azalea-protocol (#190) 2024-11-27 19:31:40 -06:00
client.rs Refactor azalea-protocol (#190) 2024-11-27 19:31:40 -06:00
configuration.rs Refactor azalea-protocol (#190) 2024-11-27 19:31:40 -06:00
disconnect.rs compression does not need to be async 2023-12-01 23:09:24 -06:00
entity_query.rs upgrade deps, bevy 0.13 2024-02-17 14:43:42 -06:00
events.rs Refactor azalea-protocol (#190) 2024-11-27 19:31:40 -06:00
interact.rs Refactor azalea-protocol (#190) 2024-11-27 19:31:40 -06:00
inventory.rs Refactor azalea-protocol (#190) 2024-11-27 19:31:40 -06:00
lib.rs Refactor azalea-protocol (#190) 2024-11-27 19:31:40 -06:00
local_player.rs Refactor azalea-protocol (#190) 2024-11-27 19:31:40 -06:00
mining.rs Refactor azalea-protocol (#190) 2024-11-27 19:31:40 -06:00
movement.rs Refactor azalea-protocol (#190) 2024-11-27 19:31:40 -06:00
ping.rs Refactor azalea-protocol (#190) 2024-11-27 19:31:40 -06:00
player.rs bevy 0.12 2023-11-06 18:04:57 -06:00
raw_connection.rs Refactor azalea-protocol (#190) 2024-11-27 19:31:40 -06:00
respawn.rs Refactor azalea-protocol (#190) 2024-11-27 19:31:40 -06:00
task_pool.rs clippy 2024-04-20 04:03:03 +00:00