Re: [AD] Bug with transparent ellipses |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
- To: Coordination of admins/developers of the game programming library Allegro <alleg-developers@xxxxxxxxxx>
- Subject: Re: [AD] Bug with transparent ellipses
- From: Evert Glebbeek <eglebbk@xxxxxxxxxx>
- Date: Mon, 4 Sep 2006 11:59:17 +0200
- Organization: SIU
On Monday 04 September 2006 11:49, Elias Pschernig wrote:
> We should handle rgb_map in a separate patch I think, since there the
> fix must look different. See the makecol8 code, which would break with
> your patch:
I don't think we should be doing (relatively) fancy things like this so short
before a release. Just stick ASSERTS in the appropriate places for now.
Also remember: 4.2.1 is a bugfix release, not a release to cure the ills of
the current API. Changing the code so that the colour mapping tables are not
NULL to begin with can be argued to be an API change, which might break
existing code. I don't think we want to go there.
I'm ok with discussing this for a possible 4.2.2, and it should definately be
done better for 4.3 (but that's the idea anyway, right?), but not for 4.2.1
Evert