<feed xmlns='http://www.w3.org/2005/Atom'>
<title>azalea-drasl.git/codegen/newpacket.py, branch main</title>
<subtitle> Fork of azalea that adds support for authentication over Drasl/Yggdrasil.
</subtitle>
<id>https://git.vlhl.dev/lizzy/cli/azalea-drasl.git/atom?h=main</id>
<link rel='self' href='https://git.vlhl.dev/lizzy/cli/azalea-drasl.git/atom?h=main'/>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/cli/azalea-drasl.git/'/>
<updated>2025-04-04T15:56:06+00:00</updated>
<entry>
<title>remove executable bit from files</title>
<updated>2025-04-04T15:56:06+00:00</updated>
<author>
<name>mat</name>
<email>git@matdoes.dev</email>
</author>
<published>2025-04-04T15:56:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/cli/azalea-drasl.git/commit/?id=5272db8bb4653b0e77234ed9c4064dd647406dbb'/>
<id>urn:sha1:5272db8bb4653b0e77234ed9c4064dd647406dbb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refactor azalea-protocol (#190)</title>
<updated>2024-11-28T01:31:40+00:00</updated>
<author>
<name>mat</name>
<email>27899617+mat-1@users.noreply.github.com</email>
</author>
<published>2024-11-28T01:31:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/cli/azalea-drasl.git/commit/?id=08958c2278b15ebeac8a964f392ebb792e479b61'/>
<id>urn:sha1:08958c2278b15ebeac8a964f392ebb792e479b61</id>
<content type='text'>
* 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 -&gt; ItemStack for more consistency with mojmap

* .get() -&gt; .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 -&gt; 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</content>
</entry>
<entry>
<title>1.19.3 (#34)</title>
<updated>2022-12-08T03:09:58+00:00</updated>
<author>
<name>mat</name>
<email>27899617+mat-1@users.noreply.github.com</email>
</author>
<published>2022-12-08T03:09:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/cli/azalea-drasl.git/commit/?id=7d901e39bc10a855b545d7b6c167f45148a1fb0a'/>
<id>urn:sha1:7d901e39bc10a855b545d7b6c167f45148a1fb0a</id>
<content type='text'>
* start updating to 22w42a

* work a bit more on 22w42a

* player chat packet

* serverbound hello packet

* Update mod.rs

* add more stuff to clientbound player chat packet

* ClientboundPlayerInfoUpdatePacket

* features enabled and container closed

* serverbound chat packets

* make it compile

* 22w43a

* ServerboundChatSessionUpdatePacket

* profile_public_key isn't Option anymore

* Update bitset.rs

* joining a server works

* fix entitydatavalue

* backtraces + fix clientbound chat message

* fix some warnings and add more ecomments

* 22w44a

* generate en_us.json

* add updating guide to codegen/readme

* fix some markdown

* update list of generated things

* metadata stuff

* Replace PJS generator mod with PixLyzer (#38)

* pixlizer extractor

* start working on shape extraction

* fix generating language

* fix pixlyzer shape generation

* use empty_shape

* generate blocks and shapes

* update pixlyzer dir

* Revert "update pixlyzer dir"

This reverts commit ee9a0e7a49936dd8569c610ba9b6455895eeff71.

* fix

* fix

* Revert "fix"

This reverts commit ad12ddcb009ccc4eeb13ddef0871db1d9322ab7d.

* fix

* detect pixlyzer fail

* fix pixlyzer

* 22w45a

* gen entities

* add async-trait dep

* update codegen/readme.md

* explain when rust_log should be used

* remove some unused code

* start fixing pixlyzer issues

* fix a thing in codegen

* almost fixed

* more progress towards 1.19.3

* 1.19.3-pre2

* fixes

* revert some hardcoded property names

* Delete clientbound_player_info_packet.rs

* handle 1.19.3 player info packets

* handle playerinforemove

* start updating to 1.19.3-rc1

* optional registries work

* fix some issues with 1.19.3

chat doesn't work yet

* aaaaaaaaaaaaaaaaa

* oh

* ignore unused shapes

* uncomment generate_blocks

* fix migrate

* 1.19.3-rc2

* fix clippy warnings

* 1.19.3-rc3

* split the azalea-buf macro into separate modules

* improve Recipe in protocol

* 1.19.3</content>
</entry>
<entry>
<title>Pathfinder (#25)</title>
<updated>2022-11-13T05:54:05+00:00</updated>
<author>
<name>mat</name>
<email>27899617+mat-1@users.noreply.github.com</email>
</author>
<published>2022-11-13T05:54:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/cli/azalea-drasl.git/commit/?id=6eee543a3367d38a6f0e9bffb457a2bd76a8f9cc'/>
<id>urn:sha1:6eee543a3367d38a6f0e9bffb457a2bd76a8f9cc</id>
<content type='text'>
Pathfinding is very much not done, but it works enough and I want to get this merged.
TODO: fast replanning, goals that aren't a single node, falling moves (it should be able to play the dropper), parkour moves
</content>
</entry>
<entry>
<title>genblocks</title>
<updated>2022-05-28T23:20:15+00:00</updated>
<author>
<name>mat</name>
<email>github@matdoes.dev</email>
</author>
<published>2022-05-28T23:20:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/cli/azalea-drasl.git/commit/?id=5d764c79d0b2be9a57a863cd2cb31ca47c16beca'/>
<id>urn:sha1:5d764c79d0b2be9a57a863cd2cb31ca47c16beca</id>
<content type='text'>
</content>
</entry>
<entry>
<title>codegen/extract.py</title>
<updated>2022-05-27T06:37:52+00:00</updated>
<author>
<name>mat</name>
<email>github@matdoes.dev</email>
</author>
<published>2022-05-27T06:37:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/cli/azalea-drasl.git/commit/?id=86cc2a9b7c85b0cb412fa8cbe2ab6b9a7ae5fcfc'/>
<id>urn:sha1:86cc2a9b7c85b0cb412fa8cbe2ab6b9a7ae5fcfc</id>
<content type='text'>
Preparation for azalea-block
</content>
</entry>
<entry>
<title>Migrate might be working</title>
<updated>2022-05-25T05:21:05+00:00</updated>
<author>
<name>mat</name>
<email>github@matdoes.dev</email>
</author>
<published>2022-05-25T05:21:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/cli/azalea-drasl.git/commit/?id=479c05474704a5a2f68b79468d2cde05c0ceec62'/>
<id>urn:sha1:479c05474704a5a2f68b79468d2cde05c0ceec62</id>
<content type='text'>
</content>
</entry>
<entry>
<title>start adding migrate</title>
<updated>2022-05-25T04:05:44+00:00</updated>
<author>
<name>mat</name>
<email>github@matdoes.dev</email>
</author>
<published>2022-05-25T04:05:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/cli/azalea-drasl.git/commit/?id=fb3b002d94076de463e2af776666387db9e75835'/>
<id>urn:sha1:fb3b002d94076de463e2af776666387db9e75835</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rename code-generator to codegen</title>
<updated>2022-05-25T01:28:08+00:00</updated>
<author>
<name>mat</name>
<email>github@matdoes.dev</email>
</author>
<published>2022-05-25T01:28:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/cli/azalea-drasl.git/commit/?id=0a314bca16f6de199c319ffb0d84a5d5c3a61387'/>
<id>urn:sha1:0a314bca16f6de199c319ffb0d84a5d5c3a61387</id>
<content type='text'>
</content>
</entry>
</feed>
