[Scummvm-git-logs] scummvm branch-2-1 -> 059e2e620245ba6e7a7b9f6a97ffc19193828561
sluicebox
22204938+sluicebox at users.noreply.github.com
Sat Jan 4 20:54:44 UTC 2020
This automated email contains information about 3 new commits which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
3ba0a1e67a SCI32: Add KQ7 Russian (SoftClub) detection entry
acd83b06d4 SCI32: Make KQ7 Russian detection entry Windows-only
059e2e6202 NEWS: Update SCI news with Russian KQ7
Commit: 3ba0a1e67aefd9123cb5a4498151b6943f9bd267
https://github.com/scummvm/scummvm/commit/3ba0a1e67aefd9123cb5a4498151b6943f9bd267
Author: sluicebox (22204938+sluicebox at users.noreply.github.com)
Date: 2020-01-04T12:48:53-08:00
Commit Message:
SCI32: Add KQ7 Russian (SoftClub) detection entry
Trac #11302
Changed paths:
engines/sci/detection_tables.h
diff --git a/engines/sci/detection_tables.h b/engines/sci/detection_tables.h
index a40faeb..f41e18b 100644
--- a/engines/sci/detection_tables.h
+++ b/engines/sci/detection_tables.h
@@ -2042,6 +2042,22 @@ static const struct ADGameDescription SciGameDescriptions[] = {
{"resource.000", 0, "51c1ead1163e19a2de8f121c39df7a76", 200764100},
AD_LISTEND},
Common::ES_ESP, Common::kPlatformWindows, ADGF_NO_FLAGS, GUIO_KQ7 },
+
+ // King's Quest 7 - Russian DOS (SoftClub official translation)
+ // VERSION file reports "2.1b", provided by trcpman in Trac #11302
+ {"kq7", "", {
+ {"resource.map", 0, "dd1504ee0274e4e3b8447b25137136df", 18709},
+ {"resource.000", 0, "e6cee6c1ddb1e73e8c25d8f2a9f508ff", 200873632},
+ AD_LISTEND},
+ Common::RU_RUS, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_KQ7 },
+
+ // King's Quest 7 - Russian Windows (SoftClub official translation)
+ // VERSION file reports "2.1b", provided by trcpman in Trac #11302
+ {"kq7", "", {
+ {"resource.map", 0, "dd1504ee0274e4e3b8447b25137136df", 18709},
+ {"resource.000", 0, "e6cee6c1ddb1e73e8c25d8f2a9f508ff", 200873632},
+ AD_LISTEND},
+ Common::RU_RUS, Common::kPlatformWindows, ADGF_NO_FLAGS, GUIO_KQ7 },
// King's Quest 7 - English DOS Non-Interactive Demo
// SCI interpreter version 2.100.002
Commit: acd83b06d448d9dc06cf89e242d7147e8f814d44
https://github.com/scummvm/scummvm/commit/acd83b06d448d9dc06cf89e242d7147e8f814d44
Author: sluicebox (22204938+sluicebox at users.noreply.github.com)
Date: 2020-01-04T12:49:23-08:00
Commit Message:
SCI32: Make KQ7 Russian detection entry Windows-only
This is a Windows-only release and only the Windows resources
were translated, not the DOS resources. Trac #11302
Changed paths:
engines/sci/detection_tables.h
diff --git a/engines/sci/detection_tables.h b/engines/sci/detection_tables.h
index f41e18b..1c054f2 100644
--- a/engines/sci/detection_tables.h
+++ b/engines/sci/detection_tables.h
@@ -2043,16 +2043,10 @@ static const struct ADGameDescription SciGameDescriptions[] = {
AD_LISTEND},
Common::ES_ESP, Common::kPlatformWindows, ADGF_NO_FLAGS, GUIO_KQ7 },
- // King's Quest 7 - Russian DOS (SoftClub official translation)
- // VERSION file reports "2.1b", provided by trcpman in Trac #11302
- {"kq7", "", {
- {"resource.map", 0, "dd1504ee0274e4e3b8447b25137136df", 18709},
- {"resource.000", 0, "e6cee6c1ddb1e73e8c25d8f2a9f508ff", 200873632},
- AD_LISTEND},
- Common::RU_RUS, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_KQ7 },
-
// King's Quest 7 - Russian Windows (SoftClub official translation)
- // VERSION file reports "2.1b", provided by trcpman in Trac #11302
+ // VERSION file reports "2.1b", provided by trcpman in Trac #11302.
+ // This version is Windows-only. It does not include a DOS interpreter and
+ // only the Windows AVI files were translated. The DOS RBT files weren't.
{"kq7", "", {
{"resource.map", 0, "dd1504ee0274e4e3b8447b25137136df", 18709},
{"resource.000", 0, "e6cee6c1ddb1e73e8c25d8f2a9f508ff", 200873632},
Commit: 059e2e620245ba6e7a7b9f6a97ffc19193828561
https://github.com/scummvm/scummvm/commit/059e2e620245ba6e7a7b9f6a97ffc19193828561
Author: sluicebox (22204938+sluicebox at users.noreply.github.com)
Date: 2020-01-04T12:53:01-08:00
Commit Message:
NEWS: Update SCI news with Russian KQ7
Changed paths:
NEWS.md
diff --git a/NEWS.md b/NEWS.md
index 0c93a97..2020842 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -21,6 +21,7 @@ For a more comprehensive changelog of the latest experimental code, see:
- Support for Phantasmagoria 1 censored mode.
- Support for Polish LSL7.
- Support for Italian GK2.
+ - Support for Russian KQ7.
SCUMM:
- Added support for Pajama2 GB.
More information about the Scummvm-git-logs
mailing list