[Scummvm-cvs-logs] scummvm master -> 3cb1877b4508d16e9160ccd170eff4e8c0965627

sev- sev at scummvm.org
Wed Feb 24 11:34:11 CET 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:
23485305fb WAGE: Add detection for Canal District
3cb1877b45 WAGE: Added detection for Double Trouble


Commit: 23485305fbb801864b3463c31bf4d36489973818
    https://github.com/scummvm/scummvm/commit/23485305fbb801864b3463c31bf4d36489973818
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2016-02-24T11:33:31+01:00

Commit Message:
WAGE: Add detection for Canal District

Changed paths:
    engines/wage/detection_tables.h



diff --git a/engines/wage/detection_tables.h b/engines/wage/detection_tables.h
index 5d0f489..5b74326 100644
--- a/engines/wage/detection_tables.h
+++ b/engines/wage/detection_tables.h
@@ -63,6 +63,15 @@ static const ADGameDescription gameDescriptions[] = {
 		GUIO0()
 	},
 	{
+		"wage",
+		"Canal District",
+		AD_ENTRY1s("Canal District", "8856bc699a20fc5b7fc67accee12cac7", 658176),
+		Common::EN_ANY,
+		Common::kPlatformMacintosh,
+		ADGF_GENERIC,
+		GUIO0()
+	},
+	{
 		"cantitoe",
 		"",
 		AD_ENTRY1s("Camp Cantitoe", "098aa5c11c58e1ef274a30a9e01b4755", 621440),


Commit: 3cb1877b4508d16e9160ccd170eff4e8c0965627
    https://github.com/scummvm/scummvm/commit/3cb1877b4508d16e9160ccd170eff4e8c0965627
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2016-02-24T11:33:31+01:00

Commit Message:
WAGE: Added detection for Double Trouble

Changed paths:
    engines/wage/detection_tables.h



diff --git a/engines/wage/detection_tables.h b/engines/wage/detection_tables.h
index 5b74326..d6f84e7 100644
--- a/engines/wage/detection_tables.h
+++ b/engines/wage/detection_tables.h
@@ -91,6 +91,15 @@ static const ADGameDescription gameDescriptions[] = {
 	},
 	{
 		"wage",
+		"Double Trouble",
+		AD_ENTRY1s("Double Trouble", "5e9ee13d09ac54918ed111fa9727ac1c", 557184),
+		Common::EN_ANY,
+		Common::kPlatformMacintosh,
+		ADGF_GENERIC,
+		GUIO0()
+	},
+	{
+		"wage",
 		"Escape from School!",
 		AD_ENTRY1s("Escape from School!", "a854be48d4af20126d18a9cad93a969b", 51840),
 		Common::EN_ANY,






More information about the Scummvm-git-logs mailing list