Complete.Org: Mailing Lists: Archives: freeciv-dev: April 2003:
[Freeciv-Dev] Re: (PR#3936) introducing native coordinates
Home

[Freeciv-Dev] Re: (PR#3936) introducing native coordinates

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: jdorje@xxxxxxxxxxxxxxxxxxxxx
Subject: [Freeciv-Dev] Re: (PR#3936) introducing native coordinates
From: "Gregory Berkolaiko" <Gregory.Berkolaiko@xxxxxxxxxxxx>
Date: Sat, 5 Apr 2003 15:21:14 -0800
Reply-to: rt@xxxxxxxxxxxxxx

On Sat, 5 Apr 2003, Jason Short wrote:

> Jason Short wrote:
> 
> > Ugh.  Same patch - better grammar.
> 
> Sigh - and here is the patch...

In here:

+  while its representation in map coordinates would be
+
+                     XX                   (2,0)
+                    XXX  <=>        (1,1) (2,1) (3,1)
+                   XXX        (0,2) (1,2) (2,2)
+                    X               (1,3)

there are 9 crosses on the left and only 8 pairs on the right.

Also, I wanted picture like this

+        25        0 1 2         012
+       148   <=>   3 4 5   <=>  345
+      037         6 7 8         678
+       6

to aid understanding how you transform 
        X X X
         X X X
        X X X
into
                     XX
                    XXX
                   XXX
                    X

But where you put it, it's already too late, the reader would either have 
understood it or would have given up.

G.








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