Author: cazfi
Date: Wed Apr 13 16:21:15 2016
New Revision: 32381

URL: http://svn.gna.org/viewcvs/freeciv?rev=32381&view=rev
Log:
Increased max number of achievements to 40.

Requested by David Fernandez <bardo>

See patch #7097

Modified:
    trunk/common/fc_types.h
    trunk/fc_version

Modified: trunk/common/fc_types.h
URL: 
http://svn.gna.org/viewcvs/freeciv/trunk/common/fc_types.h?rev=32381&r1=32380&r2=32381&view=diff
==============================================================================
--- trunk/common/fc_types.h     (original)
+++ trunk/common/fc_types.h     Wed Apr 13 16:21:15 2016
@@ -48,7 +48,7 @@
 #define MAX_ROAD_TYPES MAX_EXTRA_TYPES /* Used in the network protocol. */
 #define MAX_GOODS_TYPES 5
 #define MAX_DISASTER_TYPES 10
-#define MAX_ACHIEVEMENT_TYPES 10
+#define MAX_ACHIEVEMENT_TYPES 40
 #define MAX_NUM_ACTION_AUTO_PERFORMERS 3
 #define MAX_NUM_MULTIPLIERS 15
 #define MAX_NUM_LEADERS MAX_NUM_ITEMS /* Used in the network protocol. */

Modified: trunk/fc_version
URL: 
http://svn.gna.org/viewcvs/freeciv/trunk/fc_version?rev=32381&r1=32380&r2=32381&view=diff
==============================================================================
--- trunk/fc_version    (original)
+++ trunk/fc_version    Wed Apr 13 16:21:15 2016
@@ -55,7 +55,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-2016.Apr.01"
+NETWORK_CAPSTRING_MANDATORY="+Freeciv.Devel-3.0-2016.Apr.13"
 NETWORK_CAPSTRING_OPTIONAL=""
 
 FREECIV_DISTRIBUTOR=""


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

Reply via email to