Complete.Org: Mailing Lists: Archives: freeciv-dev: February 2004:
[Freeciv-Dev] (PR#7429) topology fixes to scenarios
Home

[Freeciv-Dev] (PR#7429) topology fixes to scenarios

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: undisclosed-recipients: ;
Subject: [Freeciv-Dev] (PR#7429) topology fixes to scenarios
From: "Jason Short" <jdorje@xxxxxxxxxxxxxxxxxxxxx>
Date: Tue, 17 Feb 2004 00:02:04 -0800
Reply-to: rt@xxxxxxxxxxx

<URL: http://rt.freeciv.org/Ticket/Display.html?id=7429 >

- British isles shouldn't have is_earth==1.  Otherwise Denmark gets 
drawn somewhere up in an island off Scotland.

- Many maps should have topology 1.  Most of these maps need to be fixed 
because they currently have physical barriers (big oceans, rows of 
glacier) preventing wrapping.  Just clipping the map should be enough.

jason

Index: data/scenario/british-isles-85x80-v2.80.sav
===================================================================
RCS file: 
/home/freeciv/CVS/freeciv/data/scenario/british-isles-85x80-v2.80.sav,v
retrieving revision 1.1
diff -u -r1.1 british-isles-85x80-v2.80.sav
--- data/scenario/british-isles-85x80-v2.80.sav 2002/06/24 14:05:53     1.1
+++ data/scenario/british-isles-85x80-v2.80.sav 2004/02/17 07:59:36
@@ -47,6 +47,7 @@
 options="1.7 startoptions spacerace rulesets startpos riversoverlay"
 
 [map]
+topology_id=0
 width=85
 height=81
 seed=0
@@ -59,7 +60,7 @@
 forestsize=7
 huts=50
 generator=0
-is_earth=1
+is_earth=0
 r0sx=56
 r0sy=20
 r1sx=51
Index: data/scenario/europe-200x100-v2.sav
===================================================================
RCS file: /home/freeciv/CVS/freeciv/data/scenario/europe-200x100-v2.sav,v
retrieving revision 1.2
diff -u -r1.2 europe-200x100-v2.sav
--- data/scenario/europe-200x100-v2.sav 2000/08/09 13:24:21     1.2
+++ data/scenario/europe-200x100-v2.sav 2004/02/17 07:59:36
@@ -61,6 +61,7 @@
 options="1.7 startoptions spacerace2 rulesets diplchance_percent startpos 
riversoverlay"
 
 [map]
+topology_id=0
 width=200
 height=100
 seed=0
Index: data/scenario/iberian-peninsula-136x100-v1.0.sav
===================================================================
RCS file: 
/home/freeciv/CVS/freeciv/data/scenario/iberian-peninsula-136x100-v1.0.sav,v
retrieving revision 1.1
diff -u -r1.1 iberian-peninsula-136x100-v1.0.sav
--- data/scenario/iberian-peninsula-136x100-v1.0.sav    2001/10/01 10:07:39     
1.1
+++ data/scenario/iberian-peninsula-136x100-v1.0.sav    2004/02/17 07:59:36
@@ -49,6 +49,7 @@
 options="1.7 startoptions spacerace rulesets startpos riversoverlay"
 
 [map]
+topology_id=0
 width=136
 height=100
 seed=0

[Prev in Thread] Current Thread [Next in Thread]
  • [Freeciv-Dev] (PR#7429) topology fixes to scenarios, Jason Short <=