summaryrefslogtreecommitdiffstats
path: root/apps/plugins/sokoban.c
AgeCommit message (Expand)AuthorFilesLines
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg1-2/+4
2008-05-18Reduce the info boxes height a little bit so the 3rd box fits again on Archos...Jens Arnold1-18/+14
2008-05-18Sokoban: enable the plugin for the c200. Invent a new, a bit more rockboxish ...Marianne Arnold1-104/+56
2008-05-13Plugin parameters should be const.Steve Bavin1-2/+2
2008-04-27FS#8708: D2/m:robe500 touchscreen keymaps by Andreas Mueller.Rob Purchase1-13/+48
2008-04-23allow the plugin playback control menu to be put in a viewport.Jonathan Gordon1-1/+1
2008-03-26the menu and list now accepts a parent viewport to draw in (and the menu can ...Jonathan Gordon1-1/+1
2008-03-22D2: Enable plugin building (using initial keymaps from FS#8708 by Andreas Mue...Rob Purchase1-0/+16
2008-03-22Adapt most single-file plugins to the M3 keypad and screen. It's still prelim...Jens Arnold1-8/+42
2008-03-01M:Robe 100: add button definition/bitmaps to plugins and enable compilationRobert Kukla1-0/+15
2008-02-17Plugins now enabled and working for the Gigabeat S.Will Robertson1-0/+13
2007-08-06Accept FS#5464 - organise the rocks directory. Jonathan Gordon1-2/+2
2007-07-27Rockbox compiles and boots now on the 2nd gen, but doesn't work properly yet.Jens Arnold1-2/+4
2007-06-29Attempt red build fix. (/me crosses fingers)Antoine Cellerier1-0/+1
2007-06-29Should fix X5/M5 compile errors.Antoine Cellerier1-0/+4
2007-06-29Some more sokoban changes from Sean Morrisey's FS #6702. (includes moving the...Antoine Cellerier1-60/+145
2007-06-28Apply FS #6702: More Sokoban Improvements.Antoine Cellerier1-475/+880
2007-05-19attempt to make the Gigabeat button mappings in the plugins more logical and ...Marcoen Hirschberg1-8/+8
2007-03-16Rename some macros to account for the recently added M5 port. No code changes.Jens Arnold1-2/+2
2007-03-16Get rid of the 'center' parameter for splashes. There were only 2 of almost 5...Jens Arnold1-4/+3
2007-02-13Large Sokoban update, by Sean Morrisey (FS#6625). Some new features include e...Zakk Roberts1-515/+491
2007-01-14Start of work on a port to the Archos 'AV300' (AV320/340/380) - a working UI ...Dave Chapman1-0/+9
2006-10-26Allow the Sansa e200 UI simulator to be built. Thanks to Andre Smith for the ...Barry Wardell1-0/+10
2006-08-03Barry Wardell's keymappings for H10Daniel Stenberg1-0/+10
2006-06-30To avoid having to use the main unit when accidentally launching a plugin fro...Kevin Ferrare1-0/+5
2006-06-10Fix b&w LCD targets.Antoine Cellerier1-7/+7
2006-06-10Grayscale graphics for sokoban. (h1x0, ipod mini and ipod 4g)Antoine Cellerier1-12/+8
2006-06-10Remove unneeded defines.Antoine Cellerier1-6/+0
2006-06-10Scale and use color bitmaps on color lcd targets.Antoine Cellerier1-24/+33
2006-05-09Fix bug #5298 - hard-code the background color in Sokoban to prevent everythi...Zakk Roberts1-35/+43
2006-02-24More iPod 3G work from Seven Le MesleDave Chapman1-1/+2
2006-02-24first gigabeat commitMarcoen Hirschberg1-0/+9
2006-02-24Button driver for iAudio X5Linus Nielsen Feltzing1-2/+2
2006-01-19Use symbolic name better and don't appear to crash on the You WIN screenBrandon Low1-1/+3
2006-01-19Level caching and screen size/color handling for sokoban from myself and Midg...Brandon Low1-126/+138
2006-01-18Matt v.d. Westhuizen's iAudio X5 keypad adjustmentsDaniel Stenberg1-0/+10
2006-01-15New plugin loader. Solves the crashes introduced with the .bss changes while ...Jens Arnold1-1/+2
2005-12-19Remove IPOD_NANO_PAD definition - the Nano's keypad has turned out to be iden...Dave Chapman1-1/+1
2005-12-14iPod: Initial attempt at button mappings for plugins. All plugins now compil...Dave Chapman1-6/+23
2005-11-16Changed the LCD_COLOR pixel value format to packed RGB (unsigned int). Now al...Jens Arnold1-3/+3
2005-07-19Sokoban: Use greyscale for walls, proper scaling of the player graphic, show ...Jens Arnold1-11/+42
2005-06-29Hristo Kovachev's keypad fixes for the H300 buildDaniel Stenberg1-1/+2
2005-06-24First part of graphics api rework. Special functions, parameter handling, pix...Jens Arnold1-1/+3
2005-06-09Moved the Sokoban levels to .rockbox/rocksLinus Nielsen Feltzing1-1/+1
2005-03-02Sokoban: Made the walls dithered again. Code policing, removed tab chars.Jens Arnold1-12/+18
2005-02-28Killed a warningLinus Nielsen Feltzing1-1/+1
2005-02-28Sokoban adapted to the iRiver H1xx display by Michiel van der KolkLinus Nielsen Feltzing1-22/+18
2005-02-04adapted to build on iRiverDaniel Stenberg1-0/+6
2004-12-26Plugin fixes: Correct button name for MODE key in help texts, conforming to t...Jens Arnold1-1/+1
2004-10-18Plugin rework 2: (all) Compile-time keyboard configuration, for Ondio adaptio...Jens Arnold1-26/+59