Complete.Org: Mailing Lists: Archives: freeciv-dev: November 2003:
[Freeciv-Dev] Re: (PR#6732) CMA display in city report
Home

[Freeciv-Dev] Re: (PR#6732) CMA display in city report

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: chrisk@xxxxxxxxx
Subject: [Freeciv-Dev] Re: (PR#6732) CMA display in city report
From: "Raimar Falke" <i-freeciv-lists@xxxxxxxxxxxxx>
Date: Fri, 7 Nov 2003 04:29:23 -0800
Reply-to: rt@xxxxxxxxxxx

On Fri, Nov 07, 2003 at 03:26:23AM -0800, Christian Knoke wrote:
> On Fri, Nov 07, 2003 at 02:44:20AM -0800, Raimar Falke wrote:
> 
> > Please apply the patch and mail the output.
> 
> I've opened a city window, applied a preset, and closed, then opened city
> report, sort cma column, closed.

Please test the attached patch.

> BTW: the compress ratio of bzip2 is hard to believe ...

A factor of 367.76 is indeed nice. But 42.zip has the better one.

        Raimar

-- 
 email: rf13@xxxxxxxxxxxxxxxxx
  Windows: From the people who brought you edlin...

Index: client/options.c
===================================================================
RCS file: /home/freeciv/CVS/freeciv/client/options.c,v
retrieving revision 1.85
diff -u -u -r1.85 options.c
--- client/options.c    2003/08/08 22:11:41     1.85
+++ client/options.c    2003/11/07 12:26:30
@@ -634,6 +634,7 @@
       secfile_lookup_int_default(file, 0, "cma.preset%d.factortarget", inx);
   parameter.happy_factor =
       secfile_lookup_int_default(file, 0, "cma.preset%d.happyfactor", inx);
+  parameter.allow_disorder = FALSE;
 
   cmafec_preset_add(name, &parameter);
 }

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