1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-06 09:09:40 +02:00

Merge remote-tracking branch 'vcmi/develop' into lobby

This commit is contained in:
Ivan Savenko
2024-02-03 21:11:34 +02:00
122 changed files with 1417 additions and 761 deletions

View File

@@ -34,6 +34,8 @@ enum class ESerializationVersion : int32_t
MINIMAL = 831,
RELEASE_143, // 832 +text container in campaigns, +starting hero in RMG options
HAS_EXTRA_OPTIONS, // 833 +extra options struct as part of startinfo
DESTROYED_OBJECTS, // 834 +list of objects destroyed by player
CAMPAIGN_MAP_TRANSLATIONS,
CURRENT = HAS_EXTRA_OPTIONS
CURRENT = CAMPAIGN_MAP_TRANSLATIONS
};