[Scummvm-git-logs] scummvm master -> 3f309120f56938ced5f409dfa77c4eea57768be0
sluicebox
22204938+sluicebox at users.noreply.github.com
Tue Aug 25 08:17:04 UTC 2020
This automated email contains information about 2 new commits which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
a330f3969c SCI: Add KQ5 Russian detection table entry
3f309120f5 SCI: Update KQ5 Polish ADGameFlags
Commit: a330f3969cd37d346da8090b59f7186be3521f32
https://github.com/scummvm/scummvm/commit/a330f3969cd37d346da8090b59f7186be3521f32
Author: sluicebox (22204938+sluicebox at users.noreply.github.com)
Date: 2020-08-25T01:13:52-07:00
Commit Message:
SCI: Add KQ5 Russian detection table entry
Ticket #11361
Changed paths:
engines/sci/detection_tables.h
diff --git a/engines/sci/detection_tables.h b/engines/sci/detection_tables.h
index 29e0acdb71..419f370945 100644
--- a/engines/sci/detection_tables.h
+++ b/engines/sci/detection_tables.h
@@ -1813,6 +1813,15 @@ static const struct ADGameDescription SciGameDescriptions[] = {
AD_LISTEND},
Common::PL_POL, Common::kPlatformDOS, ADGF_ADDENGLISH, GUIO_STD16 },
+ // King's Quest 5 - Russian translation, based on English DOS version (bug report #11361)
+ // SCI interpreter version 1.000.060
+ // VERSION file reports "0.000.062"
+ {"kq5", "", {
+ {"resource.map", 0, "536d0eb80bc6f031cdf46bd789c0fd02", 6882},
+ {"resource.000", 0, "2e06c7c14d302778ab0cd4ebd6b7c92f", 12926878},
+ AD_LISTEND},
+ Common::RU_RUS, Common::kPlatformDOS, 0, GUIO_STD16 },
+
// King's Quest 5 - English Macintosh
// VERSION file reports "1.000.055"
{"kq5", "", {
Commit: 3f309120f56938ced5f409dfa77c4eea57768be0
https://github.com/scummvm/scummvm/commit/3f309120f56938ced5f409dfa77c4eea57768be0
Author: sluicebox (22204938+sluicebox at users.noreply.github.com)
Date: 2020-08-25T01:16:13-07:00
Commit Message:
SCI: Update KQ5 Polish ADGameFlags
This game is not dual-language
Changed paths:
engines/sci/detection_tables.h
diff --git a/engines/sci/detection_tables.h b/engines/sci/detection_tables.h
index 419f370945..39f1552997 100644
--- a/engines/sci/detection_tables.h
+++ b/engines/sci/detection_tables.h
@@ -1811,7 +1811,7 @@ static const struct ADGameDescription SciGameDescriptions[] = {
{"resource.007", 0, "431def14ca29cdb5e6a5e84d3f38f679", 1240176},
{"text.000", 0, "601aa35a3ddeb558e1280e0963e955a2", 1517},
AD_LISTEND},
- Common::PL_POL, Common::kPlatformDOS, ADGF_ADDENGLISH, GUIO_STD16 },
+ Common::PL_POL, Common::kPlatformDOS, 0, GUIO_STD16 },
// King's Quest 5 - Russian translation, based on English DOS version (bug report #11361)
// SCI interpreter version 1.000.060
More information about the Scummvm-git-logs
mailing list