<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rockbox/apps/plugins/puzzles/puzzles.make, branch wolf3d</title>
<subtitle>My Rockbox tree</subtitle>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/'/>
<entry>
<title>puzzles: refactor rockbox frontend</title>
<updated>2019-05-15T22:18:17+00:00</updated>
<author>
<name>Franklin Wei</name>
<email>git@fwei.tk</email>
</author>
<published>2019-05-15T22:17:28+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=75fe15a06c282b50a9b672c5420a2270e1bfe878'/>
<id>75fe15a06c282b50a9b672c5420a2270e1bfe878</id>
<content type='text'>
Cleaned up a bit of copy-pasted code and added some useful comments.

Change-Id: I9a6f37acbeeda58b3ea8c65ee96230372400f323
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Cleaned up a bit of copy-pasted code and added some useful comments.

Change-Id: I9a6f37acbeeda58b3ea8c65ee96230372400f323
</pre>
</div>
</content>
</entry>
<entry>
<title>puzzles: update frontend for new upstream, misc. changes</title>
<updated>2018-04-24T23:06:30+00:00</updated>
<author>
<name>Franklin Wei</name>
<email>git@fwei.tk</email>
</author>
<published>2018-04-24T23:05:49+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=992a12670e65eab504eec2f8c4d7a120a4a6dd50'/>
<id>992a12670e65eab504eec2f8c4d7a120a4a6dd50</id>
<content type='text'>
The upstream code changed a little bit with regard to the request_keys()
API. Also, we save some bytes (especially on the c200v2) by compiling with
-ffunction-sections and -fdata-sections, which allows Net to fit once again.

Change-Id: I3ab30127169c73e4cd8996f0c12e1223ee18d79f
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The upstream code changed a little bit with regard to the request_keys()
API. Also, we save some bytes (especially on the c200v2) by compiling with
-ffunction-sections and -fdata-sections, which allows Net to fit once again.

Change-Id: I3ab30127169c73e4cd8996f0c12e1223ee18d79f
</pre>
</div>
</content>
</entry>
<entry>
<title>puzzles: remove redundant help content</title>
<updated>2017-06-03T17:45:07+00:00</updated>
<author>
<name>Franklin Wei</name>
<email>git@fwei.tk</email>
</author>
<published>2017-06-03T17:45:07+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=552a271c6fea8d36390858ca6d12c4c98f663002'/>
<id>552a271c6fea8d36390858ca6d12c4c98f663002</id>
<content type='text'>
It used to be that each puzzle had a complete copy of the entire
puzzles manual and the "quick help" text for every single puzzle. This
was obviously a waste, so now each puzzle only has the sections of the
manual that apply to it, saving about 100KB or so per puzzle. This
also has the added benefit of shrinking binary size enough to allow
full help support on the c200v2, which has been enabled.

Change-Id: I76c799635de058e4a48e0c18b79537857af7cf85
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It used to be that each puzzle had a complete copy of the entire
puzzles manual and the "quick help" text for every single puzzle. This
was obviously a waste, so now each puzzle only has the sections of the
manual that apply to it, saving about 100KB or so per puzzle. This
also has the added benefit of shrinking binary size enough to allow
full help support on the c200v2, which has been enabled.

Change-Id: I76c799635de058e4a48e0c18b79537857af7cf85
</pre>
</div>
</content>
</entry>
<entry>
<title>puzzles: fix optimization flags</title>
<updated>2017-05-05T00:10:58+00:00</updated>
<author>
<name>Franklin Wei</name>
<email>git@fwei.tk</email>
</author>
<published>2017-05-05T00:10:58+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=f15c117a8f2e6067cf92eac2d333f12ba310bd64'/>
<id>f15c117a8f2e6067cf92eac2d333f12ba310bd64</id>
<content type='text'>
Change-Id: Ib0524fd4594e9524612eca0da54b3d13dc79b22c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: Ib0524fd4594e9524612eca0da54b3d13dc79b22c
</pre>
</div>
</content>
</entry>
<entry>
<title>puzzles: simplify makefile</title>
<updated>2017-05-02T22:33:25+00:00</updated>
<author>
<name>Franklin Wei</name>
<email>git@fwei.tk</email>
</author>
<published>2017-05-02T22:32:59+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=4bc3bfe612fd1c110047e0ab97d93acd312663c2'/>
<id>4bc3bfe612fd1c110047e0ab97d93acd312663c2</id>
<content type='text'>
Change-Id: I14b4bda7e706e73d2d4475c9d536fbef9e2b9577
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I14b4bda7e706e73d2d4475c9d536fbef9e2b9577
</pre>
</div>
</content>
</entry>
<entry>
<title>add rule for rbcompat.h</title>
<updated>2017-04-30T22:33:55+00:00</updated>
<author>
<name>Franklin Wei</name>
<email>git@fwei.tk</email>
</author>
<published>2017-04-30T21:47:48+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=ecd7c72254d80369e1ee1745e7b2d28fdffd8562'/>
<id>ecd7c72254d80369e1ee1745e7b2d28fdffd8562</id>
<content type='text'>
Change-Id: Icb7320f9233f2c121a8487d5b5c4cbcb483e9345
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: Icb7320f9233f2c121a8487d5b5c4cbcb483e9345
</pre>
</div>
</content>
</entry>
<entry>
<title>fix puzzles: round 4</title>
<updated>2017-04-30T22:33:55+00:00</updated>
<author>
<name>Franklin Wei</name>
<email>git@fwei.tk</email>
</author>
<published>2017-04-30T21:37:06+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=078d52c290131fbc85f0ca4f59555c2ac287de6e'/>
<id>078d52c290131fbc85f0ca4f59555c2ac287de6e</id>
<content type='text'>
Change-Id: Ibba738b8179c166f680dee0ce7536890fca1c0e4
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: Ibba738b8179c166f680dee0ce7536890fca1c0e4
</pre>
</div>
</content>
</entry>
<entry>
<title>fix puzzles... round 3</title>
<updated>2017-04-30T20:32:57+00:00</updated>
<author>
<name>Franklin Wei</name>
<email>git@fwei.tk</email>
</author>
<published>2017-04-30T20:32:57+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=36aedfd165cc44b1a01f5b30792491976db9fbab'/>
<id>36aedfd165cc44b1a01f5b30792491976db9fbab</id>
<content type='text'>
Change-Id: I014ace22f0b83d8e407bd46df361532207f984bc
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I014ace22f0b83d8e407bd46df361532207f984bc
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix puzzles... again</title>
<updated>2017-04-30T17:57:13+00:00</updated>
<author>
<name>Franklin Wei</name>
<email>git@fwei.tk</email>
</author>
<published>2017-04-30T17:56:34+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=28fef2e41507068e72b1117fe4409a6b966173ab'/>
<id>28fef2e41507068e72b1117fe4409a6b966173ab</id>
<content type='text'>
Change-Id: I34dd8673ebcbc7fcd55681175d0e18c8bbc5fe6c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I34dd8673ebcbc7fcd55681175d0e18c8bbc5fe6c
</pre>
</div>
</content>
</entry>
<entry>
<title>puzzles: refactor and resync with upstream</title>
<updated>2017-04-29T22:24:42+00:00</updated>
<author>
<name>Franklin Wei</name>
<email>git@fwei.tk</email>
</author>
<published>2017-04-29T22:21:56+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=881746789a489fad85aae8317555f73dbe261556'/>
<id>881746789a489fad85aae8317555f73dbe261556</id>
<content type='text'>
This brings puzzles up-to-date with upstream revision
2d333750272c3967cfd5cd3677572cddeaad5932, though certain changes made
by me, including cursor-only Untangle and some compilation fixes
remain. Upstream code has been moved to its separate subdirectory and
future syncs can be done by simply copying over the new sources.

Change-Id: Ia6506ca5f78c3627165ea6791d38db414ace0804
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This brings puzzles up-to-date with upstream revision
2d333750272c3967cfd5cd3677572cddeaad5932, though certain changes made
by me, including cursor-only Untangle and some compilation fixes
remain. Upstream code has been moved to its separate subdirectory and
future syncs can be done by simply copying over the new sources.

Change-Id: Ia6506ca5f78c3627165ea6791d38db414ace0804
</pre>
</div>
</content>
</entry>
</feed>
