Complete.Org: Mailing Lists: Archives: freeciv-dev: August 2005:
[Freeciv-Dev] Bringing civmanual up-to-date
Home

[Freeciv-Dev] Bringing civmanual up-to-date

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: freeciv-dev@xxxxxxxxxxx
Subject: [Freeciv-Dev] Bringing civmanual up-to-date
From: Guillaume Melquiond <guillaume.melquiond@xxxxxxxxxxx>
Date: Tue, 30 Aug 2005 08:00:19 +0200

Hi,

As explained in http://forum.freeciv.org/viewtopic.php?t=1172 , here are
two trivial patches to be applied on CVS HEAD, so that civmanual can at
least run properly.

The first one touches the core of Freeciv. It prevents get_tech_name
from calling get_player_research by moving away the local variables when
not needed. Otherwise civmanual fails an assertion because its team is
NULL.

The second one deals with civmanual itself. It does a proper setup
through game_init. It also fixes the HTML generation, so that the pages
are described as UTF-8 encoded, and so that the image files are
correctly quoted.

Regards,

Guillaume

Attachment: common_tech_c.patch
Description: Text Data

Attachment: manual_civmanual_c.patch
Description: Text Data


[Prev in Thread] Current Thread [Next in Thread]
  • [Freeciv-Dev] Bringing civmanual up-to-date, Guillaume Melquiond <=