[Scummvm-cvs-logs] scummvm master -> bd0f37fe656337c1ea2bae2cd3c67b3ba8092844

digitall dgturner at iee.org
Wed Mar 19 01:38:51 CET 2014


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:
0b3c9b5dbe AGI: Add md5 for fangame Toby's World (Demo).
bd0f37fe65 WINTERMUTE: Add md5 for Zilm: A Game of Reflex.


Commit: 0b3c9b5dbe36d7df219ba85be845598e58ac9626
    https://github.com/scummvm/scummvm/commit/0b3c9b5dbe36d7df219ba85be845598e58ac9626
Author: JenniBee (mcjennibee at gmail.com)
Date: 2014-03-19T00:37:06Z

Commit Message:
AGI: Add md5 for fangame Toby's World (Demo).

Changed paths:
    engines/agi/detection_tables.h



diff --git a/engines/agi/detection_tables.h b/engines/agi/detection_tables.h
index 7c9ef4c..2d7fba3 100644
--- a/engines/agi/detection_tables.h
+++ b/engines/agi/detection_tables.h
@@ -846,6 +846,7 @@ static const AGIGameDescription gameDescriptions[] = {
 	FANMADE("Time Quest (Demo v0.1)", "12e1a6f03ea4b8c5531acd0400b4ed8d"),
 	FANMADE("Time Quest (Demo v0.2)", "7b710608abc99e0861ac59b967bf3f6d"),
 	FANMADE_SVP("Time Quest", "90314f473d8317be5cd1f0306f139aea", 300, 0x2440, Common::kPlatformCoCo3),
+	FANMADE("Toby's World (Demo)", "3f8ebea0eb32303e65e2a6e8341c6741"),
 	FANMADE("Tonight The Shrieking Corpses Bleed (Demo v0.11)", "bcc57a7c8d563fa0c333107ae1c0a6e6"),
 	FANMADE("Tonight The Shrieking Corpses Bleed (v1.01)", "36b38f621b38e8d104aa0807302dc8c9"),
 	FANMADE("Turks' Quest - Heir to the Planet", "3d19254b737c8b218e5bc4580542b79a"),


Commit: bd0f37fe656337c1ea2bae2cd3c67b3ba8092844
    https://github.com/scummvm/scummvm/commit/bd0f37fe656337c1ea2bae2cd3c67b3ba8092844
Author: JenniBee (mcjennibee at gmail.com)
Date: 2014-03-19T00:42:36Z

Commit Message:
WINTERMUTE: Add md5 for Zilm: A Game of Reflex.

Changed paths:
    engines/wintermute/detection_tables.h



diff --git a/engines/wintermute/detection_tables.h b/engines/wintermute/detection_tables.h
index e0ceb43..0bf9fff 100644
--- a/engines/wintermute/detection_tables.h
+++ b/engines/wintermute/detection_tables.h
@@ -70,6 +70,7 @@ static const PlainGameDescriptor wintermuteGames[] = {
 	{"twc",             "the white chamber"},
 	{"wintermute",      "Wintermute engine game"},
 	{"wtetris",         "Wilma Tetris"},
+	{"zilm",            "Zilm: A Game of Reflex"},
 	{0, 0}
 };
 
@@ -1108,6 +1109,16 @@ static const ADGameDescription gameDescriptions[] = {
 		ADGF_UNSTABLE,
 		GUIO0()
 	},
+	// Zilm: A Game of Reflex 1.0
+	{
+		"Zilm",
+		"1.0",
+		AD_ENTRY1s("data.dcp",  "098dffaf03d8adbb4cb5633e4733e63c", 351726),
+		Common::EN_ANY,
+		Common::kPlatformWindows,
+		ADGF_UNSTABLE,
+		GUIO0()
+	},
 	AD_TABLE_END_MARKER
 };
 






More information about the Scummvm-git-logs mailing list