Page 1 of 1

Flares

Posted: 26 Aug 2006, 21:08
by Caydr
Why are flares invisible? I remember being able to see them at one point. Does it need certain options activated or a certain type of graphics card to show up?

Posted: 27 Aug 2006, 20:39
by RedDragonGecko
just a wild guess but maybe you need to specify a tga or some such

Posted: 28 Aug 2006, 18:33
by SJ
Someone thought it would be a good idea to cast the alpha to an integer before multiplying with 255 instead of after. Its fixed in the development version.

Posted: 28 Aug 2006, 20:52
by Acidd_UK
Do you know off the top of your head if it made it into the release branch?
I don't remember seeing this in the log recently so /me crosses fingers.

Posted: 28 Aug 2006, 21:42
by KDR_11k
Feature frozen is one thing, bugs are another. I believe the freeze wouldn't stop bugfixes like these.

Posted: 28 Aug 2006, 21:45
by Tobi
That's basically the difference between "feature frozen" and "public release" :P

Bugfixes like these should be marked with the BUGFIX keyword in the commit message so my auto merge script picks them up next time I run it.