summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFranklin Wei <git@fwei.tk>2017-06-03 22:01:17 -0400
committerFranklin Wei <git@fwei.tk>2017-07-27 19:09:50 -0400
commit68c5f93ea6f880f3d59da48831fa97d70589af47 (patch)
treeef60362eafe3343cb5e215cdce7313307ac9c1df
parent34998e3151df1f3b18cf163c2ca2b42f8102bd35 (diff)
downloadrockbox-68c5f93ea6f880f3d59da48831fa97d70589af47.tar.gz
rockbox-68c5f93ea6f880f3d59da48831fa97d70589af47.zip
puzzles: update manual entry
Change-Id: I9c53eaa217ec8cd36ce3de4eaa1237c78bb0c1ea
-rw-r--r--manual/plugins/main.tex4
-rw-r--r--manual/plugins/puzzles.tex7
-rw-r--r--manual/plugins/sgt-puzzles.tex29
3 files changed, 31 insertions, 9 deletions
diff --git a/manual/plugins/main.tex b/manual/plugins/main.tex
index cc3d9380ab..540a0efe5c 100644
--- a/manual/plugins/main.tex
+++ b/manual/plugins/main.tex
@@ -72,8 +72,6 @@ text files%
72 72
73\opt{lcd_bitmap}{\input{plugins/pong.tex}} 73\opt{lcd_bitmap}{\input{plugins/pong.tex}}
74 74
75\opt{lcd_bitmap}{\input{plugins/puzzles.tex}}
76
77\opt{lcd_bitmap}{\input{plugins/reversi.tex}} 75\opt{lcd_bitmap}{\input{plugins/reversi.tex}}
78 76
79\opt{lcd_bitmap}{\input{plugins/robotfindskitten.tex}} 77\opt{lcd_bitmap}{\input{plugins/robotfindskitten.tex}}
@@ -82,6 +80,8 @@ text files%
82 80
83\opt{lcd_bitmap}{\input{plugins/rockblox1d.tex}} 81\opt{lcd_bitmap}{\input{plugins/rockblox1d.tex}}
84 82
83\opt{lcd_bitmap}{\input{plugins/sgt-puzzles.tex}}
84
85\opt{lcd_bitmap}{\input{plugins/sliding.tex}} 85\opt{lcd_bitmap}{\input{plugins/sliding.tex}}
86 86
87\opt{lcd_bitmap}{\input{plugins/snake.tex}} 87\opt{lcd_bitmap}{\input{plugins/snake.tex}}
diff --git a/manual/plugins/puzzles.tex b/manual/plugins/puzzles.tex
deleted file mode 100644
index 5ce2c5ab63..0000000000
--- a/manual/plugins/puzzles.tex
+++ /dev/null
@@ -1,7 +0,0 @@
1\subsection{Puzzles}
2\screenshot{plugins/images/ss-puzzles-cube}{``Cube'' from Puzzles}{fig:Cube}
3\screenshot{plugins/images/ss-puzzles-map}{``Map'' from Puzzles}{fig:Map}
4
5``Puzzles'' is a port of Simon Tatham's Portable Puzzle
6Collection. For documentation on the games included, please visit
7(\url{http://www.chiark.greenend.org.uk/~sgtatham/puzzles/}).
diff --git a/manual/plugins/sgt-puzzles.tex b/manual/plugins/sgt-puzzles.tex
new file mode 100644
index 0000000000..5001a39aaf
--- /dev/null
+++ b/manual/plugins/sgt-puzzles.tex
@@ -0,0 +1,29 @@
1\subsection{Sgt-Puzzles}
2\screenshot{plugins/images/ss-puzzles-cube}{``Cube'', a rolling solid puzzle}{fig:Cube}
3\screenshot{plugins/images/ss-puzzles-map}{``Map'', a 4-coloring game}{fig:Map}
4
5The games that begin with the ``sgt-'' prefix are ports of certain
6puzzles from Simon Tatham's Portable Puzzle Collection, an open source
7collection of single-player puzzle games.
8
9\subsubsection{Puzzle Documentation}
10For documentation on the games included, please see the ``Extensive
11Help'' menu option from inside the plugin to read puzzle-specific
12instructions or visit their official website at
13\url{https://www.chiark.greenend.org.uk/~sgtatham/puzzles/}.
14
15\subsubsection{Dynamic Font Sizing}
16By default, each game will only use one of two fonts in drawing: the
17hard-coded system font for fixed-width text, and the theme's UI font
18for variable-width text. For improved puzzle rendering, each puzzle is
19capable of using a special font pack when it is installed. This font
20pack is available from
21\url{http://download.rockbox.org/useful/sgt-fonts.zip}. To install,
22simply extract the contents of this file to the
23\fname{/.rockbox/fonts/} directory on your device. Once this has been
24done, each game will dynamically load and use properly-sized fonts
25whenever needed.
26
27\note{On hard disk-based devices, this may cause a slight delay as the
28 disk spins up to load the fonts when a puzzle is first started, and
29 after using the ``Extensive Help'' feature.}