Complete.Org: Mailing Lists: Archives: freeciv-dev: July 2004:
[Freeciv-Dev] (PR#9384) Intro gfx doesn't scale
Home

[Freeciv-Dev] (PR#9384) Intro gfx doesn't scale

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: chrisk@xxxxxxxxx
Subject: [Freeciv-Dev] (PR#9384) Intro gfx doesn't scale
From: "Jason Short" <jdorje@xxxxxxxxxxxxxxxxxxxxx>
Date: Sat, 17 Jul 2004 18:39:10 -0700
Reply-to: rt@xxxxxxxxxxx

<URL: http://rt.freeciv.org/Ticket/Display.html?id=9384 >

> [chrisk@xxxxxxxxx - Wed Jul 14 13:12:31 2004]:

> I see just a small globe picture in the upper left corner of the main map
> subwindow.

So assuming the graphics don't get scaled, what should we do with them?

- Center them.  This is kindof hard and slow since it means a full
redraw even on the smallest resize.

- More-or-less center them.  This is much easier since we need only
redraw when the canvas is resized.  It'll be accurate to within
NORMAL_TILE_WIDTH / 2.

- Leave them in the upper-left corner.  This is what's done now but it's
not so great.

jason



[Prev in Thread] Current Thread [Next in Thread]