Complete.Org: Mailing Lists: Archives: freeciv-dev: April 2003:
[Freeciv-Dev] Re: (PR#3930) remove MAX_NUM_NATIONS
Home

[Freeciv-Dev] Re: (PR#3930) remove MAX_NUM_NATIONS

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: jdorje@xxxxxxxxxxxxxxxxxxxxx
Subject: [Freeciv-Dev] Re: (PR#3930) remove MAX_NUM_NATIONS
From: "Per I. Mathisen" <per@xxxxxxxxxxx>
Date: Fri, 25 Apr 2003 12:11:10 -0700
Reply-to: rt@xxxxxxxxxxxxxx

On Fri, 25 Apr 2003, Mike Kaufman wrote:
> >#define CAPABILITY "+1.14.0 conn_info +occupied team tech_impr_gfx " \
> >                   "city_struct_minor_cleanup obsolete_last class_legend " \
> >                   "+impr_req +waste +fastfocus +continent +small_dipl " \
> > -                 "+no_nation_selected +diplomacy +no_extra_tiles"
> > +                 "+no_nation_selected +diplomacy +no_extra_tiles " \
> > +               "+unlimited_nations"
> >/* "+1.14.0" is protocol for 1.14.0 release.
> > *
> > + * "unlimited_nations" means that the MAX_NUM_NATIONS limit has been 
> > removed,
> > + * allowing easy adding of more nations.
> > */
> >
> hey, you were the one warning about exceeding the max length of the
> capability string, how about shortening your capability? "nat_unlimit" for
> example.

Let's truncate the capability string:

#define CAPABILITY "+1.14.1"

  - Per




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