Author: jtn
Date: Mon Apr 27 11:24:08 2015
New Revision: 28911

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

See gna bug #23530.

Modified:
    branches/S2_6/common/packets.def
    branches/S2_6/fc_version

Modified: branches/S2_6/common/packets.def
URL: 
http://svn.gna.org/viewcvs/freeciv/branches/S2_6/common/packets.def?rev=28911&r1=28910&r2=28911&view=diff
==============================================================================
--- branches/S2_6/common/packets.def    (original)
+++ branches/S2_6/common/packets.def    Mon Apr 27 11:24:08 2015
@@ -431,7 +431,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: branches/S2_6/fc_version
URL: 
http://svn.gna.org/viewcvs/freeciv/branches/S2_6/fc_version?rev=28911&r1=28910&r2=28911&view=diff
==============================================================================
--- branches/S2_6/fc_version    (original)
+++ branches/S2_6/fc_version    Mon Apr 27 11:24:08 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-2.6-2015.Apr.15"
+NETWORK_CAPSTRING_MANDATORY="+Freeciv.Devel-2.6-2015.Apr.25"
 NETWORK_CAPSTRING_OPTIONAL=""
 
 FREECIV_DISTRIBUTOR=""


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

Reply via email to