2006-10-08 10:06:11 +00:00
|
|
|
% $Id$ %
|
2006-09-19 21:29:22 +00:00
|
|
|
\subsection{Rockblox}
|
|
|
|
\screenshot{plugins/images/ss-rockblox}{Rockblox}{fig:rockblox}
|
2009-02-16 23:28:27 +00:00
|
|
|
Rockblox is a Rockbox version of the classic falling blocks game from Russia.
|
|
|
|
The aim of the game is to make the falling blocks of different shapes
|
2009-06-28 18:02:04 +00:00
|
|
|
form full rows. Whenever a row is completed, it will be cleared away, and you
|
|
|
|
gain points. For every ten lines completed, the game level increases, making
|
|
|
|
the blocks fall faster. If the pile of blocks reaches the ceiling, the game is over.
|
2006-09-19 21:29:22 +00:00
|
|
|
|
2010-05-20 17:38:38 +00:00
|
|
|
\begin{btnmap}
|
2015-07-19 23:50:26 +00:00
|
|
|
\nopt{SANSA_FUZEPLUS_PAD,SAMSUNG_YH92X_PAD}{
|
2012-11-20 23:51:15 +00:00
|
|
|
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn}
|
|
|
|
\opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonPlay}
|
|
|
|
\opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,GIGABEAT_S_PAD}{\ButtonPlay}
|
|
|
|
\opt{SANSA_E200_PAD,SANSA_C200_PAD}{\ButtonRec}
|
2013-02-18 08:19:55 +00:00
|
|
|
\opt{SANSA_CLIP_PAD}{\ButtonHome}
|
2012-11-20 23:51:15 +00:00
|
|
|
\opt{SANSA_FUZE_PAD}{\ButtonSelect+\ButtonUp}
|
|
|
|
\opt{GIGABEAT_PAD}{\ButtonA}
|
|
|
|
\opt{MROBE100_PAD}{\ButtonDisplay}
|
|
|
|
\opt{COWON_D2_PAD}{\ButtonMenu}
|
|
|
|
\opt{PBELL_VIBE500_PAD}{\ButtonCancel}
|
|
|
|
\opt{MPIO_HD300_PAD}{\ButtonRec}
|
2015-07-19 23:50:26 +00:00
|
|
|
\opt{SAMSUNG_YH820_PAD}{\ButtonRec}
|
2012-11-20 23:51:15 +00:00
|
|
|
\opt{HAVEREMOTEKEYMAP}{& }
|
|
|
|
& Restart game\\
|
|
|
|
}
|
2020-07-15 23:40:55 +00:00
|
|
|
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD%
|
2013-02-18 08:19:55 +00:00
|
|
|
,IAUDIO_X5_PAD,SANSA_E200_PAD,SANSA_FUZE_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD%
|
2009-12-14 20:18:38 +00:00
|
|
|
,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD,IPOD_4G_PAD,IPOD_3G_PAD%
|
2014-10-22 07:58:28 +00:00
|
|
|
,IRIVER_H10_PAD,PBELL_VIBE500_PAD,SANSA_FUZEPLUS_PAD,SAMSUNG_YH92X_PAD%
|
|
|
|
,SAMSUNG_YH820_PAD}
|
2009-12-14 20:18:38 +00:00
|
|
|
{\ButtonLeft}
|
|
|
|
\opt{COWON_D2_PAD}{\TouchMidLeft}
|
2012-01-26 09:11:18 +00:00
|
|
|
\opt{MPIO_HD300_PAD}{\ButtonRew}
|
2009-07-22 18:08:51 +00:00
|
|
|
\opt{HAVEREMOTEKEYMAP}{& }
|
Manual - plugin button tables: fill out missing info for the c200 pad (chip8emulator, doom, snake, snake2, wormlet), also update the table in clock.tex (was outdated for all and missing the mode and skin 'shortcuts'), add a small note about how to quit credits, change the list of the four direction buttons in some tex files (minesweeper, flipit, sudoku) so that the line can break and won't overlap, correct the position of } in rockblox.tex to not let the 'pause' line appear when it doesn't exist on a target. Break overly long lines.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18535 a1c6a512-1295-4272-9138-f99709370657
2008-09-16 23:24:31 +00:00
|
|
|
& Move left\\
|
2020-07-15 23:40:55 +00:00
|
|
|
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD%
|
2013-02-18 08:19:55 +00:00
|
|
|
,IAUDIO_X5_PAD,SANSA_E200_PAD,SANSA_FUZE_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD%
|
2009-12-14 20:18:38 +00:00
|
|
|
,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD,IPOD_4G_PAD,IPOD_3G_PAD%
|
2014-10-22 07:58:28 +00:00
|
|
|
,IRIVER_H10_PAD,PBELL_VIBE500_PAD,SANSA_FUZEPLUS_PAD,SAMSUNG_YH92X_PAD%
|
|
|
|
,SAMSUNG_YH820_PAD}
|
2009-12-14 20:18:38 +00:00
|
|
|
{\ButtonRight}
|
|
|
|
\opt{COWON_D2_PAD}{\TouchMidRight}
|
2012-01-26 09:11:18 +00:00
|
|
|
\opt{MPIO_HD300_PAD}{\ButtonFF}
|
2009-07-22 18:08:51 +00:00
|
|
|
\opt{HAVEREMOTEKEYMAP}{& }
|
Manual - plugin button tables: fill out missing info for the c200 pad (chip8emulator, doom, snake, snake2, wormlet), also update the table in clock.tex (was outdated for all and missing the mode and skin 'shortcuts'), add a small note about how to quit credits, change the list of the four direction buttons in some tex files (minesweeper, flipit, sudoku) so that the line can break and won't overlap, correct the position of } in rockblox.tex to not let the 'pause' line appear when it doesn't exist on a target. Break overly long lines.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18535 a1c6a512-1295-4272-9138-f99709370657
2008-09-16 23:24:31 +00:00
|
|
|
& Move right\\
|
2020-07-15 23:40:55 +00:00
|
|
|
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD%
|
2013-02-18 08:19:55 +00:00
|
|
|
,SANSA_E200_PAD,SANSA_FUZE_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,GIGABEAT_PAD%
|
2010-04-23 19:39:39 +00:00
|
|
|
,GIGABEAT_S_PAD,MROBE100_PAD,PBELL_VIBE500_PAD}
|
2006-10-08 10:06:11 +00:00
|
|
|
{\ButtonDown}
|
2012-02-21 18:53:08 +00:00
|
|
|
\opt{SANSA_FUZEPLUS_PAD}{\ButtonSelect}
|
2006-10-08 10:06:11 +00:00
|
|
|
\opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonPlay}
|
2006-10-17 14:43:39 +00:00
|
|
|
\opt{IRIVER_H10_PAD}{\ButtonScrollDown}
|
2009-12-14 20:18:38 +00:00
|
|
|
\opt{COWON_D2_PAD}{\TouchBottomMiddle}
|
2012-01-26 09:11:18 +00:00
|
|
|
\opt{MPIO_HD300_PAD}{\ButtonEnter}
|
2015-07-19 23:50:26 +00:00
|
|
|
\opt{SAMSUNG_YH92X_PAD}{\ButtonRew}
|
|
|
|
\opt{SAMSUNG_YH820_PAD}{\ButtonFF}
|
2009-07-22 18:08:51 +00:00
|
|
|
\opt{HAVEREMOTEKEYMAP}{& }
|
2006-10-08 10:06:11 +00:00
|
|
|
& Move down\\
|
|
|
|
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD}{\ButtonSelect}
|
2010-02-25 01:04:15 +00:00
|
|
|
\opt{scrollwheel}{\ButtonScrollBack}
|
2006-10-08 10:06:11 +00:00
|
|
|
\opt{IAUDIO_X5_PAD}{\ButtonPower}
|
2006-10-17 14:43:39 +00:00
|
|
|
\opt{IRIVER_H10_PAD}{\ButtonRew}
|
2013-02-18 08:19:55 +00:00
|
|
|
\opt{SANSA_C200_PAD,SANSA_CLIP_PAD}{\ButtonVolDown}
|
2009-05-21 11:39:22 +00:00
|
|
|
\opt{GIGABEAT_PAD,GIGABEAT_S_PAD}{\ButtonVolUp}
|
2012-02-21 18:53:08 +00:00
|
|
|
\opt{SANSA_FUZEPLUS_PAD}{\ButtonVolDown{}; \ButtonBottomLeft}
|
2010-04-23 19:39:39 +00:00
|
|
|
\opt{MROBE100_PAD,PBELL_VIBE500_PAD}{\ButtonMenu}
|
2009-12-14 20:18:38 +00:00
|
|
|
\opt{COWON_D2_PAD}{\TouchBottomLeft}
|
2012-01-26 09:11:18 +00:00
|
|
|
\opt{MPIO_HD300_PAD}{\ButtonScrollUp}
|
2014-10-22 07:58:28 +00:00
|
|
|
\opt{SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonUp}
|
2009-07-22 18:08:51 +00:00
|
|
|
\opt{HAVEREMOTEKEYMAP}{& }
|
2010-02-25 01:04:15 +00:00
|
|
|
& Rotate anticlockwise\\
|
2020-07-15 23:40:55 +00:00
|
|
|
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD}
|
2006-10-08 10:06:11 +00:00
|
|
|
{\ButtonUp}
|
2010-02-25 01:04:15 +00:00
|
|
|
\opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonScrollFwd{} / \ButtonMenu}
|
|
|
|
\opt{SANSA_E200_PAD,SANSA_FUZE_PAD}{\ButtonScrollFwd}
|
2008-01-29 17:15:01 +00:00
|
|
|
\opt{IRIVER_H10_PAD}{\ButtonScrollUp}
|
2013-02-18 08:19:55 +00:00
|
|
|
\opt{SANSA_C200_PAD,SANSA_CLIP_PAD}{\ButtonVolUp/\ButtonUp}
|
2009-05-21 11:39:22 +00:00
|
|
|
\opt{GIGABEAT_PAD,GIGABEAT_S_PAD}{\ButtonVolDown}
|
2010-04-23 19:39:39 +00:00
|
|
|
\opt{MROBE100_PAD,PBELL_VIBE500_PAD}{\ButtonPlay}
|
2010-02-24 21:16:48 +00:00
|
|
|
\opt{COWON_D2_PAD}{\TouchBottomRight{} / \TouchTopMiddle }
|
2012-01-26 09:11:18 +00:00
|
|
|
\opt{MPIO_HD300_PAD}{\ButtonScrollDown}
|
2014-10-15 14:23:34 +00:00
|
|
|
\opt{SANSA_FUZEPLUS_PAD}{\ButtonVolUp{}; \ButtonBottomRight}
|
2014-10-22 07:58:28 +00:00
|
|
|
\opt{SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonDown}
|
2009-07-22 18:08:51 +00:00
|
|
|
\opt{HAVEREMOTEKEYMAP}{& }
|
2010-02-25 01:04:15 +00:00
|
|
|
& Rotate clockwise\\
|
2006-10-08 10:06:11 +00:00
|
|
|
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonMode}
|
2013-02-18 08:19:55 +00:00
|
|
|
\opt{IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD,SANSA_FUZE_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD%
|
2009-10-09 07:34:13 +00:00
|
|
|
,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD}{\ButtonSelect}
|
2006-10-08 10:06:11 +00:00
|
|
|
\opt{IAUDIO_X5_PAD}{\ButtonRec}
|
2006-10-17 14:43:39 +00:00
|
|
|
\opt{IRIVER_H10_PAD}{\ButtonFF}
|
2009-12-14 20:18:38 +00:00
|
|
|
\opt{COWON_D2_PAD}{\TouchCenter}
|
2010-04-23 19:39:39 +00:00
|
|
|
\opt{PBELL_VIBE500_PAD}{\ButtonOK}
|
2014-10-22 07:58:28 +00:00
|
|
|
\opt{MPIO_HD300_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonPlay}
|
2012-02-21 18:53:08 +00:00
|
|
|
\opt{SANSA_FUZEPLUS_PAD}{\ButtonDown}
|
2009-07-22 18:08:51 +00:00
|
|
|
\opt{HAVEREMOTEKEYMAP}{& }
|
2006-09-19 21:29:22 +00:00
|
|
|
& Drop\\
|
Manual - plugin button tables: fill out missing info for the c200 pad (chip8emulator, doom, snake, snake2, wormlet), also update the table in clock.tex (was outdated for all and missing the mode and skin 'shortcuts'), add a small note about how to quit credits, change the list of the four direction buttons in some tex files (minesweeper, flipit, sudoku) so that the line can break and won't overlap, correct the position of } in rockblox.tex to not let the 'pause' line appear when it doesn't exist on a target. Break overly long lines.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18535 a1c6a512-1295-4272-9138-f99709370657
2008-09-16 23:24:31 +00:00
|
|
|
\opt{hold_button}{
|
2009-07-06 23:15:46 +00:00
|
|
|
\ButtonHold{} switch
|
2009-07-22 18:08:51 +00:00
|
|
|
\opt{HAVEREMOTEKEYMAP}{& }
|
2008-05-31 09:53:29 +00:00
|
|
|
& Pause\\
|
Manual - plugin button tables: fill out missing info for the c200 pad (chip8emulator, doom, snake, snake2, wormlet), also update the table in clock.tex (was outdated for all and missing the mode and skin 'shortcuts'), add a small note about how to quit credits, change the list of the four direction buttons in some tex files (minesweeper, flipit, sudoku) so that the line can break and won't overlap, correct the position of } in rockblox.tex to not let the 'pause' line appear when it doesn't exist on a target. Break overly long lines.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18535 a1c6a512-1295-4272-9138-f99709370657
2008-09-16 23:24:31 +00:00
|
|
|
}
|
2020-07-15 23:40:55 +00:00
|
|
|
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff}
|
plugins: Improve usability of iPod keymaps
- Reduce need to press multiple buttons at
the same time to quit a plugin
- Have "Menu" be default way to quit plugins or
to access plugin menu
- Fall back to (Long) "Select" or Long "Menu"
in cases where Menu button isn't available
(e.g. in ImageViewer and many games)
out of scope:
boomshine, lua_scripts, Rockpaint,
Doom, Duke3D, Pacbox, Quake,
Sgt-Puzzles, Wolf3D, XWorld,
Minesweeper, Pixel Painter, Spacerocks
Change-Id: I6d4dc7174695fe4b8ee9cbaccb21bdbfe6af5c48
2022-12-18 20:13:15 +00:00
|
|
|
\opt{IPOD_4G_PAD,IPOD_3G_PAD}{Long \ButtonSelect}
|
2013-02-18 08:19:55 +00:00
|
|
|
\opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,SANSA_E200_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,GIGABEAT_PAD,MROBE100_PAD}{\ButtonPower}
|
2009-10-09 07:34:13 +00:00
|
|
|
\opt{SANSA_FUZE_PAD}{Long \ButtonHome}
|
2009-05-21 11:39:22 +00:00
|
|
|
\opt{GIGABEAT_S_PAD}{\ButtonBack}
|
2012-02-21 18:53:08 +00:00
|
|
|
\opt{COWON_D2_PAD,SANSA_FUZEPLUS_PAD}{\ButtonPower}
|
2015-07-19 23:50:26 +00:00
|
|
|
\opt{PBELL_VIBE500_PAD}{\ButtonRec}
|
|
|
|
\opt{SAMSUNG_YH92X_PAD}{\ButtonFF}
|
|
|
|
\opt{SAMSUNG_YH820_PAD}{\ButtonRew}
|
2012-01-26 09:11:18 +00:00
|
|
|
\opt{MPIO_HD300_PAD}{Long \ButtonMenu}
|
2009-07-22 21:40:29 +00:00
|
|
|
\opt{HAVEREMOTEKEYMAP}{&
|
|
|
|
\opt{IRIVER_RC_H100_PAD}{\ButtonRCStop}
|
|
|
|
}
|
2006-10-08 10:06:11 +00:00
|
|
|
& Quit\\
|
2010-05-20 17:38:38 +00:00
|
|
|
\end{btnmap}
|