[Scummvm-cvs-logs] scummvm master -> 36409146249eb3286e6d2ba5d4dcb8db121413f4
somaen
einarjohants at gmail.com
Sat May 31 21:14:30 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:
3640914624 WINTERMUTE: Add detection for Bickadoodle 1.1
Commit: 36409146249eb3286e6d2ba5d4dcb8db121413f4
https://github.com/scummvm/scummvm/commit/36409146249eb3286e6d2ba5d4dcb8db121413f4
Author: Einar Johan Trøan Sømåen (einarjohants at gmail.com)
Date: 2014-05-31T21:12:55+02:00
Commit Message:
WINTERMUTE: Add detection for Bickadoodle 1.1
Changed paths:
engines/wintermute/detection_tables.h
diff --git a/engines/wintermute/detection_tables.h b/engines/wintermute/detection_tables.h
index 02126fb..0b5ee8c 100644
--- a/engines/wintermute/detection_tables.h
+++ b/engines/wintermute/detection_tables.h
@@ -139,6 +139,16 @@ static const ADGameDescription gameDescriptions[] = {
ADGF_UNSTABLE,
GUIO0()
},
+ // Bickadoodle (Ver 1.1)
+ {
+ "bickadoodle",
+ "Version 1.1",
+ AD_ENTRY1s("data.dcp", "8bb52ac9a9ee129c5059e8e808b669d7", 35337760),
+ Common::EN_ANY,
+ Common::kPlatformWindows,
+ ADGF_UNSTABLE,
+ GUIO0()
+ },
// Bickadoodle (download from http://aethericgames.com/games/bickadoodle/download-bickadoodle/)
{
"bickadoodle",
More information about the Scummvm-git-logs
mailing list