[Scummvm-git-logs] scummvm master -> e93b9a4fd294c8b50d577a0951696eb8e293bad3
sev-
sev at scummvm.org
Sun Dec 6 18:13:51 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:
fbc8c0a72a SCI: Added detection for Russian LSL6
e93b9a4fd2 NEWS: Mention LSL6 rus support
Commit: fbc8c0a72a2e362d1d7795b5697ea4f8a7c0022f
https://github.com/scummvm/scummvm/commit/fbc8c0a72a2e362d1d7795b5697ea4f8a7c0022f
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2020-12-06T19:12:50+01:00
Commit Message:
SCI: Added detection for Russian LSL6
Changed paths:
engines/sci/detection_tables.h
diff --git a/engines/sci/detection_tables.h b/engines/sci/detection_tables.h
index b2703e8197..061ea87b95 100644
--- a/engines/sci/detection_tables.h
+++ b/engines/sci/detection_tables.h
@@ -3129,6 +3129,14 @@ static const struct ADGameDescription SciGameDescriptions[] = {
AD_LISTEND},
Common::FR_FRA, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_LSL6HIRES },
+ // Larry 6 - Russian DOS CD - HIRES (by CDS, Ltd)
+ // SCI interpreter version 2.100.002
+ {"lsl6hires", "Hi-res", {
+ {"resource.map", 0, "343089c5fc86d156b15087dccf30712c", 8872},
+ {"resource.000", 0, "9a9f4870504444cda863dd14d077a680", 18508781},
+ AD_LISTEND},
+ Common::RU_RUS, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_LSL6HIRES },
+
// Larry 6 - English Macintosh CD - HIRES (provided by michaelklaube in bug report #11218)
{"lsl6hires", "Hi-res", {
{"Data1", 0, "2c4e00a6910490831d4d84e9e6a49ec4", 3456494},
Commit: e93b9a4fd294c8b50d577a0951696eb8e293bad3
https://github.com/scummvm/scummvm/commit/e93b9a4fd294c8b50d577a0951696eb8e293bad3
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2020-12-06T19:13:30+01:00
Commit Message:
NEWS: Mention LSL6 rus support
Changed paths:
NEWS.md
diff --git a/NEWS.md b/NEWS.md
index 88ce0a6178..c68867153a 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -33,7 +33,7 @@ For a more comprehensive changelog of the latest experimental code, see:
Kyra:
- Added support for the Japanese Sega-CD version of Eye of the Beholder.
-
+
Lure:
- Fix fire animation in first room when loading saves.
@@ -49,6 +49,7 @@ For a more comprehensive changelog of the latest experimental code, see:
- Added support for the Korean fan translations of Castle of Dr. Brain, Eco Quest, Gabriel Knight,
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.
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