<feed xmlns='http://www.w3.org/2005/Atom'>
<title>asciifarm-client.git/asciifarm/common, branch main</title>
<subtitle>fork of: https://github.com/jmdejong/asciifarm-client
</subtitle>
<link rel='alternate' type='text/html' href='https://tilde.club/~willow/git/asciifarm-client.git/'/>
<entry>
<title>new directory structure for the separate client repo</title>
<updated>2020-03-06T10:26:59+00:00</updated>
<author>
<name>troido</name>
<email>troido@protonmail.com</email>
</author>
<published>2020-03-06T10:26:59+00:00</published>
<link rel='alternate' type='text/html' href='https://tilde.club/~willow/git/asciifarm-client.git/commit/?id=dd07ff4d686f07cdc9736627dd0ef099ef5e4e4f'/>
<id>dd07ff4d686f07cdc9736627dd0ef099ef5e4e4f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>accept non-ascii characters in chat; adapt to new ratuil textinput</title>
<updated>2019-09-27T13:30:27+00:00</updated>
<author>
<name>troido</name>
<email>troido@protonmail.com</email>
</author>
<published>2019-09-27T13:30:27+00:00</published>
<link rel='alternate' type='text/html' href='https://tilde.club/~willow/git/asciifarm-client.git/commit/?id=ee27ed9af13bd2e9f5de4d69830c5a88a6cdf219'/>
<id>ee27ed9af13bd2e9f5de4d69830c5a88a6cdf219</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>multiple sockets can serve the same game</title>
<updated>2019-09-26T20:04:50+00:00</updated>
<author>
<name>troido</name>
<email>troido@protonmail.com</email>
</author>
<published>2019-09-26T20:04:50+00:00</published>
<link rel='alternate' type='text/html' href='https://tilde.club/~willow/git/asciifarm-client.git/commit/?id=fd6b7dbcf3c1a6a7550e4e735b54925825889bd6'/>
<id>fd6b7dbcf3c1a6a7550e4e735b54925825889bd6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>made server -&gt; client messages into objects; clear field when entering different room</title>
<updated>2019-09-26T18:19:26+00:00</updated>
<author>
<name>troido</name>
<email>troido@protonmail.com</email>
</author>
<published>2019-09-26T18:19:26+00:00</published>
<link rel='alternate' type='text/html' href='https://tilde.club/~willow/git/asciifarm-client.git/commit/?id=548aa5ef6a128ff561c09849e07047a978fc1c5b'/>
<id>548aa5ef6a128ff561c09849e07047a978fc1c5b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>client -&gt; server messages are now objects; better name validation; fixed concurrency bug</title>
<updated>2019-09-26T16:30:14+00:00</updated>
<author>
<name>troido</name>
<email>troido@protonmail.com</email>
</author>
<published>2019-09-26T16:30:14+00:00</published>
<link rel='alternate' type='text/html' href='https://tilde.club/~willow/git/asciifarm-client.git/commit/?id=41ccee19d4522ae8f5eb0abdb4b9a67f0f415d69'/>
<id>41ccee19d4522ae8f5eb0abdb4b9a67f0f415d69</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>added rats as source of seeds. fixed default char error. brought WASD for directional attacks back</title>
<updated>2018-01-14T20:27:46+00:00</updated>
<author>
<name>troido</name>
<email>troido@hotmail.com</email>
</author>
<published>2018-01-14T20:27:46+00:00</published>
<link rel='alternate' type='text/html' href='https://tilde.club/~willow/git/asciifarm-client.git/commit/?id=0c8eb598ddd5091c900debc972c4607916a5e2e3'/>
<id>0c8eb598ddd5091c900debc972c4607916a5e2e3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace None equality checks with identity checks</title>
<updated>2018-01-11T19:19:58+00:00</updated>
<author>
<name>rakiru</name>
<email>rabbitkillrun@googlemail.com</email>
</author>
<published>2018-01-11T19:19:58+00:00</published>
<link rel='alternate' type='text/html' href='https://tilde.club/~willow/git/asciifarm-client.git/commit/?id=6f0e48eac4f20894c802c93ac75cfa4693fbaa36'/>
<id>6f0e48eac4f20894c802c93ac75cfa4693fbaa36</id>
<content type='text'>
Both work, but the identity check is the more correct/idiomatic
approach (and also ever-so-slightly more efficient).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Both work, but the identity check is the more correct/idiomatic
approach (and also ever-so-slightly more efficient).
</pre>
</div>
</content>
</entry>
<entry>
<title>sprites without a background will now take the background of the sprite below it (if any)</title>
<updated>2018-01-02T10:26:08+00:00</updated>
<author>
<name>troido</name>
<email>troido@hotmail.com</email>
</author>
<published>2018-01-02T10:26:08+00:00</published>
<link rel='alternate' type='text/html' href='https://tilde.club/~willow/git/asciifarm-client.git/commit/?id=c98b58820f957a9d94756338c0e9c3971b5d2085'/>
<id>c98b58820f957a9d94756338c0e9c3971b5d2085</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>inventory, equipment and ground object lists now scroll with the selector</title>
<updated>2018-01-01T19:09:23+00:00</updated>
<author>
<name>troido</name>
<email>troido@hotmail.com</email>
</author>
<published>2018-01-01T19:09:23+00:00</published>
<link rel='alternate' type='text/html' href='https://tilde.club/~willow/git/asciifarm-client.git/commit/?id=6e38056beff444b54dab65f8f8e3830cbcb05e88'/>
<id>6e38056beff444b54dab65f8f8e3830cbcb05e88</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>made keybindings readable from an actual file</title>
<updated>2018-01-01T15:55:58+00:00</updated>
<author>
<name>troido</name>
<email>troido@hotmail.com</email>
</author>
<published>2018-01-01T15:55:58+00:00</published>
<link rel='alternate' type='text/html' href='https://tilde.club/~willow/git/asciifarm-client.git/commit/?id=123edfd17cd9aa38d6d5e511a8c686d5d71ab140'/>
<id>123edfd17cd9aa38d6d5e511a8c686d5d71ab140</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
