index
:
rockbox.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
apps
/
plugins
/
jackpot.c
Age
Commit message (
Expand
)
Author
2011-12-28
plugins: another round of making local things static and adding missing #incl...
Bertrik Sikken
2011-10-15
Changed the FOR_NB_SCREENS macro to always be a for loop that declares its ow...
Björn Stenberg
2011-09-17
plugins: make local functions static for a subset of plugins
Bertrik Sikken
2010-08-24
Second try: Introduce plugin_crt0.c that every plugin links.
Thomas Martitz
2010-08-23
Revert "Introduce plugin_crt0.c that every plugin links."
Thomas Martitz
2010-08-23
Introduce plugin_crt0.c that every plugin links.
Thomas Martitz
2010-05-20
S#10387 - Rework pluginlib actions
Thomas Martitz
2010-05-14
Fix remaining reds/yellows.
Thomas Martitz
2009-09-04
Fix STRIDE macro for multiscreen and add stride support for picture lib.
Karl Kurbjun
2009-01-16
loader-initialized global plugin API:
Andrew Mahone
2008-11-20
New makefile solution: A single invocation of 'make' to build the entire tree...
Björn Stenberg
2008-11-03
Makefile overhaul. All generated bitmaps are now explicitly in OBJDIR/bitmaps...
Björn Stenberg
2008-06-28
Remove a viewport ambiguity by changing the screens width/heigth members into...
Peter D'Hoye
2008-06-28
Updated our source code header to explicitly mention that we are GPL v2 or
Daniel Stenberg
2008-05-13
Plugin parameters should be const.
Steve Bavin
2008-05-05
Convert the whole codebase to UTF-8, except docs/COMMITTERS and tools/creativ...
Nicolas Pennequin
2007-08-05
makes the slot wheels turn faster in the jackpot plugin for the bitmap targets
Kevin Ferrare
2007-08-04
oops forgot to remove that
Kevin Ferrare
2007-08-04
made the jackpot plugin use the new common sprite functions, cosmetic change ...
Kevin Ferrare
2007-07-28
fixed the speed problem on bitmaps LCD for the jackpot plugin and added the r...
Kevin Ferrare
2007-07-25
fixed yellow, forgot to increase the plugin API version
Kevin Ferrare
2007-07-25
Ported the archos player's jackpot plugin to bitmaps LCD (still need some nea...
Kevin Ferrare
2007-04-06
Now charcell displays require lcd_update() for updating the main lcd content ...
Jens Arnold
2007-03-26
First step of charcell LCD code rework: * Make it fully unicode aware so that...
Jens Arnold
2006-01-15
New plugin loader. Solves the crashes introduced with the .bss changes while ...
Jens Arnold
2005-01-26
Changed several places to use button_clear_queue() to empty the button queue....
Jens Arnold
2004-10-22
Plugin rework 5: (all) Now using the default event handler, standard placemen...
Jens Arnold
2003-07-24
Pierre Delore's jackpot game plugin for the Player/Studio
Daniel Stenberg