[Scummvm-cvs-logs] scummvm master -> 0d52e27be2c20405da29f82039cdb3d96b7cf7c9

somaen einarjohan at somadalen.com
Wed Dec 5 12:15:53 CET 2012


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:
0d52e27be2 WINTERMUTE: Add another detection-entry for Chivalry is not Dead


Commit: 0d52e27be2c20405da29f82039cdb3d96b7cf7c9
    https://github.com/scummvm/scummvm/commit/0d52e27be2c20405da29f82039cdb3d96b7cf7c9
Author: Einar Johan Trøan Sømåen (einarjohants at gmail.com)
Date: 2012-12-05T03:14:29-08:00

Commit Message:
WINTERMUTE: Add another detection-entry for Chivalry is not Dead

Changed paths:
    engines/wintermute/detection_tables.h



diff --git a/engines/wintermute/detection_tables.h b/engines/wintermute/detection_tables.h
index 4f8a962..0c84310 100644
--- a/engines/wintermute/detection_tables.h
+++ b/engines/wintermute/detection_tables.h
@@ -84,6 +84,16 @@ static const ADGameDescription gameDescriptions[] = {
 		ADGF_UNSTABLE,
 		GUIO0()
 	},
+	// Chivalry is Not Dead (Version from deirdrakai.com)
+	{
+		"chivalry",
+		"",
+		AD_ENTRY1s("data.dcp", "ae6d91b9517f4d2851a8ad94c96951c8", 7278302),
+		Common::EN_ANY,
+		Common::kPlatformWindows,
+		ADGF_UNSTABLE,
+		GUIO0()
+	},
 	// Dead City (English)
 	{
 		"deadcity",






More information about the Scummvm-git-logs mailing list