Rockbox

This is the bug/patch tracker for Rockbox. Click here for more information.

Quick links: Bugs · Patches · Rockbox frontpage

Tasklist

FS#10431 - Plugin keymaps for Philips GoGear SA9200

Attached to Project: Rockbox
Opened by Robert Menes (RMenes379) - Saturday, 11 July 2009, 19:31 GMT+2
Last edited by Robert Menes (RMenes379) - Monday, 18 January 2010, 06:41 GMT+2
Task Type Patches
Category Plugins
Status Closed
Assigned To Robert Menes (RMenes379)
Player Type All players
Severity Low
Priority Normal
Reported Version Version 3.3
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Private No

Details

New plugin keymaps for the Philips GoGear SA9200. This is still incomplete, but most plugins are finished.

TODO:

* Fix "Unsupported LCD" errors on some plugins (bubbles, sudoku, etc.)
* Add the missing plugin keymaps (a few are not done yet)
   sa9200-plugin-keymaps.diff (29.9 KiB)
 apps/plugins/stats.c                 |    3 +++
 apps/plugins/superdom.c              |    8 ++++++++
 apps/plugins/jpeg/jpeg.h             |   11 +++++++++++
 apps/plugins/plasma.c                |    6 ++++++
 apps/plugins/dict.c                  |    2 ++
 apps/plugins/flipit.c                |   12 ++++++++++++
 apps/plugins/chessbox/chessbox_pgn.h |   10 ++++++++++
 apps/plugins/bounce.c                |    8 ++++++++
 apps/plugins/cube.c                  |   10 ++++++++++
 apps/plugins/minesweeper.c           |   10 ++++++++++
 apps/plugins/lib/pluginlib_actions.c |    9 +++++++++
 apps/plugins/logo.c                  |    7 +++++++
 apps/plugins/brickmania.c            |    9 +++++++++
 apps/plugins/mazezam.c               |    8 ++++++++
 apps/plugins/blackjack.c             |   15 +++++++++++++++
 apps/plugins/stopwatch.c             |    8 ++++++++
 apps/plugins/calculator.c            |   11 +++++++++++
 apps/plugins/jewels.c                |   15 ++++++++++++---
 apps/plugins/pacbox/pacbox.h         |   11 +++++++++++
 apps/plugins/xobox.c                 |    9 +++++++++
 apps/plugins/mandelbrot.c            |   12 ++++++++++++
 apps/plugins/zxbox/keymaps.h         |    9 +++++++++
 apps/plugins/sudoku/sudoku.h         |   10 ++++++++++
 apps/plugins/sudoku/sudoku.c         |    4 +++-
 apps/plugins/battery_bench.c         |    7 +++++++
 apps/plugins/fireworks.c             |    4 ++++
 apps/plugins/rockblox.c              |   28 ++++++++++++++++++++++++++++
 apps/plugins/mpegplayer/mpegplayer.c |    9 +++++++++
 apps/plugins/solitaire.c             |   18 ++++++++++++++++++
 apps/plugins/goban/goban.h           |   12 ++++++++++++
 apps/plugins/star.c                  |   12 ++++++++++++
 apps/plugins/calendar.c              |   10 ++++++++++
 apps/plugins/vu_meter.c              |   13 +++++++++++++
 apps/plugins/chopper.c               |    6 ++++++
 apps/plugins/viewer.c                |   10 ++++++++++
 apps/plugins/bubbles.c               |   11 +++++++++--
 apps/plugins/chessclock.c            |   10 ++++++++++
 apps/plugins/mosaique.c              |    5 +++++
 apps/plugins/wormlet.c               |   10 ++++++++++
 apps/plugins/invadrox.c              |    7 +++++++
 tools/configure                      |    2 +-
 41 files changed, 384 insertions(+), 7 deletions(-)

This task depends upon

Closed by  Robert Menes (RMenes379)
Monday, 18 January 2010, 06:41 GMT+2
Reason for closing:  Out of Date
Additional comments about closing:  New plugin keymap work was committed, not based on this patch.
Comment by Robert Menes (RMenes379) - Saturday, 11 July 2009, 19:44 GMT+2
Here come the fixes: added missing instructions for blackjack and a couple of keymap errors fixed.
   sa9200-plugin-keymaps-v0.2.diff (30.7 KiB)
 apps/plugins/stats.c                 |    3 +++
 apps/plugins/superdom.c              |    8 ++++++++
 apps/plugins/jpeg/jpeg.h             |   11 +++++++++++
 apps/plugins/plasma.c                |    6 ++++++
 apps/plugins/dict.c                  |    2 ++
 apps/plugins/flipit.c                |   12 ++++++++++++
 apps/plugins/chessbox/chessbox_pgn.h |   10 ++++++++++
 apps/plugins/bounce.c                |    8 ++++++++
 apps/plugins/cube.c                  |   10 ++++++++++
 apps/plugins/minesweeper.c           |   10 ++++++++++
 apps/plugins/lib/pluginlib_actions.c |    9 +++++++++
 apps/plugins/logo.c                  |    7 +++++++
 apps/plugins/brickmania.c            |    9 +++++++++
 apps/plugins/mazezam.c               |    8 ++++++++
 apps/plugins/blackjack.c             |   25 +++++++++++++++++++++++++
 apps/plugins/stopwatch.c             |    8 ++++++++
 apps/plugins/calculator.c            |   11 +++++++++++
 apps/plugins/jewels.c                |   15 ++++++++++++---
 apps/plugins/pacbox/pacbox.h         |   11 +++++++++++
 apps/plugins/xobox.c                 |    9 +++++++++
 apps/plugins/mandelbrot.c            |   12 ++++++++++++
 apps/plugins/zxbox/keymaps.h         |    9 +++++++++
 apps/plugins/sudoku/sudoku.h         |   10 ++++++++++
 apps/plugins/sudoku/sudoku.c         |    4 +++-
 apps/plugins/battery_bench.c         |    7 +++++++
 apps/plugins/fireworks.c             |    4 ++++
 apps/plugins/rockblox.c              |   28 ++++++++++++++++++++++++++++
 apps/plugins/mpegplayer/mpegplayer.c |    9 +++++++++
 apps/plugins/solitaire.c             |   18 ++++++++++++++++++
 apps/plugins/goban/goban.h           |   12 ++++++++++++
 apps/plugins/star.c                  |   12 ++++++++++++
 apps/plugins/calendar.c              |   10 ++++++++++
 apps/plugins/vu_meter.c              |   13 +++++++++++++
 apps/plugins/chopper.c               |    6 ++++++
 apps/plugins/viewer.c                |   10 ++++++++++
 apps/plugins/bubbles.c               |   11 +++++++++--
 apps/plugins/chessclock.c            |   10 ++++++++++
 apps/plugins/mosaique.c              |    5 +++++
 apps/plugins/wormlet.c               |   10 ++++++++++
 apps/plugins/invadrox.c              |    7 +++++++
 tools/configure                      |    2 +-
 41 files changed, 394 insertions(+), 7 deletions(-)

Comment by Robert Menes (RMenes379) - Thursday, 30 July 2009, 04:19 GMT+2
More plugins done. Now synced against r22086. A few keymaps have to be done still.
   sa9200-plugin-keymaps-v0.3.diff (46.7 KiB)
 apps/plugins/mp3_encoder.c              |    6 ++
 apps/plugins/stats.c                    |    3 +
 apps/plugins/superdom.c                 |   12 ++++
 apps/plugins/png/png.h                  |   11 ++++
 apps/plugins/jpeg/jpeg.h                |   11 ++++
 apps/plugins/plasma.c                   |    6 ++
 apps/plugins/dict.c                     |    2 
 apps/plugins/flipit.c                   |   12 ++++
 apps/plugins/chessbox/chessbox_pgn.h    |   10 +++
 apps/plugins/oscilloscope.c             |   11 ++++
 apps/plugins/starfield.c                |    8 ++
 apps/plugins/snake2.c                   |   17 +++++-
 apps/plugins/clix.c                     |    8 ++
 apps/plugins/midi/midiplay.c            |    8 ++
 apps/plugins/snake.c                    |    8 ++
 apps/plugins/bounce.c                   |    8 ++
 apps/plugins/cube.c                     |   10 +++
 apps/plugins/minesweeper.c              |   10 +++
 apps/plugins/lib/pluginlib_actions.c    |    9 +++
 apps/plugins/spacerocks.c               |   14 +++++
 apps/plugins/reversi/reversi-gui.c      |   72 ++++++++++++++++++++++++++
 apps/plugins/reversi/reversi-gui.h      |    9 +++
 apps/plugins/logo.c                     |    7 ++
 apps/plugins/brickmania.c               |   12 ++++
 apps/plugins/mazezam.c                  |    8 ++
 apps/plugins/blackjack.c                |   25 +++++++++
 apps/plugins/stopwatch.c                |    8 ++
 apps/plugins/jewels.c                   |   87 ++++++++++++++++++++++++++++++++
 apps/plugins/calculator.c               |   11 ++++
 apps/plugins/SUBDIRS                    |    1 
 apps/plugins/pacbox/pacbox.h            |   11 ++++
 apps/plugins/xobox.c                    |    9 +++
 apps/plugins/pong.c                     |    8 ++
 apps/plugins/mandelbrot.c               |   12 ++++
 apps/plugins/sudoku/sudoku.h            |   10 +++
 apps/plugins/sudoku/sudoku.c            |   11 +++-
 apps/plugins/zxbox/keymaps.h            |    9 +++
 apps/plugins/battery_bench.c            |    7 ++
 apps/plugins/fireworks.c                |    4 +
 apps/plugins/rockblox.c                 |   28 ++++++++++
 apps/plugins/mpegplayer/mpegplayer.c    |    9 +++
 apps/plugins/mpegplayer/mpeg_settings.c |   10 +++
 apps/plugins/solitaire.c                |   18 ++++++
 apps/plugins/goban/goban.h              |   12 ++++
 apps/plugins/calendar.c                 |   10 +++
 apps/plugins/star.c                     |   12 ++++
 apps/plugins/vu_meter.c                 |   13 ++++
 apps/plugins/lamp.c                     |    4 +
 apps/plugins/sokoban.c                  |   15 +++++
 apps/plugins/chopper.c                  |    6 ++
 apps/plugins/viewer.c                   |   10 +++
 apps/plugins/matrix.c                   |    6 ++
 apps/plugins/bubbles.c                  |   11 +++-
 apps/plugins/chessclock.c               |   10 +++
 apps/plugins/mosaique.c                 |    5 +
 apps/plugins/wormlet.c                  |   10 +++
 apps/plugins/invadrox.c                 |    7 ++
 tools/configure                         |    2 
 58 files changed, 697 insertions(+), 6 deletions(-)

Comment by Robert Menes (RMenes379) - Sunday, 02 August 2009, 15:37 GMT+2
Now synced against r22111, a lot of old code that didn't need to come back in was removed, and all of the plugins should be done now. Please test and I'll commit when it's been tested enough.

NOTE: Rockblox dimensions may be wrong; if anyone has a better idea of the dimensions needed, feel free to modify!

(patch version skipped due to bugs in 0.5)
   sa9200-plugin-keymaps-v0.6.diff (58.8 KiB)
 apps/plugins/mp3_encoder.c              |    6 
 apps/plugins/stats.c                    |    3 
 apps/plugins/superdom.c                 |    8 +
 apps/plugins/sliding_puzzle.c           |    9 +
 apps/plugins/png/png.h                  |   11 +
 apps/plugins/jpeg/jpeg.h                |   11 +
 apps/plugins/plasma.c                   |    6 
 apps/plugins/dict.c                     |    2 
 apps/plugins/flipit.c                   |   12 +
 apps/plugins/chessbox/chessbox_pgn.h    |   10 +
 apps/plugins/oscilloscope.c             |   11 +
 apps/plugins/starfield.c                |    8 +
 apps/plugins/snake2.c                   |   17 ++
 apps/plugins/clix.c                     |    8 +
 apps/plugins/midi/midiplay.c            |    8 +
 apps/plugins/snake.c                    |    8 +
 apps/plugins/bounce.c                   |    8 +
 apps/plugins/cube.c                     |   10 +
 apps/plugins/minesweeper.c              |   10 +
 apps/plugins/lib/pluginlib_actions.c    |    9 +
 apps/plugins/spacerocks.c               |   14 ++
 apps/plugins/reversi/reversi-gui.c      |  218 ++++++++++----------------------
 apps/plugins/reversi/reversi-gui.h      |    9 +
 apps/plugins/logo.c                     |    7 +
 apps/plugins/brickmania.c               |    9 +
 apps/plugins/mazezam.c                  |    8 +
 apps/plugins/blackjack.c                |   25 +++
 apps/plugins/stopwatch.c                |    8 +
 apps/plugins/jewels.c                   |   19 ++
 apps/plugins/calculator.c               |   11 +
 apps/plugins/SUBDIRS                    |    1 
 apps/plugins/rockpaint.c                |   11 +
 apps/plugins/pacbox/pacbox.h            |   11 +
 apps/plugins/xobox.c                    |    9 +
 apps/plugins/pong.c                     |    8 +
 apps/plugins/pegbox.c                   |   17 ++
 apps/plugins/mandelbrot.c               |   12 +
 apps/plugins/sudoku/sudoku.h            |   10 +
 apps/plugins/sudoku/sudoku.c            |    9 +
 apps/plugins/zxbox/keymaps.h            |    9 +
 apps/plugins/rockblox1d.c               |    4 
 apps/plugins/battery_bench.c            |    7 +
 apps/plugins/fireworks.c                |    4 
 apps/plugins/rockblox.c                 |   28 ++++
 apps/plugins/mpegplayer/mpegplayer.c    |    9 +
 apps/plugins/mpegplayer/mpeg_settings.c |   10 +
 apps/plugins/solitaire.c                |   18 ++
 apps/plugins/goban/goban.h              |   12 +
 apps/plugins/calendar.c                 |   10 +
 apps/plugins/star.c                     |   12 +
 apps/plugins/doom/i_video.c             |   11 +
 apps/plugins/vu_meter.c                 |   13 +
 apps/plugins/rockboy/rockboy.c          |   10 +
 apps/plugins/lamp.c                     |    4 
 apps/plugins/sokoban.c                  |   15 ++
 apps/plugins/chopper.c                  |    6 
 apps/plugins/viewer.c                   |   10 +
 apps/plugins/matrix.c                   |    6 
 apps/plugins/chip8.c                    |   13 +
 apps/plugins/bubbles.c                  |   11 +
 apps/plugins/chessclock.c               |   10 +
 apps/plugins/mosaique.c                 |    5 
 apps/plugins/wormlet.c                  |   10 +
 apps/plugins/invadrox.c                 |    7 +
 tools/configure                         |    2 
 65 files changed, 692 insertions(+), 155 deletions(-)

Comment by Robert Menes (RMenes379) - Sunday, 02 August 2009, 15:56 GMT+2
Forgot a couple of fixes.
   sa9200-plugin-keymaps-v0.6.diff (46.9 KiB)
 apps/plugins/mp3_encoder.c              |    6 ++++++
 apps/plugins/stats.c                    |    3 +++
 apps/plugins/superdom.c                 |    8 ++++++++
 apps/plugins/sliding_puzzle.c           |    9 +++++++++
 apps/plugins/png/png.h                  |   11 +++++++++++
 apps/plugins/jpeg/jpeg.h                |   11 +++++++++++
 apps/plugins/plasma.c                   |    6 ++++++
 apps/plugins/dict.c                     |    2 ++
 apps/plugins/flipit.c                   |   12 ++++++++++++
 apps/plugins/chessbox/chessbox_pgn.h    |   10 ++++++++++
 apps/plugins/oscilloscope.c             |   11 +++++++++++
 apps/plugins/starfield.c                |    8 ++++++++
 apps/plugins/snake2.c                   |   17 +++++++++++++++--
 apps/plugins/clix.c                     |    8 ++++++++
 apps/plugins/midi/midiplay.c            |    8 ++++++++
 apps/plugins/snake.c                    |    8 ++++++++
 apps/plugins/bounce.c                   |    8 ++++++++
 apps/plugins/cube.c                     |   10 ++++++++++
 apps/plugins/minesweeper.c              |   10 ++++++++++
 apps/plugins/lib/pluginlib_actions.c    |    9 +++++++++
 apps/plugins/spacerocks.c               |   14 ++++++++++++++
 apps/plugins/reversi/reversi-gui.h      |    9 +++++++++
 apps/plugins/logo.c                     |    7 +++++++
 apps/plugins/brickmania.c               |    9 +++++++++
 apps/plugins/mazezam.c                  |    8 ++++++++
 apps/plugins/blackjack.c                |   25 +++++++++++++++++++++++++
 apps/plugins/stopwatch.c                |    8 ++++++++
 apps/plugins/jewels.c                   |   19 +++++++++++++++++++
 apps/plugins/calculator.c               |   11 +++++++++++
 apps/plugins/rockpaint.c                |   11 +++++++++++
 apps/plugins/pacbox/pacbox.h            |   11 +++++++++++
 apps/plugins/xobox.c                    |    9 +++++++++
 apps/plugins/pong.c                     |    8 ++++++++
 apps/plugins/pegbox.c                   |   17 +++++++++++++++++
 apps/plugins/mandelbrot.c               |   12 ++++++++++++
 apps/plugins/sudoku/sudoku.h            |   10 ++++++++++
 apps/plugins/sudoku/sudoku.c            |    9 ++++++++-
 apps/plugins/zxbox/keymaps.h            |    9 +++++++++
 apps/plugins/rockblox1d.c               |    4 ++++
 apps/plugins/battery_bench.c            |    7 +++++++
 apps/plugins/fireworks.c                |    4 ++++
 apps/plugins/rockblox.c                 |   28 ++++++++++++++++++++++++++++
 apps/plugins/mpegplayer/mpegplayer.c    |    9 +++++++++
 apps/plugins/mpegplayer/mpeg_settings.c |   10 ++++++++++
 apps/plugins/solitaire.c                |   18 ++++++++++++++++++
 apps/plugins/goban/goban.h              |   12 ++++++++++++
 apps/plugins/calendar.c                 |   10 ++++++++++
 apps/plugins/star.c                     |   12 ++++++++++++
 apps/plugins/doom/i_video.c             |   11 +++++++++++
 apps/plugins/vu_meter.c                 |   13 +++++++++++++
 apps/plugins/rockboy/rockboy.c          |   10 ++++++++++
 apps/plugins/lamp.c                     |    4 ++++
 apps/plugins/sokoban.c                  |   15 +++++++++++++++
 apps/plugins/chopper.c                  |    6 ++++++
 apps/plugins/viewer.c                   |   10 ++++++++++
 apps/plugins/matrix.c                   |    6 ++++++
 apps/plugins/chip8.c                    |   13 +++++++++++++
 apps/plugins/bubbles.c                  |   11 +++++++++--
 apps/plugins/chessclock.c               |   10 ++++++++++
 apps/plugins/mosaique.c                 |    5 +++++
 apps/plugins/wormlet.c                  |   10 ++++++++++
 apps/plugins/invadrox.c                 |    7 +++++++
 tools/configure                         |    2 +-
 63 files changed, 622 insertions(+), 6 deletions(-)

Comment by Robert Menes (RMenes379) - Sunday, 02 August 2009, 18:37 GMT+2
Another version with a few more fixes; unfortunately rockblox doesn't build (it errors out due to lack of background bitmap for 128x160 LCD).

If anyone has a fix for that, please feel free to add it in.
   sa9200-plugin-keymaps-v0.8.diff (49 KiB)
 apps/plugins/mp3_encoder.c              |    6 ++++++
 apps/plugins/stats.c                    |    3 +++
 apps/plugins/superdom.c                 |    8 ++++++++
 apps/plugins/sliding_puzzle.c           |    9 +++++++++
 apps/plugins/png/png.h                  |   11 +++++++++++
 apps/plugins/jpeg/jpeg.h                |   11 +++++++++++
 apps/plugins/plasma.c                   |    6 ++++++
 apps/plugins/dict.c                     |    2 ++
 apps/plugins/flipit.c                   |   12 ++++++++++++
 apps/plugins/chessbox/chessbox_pgn.h    |   10 ++++++++++
 apps/plugins/oscilloscope.c             |   11 +++++++++++
 apps/plugins/starfield.c                |    8 ++++++++
 apps/plugins/snake2.c                   |   17 +++++++++++++++--
 apps/plugins/clix.c                     |    8 ++++++++
 apps/plugins/midi/midiplay.c            |    8 ++++++++
 apps/plugins/snake.c                    |    8 ++++++++
 apps/plugins/bounce.c                   |    8 ++++++++
 apps/plugins/cube.c                     |   10 ++++++++++
 apps/plugins/minesweeper.c              |   10 ++++++++++
 apps/plugins/lib/pluginlib_actions.c    |   23 +++++++++++++++++++----
 apps/plugins/spacerocks.c               |   14 ++++++++++++++
 apps/plugins/reversi/reversi-gui.h      |    9 +++++++++
 apps/plugins/logo.c                     |    7 +++++++
 apps/plugins/brickmania.c               |    9 +++++++++
 apps/plugins/mazezam.c                  |    8 ++++++++
 apps/plugins/blackjack.c                |   25 +++++++++++++++++++++++++
 apps/plugins/stopwatch.c                |    8 ++++++++
 apps/plugins/jewels.c                   |   19 +++++++++++++++++++
 apps/plugins/calculator.c               |   11 +++++++++++
 apps/plugins/rockpaint.c                |   11 +++++++++++
 apps/plugins/pacbox/pacbox.h            |   11 +++++++++++
 apps/plugins/xobox.c                    |    9 +++++++++
 apps/plugins/pong.c                     |    8 ++++++++
 apps/plugins/pegbox.c                   |   17 +++++++++++++++++
 apps/plugins/mandelbrot.c               |   12 ++++++++++++
 apps/plugins/sudoku/sudoku.h            |   10 ++++++++++
 apps/plugins/sudoku/sudoku.c            |    9 ++++++++-
 apps/plugins/zxbox/keymaps.h            |    9 +++++++++
 apps/plugins/rockblox1d.c               |    4 ++++
 apps/plugins/battery_bench.c            |    7 +++++++
 apps/plugins/fireworks.c                |    4 ++++
 apps/plugins/rockblox.c                 |   28 ++++++++++++++++++++++++++++
 apps/plugins/mpegplayer/mpegplayer.c    |    9 +++++++++
 apps/plugins/mpegplayer/mpeg_settings.c |   10 ++++++++++
 apps/plugins/solitaire.c                |   18 ++++++++++++++++++
 apps/plugins/goban/goban.h              |   12 ++++++++++++
 apps/plugins/calendar.c                 |   10 ++++++++++
 apps/plugins/star.c                     |   12 ++++++++++++
 apps/plugins/doom/i_video.c             |   11 +++++++++++
 apps/plugins/vu_meter.c                 |   13 +++++++++++++
 apps/plugins/rockboy/rockboy.c          |   10 ++++++++++
 apps/plugins/lamp.c                     |    4 ++++
 apps/plugins/sokoban.c                  |   15 +++++++++++++++
 apps/plugins/chopper.c                  |    6 ++++++
 apps/plugins/viewer.c                   |   10 ++++++++++
 apps/plugins/matrix.c                   |    6 ++++++
 apps/plugins/chip8.c                    |   13 +++++++++++++
 apps/plugins/bubbles.c                  |   11 +++++++++--
 apps/plugins/chessclock.c               |   10 ++++++++++
 apps/plugins/mosaique.c                 |    5 +++++
 apps/plugins/wormlet.c                  |   10 ++++++++++
 apps/plugins/invadrox.c                 |    7 +++++++
 tools/configure                         |    2 +-
 63 files changed, 632 insertions(+), 10 deletions(-)

Comment by Robert Menes (RMenes379) - Tuesday, 18 August 2009, 00:28 GMT+2
Synced against r22385 and fixed some missing keys in blackjack.
   sa9200-plugin-keymaps-v0.9.diff (57.8 KiB)
 apps/plugins/mp3_encoder.c              |    6 
 apps/plugins/stats.c                    |    3 
 apps/plugins/superdom.c                 |    8 +
 apps/plugins/sliding_puzzle.c           |    9 +
 apps/plugins/png/png.h                  |   11 +
 apps/plugins/jpeg/jpeg.h                |   11 +
 apps/plugins/plasma.c                   |    6 
 apps/plugins/dict.c                     |    2 
 apps/plugins/flipit.c                   |   12 +
 apps/plugins/chessbox/chessbox_pgn.h    |   10 +
 apps/plugins/oscilloscope.c             |   11 +
 apps/plugins/starfield.c                |    8 +
 apps/plugins/snake2.c                   |   17 ++
 apps/plugins/clix.c                     |    8 +
 apps/plugins/midi/midiplay.c            |    8 +
 apps/plugins/snake.c                    |    8 +
 apps/plugins/bounce.c                   |    8 +
 apps/plugins/cube.c                     |   10 +
 apps/plugins/minesweeper.c              |   10 +
 apps/plugins/lib/pluginlib_actions.c    |   23 ++-
 apps/plugins/spacerocks.c               |   14 ++
 apps/plugins/reversi/reversi-gui.h      |    9 +
 apps/plugins/logo.c                     |    7 +
 apps/plugins/brickmania.c               |    9 +
 apps/plugins/mazezam.c                  |    8 +
 apps/plugins/blackjack.c                |  208 ++++++++++++++++++++++++++++++++
 apps/plugins/stopwatch.c                |    8 +
 apps/plugins/calculator.c               |   11 +
 apps/plugins/jewels.c                   |   19 ++
 apps/plugins/rockpaint.c                |   11 +
 apps/plugins/pacbox/pacbox.h            |   11 +
 apps/plugins/xobox.c                    |    9 +
 apps/plugins/pong.c                     |    8 +
 apps/plugins/pegbox.c                   |   17 ++
 apps/plugins/mandelbrot.c               |   12 +
 apps/plugins/zxbox/keymaps.h            |    9 +
 apps/plugins/sudoku/sudoku.h            |   10 +
 apps/plugins/sudoku/sudoku.c            |    9 +
 apps/plugins/rockblox1d.c               |    4 
 apps/plugins/battery_bench.c            |    7 +
 apps/plugins/fireworks.c                |    4 
 apps/plugins/rockblox.c                 |   28 ++++
 apps/plugins/mpegplayer/mpegplayer.c    |    9 +
 apps/plugins/mpegplayer/mpeg_settings.c |   10 +
 apps/plugins/solitaire.c                |   18 ++
 apps/plugins/goban/goban.h              |   12 +
 apps/plugins/star.c                     |   12 +
 apps/plugins/calendar.c                 |   10 +
 apps/plugins/doom/i_video.c             |   11 +
 apps/plugins/vu_meter.c                 |   13 ++
 apps/plugins/rockboy/rockboy.c          |   10 +
 apps/plugins/lamp.c                     |    4 
 apps/plugins/sokoban.c                  |   15 ++
 apps/plugins/chopper.c                  |    6 
 apps/plugins/viewer.c                   |   10 +
 apps/plugins/matrix.c                   |    6 
 apps/plugins/chip8.c                    |   13 ++
 apps/plugins/bubbles.c                  |   11 +
 apps/plugins/chessclock.c               |   10 +
 apps/plugins/mosaique.c                 |    5 
 apps/plugins/wormlet.c                  |   16 ++
 apps/plugins/invadrox.c                 |    7 +
 tools/configure                         |    2 
 63 files changed, 821 insertions(+), 10 deletions(-)

Loading...