Page 1 of 1

How to contribute Source Changes

Posted: Thu Mar 06, 2008 10:13 pm
by Tybor
Hi,

Im playing around with libOGC Console.
If i want to contribute the changes i made, should I post it in here or send it per eMail
or what else?

gr33tz,
Tybor

Re: How to contribute Source Changes

Posted: Sat Mar 08, 2008 11:26 pm
by WinterMute
Any contributions should be submitted as a unified diff against CVS HEAD and posted to the [url=http://sourceforge.net/tracker/?group_i ... tid=668553]patch tracker[url] provided on SourceForge.

I just saw your patch as I was writing this post - sorry it got rejected, the general devkitPro philosophy is to avoid platform specific additions for functionality that can be provided through standard functions or other library ports. Positioning and color in the console output would be better provided by either VT100 emulation codes as we did with the libnds console or by porting somthing like pdcurses.