[Scummvm-cvs-logs] scummvm master -> e4ffc1b6958050387d5d839e7c8f0004aa9efe9b
sev-
sev at scummvm.org
Sun Mar 6 01:56:26 CET 2016
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:
d6c772c4de WINTERMUTE: Add detection entry for Carol Reed 5 Demo
e4ffc1b695 Merge pull request #692 from tobiatesan/cr5
Commit: d6c772c4de124a86dcfc5df3ad94b00a0380a17e
https://github.com/scummvm/scummvm/commit/d6c772c4de124a86dcfc5df3ad94b00a0380a17e
Author: Tobia Tesan (tobia.tesan at gmail.com)
Date: 2016-03-05T20:46:43+01:00
Commit Message:
WINTERMUTE: Add detection entry for Carol Reed 5 Demo
Changed paths:
engines/wintermute/detection_tables.h
diff --git a/engines/wintermute/detection_tables.h b/engines/wintermute/detection_tables.h
index 25a0176..258dd6d 100644
--- a/engines/wintermute/detection_tables.h
+++ b/engines/wintermute/detection_tables.h
@@ -185,6 +185,9 @@ static const WMEGameDescription gameDescriptions[] = {
// Carol Reed 5 - The Colour of Murder
WME_WINENTRY("carolreed5", "",
WME_ENTRY1s("data.dcp", "3fcfca44209545d0e26774156427b494", 603660415), Common::EN_ANY, ADGF_UNSTABLE, LATEST_VERSION),
+ // Carol Reed 5 - The Colour of Murder (1.0 Demo)
+ WME_WINENTRY("carolreed5", "Demo",
+ WME_ENTRY1s("data.dcp", "27b3efc018ade5ee8f4adf08b4e3c0dd", 92019500), Common::EN_ANY, ADGF_UNSTABLE | ADGF_DEMO, LATEST_VERSION),
// Carol Reed 6 - Black Circle
WME_WINENTRY("carolreed6", "",
WME_ENTRY1s("data.dcp", "0e4c532beecf23d85012168753f41189", 456258147), Common::EN_ANY, ADGF_UNSTABLE, LATEST_VERSION),
Commit: e4ffc1b6958050387d5d839e7c8f0004aa9efe9b
https://github.com/scummvm/scummvm/commit/e4ffc1b6958050387d5d839e7c8f0004aa9efe9b
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2016-03-06T01:56:21+01:00
Commit Message:
Merge pull request #692 from tobiatesan/cr5
WINTERMUTE: Add detection entry for Carol Reed 5 Demo
Changed paths:
engines/wintermute/detection_tables.h
More information about the Scummvm-git-logs
mailing list