[Scummvm-cvs-logs] scummvm master -> 2f868ae5b6ed2c5449048db7206357870ce740a1

somaen einarjohants at gmail.com
Tue Nov 4 18:09:46 CET 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:
2f868ae5b6 WINTERMUTE: Add detection for Bickadoodle 1.2 (Fixes bug 6735)


Commit: 2f868ae5b6ed2c5449048db7206357870ce740a1
    https://github.com/scummvm/scummvm/commit/2f868ae5b6ed2c5449048db7206357870ce740a1
Author: Einar Johan Trøan Sømåen (einarjohants at gmail.com)
Date: 2014-11-04T18:08:20+01:00

Commit Message:
WINTERMUTE: Add detection for Bickadoodle 1.2 (Fixes bug 6735)

Changed paths:
    engines/wintermute/detection_tables.h



diff --git a/engines/wintermute/detection_tables.h b/engines/wintermute/detection_tables.h
index f6f9e24..4e33201 100644
--- a/engines/wintermute/detection_tables.h
+++ b/engines/wintermute/detection_tables.h
@@ -158,6 +158,9 @@ static const WMEGameDescription gameDescriptions[] = {
 	// Bickadoodle (Ver 1.1)
 	WME_WINENTRY("bickadoodle", "Version 1.1", 
 		WME_ENTRY1s("data.dcp", "8bb52ac9a9ee129c5059e8e808b669d7", 35337760), Common::EN_ANY, ADGF_UNSTABLE, LATEST_VERSION),
+	// Bickadoodle (Ver 1.2)
+	WME_WINENTRY("bickadoodle", "Version 1.2",
+		WME_ENTRY1s("data.dcp", "1796a48f3ed72dd785ce93334ab883cc", 35337760), Common::EN_ANY, ADGF_UNSTABLE, LATEST_VERSION),
 	// Bickadoodle (download from http://aethericgames.com/games/bickadoodle/download-bickadoodle/)
 	WME_WINENTRY("bickadoodle", "", 
 		WME_ENTRY1s("data.dcp", "1584d83577c32add0fce27fae91141a2", 35337728), Common::EN_ANY, ADGF_UNSTABLE, LATEST_VERSION),






More information about the Scummvm-git-logs mailing list