<feed xmlns='http://www.w3.org/2005/Atom'>
<title>asciifarm-client.git/asciifarm/keybindings/keybindings.json, 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>changed filenames for resource configs</title>
<updated>2019-01-18T17:11:04+00:00</updated>
<author>
<name>troido</name>
<email>troido@protonmail.com</email>
</author>
<published>2019-01-18T17:11:04+00:00</published>
<link rel='alternate' type='text/html' href='https://tilde.club/~willow/git/asciifarm-client.git/commit/?id=c9744caa15350f07626676d0dc48e38be317494a'/>
<id>c9744caa15350f07626676d0dc48e38be317494a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>players can execute only one action per step</title>
<updated>2019-01-18T10:20:28+00:00</updated>
<author>
<name>troido</name>
<email>troido@protonmail.com</email>
</author>
<published>2019-01-18T10:20:28+00:00</published>
<link rel='alternate' type='text/html' href='https://tilde.club/~willow/git/asciifarm-client.git/commit/?id=5e5f3bdb29d8a3183cb93405d7166f890ecce8e1'/>
<id>5e5f3bdb29d8a3183cb93405d7166f890ecce8e1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>switchable menus are now somewhat usable and presentable</title>
<updated>2018-09-09T12:52:59+00:00</updated>
<author>
<name>troido</name>
<email>troido@protonmail.com</email>
</author>
<published>2018-09-09T12:52:59+00:00</published>
<link rel='alternate' type='text/html' href='https://tilde.club/~willow/git/asciifarm-client.git/commit/?id=9fe119a95b4cd8ab23ea30db9a72645063da264f'/>
<id>9fe119a95b4cd8ab23ea30db9a72645063da264f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>made menus switchable so not all menus need to be in view all the time</title>
<updated>2018-09-06T16:51:15+00:00</updated>
<author>
<name>troido</name>
<email>troido@protonmail.com</email>
</author>
<published>2018-09-06T16:51:15+00:00</published>
<link rel='alternate' type='text/html' href='https://tilde.club/~willow/git/asciifarm-client.git/commit/?id=5bd11fd1914ea6744852b78047b207e521a304f1'/>
<id>5bd11fd1914ea6744852b78047b207e521a304f1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>tab now returns to game keeping entered string; / starts string with text /</title>
<updated>2018-04-18T22:10:47+00:00</updated>
<author>
<name>troido</name>
<email>troido@hotmail.com</email>
</author>
<published>2018-04-18T22:10:47+00:00</published>
<link rel='alternate' type='text/html' href='https://tilde.club/~willow/git/asciifarm-client.git/commit/?id=e03f6096b3fdd75575ff12a2bc98205b8069b043'/>
<id>e03f6096b3fdd75575ff12a2bc98205b8069b043</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>chat scrolling works again</title>
<updated>2018-04-15T12:14:46+00:00</updated>
<author>
<name>troido</name>
<email>troido@hotmail.com</email>
</author>
<published>2018-04-15T12:14:46+00:00</published>
<link rel='alternate' type='text/html' href='https://tilde.club/~willow/git/asciifarm-client.git/commit/?id=3379696d9d79b4849b0615d45bc915bfe119e467'/>
<id>3379696d9d79b4849b0615d45bc915bfe119e467</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Stopped using hy for keybindings</title>
<updated>2018-04-14T16:13:19+00:00</updated>
<author>
<name>troido</name>
<email>troido@hotmail.com</email>
</author>
<published>2018-04-14T16:13:19+00:00</published>
<link rel='alternate' type='text/html' href='https://tilde.club/~willow/git/asciifarm-client.git/commit/?id=aa5b7c9d753f6f140d7f55d0089e6e19028031b7'/>
<id>aa5b7c9d753f6f140d7f55d0089e6e19028031b7</id>
<content type='text'>
keybindings are now a JSON format.
Somehow hy errored for me, and the cleanest solution seemed not to use hy at all
Thinking about it, the client was basically loading a new interpreter to optimize something that didn't need optimizing.
It didn't make it more readable/writable either, and it always was a lot of hassle.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
keybindings are now a JSON format.
Somehow hy errored for me, and the cleanest solution seemed not to use hy at all
Thinking about it, the client was basically loading a new interpreter to optimize something that didn't need optimizing.
It didn't make it more readable/writable either, and it always was a lot of hassle.
</pre>
</div>
</content>
</entry>
</feed>
