[Scummvm-cvs-logs] scummvm master -> aea94110d1f9d6cff4e9b264f5fcf20e9552202b
somaen
einarjohants at gmail.com
Sat May 31 21:08:50 CEST 2014
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:
aea94110d1 WINTERMUTE: Add detection for "Boredom of Agustin Cordes"
Commit: aea94110d1f9d6cff4e9b264f5fcf20e9552202b
https://github.com/scummvm/scummvm/commit/aea94110d1f9d6cff4e9b264f5fcf20e9552202b
Author: Einar Johan Trøan Sømåen (einarjohants at gmail.com)
Date: 2014-05-31T21:07:34+02:00
Commit Message:
WINTERMUTE: Add detection for "Boredom of Agustin Cordes"
Changed paths:
engines/wintermute/detection_tables.h
diff --git a/engines/wintermute/detection_tables.h b/engines/wintermute/detection_tables.h
index 130a68c..02126fb 100644
--- a/engines/wintermute/detection_tables.h
+++ b/engines/wintermute/detection_tables.h
@@ -28,6 +28,7 @@ static const PlainGameDescriptor wintermuteGames[] = {
{"5ld", "Five Lethal Demons"},
{"5ma", "Five Magical Amulets"},
{"actualdest", "Actual Destination"},
+ {"agustin", "Boredom of Agustin Cordes"},
{"bickadoodle", "Bickadoodle"},
{"bookofgron", "Book of Gron Part One"},
{"bthreshold", "Beyond the Threshold"},
@@ -108,6 +109,16 @@ static const ADGameDescription gameDescriptions[] = {
ADGF_UNSTABLE,
GUIO0()
},
+ // Boredom of Agustin Cordes
+ {
+ "agustin",
+ "",
+ AD_ENTRY1s("data.dcp", "abb79c16c9b92e9b06525a4c7c3f5861", 2461949),
+ Common::EN_ANY,
+ Common::kPlatformWindows,
+ ADGF_UNSTABLE,
+ GUIO0()
+ },
// Beyond the Threshold
{
"bthreshold",
More information about the Scummvm-git-logs
mailing list