From f52dfb9ffd7a2f2c9a370b80a7ce4a49b27240dd Mon Sep 17 00:00:00 2001 From: Martin Arver Date: Tue, 7 Mar 2006 10:07:35 +0000 Subject: Patch #4790 by Nils Wallménius. Added Bejeweled to the manual. Some minor changes to the text as well. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8943 a1c6a512-1295-4272-9138-f99709370657 --- manual/plugins/bejeweled.tex | 14 ++++++++++++++ manual/plugins/images/ss-bejeweled-112x64x1.png | Bin 0 -> 679 bytes manual/plugins/images/ss-bejeweled-160x128x2.png | Bin 0 -> 2185 bytes manual/plugins/images/ss-bejeweled-176x132x16.png | Bin 0 -> 7517 bytes manual/plugins/images/ss-bejeweled-220x176x16.png | Bin 0 -> 12716 bytes manual/plugins/main.tex | 11 ++++------- 6 files changed, 18 insertions(+), 7 deletions(-) create mode 100644 manual/plugins/bejeweled.tex create mode 100644 manual/plugins/images/ss-bejeweled-112x64x1.png create mode 100644 manual/plugins/images/ss-bejeweled-160x128x2.png create mode 100644 manual/plugins/images/ss-bejeweled-176x132x16.png create mode 100644 manual/plugins/images/ss-bejeweled-220x176x16.png (limited to 'manual/plugins') diff --git a/manual/plugins/bejeweled.tex b/manual/plugins/bejeweled.tex new file mode 100644 index 0000000000..b31ca1cb4f --- /dev/null +++ b/manual/plugins/bejeweled.tex @@ -0,0 +1,14 @@ +\subsection{Bejeweled} +\begin{figure}[h!] +\begin{center} +\includegraphics[width=4cm]{plugins/images/ss-bejeweled-\genericimg.png} +\end{center} +\caption{Bejeweled} +\end{figure} +Bejeweled is a simple yet addicting game which involves swapping pairs of jewels in order to form connected segments of three or more of the same type. +The goal of the game is to score as many points as possible before running out of available moves. Higher points are awarded to larger combos. The game advances to the next level after every one hundred points and randomly clears several jewels.\\ +\opt{recorder,recorderv2fm}{Use the direction keys to move the cursor, press Play to select a jewel, press down long on Play to show the menu and press Off to cancel.} +\opt{ondio}{Use the direction keys to move the cursor, press MENU to select a jewel, press down long on MENU to show the menu and press OFF to cancel.} +\opt{h1xx}{Use the joystick to move the cursor, press down the joystick to select a jewel, press down long on the joystick to show the menu and press STOP to cancel.} +\opt{h300}{Use the direction keys to move the cursor, press NAVI to select a jewel, press down long on NAVI to show the menu and press STOP to cancel.} +\opt{ipodcolor,ipodnano}{Use the directions on the scrollwheel to move the cursor, press SELECT to select a jewel and press down long on SELECT to show the menu.} diff --git a/manual/plugins/images/ss-bejeweled-112x64x1.png b/manual/plugins/images/ss-bejeweled-112x64x1.png new file mode 100644 index 0000000000..966e2993de Binary files /dev/null and b/manual/plugins/images/ss-bejeweled-112x64x1.png differ diff --git a/manual/plugins/images/ss-bejeweled-160x128x2.png b/manual/plugins/images/ss-bejeweled-160x128x2.png new file mode 100644 index 0000000000..548f1311a6 Binary files /dev/null and b/manual/plugins/images/ss-bejeweled-160x128x2.png differ diff --git a/manual/plugins/images/ss-bejeweled-176x132x16.png b/manual/plugins/images/ss-bejeweled-176x132x16.png new file mode 100644 index 0000000000..a9797c8a1d Binary files /dev/null and b/manual/plugins/images/ss-bejeweled-176x132x16.png differ diff --git a/manual/plugins/images/ss-bejeweled-220x176x16.png b/manual/plugins/images/ss-bejeweled-220x176x16.png new file mode 100644 index 0000000000..1657db00dd Binary files /dev/null and b/manual/plugins/images/ss-bejeweled-220x176x16.png differ diff --git a/manual/plugins/main.tex b/manual/plugins/main.tex index 3f69338a97..b451494b37 100644 --- a/manual/plugins/main.tex +++ b/manual/plugins/main.tex @@ -7,12 +7,7 @@ PLAY on them to start them. Viewer plugins get started automatically by ``playing'' an associated file (i.e. text -files, chip8 games), or from the ``Open with'' option on the File menu. - -Plugins listed here have the platforms they run under (Player for -Jukebox players, Recorder for Jukebox recorders including Jukebox FM, -and Ondio for the Ondio SP and FM). If no platforms are listed then -the plugin runs on all Rockbox platforms.\\ +files, chip8 games), or from the ``Open with'' option on the File menu.\\ \textbf{The plugin loader} Only one plugin can be loaded at a time. Plugins run in the GUI thread @@ -24,6 +19,8 @@ will carry on playing whilst plugins are being run. \section{Games} See also the Chip{}-8 emulator on page \pageref{ref:Chip8emulator}. +\opt{recorder,recorderv2fm,ondio,h1xx,h300,ipodcolor,ipodnano}{\input{plugins/bejeweled.tex}} + \opt{recorder,recorderv2fm,ondio,h1xx,h300,ipodcolor,ipodnano}{\input{plugins/flipit.tex}} \opt{player}{\input{plugins/jackpot.tex}} @@ -77,7 +74,7 @@ the associated file. Viewers are stored in the \opt{recorder,recorderv2fm,ondio}{\input{plugins/chip8emulator.tex}} -\opt{recorder,recorderv2fm,ondio,h1xx}{\input{plugins/jpegviewer.tex}} +\opt{recorder,recorderv2fm,ondio,h1xx,h300}{\input{plugins/jpegviewer.tex}} \opt{recorder,recorderv2fm,ondio}{\input{plugins/movieplayer.tex}} -- cgit v1.2.3