summaryrefslogtreecommitdiffstats
path: root/apps/plugins/jackpot.c
AgeCommit message (Expand)AuthorFilesLines
2011-12-28plugins: another round of making local things static and adding missing #incl...Bertrik Sikken1-2/+2
2011-10-15Changed the FOR_NB_SCREENS macro to always be a for loop that declares its ow...Björn Stenberg1-6/+5
2011-09-17plugins: make local functions static for a subset of pluginsBertrik Sikken1-8/+8
2010-08-24Second try: Introduce plugin_crt0.c that every plugin links.Thomas Martitz1-7/+5
2010-08-23Revert "Introduce plugin_crt0.c that every plugin links."Thomas Martitz1-5/+7
2010-08-23Introduce plugin_crt0.c that every plugin links.Thomas Martitz1-7/+5
2010-05-20S#10387 - Rework pluginlib actionsThomas Martitz1-4/+4
2010-05-14Fix remaining reds/yellows.Thomas Martitz1-3/+3
2009-09-04Fix STRIDE macro for multiscreen and add stride support for picture lib.Karl Kurbjun1-4/+6
2009-01-16loader-initialized global plugin API:Andrew Mahone1-5/+2
2008-11-20New makefile solution: A single invocation of 'make' to build the entire tree...Björn Stenberg1-2/+2
2008-11-03Makefile overhaul. All generated bitmaps are now explicitly in OBJDIR/bitmaps...Björn Stenberg1-2/+2
2008-06-28Remove a viewport ambiguity by changing the screens width/heigth members into...Peter D'Hoye1-5/+6
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg1-2/+4
2008-05-13Plugin parameters should be const.Steve Bavin1-2/+2
2008-05-05Convert the whole codebase to UTF-8, except docs/COMMITTERS and tools/creativ...Nicolas Pennequin1-1/+1
2007-08-05makes the slot wheels turn faster in the jackpot plugin for the bitmap targetsKevin Ferrare1-1/+1
2007-08-04oops forgot to remove thatKevin Ferrare1-8/+0
2007-08-04made the jackpot plugin use the new common sprite functions, cosmetic change ...Kevin Ferrare1-19/+7
2007-07-28fixed the speed problem on bitmaps LCD for the jackpot plugin and added the r...Kevin Ferrare1-3/+4
2007-07-25fixed yellow, forgot to increase the plugin API versionKevin Ferrare1-1/+1
2007-07-25Ported the archos player's jackpot plugin to bitmaps LCD (still need some nea...Kevin Ferrare1-229/+294
2007-04-06Now charcell displays require lcd_update() for updating the main lcd content ...Jens Arnold1-1/+7
2007-03-26First step of charcell LCD code rework: * Make it fully unicode aware so that...Jens Arnold1-5/+7
2006-01-15New plugin loader. Solves the crashes introduced with the .bss changes while ...Jens Arnold1-5/+2
2005-01-26Changed several places to use button_clear_queue() to empty the button queue....Jens Arnold1-1/+1
2004-10-22Plugin rework 5: (all) Now using the default event handler, standard placemen...Jens Arnold1-6/+9
2003-07-24Pierre Delore's jackpot game plugin for the Player/StudioDaniel Stenberg1-0/+278