<feed xmlns='http://www.w3.org/2005/Atom'>
<title>azalea-drasl.git/azalea-client/tests/simulation, 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>2026-05-07T20:05:58+00:00</updated>
<entry>
<title>fix some incorrect component impls</title>
<updated>2026-05-07T20:05:58+00:00</updated>
<author>
<name>mat</name>
<email>git@matdoes.dev</email>
</author>
<published>2026-05-07T00:43:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/cli/azalea-drasl.git/commit/?id=eeb729eb4681a98e892c744c20888cc466cdd79a'/>
<id>urn:sha1:eeb729eb4681a98e892c744c20888cc466cdd79a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rename PhysicsState to ClientMovementState and add utility functions for it</title>
<updated>2026-05-07T20:05:58+00:00</updated>
<author>
<name>mat</name>
<email>git@matdoes.dev</email>
</author>
<published>2026-03-30T04:02:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/cli/azalea-drasl.git/commit/?id=4af9762854aad30b7fdc40640618e465197f2148'/>
<id>urn:sha1:4af9762854aad30b7fdc40640618e465197f2148</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Extensible ChunkStorage</title>
<updated>2026-03-21T04:35:31+00:00</updated>
<author>
<name>mat</name>
<email>git@matdoes.dev</email>
</author>
<published>2026-03-21T04:35:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/cli/azalea-drasl.git/commit/?id=88606d9ce9e13fcdd4ab5ce26e52630dee614c1e'/>
<id>urn:sha1:88606d9ce9e13fcdd4ab5ce26e52630dee614c1e</id>
<content type='text'>
Co-authored-by: sdwhw &lt;191973436+sdwhw@users.noreply.github.com&gt;
</content>
</entry>
<entry>
<title>merge logic for the three move_entity packets</title>
<updated>2026-03-18T07:37:31+00:00</updated>
<author>
<name>mat</name>
<email>git@matdoes.dev</email>
</author>
<published>2026-03-18T07:37:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/cli/azalea-drasl.git/commit/?id=9fa09259aa9daa9119d95f4b5634d017c0262596'/>
<id>urn:sha1:9fa09259aa9daa9119d95f4b5634d017c0262596</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add simulation-based pathfinder execution engine</title>
<updated>2026-01-18T22:35:49+00:00</updated>
<author>
<name>mat</name>
<email>git@matdoes.dev</email>
</author>
<published>2026-01-18T22:35:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/cli/azalea-drasl.git/commit/?id=268c62587e090c72b67a29e1cc42cda6c9d7340b'/>
<id>urn:sha1:268c62587e090c72b67a29e1cc42cda6c9d7340b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rename Instance to World (#304)</title>
<updated>2026-01-13T16:51:30+00:00</updated>
<author>
<name>mat</name>
<email>27899617+mat-1@users.noreply.github.com</email>
</author>
<published>2026-01-13T16:51:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/cli/azalea-drasl.git/commit/?id=d5fa5e32b37754b3b5c136e58821e48cd3b7c2ff'/>
<id>urn:sha1:d5fa5e32b37754b3b5c136e58821e48cd3b7c2ff</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make Bevy dependencies optional in azalea-protocol (#303)</title>
<updated>2026-01-12T08:09:41+00:00</updated>
<author>
<name>mat</name>
<email>27899617+mat-1@users.noreply.github.com</email>
</author>
<published>2026-01-12T08:09:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/cli/azalea-drasl.git/commit/?id=1accbac964168af5fa0d87cb170389f0a9d01363'/>
<id>urn:sha1:1accbac964168af5fa0d87cb170389f0a9d01363</id>
<content type='text'>
* Make Bevy dependencies optional in azalea-protocol

* derive serde traits on Direction again

* update docs for types that may not have Component</content>
</entry>
<entry>
<title>run azalea-client integration tests as one binary</title>
<updated>2025-12-23T11:43:54+00:00</updated>
<author>
<name>mat</name>
<email>git@matdoes.dev</email>
</author>
<published>2025-12-23T11:43:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/cli/azalea-drasl.git/commit/?id=82e3d46ca319badcbc584cf902aeebcbd30948b9'/>
<id>urn:sha1:82e3d46ca319badcbc584cf902aeebcbd30948b9</id>
<content type='text'>
per https://corrode.dev/blog/tips-for-faster-rust-compile-times/\#combine-all-integration-tests-into-a-single-binary &lt;3
</content>
</entry>
</feed>
