Complete.Org: Mailing Lists: Archives: freeciv-dev: July 2005:
[Freeciv-Dev] Re: (PR#13567) a relief layer for the overview
Home

[Freeciv-Dev] Re: (PR#13567) a relief layer for the overview

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
Subject: [Freeciv-Dev] Re: (PR#13567) a relief layer for the overview
From: "Jason Short" <jdorje@xxxxxxxxxxxxxxxxxxxxx>
Date: Sat, 30 Jul 2005 10:24:58 -0700
Reply-to: bugs@xxxxxxxxxxx

<URL: http://bugs.freeciv.org/Ticket/Display.html?id=13567 >

Mateusz Stefek wrote:
> <URL: http://bugs.freeciv.org/Ticket/Display.html?id=13567 >
> 
> Could it be done in a way that the borders were somehow transparent?

Making layers (like a fog layer) partially transparent would be rather
nice.  However with the current design this is rather hard.  One problem
is the canvas functions don't have any support for alpha levels - such
support should probably be added directly to the color struct.  Another
much simpler problem is that the overview loop will have to be changed -
currently we loop over layers from top to bottom and stop as soon as we
find a match.

-jason





[Prev in Thread] Current Thread [Next in Thread]
  • [Freeciv-Dev] Re: (PR#13567) a relief layer for the overview, Jason Short <=