From 101dc8e5a037ebb108a14c376e54a7f40313f246 Mon Sep 17 00:00:00 2001 From: Marko Lindqvist Date: Sun, 28 Feb 2021 14:52:47 +0200 Subject: [PATCH 13/13] Make player culture values 32bit value in network protocol Reported by mortmann See osdn #41654 Signed-off-by: Marko Lindqvist --- common/networking/packets.def | 4 ++-- fc_version | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/common/networking/packets.def b/common/networking/packets.def index 3a87fc1bed..618517f267 100644 --- a/common/networking/packets.def +++ b/common/networking/packets.def @@ -921,8 +921,8 @@ PACKET_PLAYER_INFO = 51; sc, is-info UINT8 ai_skill_level; BARBARIAN_TYPE barbarian_type; BV_PLAYER gives_shared_vision; - UINT16 history; - UINT16 culture; + UINT32 history; + UINT32 culture; SINT16 love[MAX_NUM_PLAYER_SLOTS]; BOOL color_valid; diff --git a/fc_version b/fc_version index 2cd9459ab7..4992cb6047 100755 --- a/fc_version +++ b/fc_version @@ -56,7 +56,7 @@ DEFAULT_FOLLOW_TAG=S3_1 # - No new mandatory capabilities can be added to the release branch; doing # so would break network capability of supposedly "compatible" releases. # -NETWORK_CAPSTRING="+Freeciv.Devel-3.1-2021.Feb.21" +NETWORK_CAPSTRING="+Freeciv.Devel-3.1-2021.Feb.28" FREECIV_DISTRIBUTOR="" -- 2.30.1