[Scummvm-cvs-logs] scummvm master -> e26fb8e7d239052d9645aa0bfb75500ddc3aa132
somaen
einarjohants at gmail.com
Wed Jun 26 02:01:51 CEST 2013
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:
e26fb8e7d2 WINTERMUTE: Add detection for J.U.L.I.A. (Greenlight Demo)
Commit: e26fb8e7d239052d9645aa0bfb75500ddc3aa132
https://github.com/scummvm/scummvm/commit/e26fb8e7d239052d9645aa0bfb75500ddc3aa132
Author: Einar Johan Trøan Sømåen (einarjohants at gmail.com)
Date: 2013-06-25T16:59:31-07:00
Commit Message:
WINTERMUTE: Add detection for J.U.L.I.A. (Greenlight Demo)
Changed paths:
engines/wintermute/detection_tables.h
diff --git a/engines/wintermute/detection_tables.h b/engines/wintermute/detection_tables.h
index ad4256e..09426c9 100644
--- a/engines/wintermute/detection_tables.h
+++ b/engines/wintermute/detection_tables.h
@@ -324,6 +324,17 @@ static const ADGameDescription gameDescriptions[] = {
ADGF_DEMO,
GUIO0()
},
+ // J.U.L.I.A. (English) (Greenlight Demo)
+ {
+ "julia",
+ "Greenlight Demo",
+ AD_ENTRY1s("data.dcp", "4befd448d36b0dae9c3ab1aa7cb8b78d", 7271886),
+ Common::EN_ANY,
+ Common::kPlatformWindows,
+ ADGF_UNSTABLE |
+ ADGF_DEMO,
+ GUIO0()
+ },
// Mirage
{
"mirage",
More information about the Scummvm-git-logs
mailing list