Rockbox

This is the bug/patch tracker for Rockbox. Click here for more information.

Quick links: Bugs · Patches · Rockbox frontpage

Tasklist

FS#8364 - Add graphical markers on sudoku cells for possible numbers

Attached to Project: Rockbox
Opened by Henri Valta (cg) - Sunday, 23 December 2007, 23:09 GMT+2
Last edited by Dominik Riebeling (bluebrother) - Sunday, 26 October 2008, 00:10 GMT+2
Task Type Patches
Category Games
Status Closed
Assigned To No-one
Player Type All players
Severity Low
Priority Normal
Reported Version Daily build (which?)
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Private No

Details

This is a patch for the sudoku plugin. It adds markers for displaying the possible numbers directly in the cells.

The numbers are represented with dots on standard 3x3 matrix style.
Similar markers are used on some other sudoku applications. Screenshot attached.

The dots are only displayed if there is no actual number in that cell.

The patch also adds menu option to enable or disable the markers.

The patch was tested with several simulator builds with different screen resolutions.

This patch does not add saving of the markers between sessions, patch  FS#5737  or similar should enable this.
   sudoku_markings_v1.diff (7.4 KiB)
 apps/plugins/sudoku/sudoku.c |   81 +++++++++++++++++++++++++++++++++++++++----
 1 file changed, 74 insertions(+), 7 deletions(-)

   sudoku_markings_ipodvideo.png (9.6 KiB)
This task depends upon

Closed by  Dominik Riebeling (bluebrother)
Sunday, 26 October 2008, 00:10 GMT+2
Reason for closing:  Accepted
Additional comments about closing:  committed as r18880. Thanks!
Comment by Henri Valta (cg) - Sunday, 23 March 2008, 11:01 GMT+2
Resynched (rev 16759)
   sudoku_markings_v2.diff (7.4 KiB)
 apps/plugins/sudoku/sudoku.c |   81 +++++++++++++++++++++++++++++++++++++++----
 1 file changed, 74 insertions(+), 7 deletions(-)

Loading...