Thread: [Super-tux-devel] Black fadout fix [PATCH]
Brought to you by:
wkendrick
From: Ricardo C. <ri...@ae...> - 2005-04-05 15:19:46
Attachments:
fadeout-fix.patch
|
Hey there, Here goes a patch to make the black fadeout rendering properly. The fix is only for the SDL frontend. If someone implements back the function to capture the screen on OpenGL, it could fix it as well. Cervisia doesn't support SVN, please commit it for me. By the way, do you think it would be neat to have some pixelation effects, like in SMWorld? If yes, I could easily port them from SMC. Cheers, Ricardo -- "The greatest warriors are the ones who fight for peace." -- Holly Near |
From: Ryan F. <rf...@gm...> - 2005-04-05 18:45:34
|
On Apr 5, 2005 9:28 AM, Ricardo Cruz <ri...@ae...> wrote: > > Hey there, > > Here goes a patch to make the black fadeout rendering properly. The fix is > only for the SDL frontend. If someone implements back the function to capture > the screen on OpenGL, it could fix it as well. > Cervisia doesn't support SVN, please commit it for me. > > By the way, do you think it would be neat to have some pixelation effects, > like in SMWorld? If yes, I could easily port them from SMC. Hey Ricardo, The patch failed. Can you try making it against the latest svn? Checkout svn with grumbel's instructions, make the changes and then run "svn diff > fadeout-fix.patch" to create the patch. -- Ryan |
From: S.Groundwater <sl...@gl...> - 2005-04-06 00:42:56
|
http://gluebox.com/creatures/BlueRockz/LunchDate_w_Nolok.jpg --enjoy S.groundwater |
From: Ingo R. <gr...@gm...> - 2005-04-06 01:17:06
|
"S.Groundwater" <sl...@gl...> writes: > http://gluebox.com/creatures/BlueRockz/LunchDate_w_Nolok.jpg Hm, that looks probally quite a bit too much like Roy Koopa: http://en.wikipedia.org/wiki/Koopa_Kid#Roy_Koopa The hard black outlines are also problematic. See link below for some more Nolok stuff (new front/side view): http://supertux.berlios.de/wiki/index.php/Nolok#Large_form Even so I have to say that the 3D model doesn't rightly capture the look of the statue, it might still provide usefull. -- WWW: http://pingus.seul.org/~grumbel/ JabberID: gr...@ja... ICQ: 59461927 |
From: S.Groundwater <sl...@gl...> - 2005-04-06 05:08:51
|
Hello. It's impressive how fast everything is getting moved, has been moved to it's new home. (nice job) The wiki is great, very helpful resource. >> http://gluebox.com/creatures/BlueRockz/LunchDate_w_Nolok.jpg > > Hm, that looks probally quite a bit too much like Roy Koopa: > > http://en.wikipedia.org/wiki/Koopa_Kid#Roy_Koopa Thanks for this link, I've played a little Mario but I never really had a grasp of some of this history. Here are some various sketches, mostly of small nolok ideas. http://gluebox.com/creatures/BlueRockz/sketches.jpg I'll be dropping out of sight for a few days... (travel time:) -stephen |
From: Ricardo C. <ri...@ae...> - 2005-04-06 14:22:08
|
Hi, The patch was made inside of lib/video, not root, so you might have to app= ly=20 it in there. It should be something like this: cd lib/video && patch -p0 < /path/patch-filename It's pretty small, so you can always apply it by hand. ;) Cheers, Ricardo Em Ter=E7a, 5 de Abril de 2005 19:45, o Ryan Flegel escreveu: > On Apr 5, 2005 9:28 AM, Ricardo Cruz <ri...@ae...> wrote: > > Hey there, > > > > Here goes a patch to make the black fadeout rendering properly. The fix > > is only for the SDL frontend. If someone implements back the function to > > capture the screen on OpenGL, it could fix it as well. > > Cervisia doesn't support SVN, please commit it for me. > > > > By the way, do you think it would be neat to have some pixelation > > effects, like in SMWorld? If yes, I could easily port them from SMC. > > Hey Ricardo, > > The patch failed. Can you try making it against the latest svn? > > Checkout svn with grumbel's instructions, make the changes and then > run "svn diff > fadeout-fix.patch" to create the patch. =2D-=20 Didn't I buy a 1951 Packard from you last March in Cairo? |
From: Ryan F. <rf...@gm...> - 2005-04-06 15:29:20
|
On Apr 6, 2005 8:31 AM, Ricardo Cruz <ri...@ae...> wrote: > > Hi, > > The patch was made inside of lib/video, not root, so you might have to apply > it in there. It should be something like this: > cd lib/video && patch -p0 < /path/patch-filename Yeah, I applied it from there and it gave me bad hunk errors/ > It's pretty small, so you can always apply it by hand. ;) I'll take a look after work (unless somebody wants to do it :). -- Ryan |
From: Ryan F. <rf...@gm...> - 2005-04-06 23:38:51
|
On Apr 6, 2005 8:31 AM, Ricardo Cruz <ri...@ae...> wrote: > > Hi, > > The patch was made inside of lib/video, not root, so you might have to apply > it in there. It should be something like this: > cd lib/video && patch -p0 < /path/patch-filename > > It's pretty small, so you can always apply it by hand. ;) Can you do a universal diff (cvs diff -u)? The diff format is too hard to read. -- Ryan |