Complete.Org: Mailing Lists: Archives: freeciv-dev: October 1998:
Re: [Freeciv-Dev] 1.7.2
Home

Re: [Freeciv-Dev] 1.7.2

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: Reinier Post <rp@xxxxxxxxxx>
Cc: Freeciv developers <freeciv-dev@xxxxxxxxxxx>
Subject: Re: [Freeciv-Dev] 1.7.2
From: Trent Piepho <xyzzy@xxxxxxxxxxxxxxxx>
Date: Sat, 31 Oct 1998 20:49:11 -0800 (PST)

On Sat, 31 Oct 1998, Reinier Post wrote:
> > > Another thing I'd like to see is a rearrangement of the order in the
> > > improvement list. As it is now (I use a version of 98-09-30), first are
> > > city improvements in alphabetical order, then wonders (again in
> > > alphabetical order) and last Capitalization. This is a bit annoying,
> 
> I agree.  Just one alphabetical list would be a lot better.  Simply having
> a blank line between the categories would also help.

There are some places which depend of the order of the items in the list.  For
instance, a loop over all wonders looks like:

    for(i = B_APOLLO;i <= B_WOMENS; i++)

A loop over all improvements:

    for (j=0;j<B_APOLLO;j++) {




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