Complete.Org:
Mailing Lists:
Archives:
freeciv-dev:
August 2005: [Freeciv-Dev] Bringing civmanual up-to-date |
[Freeciv-Dev] Bringing civmanual up-to-date[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
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
common_tech_c.patch
manual_civmanual_c.patch
|