Author: jtn
Date: Mon Apr 27 11:13:14 2015
New Revision: 28903

URL: http://svn.gna.org/viewcvs/freeciv?rev=28903&view=rev
Log:
Widen border_city_radius_sq in network protocol to fit its maximum value.

See gna bug #23530.

Modified:
    trunk/common/packets.def
    trunk/fc_version

Modified: trunk/common/packets.def
URL: 
http://svn.gna.org/viewcvs/freeciv/trunk/common/packets.def?rev=28903&r1=28902&r2=28903&view=diff
==============================================================================
--- trunk/common/packets.def    (original)
+++ trunk/common/packets.def    Mon Apr 27 11:13:14 2015
@@ -432,7 +432,7 @@
   UINT8 angrycitizen;
   SINT16 base_pollution;
   UINT8 base_tech_cost;
-  UINT8 border_city_radius_sq;
+  UINT16 border_city_radius_sq;
   UINT8 border_size_effect;
   BORDERS_MODE borders;
   UINT32 base_bribe_cost;

Modified: trunk/fc_version
URL: 
http://svn.gna.org/viewcvs/freeciv/trunk/fc_version?rev=28903&r1=28902&r2=28903&view=diff
==============================================================================
--- trunk/fc_version    (original)
+++ trunk/fc_version    Mon Apr 27 11:13:14 2015
@@ -54,7 +54,7 @@
 #   - Avoid adding a new mandatory capability to the development branch for
 #     as long as possible.  We want to maintain network compatibility with
 #     the stable branch for as long as possible.
-NETWORK_CAPSTRING_MANDATORY="+Freeciv.Devel-3.0-2015.Apr.26"
+NETWORK_CAPSTRING_MANDATORY="+Freeciv.Devel-3.0-2015.Apr.26b"
 NETWORK_CAPSTRING_OPTIONAL=""
 
 FREECIV_DISTRIBUTOR=""


_______________________________________________
Freeciv-commits mailing list
Freeciv-commits@gna.org
https://mail.gna.org/listinfo/freeciv-commits

Reply via email to