[Scummvm-cvs-logs] scummvm master -> 184d26df1aad7d97e76cf16a5b685315bd97a263

sev- sev at scummvm.org
Wed Jan 13 00:45:41 CET 2016


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
184d26df1a SCUMM: Add detection for Russian Dig with subtitles


Commit: 184d26df1aad7d97e76cf16a5b685315bd97a263
    https://github.com/scummvm/scummvm/commit/184d26df1aad7d97e76cf16a5b685315bd97a263
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2016-01-13T00:44:40+01:00

Commit Message:
SCUMM: Add detection for Russian Dig with subtitles

Changed paths:
    devtools/scumm-md5.txt
    engines/scumm/scumm-md5.h



diff --git a/devtools/scumm-md5.txt b/devtools/scumm-md5.txt
index b0d6725..74a3511 100644
--- a/devtools/scumm-md5.txt
+++ b/devtools/scumm-md5.txt
@@ -372,6 +372,7 @@ dig	The Dig
 	aad201302286c1cfee92321cd406e427	811008	en	Windows	Steam	Steam	Steam Version	Ben Castricum, Filippos Karapetis
 	d93cc8be628ed5d3b3a29188fc7105d3	1061296	en	Mac	Steam	Steam	Steam Version	Filippos Karapetis
 	d62047a6729349ab36f7ee065bf26509	-1	ru	All	-	-	-	sev
+	ebdd2fbc995a321605375dc57766db79	16304	ru	All	-	-	With Subtitles	sev
 	35a2d3040fa512f8232d9e443319d84d	659335495	en	Mac	-	-	Mac bundle	Fingolfin
 	21a6592322f92550f144f68a8a4e685e	-1	fr	Mac	-	-	Mac bundle	kaminari
 
diff --git a/engines/scumm/scumm-md5.h b/engines/scumm/scumm-md5.h
index e15ac8a..8eea579 100644
--- a/engines/scumm/scumm-md5.h
+++ b/engines/scumm/scumm-md5.h
@@ -1,5 +1,5 @@
 /*
-  This file was generated by the md5table tool on Tue Jan 12 22:52:42 2016
+  This file was generated by the md5table tool on Tue Jan 12 23:43:25 2016
   DO NOT EDIT MANUALLY!
  */
 
@@ -644,6 +644,7 @@ static const MD5Table md5table[] = {
 	{ "eb700bb73ca1cc44a1ad5e4b1a4bdeaf", "indy3", "EGA", "EGA", 5361, Common::DE_DEU, Common::kPlatformDOS },
 	{ "ebd0b2c8a387f18887282afe6cad894a", "spyozon", "", "Demo", 15317, Common::EN_USA, Common::kPlatformUnknown },
 	{ "ebd324dcf06a4c49e1ba5c231eee1060", "freddi4", "HE 99", "Demo", -1, Common::EN_USA, Common::kPlatformUnknown },
+	{ "ebdd2fbc995a321605375dc57766db79", "dig", "", "", 16304, Common::RU_RUS, Common::kPlatformUnknown },
 	{ "ecc4340c2b801f5af8da4e00c0e432d9", "puttcircus", "", "", -1, Common::NL_NLD, Common::kPlatformUnknown },
 	{ "ed2b074bc3166087a747acb2a3c6abb0", "freddi3", "HE 98.5", "Demo", -1, Common::DE_DEU, Common::kPlatformUnknown },
 	{ "ed361270102e355afe5236954216aba2", "lost", "", "", -1, Common::EN_USA, Common::kPlatformUnknown },






More information about the Scummvm-git-logs mailing list