[Scummvm-git-logs] scummvm master -> 75edc66d888f5971b7b9146002119113f9b182ae
sev-
sev at scummvm.org
Sun Dec 6 18:26:25 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:
96489614f8 SCI: Added detection for alternate LSL7 Russian version
75edc66d88 NEWS: Mention alternate LSL7 Rus support
Commit: 96489614f8232f63a7a361f600c50c8bdb51cd9d
https://github.com/scummvm/scummvm/commit/96489614f8232f63a7a361f600c50c8bdb51cd9d
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2020-12-06T19:26:12+01:00
Commit Message:
SCI: Added detection for alternate LSL7 Russian version
Changed paths:
engines/sci/detection_tables.h
diff --git a/engines/sci/detection_tables.h b/engines/sci/detection_tables.h
index 061ea87b95..cc949367f8 100644
--- a/engines/sci/detection_tables.h
+++ b/engines/sci/detection_tables.h
@@ -3209,13 +3209,21 @@ static const struct ADGameDescription SciGameDescriptions[] = {
AD_LISTEND},
Common::ES_ESP, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_LSL7 },
- // Larry 7 - Russian DOS CD (from StalinEXE bug report #10638)
- {"lsl7", "", {
+ // Larry 7 - Russian DOS CD (from StalinEXE bug report #10638), Softclub
+ {"lsl7", "Softclub", {
{"resmap.000", 0, "39cc96426409572e825a5d9a4e9507b9", 8188},
{"ressci.000", 0, "07002ad7b1cff28c6701eea201dcf6c8", 145215917},
AD_LISTEND},
Common::RU_RUS, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_LSL7 },
+ // Larry 7 - Russian DOS CD (Fargus)
+ // SCI interpreter version 3.000.000
+ {"lsl7", "Fargus", {
+ {"resmap.000", 0, "6c2f829436c18f0304b5a189295aeea6", 8188},
+ {"ressci.000", 0, "f7ed06aa59c74d55027d481405b22c2f", 67069114},
+ AD_LISTEND},
+ Common::RU_RUS, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_LSL7 },
+
// Larry 7 - Polish DOS (GOG.com release 1.01v2)
// Executable scanning reports "3.000.000", VERSION file reports "1.01"
{"lsl7", "", {
Commit: 75edc66d888f5971b7b9146002119113f9b182ae
https://github.com/scummvm/scummvm/commit/75edc66d888f5971b7b9146002119113f9b182ae
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2020-12-06T19:26:12+01:00
Commit Message:
NEWS: Mention alternate LSL7 Rus support
Changed paths:
NEWS.md
diff --git a/NEWS.md b/NEWS.md
index c68867153a..225bb71c70 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -50,6 +50,7 @@ For a more comprehensive changelog of the latest experimental code, see:
King's Quest 1, 5 and 6, Laura Bow 2: Dagger of Amon Ra and Space Quest 4.
- Added support for numerous Korean translations from scummkor project.
- Added detection for LSL6 Russian.
+ - Added detection for alternate LSL7 Russian.
SCUMM:
- Fixed Chinese, Japanese and Korean text display for The Dig and for The Curse of Monkey Island. These fixes
More information about the Scummvm-git-logs
mailing list