<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rockbox/apps, branch puzzlesmanual</title>
<subtitle>My Rockbox tree</subtitle>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/'/>
<entry>
<title>stuff</title>
<updated>2017-07-22T15:00:47+00:00</updated>
<author>
<name>Franklin Wei</name>
<email>git@fwei.tk</email>
</author>
<published>2017-07-22T15:00:47+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=57db318a9e2de5cf9422ccf96e4f55df4840b88f'/>
<id>57db318a9e2de5cf9422ccf96e4f55df4840b88f</id>
<content type='text'>
Change-Id: Ic707fb03c2472b9a0c4ea3e64eb3620c411f661c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: Ic707fb03c2472b9a0c4ea3e64eb3620c411f661c
</pre>
</div>
</content>
</entry>
<entry>
<title>puzzles: fix star drawing in Signpost</title>
<updated>2017-07-17T21:03:03+00:00</updated>
<author>
<name>Franklin Wei</name>
<email>git@fwei.tk</email>
</author>
<published>2017-07-13T20:56:17+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=3a70222a732621e52cec9f865e4d2ee2de7d8541'/>
<id>3a70222a732621e52cec9f865e4d2ee2de7d8541</id>
<content type='text'>
- change point ordering to make concave polygon rendering work
- also enables an "Easter egg" of sorts

Change-Id: I3b4044a374dce1cff889d5f3744de9e634978591
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- change point ordering to make concave polygon rendering work
- also enables an "Easter egg" of sorts

Change-Id: I3b4044a374dce1cff889d5f3744de9e634978591
</pre>
</div>
</content>
</entry>
<entry>
<title>puzzles: dynamic text size via custom font pack</title>
<updated>2017-07-17T20:58:13+00:00</updated>
<author>
<name>Franklin Wei</name>
<email>git@fwei.tk</email>
</author>
<published>2017-07-12T16:19:09+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=e7a35ba3833925043b1b3e4a164e06058500bcd8'/>
<id>e7a35ba3833925043b1b3e4a164e06058500bcd8</id>
<content type='text'>
Up to now, we'd just ignore whatever font size the puzzle asked for,
and instead just go with either the UI font or system font regardless
of their size, which led to some horrible-looking puzzles. This patch
adds the ability to automatically load fonts of the proper size when
they are available, which makes text-based puzzles such as Pattern and
Slant function correctly with any UI font.

The font pack, which should be extracted to the system-wide fonts
directory consists of 3 small bitmap fonts from 7px to 10px and then
anti-aliased Deja Vu fonts from 10px to 36px. It is available in the
source tree (apps/plugins/puzzles/fonts.zip), or from
&lt;http://download.rockbox.org/useful/sgt-fonts.zip&gt;.

Change-Id: I05c8fe7bd6d867e14de9b941deb91e8c642ee4a8
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Up to now, we'd just ignore whatever font size the puzzle asked for,
and instead just go with either the UI font or system font regardless
of their size, which led to some horrible-looking puzzles. This patch
adds the ability to automatically load fonts of the proper size when
they are available, which makes text-based puzzles such as Pattern and
Slant function correctly with any UI font.

The font pack, which should be extracted to the system-wide fonts
directory consists of 3 small bitmap fonts from 7px to 10px and then
anti-aliased Deja Vu fonts from 10px to 36px. It is available in the
source tree (apps/plugins/puzzles/fonts.zip), or from
&lt;http://download.rockbox.org/useful/sgt-fonts.zip&gt;.

Change-Id: I05c8fe7bd6d867e14de9b941deb91e8c642ee4a8
</pre>
</div>
</content>
</entry>
<entry>
<title>puzzles: allow using hints in Fifteen</title>
<updated>2017-07-12T16:23:21+00:00</updated>
<author>
<name>Franklin Wei</name>
<email>git@fwei.tk</email>
</author>
<published>2017-07-12T16:21:20+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=84e13d5749835234347c8f94f85ea2790980f44d'/>
<id>84e13d5749835234347c8f94f85ea2790980f44d</id>
<content type='text'>
This maps the select button to the "h" key for Fifteen only.

Change-Id: I7a5a61cec46e86254218fabfb191974f98c12319
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This maps the select button to the "h" key for Fifteen only.

Change-Id: I7a5a61cec46e86254218fabfb191974f98c12319
</pre>
</div>
</content>
</entry>
<entry>
<title>zen/zenxfi: map menu button to pitch screen toggle mode</title>
<updated>2017-06-29T11:27:36+00:00</updated>
<author>
<name>Amaury Pouly</name>
<email>amaury.pouly@gmail.com</email>
</author>
<published>2017-06-29T11:26:56+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=f9198ba35c55bf8765e54c271f1598a181f5c268'/>
<id>f9198ba35c55bf8765e54c271f1598a181f5c268</id>
<content type='text'>
The toggle action was unmapped for some reason

Change-Id: I061d790801215a99f56771993169341e46e54a77
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The toggle action was unmapped for some reason

Change-Id: I061d790801215a99f56771993169341e46e54a77
</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: correct drawmode for text</title>
<updated>2017-06-02T22:19:10+00:00</updated>
<author>
<name>Franklin Wei</name>
<email>git@fwei.tk</email>
</author>
<published>2017-06-02T22:19:10+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=cefbde0bbb5f90523233a56ca6c0b0699b4b359e'/>
<id>cefbde0bbb5f90523233a56ca6c0b0699b4b359e</id>
<content type='text'>
DRMODE_FG should be used instead of DRMODE_COMPLEMENT to allow text to
be drawn in color, benefitting puzzles such as Slant and Pattern.

Change-Id: I292216490a58344cb93dc5c2ec1780229735313a
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
DRMODE_FG should be used instead of DRMODE_COMPLEMENT to allow text to
be drawn in color, benefitting puzzles such as Slant and Pattern.

Change-Id: I292216490a58344cb93dc5c2ec1780229735313a
</pre>
</div>
</content>
</entry>
<entry>
<title>puzzles: work around inconsistent naming</title>
<updated>2017-05-22T23:46:01+00:00</updated>
<author>
<name>Franklin Wei</name>
<email>git@fwei.tk</email>
</author>
<published>2017-05-22T23:46:01+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=6d541fe9b6b30318f7500c7153a2e37c7e2796bc'/>
<id>6d541fe9b6b30318f7500c7153a2e37c7e2796bc</id>
<content type='text'>
Change-Id: I0541485af087d0bea845e05fbcf61b01be91bf6f
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I0541485af087d0bea845e05fbcf61b01be91bf6f
</pre>
</div>
</content>
</entry>
<entry>
<title>puzzles: clarify target-specific macros</title>
<updated>2017-05-21T18:37:17+00:00</updated>
<author>
<name>Franklin Wei</name>
<email>git@fwei.tk</email>
</author>
<published>2017-05-21T18:37:17+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=6bba062599ca307869377154899b8db735fc7474'/>
<id>6bba062599ca307869377154899b8db735fc7474</id>
<content type='text'>
Change-Id: I1f68f25a557bb2daa5e83a6d6f02711abeec5165
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I1f68f25a557bb2daa5e83a6d6f02711abeec5165
</pre>
</div>
</content>
</entry>
<entry>
<title>puzzles: fix Bridges crash on Clip Zip</title>
<updated>2017-05-18T22:03:53+00:00</updated>
<author>
<name>Franklin Wei</name>
<email>git@fwei.tk</email>
</author>
<published>2017-05-18T22:03:53+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=504346ab485e22a212a8df7e3fa73b1312528908'/>
<id>504346ab485e22a212a8df7e3fa73b1312528908</id>
<content type='text'>
- small screen could lead to invalid viewport coordinates

Change-Id: I1f2a323554e4ed31f250218220b464a02bffa308
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- small screen could lead to invalid viewport coordinates

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