rockbox/apps/plugins/reversi
2007-10-15 07:59:13 +00:00
..
Makefile
reversi-game.c Make sure that reversi doesn't enter an infinite loop when using 1 or 2 AIs. 2007-07-01 20:48:51 +00:00
reversi-game.h Make sure that reversi doesn't enter an infinite loop when using 1 or 2 AIs. 2007-07-01 20:48:51 +00:00
reversi-gui.c 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. :\ 2007-10-15 07:59:13 +00:00
reversi-gui.h 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. 2007-09-20 10:49:48 +00:00
reversi-strategy-naive.c Make sure that reversi doesn't enter an infinite loop when using 1 or 2 AIs. 2007-07-01 20:48:51 +00:00
reversi-strategy-simple.c Make sure that reversi doesn't enter an infinite loop when using 1 or 2 AIs. 2007-07-01 20:48:51 +00:00
reversi-strategy.c Make sure that reversi doesn't enter an infinite loop when using 1 or 2 AIs. 2007-07-01 20:48:51 +00:00
reversi-strategy.h Make sure that reversi doesn't enter an infinite loop when using 1 or 2 AIs. 2007-07-01 20:48:51 +00:00
SOURCES Implement 2 simple AIs for reversi: 2007-07-01 17:51:38 +00:00