Complete.Org: Mailing Lists: Archives: freeciv-dev: January 2001:
[Freeciv-Dev] Re: Server Error (PR#666)
Home

[Freeciv-Dev] Re: Server Error (PR#666)

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: freeciv-dev@xxxxxxxxxxx
Subject: [Freeciv-Dev] Re: Server Error (PR#666)
From: 蔡恆華 <iquin@xxxxxxxxxx>
Date: Thu, 25 Jan 2001 20:33:16 -0500 (EST)

When PR#664 was first reported, I thought it was hardcoded
        if (j>900-dist*9) {
in create_start_positions() which causes slow dist--.
Of course, I could be wrong.

>    yo = myrand(map.ysize)+n-s;
>    xo = myrand(map.xsize)+w-e;
These don't seems right, I thought it should have been
yo = myrand(map.ysize + n - s);
xo = myrand(map.xsize + w - e);

> -  y = n + s / 2;
> -  x = w + e / 2;
Their existance shows that something has changed from original
design. But I can't recall what was changed.

What I can recall is placeisland() was not meant to place islands
across x=0.

Regards,
I.Q.
______________________________________________
FREE Personalized Email at Mail.com
Sign up at http://www.mail.com/?sr=signup



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