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

Merge branch 'develop' into extended_statistic

This commit is contained in:
Laserlicht
2024-08-20 20:25:16 +02:00
committed by GitHub
124 changed files with 5589 additions and 1993 deletions

View File

@@ -63,7 +63,8 @@ enum class ESerializationVersion : int32_t
STATISTICS, // 852 - removed random number generators from library classes
CAMPAIGN_REGIONS, // 853 - configurable campaign regions
EVENTS_PLAYER_SET, // 854 - map & town events use std::set instead of bitmask to store player list
STATISTICS_SCREEN, // 855 - extent statistic functions
NEW_TOWN_BUILDINGS, // 855 - old bonusing buildings have been removed
STATISTICS_SCREEN, // 856 - extent statistic functions
CURRENT = STATISTICS_SCREEN
};