[Scummvm-git-logs] scummvm master -> ddb4c8bfd2dc89283a5a024cb716eed69913eae7
digitall
dgturner at iee.org
Sun Jan 14 07:34:09 CET 2018
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:
a1b9b0c0a1 BLADERUNNER: Added Italian Version Detection
ddb4c8bfd2 BLADERUNNER: Added Russian Version Detection
Commit: a1b9b0c0a1943ae7c1fe4d66ec72801b4dc17d81
https://github.com/scummvm/scummvm/commit/a1b9b0c0a1943ae7c1fe4d66ec72801b4dc17d81
Author: Zibri (Zibri at users.noreply.github.com)
Date: 2018-01-14T06:24:42Z
Commit Message:
BLADERUNNER: Added Italian Version Detection
Changed paths:
engines/bladerunner/detection_tables.h
diff --git a/engines/bladerunner/detection_tables.h b/engines/bladerunner/detection_tables.h
index 5b6c3d5..110994b 100644
--- a/engines/bladerunner/detection_tables.h
+++ b/engines/bladerunner/detection_tables.h
@@ -68,6 +68,20 @@ static const ADGameDescription gameDescriptions[] = {
GUIO0()
},
+ // BladeRunner (Italian)
+ {
+ "bladerunner",
+ 0,
+ {
+ {"STARTUP.MIX", 0, "c7ceb9c691223d25e78516aa519ff504", 2314461},
+ AD_LISTEND
+ },
+ Common::IT_ITA,
+ Common::kPlatformWindows,
+ ADGF_NO_FLAGS,
+ GUIO0()
+ },
+
AD_TABLE_END_MARKER
};
Commit: ddb4c8bfd2dc89283a5a024cb716eed69913eae7
https://github.com/scummvm/scummvm/commit/ddb4c8bfd2dc89283a5a024cb716eed69913eae7
Author: Galaxy13 (31729476+Galaxy13 at users.noreply.github.com)
Date: 2018-01-14T06:39:02Z
Commit Message:
BLADERUNNER: Added Russian Version Detection
This is for a localised "Fargus" release.
Changed paths:
engines/bladerunner/detection_tables.h
diff --git a/engines/bladerunner/detection_tables.h b/engines/bladerunner/detection_tables.h
index 110994b..9886f78 100644
--- a/engines/bladerunner/detection_tables.h
+++ b/engines/bladerunner/detection_tables.h
@@ -82,6 +82,20 @@ static const ADGameDescription gameDescriptions[] = {
GUIO0()
},
+ // BladeRunner (Russian)
+ {
+ "bladerunner",
+ 0,
+ {
+ {"STARTUP.MIX", 0, "c198b54a5366b88b1734bbca21d3b192", 2678672},
+ AD_LISTEND
+ },
+ Common::RU_RUS,
+ Common::kPlatformWindows,
+ ADGF_NO_FLAGS,
+ GUIO0()
+ },
+
AD_TABLE_END_MARKER
};
More information about the Scummvm-git-logs
mailing list