Complete.Org: Mailing Lists: Archives: freeciv-dev: August 2001:
[Freeciv-Dev] Re: [PATCH] Corecleanup_07Part1 has been put in incoming
Home

[Freeciv-Dev] Re: [PATCH] Corecleanup_07Part1 has been put in incoming

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: rf13@xxxxxxxxxxxxxxxxxxxxxx
Cc: "Ross W. Wetmore" <rwetmore@xxxxxxxxxxxx>, freeciv-dev@xxxxxxxxxxx
Subject: [Freeciv-Dev] Re: [PATCH] Corecleanup_07Part1 has been put in incoming
From: Jason Dorje Short <jshort@xxxxxxxxxxxxx>
Date: Sun, 26 Aug 2001 15:58:23 -0400

Raimar Falke wrote:
> 
> On Sun, Aug 26, 2001 at 02:51:29PM -0400, Jason Dorje Short wrote:

> > In may places x=map_adjust_x(x), y=map_adjust_y(y) is used blindly, and
> > really should be normalize_map_pos instead (which Ross has done).
> > However there are a few places in the GUI where y=map_adjust_y is used
> > intentionally.  For instance, certain mouse clicks that are "off the
> > map" have their values translated to the closest point on the map.  This
> > needs another solution: either a new map translation function, a changed
> > (more explicit definition) of normalize_map_pos, or a change so that the
> > behavior is no longer necessary at all.
> 
> How does this depend on the "showing a tile multiple time" thing?

It's independent.  However, this will make different topologies tricky
just like the current wrap handling will (although it should be easier
to fix).

jason


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