index
:
rockbox
2048sp5
duke3d
master
puzzles
puzzlesmanual
quake5
wolf3d
working
xracer
My Rockbox tree
Franklin Wei
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
apps
/
plugins
/
sudoku
/
sudoku.c
(
unfollow
)
Commit message (
Expand
)
Author
2007-01-15
FS#6539 - Thanks to Tom Ross
Barry Wardell
2006-12-18
force sane colours on sudoku so the board is viewable on light-on-dark themes
Jonathan Gordon
2006-11-15
Hopefully clean up some errors
Karl Kurbjun
2006-11-15
Don't need to remove the backdrop for all plugins - leave it up for some.
Karl Kurbjun
2006-10-26
Allow the Sansa e200 UI simulator to be built. Thanks to Andre Smith for the ...
Barry Wardell
2006-09-18
Sudoku adapted to H10-5GB by Marianne Arnold.
Jens Arnold
2006-08-12
Fixing Sudoku menu to work properly with FS#5182
Shachar Liberman
2006-08-10
Sudoku: Slightly smaller bitmaps for iPod Video and Gigabeat to make the boar...
Jens Arnold
2006-08-09
Sudoku: * Changed the LCD size ifdef magic to ease adding of new LCD resoluti...
Jens Arnold
2006-06-04
Added reload_directory() to plugin api and modified text editor and sudoku pl...
Hardeep Sidhu
2006-05-15
Various clean-ups in preparation for 3.0: 1) Add a built-in default game whic...
Dave Chapman
2006-04-30
Silence 2 gcc4 warnings.
Jens Arnold
2006-04-16
Build Sudoku for the iPod Nano - just use the 160x128 bitmaps.
Dave Chapman
2006-04-09
HAVE_ADJUSTABLE_CPU_FREQ isn't defined for simulators, so we don't have to ch...
Dave Chapman
2006-04-09
make use of cpu_boost to speed up generation of new sudoku field
Christian Gmeiner
2006-04-02
Change (and hopefully simplify) the iPod button mappings and correct some com...
Dave Chapman
2006-04-01
Add audio playback menu
Dave Chapman
2006-04-01
Move Sudoku plugin into its own subdirectory and add a random game generator.
Dave Chapman
2006-03-03
Code Police raid. Mostly changed // comments and indented to Rockbox style.
Daniel Stenberg
2006-02-24
More iPod 3G work from Seven Le Mesle
Dave Chapman
2006-02-24
first gigabeat commit
Marcoen Hirschberg
2006-02-24
Button driver for iAudio X5
Linus Nielsen Feltzing
2006-01-24
Fix bug caused by change to external bitmaps - use the correct stride value f...
Dave Chapman
2006-01-22
Initial attempt at using bmp2rb in the build system. Don't forget to re-run ...
Dave Chapman
2006-01-20
gcc 4.0.2 uses memcpy() to initialise variables on the stack, so we explicitl...
Dave Chapman
2006-01-20
Sudoku: Fixed drawing of scratchpad on archos LCD.
Jens Arnold
2006-01-18
Matt v.d. Westhuizen's iAudio X5 keypad adjustments
Daniel Stenberg
2006-01-15
New plugin loader. Solves the crashes introduced with the .bss changes while ...
Jens Arnold
2005-12-19
Remove IPOD_NANO_PAD definition - the Nano's keypad has turned out to be iden...
Dave Chapman
2005-12-18
New target - iPod Video.
Dave Chapman
2005-12-14
iPod: Fix bitmaps for the iPod's byteswapped framebuffer
Dave Chapman
2005-12-14
iPod: Initial attempt at button mappings for plugins. All plugins now compil...
Dave Chapman
2005-11-29
Sudoku patch from Jonathan Gordon - Add a "scratchpad" to store potential val...
Dave Chapman
2005-11-27
H300 support for Sudoku by Jonathan Gordon
Dave Chapman
2005-11-16
Changed the LCD_COLOR pixel value format to packed RGB (unsigned int). Now al...
Jens Arnold
2005-10-04
Added the "New" menu option. This allows you to manually enter and then save...
Dave Chapman
2005-10-04
Make the load function handle some variations to the "standard" for .ss files.
Dave Chapman
2005-09-22
Sudoku: (Recorders) Changed menu button to F1. (Ondio) Changed menu button to...
Jens Arnold
2005-09-22
Add ON button as an alternative toggle button for the iriver
Dave Chapman
2005-09-22
Fix warning
Dave Chapman
2005-09-22
First version of Sudoku plugin
Dave Chapman