Rockbox

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

Quick links: Bugs · Patches · Rockbox frontpage

Tasklist

FS#2834 - adds color to the starfield plugin

Attached to Project: Rockbox
Opened by Nathan Hand (nathanh) - Tuesday, 13 December 2005, 15:46 GMT+2
Last edited by Antoine Cellerier (dionoea) - Sunday, 01 July 2007, 00:12 GMT+2
Task Type Patches
Category Plugins
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

Silly little patch to colorize the stars in the starfield plugin. Also adds
grayscale to those platforms with grayscale.
   colorised-starfield.diff (0.8 KiB)
 apps/plugins/starfield.c |   21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

This task depends upon

Closed by  Antoine Cellerier (dionoea)
Sunday, 01 July 2007, 00:12 GMT+2
Reason for closing:  Accepted
Additional comments about closing:  Applied with modifications. Thanks.
Comment by Mikael Magnusson (mikaelh) - Wednesday, 22 March 2006, 11:52 GMT+2
i was told the starfield would never get any colors because it was perfect, but here is what i did anyway, in case someone wants it. (i have both the original and this one installed). I'm aware that the color picking code is very naive and could be written in many better ways. (ie just randomize between 0 and LCD_RGBPACK(255,255,255) ). Again, this is not a submission for inclusion.
   rockbox-color_starfield.patch (1.4 KiB)
 color-starfield.c |   13 +++++++++++++
 1 file changed, 13 insertions(+)

Comment by Antoine Cellerier (dionoea) - Sunday, 01 July 2007, 00:00 GMT+2
Color version looks good too :) Maybe color mode could be toggled on/off with a key press.

(And here's a patch synced with svn)
   starfield.patch (1.3 KiB)
 starfield.c |   13 +++++++++++++
 1 file changed, 13 insertions(+)

Comment by Antoine Cellerier (dionoea) - Sunday, 01 July 2007, 00:10 GMT+2
In fact I'll do that right now :)

Loading...