Rockbox

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

Quick links: Bugs · Patches · Rockbox frontpage

Tasklist

FS#2823 - Updated solitaire.rock cards are sized by screenresolution

Attached to Project: Rockbox
Opened by Lars van de Klomp (larsivar) - Sunday, 11 December 2005, 15:41 GMT+2
Last edited by Brandon Low (lostlogic) - Thursday, 15 December 2005, 02:29 GMT+2
Task Type Patches
Category
Status Closed
Assigned To No-one
Player Type
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Private No

Details

I found solitaire a bit difficult to play with those
small card (yes, i've got good eyes 0 and -0,5)

So I changed the source, now the cards are adjusted by
the resolution. So it should be a lot easier to play on
all big screens :)
   solitaire.diff (82.1 KiB)
 solitaire.c | 2502 ++++++++++++++++++++++++++++++------------------------------
 1 file changed, 1251 insertions(+), 1251 deletions(-)

This task depends upon

Closed by  Dominik Riebeling (bluebrother)
Saturday, 30 September 2006, 01:28 GMT+2
Reason for closing:  Out of Date
Additional comments about closing:  Solitare has been reworked heavily during the last weeks.
Comment by Brandon Low (lostlogic) - Thursday, 15 December 2005, 02:29 GMT+2

Please redo this patch in such a way that the diff is not
just the whole file being replaced. I'm sure that you
didn't touch every line of the source code, so why should
the patch look like you did? If it is because of spacing
changes, try diff -uBb, but I'm not sure if that will do the
trick in this case. This kind of patch is impossible to
apply along with other changes, and impossible to read to
see what has changed.

Loading...