<feed xmlns='http://www.w3.org/2005/Atom'>
<title>puzzles, branch rockbox</title>
<subtitle>My sgt-puzzles tree</subtitle>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/puzzles/'/>
<entry>
<title>Untangle: Implement game_get_cursor_location.</title>
<updated>2020-12-08T00:27:19+00:00</updated>
<author>
<name>Franklin Wei</name>
<email>franklin@rockbox.org</email>
</author>
<published>2020-07-07T02:36:25+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/puzzles/commit/?id=0d188b7c6771c300fe0d63562c2bde7243a2de64'/>
<id>0d188b7c6771c300fe0d63562c2bde7243a2de64</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix typo in docs for request_keys()</title>
<updated>2020-12-08T00:27:19+00:00</updated>
<author>
<name>Franklin Wei</name>
<email>franklin@rockbox.org</email>
</author>
<published>2020-06-29T02:41:29+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/puzzles/commit/?id=6f99f40e0a11acbf60c95ca2fdcc53aa492e4354'/>
<id>6f99f40e0a11acbf60c95ca2fdcc53aa492e4354</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Unequal: reorder vertices in greater-than sign</title>
<updated>2020-12-08T00:27:19+00:00</updated>
<author>
<name>Franklin Wei</name>
<email>me@fwei.tk</email>
</author>
<published>2018-04-18T22:12:31+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/puzzles/commit/?id=09fbf9cb1f2fb3ba527b4290954905f7ae052913'/>
<id>09fbf9cb1f2fb3ba527b4290954905f7ae052913</id>
<content type='text'>
This is needed for Rockbox's polygon drawing.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is needed for Rockbox's polygon drawing.
</pre>
</div>
</content>
</entry>
<entry>
<title>Filling: disable printv() on Rockbox</title>
<updated>2020-12-08T00:27:19+00:00</updated>
<author>
<name>Franklin Wei</name>
<email>me@fwei.tk</email>
</author>
<published>2018-04-18T22:12:06+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/puzzles/commit/?id=cd9f68e69dc9e61ef5a9cc4602a0bc2811442656'/>
<id>cd9f68e69dc9e61ef5a9cc4602a0bc2811442656</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fake button presses for Palisade</title>
<updated>2020-12-08T00:27:19+00:00</updated>
<author>
<name>Franklin Wei</name>
<email>me@fwei.tk</email>
</author>
<published>2017-11-26T01:36:40+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/puzzles/commit/?id=93de2db34ee5a2e6ea983597e28db396939d87df'/>
<id>93de2db34ee5a2e6ea983597e28db396939d87df</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Untangle: return UI_UPDATE instead of ""</title>
<updated>2020-12-08T00:27:19+00:00</updated>
<author>
<name>Franklin Wei</name>
<email>me@fwei.tk</email>
</author>
<published>2017-10-29T21:39:09+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/puzzles/commit/?id=ddbf45f92e1433c87e4406af3df37c0f90f6f5d7'/>
<id>ddbf45f92e1433c87e4406af3df37c0f90f6f5d7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Introduce ftoa() as a replacement for the %g format specifier</title>
<updated>2020-12-08T00:27:19+00:00</updated>
<author>
<name>Franklin Wei</name>
<email>me@fwei.tk</email>
</author>
<published>2017-08-17T19:27:52+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/puzzles/commit/?id=b1f691f2deb0b59c6e237241e1995c5d95f37ffa'/>
<id>b1f691f2deb0b59c6e237241e1995c5d95f37ffa</id>
<content type='text'>
Not all platforms support printing floats, this is a more
portable (if uglier) way.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Not all platforms support printing floats, this is a more
portable (if uglier) way.
</pre>
</div>
</content>
</entry>
<entry>
<title>Untangle: change cursor-only behavior</title>
<updated>2020-12-08T00:27:19+00:00</updated>
<author>
<name>Franklin Wei</name>
<email>me@fwei.tk</email>
</author>
<published>2017-08-17T19:26:41+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/puzzles/commit/?id=b4b86bbdbeb99c9fd9cfa6b61454047eb5e8fe20'/>
<id>b4b86bbdbeb99c9fd9cfa6b61454047eb5e8fe20</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Mines: hack for rockbox polygon drawing</title>
<updated>2020-12-08T00:27:19+00:00</updated>
<author>
<name>Franklin Wei</name>
<email>me@fwei.tk</email>
</author>
<published>2017-08-17T17:25:16+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/puzzles/commit/?id=b4efc0d44810c85a5cec50c8457bc1ab0aedc49c'/>
<id>b4efc0d44810c85a5cec50c8457bc1ab0aedc49c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Map: use larger pencil mark for visibility on small screens</title>
<updated>2020-12-08T00:27:19+00:00</updated>
<author>
<name>Franklin Wei</name>
<email>me@fwei.tk</email>
</author>
<published>2017-08-17T17:23:57+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/puzzles/commit/?id=a4cfeb91200fab2b0e9c17b13e80796c66cfc174'/>
<id>a4cfeb91200fab2b0e9c17b13e80796c66cfc174</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
