From 10efa08dc69f9173dc04738aab96f01b00dcbc8a Mon Sep 17 00:00:00 2001 From: notoraptor Date: Fri, 26 Oct 2018 13:43:53 -0400 Subject: [python] Update SMALL_MAPS in convoy_paths with newly created maps. [web] Update npm packaqges requirements. [web] Fix province controller parsing. --- diplomacy/utils/convoy_paths.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'diplomacy/utils/convoy_paths.py') diff --git a/diplomacy/utils/convoy_paths.py b/diplomacy/utils/convoy_paths.py index f882e25..694370f 100644 --- a/diplomacy/utils/convoy_paths.py +++ b/diplomacy/utils/convoy_paths.py @@ -38,7 +38,8 @@ if HOME_DIRECTORY == '~': __VERSION__ = '20180307_0955' # We need to cap convoy length, otherwise the problem gets exponential -SMALL_MAPS = ['standard', 'standard_france_austria', 'standard_germany_italy', 'ancmed', 'colonial', 'modern'] +SMALL_MAPS = ['standard', 'standard_france_austria', 'standard_germany_italy', 'ancmed', 'colonial', 'modern', + 'ancmed_age_of_empires', 'standard_age_of_empires'] SMALL_MAPS_CONVOY_LENGTH = 25 ALL_MAPS_CONVOY_LENGTH = 12 CACHE_FILE_NAME = 'convoy_paths_cache.pkl' -- cgit v1.2.3