Complete.Org: Mailing Lists: Archives: freeciv-dev: April 2005:
[Freeciv-Dev] Re: (PR#12795) Population info differs substantially at en
Home

[Freeciv-Dev] Re: (PR#12795) Population info differs substantially at en

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: chrisk@xxxxxxxxx
Subject: [Freeciv-Dev] Re: (PR#12795) Population info differs substantially at end game
From: "Benoit Hudson" <bh@xxxxxxxxxxxxxxxxxxx>
Date: Thu, 14 Apr 2005 08:43:09 -0700
Reply-to: bugs@xxxxxxxxxxx

<URL: http://bugs.freeciv.org/Ticket/Display.html?id=12795 >

On Thu, Apr 14, 2005 at 03:15:30AM -0700, Christian Knoke wrote:
> 2.0.0-rc2 GTK2

As long as I've been playing, this has been the case.

> The population numbers in the score and demographics report differ
> enormously, when the end score is displayed.
> 
> I have 567,000 according to the score, and 24,310,000 according to the
> demographics report. See PNGs attached.

The score tells population as sum(|city|) * 1000.  The demographics report
tells population as sum (|city|*(|city|+1)/2 * 10000).

The score probably should show and use total #citizens not multiplied by
1000.  Might as well show the demographics-style pop too.

        -- Benoît





[Prev in Thread] Current Thread [Next in Thread]
  • [Freeciv-Dev] Re: (PR#12795) Population info differs substantially at end game, Benoit Hudson <=