Complete.Org: Mailing Lists: Archives: freeciv-dev: February 2004:
[Freeciv-Dev] (PR#7380) enable iso-maps
Home

[Freeciv-Dev] (PR#7380) enable iso-maps

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: undisclosed-recipients: ;
Subject: [Freeciv-Dev] (PR#7380) enable iso-maps
From: "Jason Short" <jdorje@xxxxxxxxxxxxxxxxxxxxx>
Date: Thu, 5 Feb 2004 00:10:11 -0800
Reply-to: rt@xxxxxxxxxxx

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

The attached patch enables iso-maps.

jason

Index: common/capstr.c
===================================================================
RCS file: /home/freeciv/CVS/freeciv/common/capstr.c,v
retrieving revision 1.154
diff -u -r1.154 capstr.c
--- common/capstr.c     2004/01/31 17:52:41     1.154
+++ common/capstr.c     2004/02/05 08:07:44
@@ -75,7 +75,7 @@
  */
 
 #define CAPABILITY "+1.14.delta +last_turns_shield_surplus veteran +orders " \
-                   "+starter +union"
+                   "+starter +union +iso_maps"
 
 /* "+1.14.delta" is the new delta protocol for 1.14.0-dev.
  *
@@ -90,6 +90,8 @@
  * "starter" means the Starter terrain flag is supported.
  *
  * "union" is team research ability
+ *
+ * "iso_maps" means iso-maps are supported by both server and client!
  */
 
 void init_our_capability(void)
Index: common/map.h
===================================================================
RCS file: /home/freeciv/CVS/freeciv/common/map.h,v
retrieving revision 1.173
diff -u -r1.173 map.h
--- common/map.h        2004/02/02 01:48:48     1.173
+++ common/map.h        2004/02/05 08:07:45
@@ -613,7 +613,7 @@
 #define MAP_ORIGINAL_TOPO        TF_WRAPX
 #define MAP_DEFAULT_TOPO         TF_WRAPX
 #define MAP_MIN_TOPO             0
-#define MAP_MAX_TOPO             3
+#define MAP_MAX_TOPO             7
 
 #define MAP_DEFAULT_SEED         0
 #define MAP_MIN_SEED             0

[Prev in Thread] Current Thread [Next in Thread]
  • [Freeciv-Dev] (PR#7380) enable iso-maps, Jason Short <=