[Scummvm-cvs-logs] scummvm master -> 4b4f9d95f17057623d3f3c966d168df60440ca27
sev-
sev at scummvm.org
Sun Apr 17 11:58:47 CEST 2016
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:
cd71809d49 SCI: Add Russian translate of Torin's Passage (Windows version)
4b4f9d95f1 Merge pull request #752 from CrazyMax/master
Commit: cd71809d4921c2234e1fa7d69bc0a36bd6663b51
https://github.com/scummvm/scummvm/commit/cd71809d4921c2234e1fa7d69bc0a36bd6663b51
Author: CrazyMax (mtabachenko at gmail.com)
Date: 2016-04-15T14:40:40+03:00
Commit Message:
SCI: Add Russian translate of Torin's Passage (Windows version)
Changed paths:
engines/sci/detection_tables.h
diff --git a/engines/sci/detection_tables.h b/engines/sci/detection_tables.h
index 2ae9802..b3b5ec9 100644
--- a/engines/sci/detection_tables.h
+++ b/engines/sci/detection_tables.h
@@ -4235,6 +4235,16 @@ static const struct ADGameDescription SciGameDescriptions[] = {
AD_LISTEND},
Common::FR_FRA, Common::kPlatformWindows, ADGF_UNSTABLE | ADGF_CD, GUIO4(GUIO_NOASPECT, GAMEOPTION_PREFER_DIGITAL_SFX, GAMEOPTION_ORIGINAL_SAVELOAD, GAMEOPTION_FB01_MIDI) },
+ // Torin's Passage - Russian Windows CD (SoftClab official translate)
+ // SCI interpreter version 2.100.002
+ // VERSION file "1.0"
+ { "torin", "",{
+ { "resource.aud", 0, "f66df699be5ed011b16b3f816cee8a04", 210583510 },
+ { "ressci.000", 0, "e672da099fb1663b87c78abc6c8ba2a4", 130622695 },
+ { "resmap.000", 0, "643859f8f2be8e7701611e29b3b65208", 9799 },
+ AD_LISTEND },
+ Common::RU_RUS, Common::kPlatformWindows, ADGF_UNSTABLE | ADGF_CD, GUIO4(GUIO_NOASPECT, GAMEOPTION_PREFER_DIGITAL_SFX, GAMEOPTION_ORIGINAL_SAVELOAD, GAMEOPTION_FB01_MIDI) },
+
// Torin's Passage - English Macintosh
{"torin", "", {
{"Data1", 0, "63887e33cc282c92dc1f916f54aea8eb", 700786},
Commit: 4b4f9d95f17057623d3f3c966d168df60440ca27
https://github.com/scummvm/scummvm/commit/4b4f9d95f17057623d3f3c966d168df60440ca27
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2016-04-17T11:58:44+02:00
Commit Message:
Merge pull request #752 from CrazyMax/master
SCI: Add Russian translate of Torin's Passage (Windows version)
Changed paths:
engines/sci/detection_tables.h
More information about the Scummvm-git-logs
mailing list