Gitiles
Code Review
Sign In
gerrit.rockbox.org
/
rockbox
/
2acc0ac542d9186feee25bbe444c49cb59ca393e
/
apps
/
plugins
/
reversi
/
reversi-gui.c
2acc0ac
Updated our source code header to explicitly mention that we are GPL v2 or
by Daniel Stenberg
· 16 years ago
6526577
Plugin parameters should be const.
by Steve Bavin
· 16 years ago
106ac75
Adapted most multi-source plugins to the iAudio M3 keypad and screen. Doom and mpegplayer are disabled because of the not yet implemented greyscale library, and zxbox used 2-bit greyscale for now. * Slight optimisation for the (currently unused except on M3) 2-bit greyscale code in zxbox. * Simplified button definitions in chessbox.
by Jens Arnold
· 17 years ago
0b0c23f
Fix some plugins that use NULL instead of -1 when not using a voice id in struct opt_items. Change as many '#define NULL 0' to '#define NULL ((void*)0)' as grep would find - somewehere the former is still hiding it seems. :\
by Michael Sevakis
· 17 years ago
12ddb8e
Enable plugins on the Sansa C200. Large parts taken from patch FS#7749 by Max Kelley with tweaks, bit of cleanup and additional bitmaps by me. Some of the now enabled plugins could still be improved in regard to screen size adaptation or keymaps but this way it can easily be done later and one by one. The rather ugly 'ifndef's I added temporaryly in plugins/SOURCES will also go one by one. Plugin button actions cause some quirks in a few plugins (e.g. 'clock') but since it's not critical , the bitmaps were already done and it makes a good example for discussing plugin button actions, I thought it could go in.
by Marianne Arnold
· 17 years ago
b701322
Rockbox compiles and boots now on the 2nd gen, but doesn't work properly yet.
by Jens Arnold
· 17 years ago
36de1a4
Gra, i really need to get some sleep.
by Antoine Cellerier
· 17 years ago
a1c3b98
Add repeat for the alt buttons too.
by Antoine Cellerier
· 17 years ago
68ddbc0
Oops.
by Antoine Cellerier
· 17 years ago
abf9232
control imporvements for iPod by DerPapst.
by Antoine Cellerier
· 17 years ago
cd82964
Make sure that reversi doesn't enter an infinite loop when using 1 or 2 AIs.
by Antoine Cellerier
· 17 years ago
9af4289
Implement 2 simple AIs for reversi:
by Antoine Cellerier
· 17 years ago
b4b34f0
FS #6509 - "Plugin for playing reversi game" by Alexander Levin + changes by me to make it compile due to the menu api change and compile for e200.
by Antoine Cellerier
· 17 years ago