Complete.Org: Mailing Lists: Archives: freeciv-dev: December 2004:
[Freeciv-Dev] (PR#11559) remove rtech values entirely
Home

[Freeciv-Dev] (PR#11559) remove rtech values entirely

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: jdorje@xxxxxxxxxxxxxxxxxxxxx
Subject: [Freeciv-Dev] (PR#11559) remove rtech values entirely
From: "Vasco Alexandre da Silva Costa" <vasc@xxxxxxxxxxxxxx>
Date: Mon, 20 Dec 2004 18:12:39 -0800
Reply-to: bugs@xxxxxxxxxxx

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

This patch removes the obsolete rtech declarations from buildings.ruleset.

Index: data/civ1/buildings.ruleset
===================================================================
RCS file: /home/freeciv/CVS/freeciv/data/civ1/buildings.ruleset,v
retrieving revision 1.41
diff -u -r1.41 buildings.ruleset
--- data/civ1/buildings.ruleset 19 Dec 2004 17:46:52 -0000      1.41
+++ data/civ1/buildings.ruleset 21 Dec 2004 02:02:55 -0000
@@ -1559,12 +1559,3 @@
 
 aqueduct_size=10;
 default="Capitalization"
-
-; FIXME: remove all of the following when gen-impr implemented...
-
-; Techs which modify building effects:
-
-cathedral_plus="Never"
-cathedral_minus="Never"
-colosseum_plus="Never"
-temple_plus="Mysticism"
Index: data/civ2/buildings.ruleset
===================================================================
RCS file: /home/freeciv/CVS/freeciv/data/civ2/buildings.ruleset,v
retrieving revision 1.44
diff -u -r1.44 buildings.ruleset
--- data/civ2/buildings.ruleset 19 Dec 2004 17:46:52 -0000      1.44
+++ data/civ2/buildings.ruleset 21 Dec 2004 02:02:55 -0000
@@ -2022,12 +2022,3 @@
 
 aqueduct_size=8;
 default="Capitalization"
-
-; FIXME: remove all of the following when gen-impr implemented...
-
-; Techs which modify building effects:
-
-cathedral_plus="Theology"
-cathedral_minus="Communism"
-colosseum_plus="Electricity"
-temple_plus="Mysticism"
Index: data/default/buildings.ruleset
===================================================================
RCS file: /home/freeciv/CVS/freeciv/data/default/buildings.ruleset,v
retrieving revision 1.62
diff -u -r1.62 buildings.ruleset
--- data/default/buildings.ruleset      19 Dec 2004 16:47:10 -0000      1.62
+++ data/default/buildings.ruleset      21 Dec 2004 02:02:56 -0000
@@ -2117,13 +2117,3 @@
 
 aqueduct_size=8
 default="Coinage"
-
-; FIXME: remove all of the following when gen-impr implemented...
-
-; Techs which modify building effects:
-
-cathedral_plus="Theology"
-cathedral_minus="Communism"
-colosseum_plus="Electricity"
-temple_plus="Mysticism"
-
Index: data/history/buildings.ruleset
===================================================================
RCS file: /home/freeciv/CVS/freeciv/data/history/buildings.ruleset,v
retrieving revision 1.16
diff -u -r1.16 buildings.ruleset
--- data/history/buildings.ruleset      19 Dec 2004 17:46:52 -0000      1.16
+++ data/history/buildings.ruleset      21 Dec 2004 02:02:59 -0000
@@ -2060,13 +2060,3 @@
 
 aqueduct_size=8
 default="Coinage"
-
-; FIXME: remove all of the following when gen-impr implemented...
-
-; Techs which modify building effects:
-
-cathedral_plus="Theology"
-cathedral_minus="Communism"
-colosseum_plus="Electricity"
-temple_plus="Mysticism"
-

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