1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-23 22:37:55 +02:00

Merge branch 'develop' into outro_support

This commit is contained in:
Laserlicht
2024-09-09 23:09:44 +02:00
committed by GitHub
81 changed files with 528 additions and 303 deletions

View File

@@ -57,7 +57,8 @@ enum class ESerializationVersion : int32_t
PLAYER_STATE_OWNED_OBJECTS, // 858 - player state stores all owned objects in a single list
SAVE_COMPATIBILITY_FIXES, // 859 - implementation of previoulsy postponed changes to serialization
CHRONICLES_SUPPORT, // 860 - support for heroes chronicles
CAMPAIGN_OUTRO_SUPPORT, // 861 - support for campaign outro video
PER_MAP_GAME_SETTINGS, // 861 - game settings are now stored per-map
CAMPAIGN_OUTRO_SUPPORT, // 862 - support for campaign outro video
CURRENT = CAMPAIGN_OUTRO_SUPPORT
};