summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Arver <martin.arver@gmail.com>2006-06-05 16:59:05 +0000
committerMartin Arver <martin.arver@gmail.com>2006-06-05 16:59:05 +0000
commit7366fb4e60dcb37d3366e1dc9a607df081853c2e (patch)
tree490175cb62274f167a08ad880837163f0c2a9238
parent6c9f3151718dab6b47236e195e29be2a22139b53 (diff)
downloadrockbox-7366fb4e60dcb37d3366e1dc9a607df081853c2e.tar.gz
rockbox-7366fb4e60dcb37d3366e1dc9a607df081853c2e.zip
Re-add Rockblox to the manual, as it is still built. Sorry for the inconvenience. Should check properly next time.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10066 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--manual/plugins/images/ss-rockblox-112x64x1.pngbin0 -> 265 bytes
-rw-r--r--manual/plugins/images/ss-rockblox-138x110x2.pngbin0 -> 3838 bytes
-rw-r--r--manual/plugins/images/ss-rockblox-160x128x2.pngbin0 -> 291 bytes
-rw-r--r--manual/plugins/images/ss-rockblox-176x132x16.pngbin0 -> 680 bytes
-rw-r--r--manual/plugins/images/ss-rockblox-220x176x16.pngbin0 -> 861 bytes
-rw-r--r--manual/plugins/images/ss-rockblox-320x240x16.pngbin0 -> 3584 bytes
-rw-r--r--manual/plugins/main.tex2
-rw-r--r--manual/plugins/rockblox.tex28
8 files changed, 30 insertions, 0 deletions
diff --git a/manual/plugins/images/ss-rockblox-112x64x1.png b/manual/plugins/images/ss-rockblox-112x64x1.png
new file mode 100644
index 0000000000..bc8708f089
--- /dev/null
+++ b/manual/plugins/images/ss-rockblox-112x64x1.png
Binary files differ
diff --git a/manual/plugins/images/ss-rockblox-138x110x2.png b/manual/plugins/images/ss-rockblox-138x110x2.png
new file mode 100644
index 0000000000..7ecd8c25ce
--- /dev/null
+++ b/manual/plugins/images/ss-rockblox-138x110x2.png
Binary files differ
diff --git a/manual/plugins/images/ss-rockblox-160x128x2.png b/manual/plugins/images/ss-rockblox-160x128x2.png
new file mode 100644
index 0000000000..e3e6174ebd
--- /dev/null
+++ b/manual/plugins/images/ss-rockblox-160x128x2.png
Binary files differ
diff --git a/manual/plugins/images/ss-rockblox-176x132x16.png b/manual/plugins/images/ss-rockblox-176x132x16.png
new file mode 100644
index 0000000000..3a1544652b
--- /dev/null
+++ b/manual/plugins/images/ss-rockblox-176x132x16.png
Binary files differ
diff --git a/manual/plugins/images/ss-rockblox-220x176x16.png b/manual/plugins/images/ss-rockblox-220x176x16.png
new file mode 100644
index 0000000000..a9d5ce0ddc
--- /dev/null
+++ b/manual/plugins/images/ss-rockblox-220x176x16.png
Binary files differ
diff --git a/manual/plugins/images/ss-rockblox-320x240x16.png b/manual/plugins/images/ss-rockblox-320x240x16.png
new file mode 100644
index 0000000000..dda4600d80
--- /dev/null
+++ b/manual/plugins/images/ss-rockblox-320x240x16.png
Binary files differ
diff --git a/manual/plugins/main.tex b/manual/plugins/main.tex
index d27f8ae08e..a63dd711c2 100644
--- a/manual/plugins/main.tex
+++ b/manual/plugins/main.tex
@@ -44,6 +44,8 @@ will carry on playing whilst plugins are being run.
\opt{HAVE_LCD_BITMAP}{\input{plugins/pong.tex}}
+ \opt{recorder,recorderv2fm,ondio,h1xx,h300,IPOD_4G_PAD}{\input{plugins/rockblox.tex}}
+
\opt{recorder,recorderv2fm,ondio,h1xx,h300,IPOD_4G_PAD}{\input{plugins/sliding.tex}}
\opt{recorder,recorderv2fm,ondio,h1xx,h300,IPOD_4G_PAD}{\input{plugins/snake.tex}}
diff --git a/manual/plugins/rockblox.tex b/manual/plugins/rockblox.tex
new file mode 100644
index 0000000000..8831ce25e0
--- /dev/null
+++ b/manual/plugins/rockblox.tex
@@ -0,0 +1,28 @@
+\subsection{Rockblox}
+\screenshot{plugins/images/ss-rockblox}{Rockblox plugin}%
+{img:rockblox}
+
+This well-known game will probably be familiar. The aim of the game is
+to complete rows with the given pieces (blocks). Pieces can be rotated
+to make them fit into the rows. Once you complete a row, it gets
+cleared, but if the blocks reach the top row then you lose.
+
+As this game is played with the Jukebox turned so that the buttons
+are to the right of the screen, the controls may seem a little confusing:
+
+\begin{table}
+ \begin{btnmap}{}{}
+ \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD}%
+ {\ButtonUp\ and \ButtonDown}
+ \opt{IPOD_4G_Pad}%
+ {\ButtonScrollFwd\ and \ButtonScrollback} & Move block Left/Right \\
+ \ButtonRight & Rotate piece \\
+ \ButtonLeft & Move the piece downwards faster \\
+ \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}%
+ {\ButtonOff}
+ \opt{IAUDIO_X5_PAD}
+ {\fixme{TBD}}
+ \opt{IPOD_4G_Pad}%
+ {\Buttonmenu} & Exit Rockblox\\
+ \end{btnmap}
+\end{table}