summaryrefslogtreecommitdiff
path: root/apps/plugins/chopper.c (follow)
Commit message (Collapse)AuthorAge
* Adjust Chopper and fix my warning from Wormlet.Tom Ross2007-04-03
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13011 a1c6a512-1295-4272-9138-f99709370657
* Rename some macros to account for the recently added M5 port. No code changes.Jens Arnold2007-03-16
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12809 a1c6a512-1295-4272-9138-f99709370657
* Get rid of the 'center' parameter for splashes. There were only 2 of almost ↵Jens Arnold2007-03-16
| | | | | | 500 splashes which were not centered. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12807 a1c6a512-1295-4272-9138-f99709370657
* Scale to 50% size on the Archos devices (LCD_WIDTH <= 112) and slow it down, ↵Dave Chapman2007-02-20
| | | | | | with some tweaks from Marianne Arnold. Plus replace a few floating point operations with integers. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12406 a1c6a512-1295-4272-9138-f99709370657
* Fixed an off-by-one bug that caused the nasty crash on archos, and wrong ↵Jens Arnold2007-02-18
| | | | | | limit check. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12395 a1c6a512-1295-4272-9138-f99709370657
* Kill a few warnings in plugins.Tom Ross2007-02-17
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12366 a1c6a512-1295-4272-9138-f99709370657
* Obligatory fix-a-few-warnings commit...Zakk Roberts2007-02-17
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12346 a1c6a512-1295-4272-9138-f99709370657
* Chopper update. Fix endgame text not showing up and menu being invisible ↵Zakk Roberts2007-02-17
| | | | | | after first game, both on grayscale targets. Also fix endgame text being too long on Archos by using a splash to draw it. Also: X5's up button now works as 'fly' and Ondio mappings changed (Up/Menu = fly, Off = quit). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12345 a1c6a512-1295-4272-9138-f99709370657
* Fix a warning.Paul Louden2007-02-16
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12331 a1c6a512-1295-4272-9138-f99709370657
* Argh, previous 'fix' was not in fact the problem. *Now* it's fixed.. I hope.Zakk Roberts2007-02-16
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12329 a1c6a512-1295-4272-9138-f99709370657
* Implement the actual-button-name-for-game-over-message addition from my ↵Zakk Roberts2007-02-16
| | | | | | previous commit in a different way to fix builds. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12328 a1c6a512-1295-4272-9138-f99709370657
* A few chopper changes. Changed colorscheme from blue on backdrop to green on ↵Zakk Roberts2007-02-16
| | | | | | black (on color LCDs), more like original. Removed useless 'help' menu entry for now. Show actual button name in game over screen (i.e. 'select' or 'play') instead of just 'action'. A bit of code cleanup. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12327 a1c6a512-1295-4272-9138-f99709370657
* FS #5535 - Chopper game ported from IPL by Ben Basha. This commit is ↵Dave Chapman2007-02-16
chopper_with_menu_api.diff with some changes by me: fixed the bug with the unmatching calls to menu_init() and menu_quit() (causing freezes after game #6); added keymappings for the sansa, gigabeat, Ondio and Archos Recorders; and changes to work with mono LCDs. This should now run on all targets with bitmapped LCDs. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12326 a1c6a512-1295-4272-9138-f99709370657