[Scummvm-git-logs] scummvm master -> 0ce86b06cc955e811327b7208306516a6ff0723b

aquadran noreply at scummvm.org
Mon Jul 11 22:48:47 UTC 2022


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:
0ce86b06cc WINTERMUTE: Added 'The Guttenburg Project' demo


Commit: 0ce86b06cc955e811327b7208306516a6ff0723b
    https://github.com/scummvm/scummvm/commit/0ce86b06cc955e811327b7208306516a6ff0723b
Author: Paweł Kołodziejski (aquadran at gmail.com)
Date: 2022-07-12T00:48:43+02:00

Commit Message:
WINTERMUTE: Added 'The Guttenburg Project' demo

Changed paths:
    engines/wintermute/detection_tables.h


diff --git a/engines/wintermute/detection_tables.h b/engines/wintermute/detection_tables.h
index 6790731daa3..a16a888c256 100644
--- a/engines/wintermute/detection_tables.h
+++ b/engines/wintermute/detection_tables.h
@@ -89,6 +89,7 @@ static const PlainGameDescriptor wintermuteGames[] = {
 	{"fred",            "Fred"},
 	{"ghostsheet",      "Ghost in the Sheet"},
 	{"goldencalf",      "The Golden Calf"},
+	{"guttenburg",      "The Guttenburg Project"},
 	{"hamlet",          "Hamlet or the last game without MMORPG features, shaders and product placement"},
 	{"helga",           "Helga Deep In Trouble"},
 	{"hor",             "Hor"},
@@ -1382,6 +1383,10 @@ static const WMEGameDescription gameDescriptions[] = {
 	WME_WINENTRY("goldencalf", "",
 		WME_ENTRY1s("data.dcp", "c611503c2c10137d1195878080cee2d1", 1174552), Common::DE_DEU, ADGF_UNSTABLE, WME_1_8_11),
 
+	// The Guttenburg Project (Demo)
+	WME_WINENTRY("guttenburg", "Demo",
+		WME_ENTRY1s("data.dcp", "0c90b369ad0928a450d092114376cf7f", 24121170), Common::EN_ANY, ADGF_UNSTABLE | ADGF_DEMO, WME_1_9_1),
+
 	// Hamlet or the last game without MMORPG features, shaders and product placement (English)
 	WME_WINENTRY("hamlet", "",
 		WME_ENTRY1s("data.dcp", "f624add957a77c9930529fb28cc2450f", 88183022), Common::EN_ANY, ADGF_UNSTABLE, WME_1_9_1),




More information about the Scummvm-git-logs mailing list