[Scummvm-git-logs] scummvm master -> 54437a0b42201a490693955f8c084c0b66b4fd6c

aquadran noreply at scummvm.org
Mon Jul 11 22:33:31 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:
54437a0b42 WINTERMUTE: Added 'Shelter' demo


Commit: 54437a0b42201a490693955f8c084c0b66b4fd6c
    https://github.com/scummvm/scummvm/commit/54437a0b42201a490693955f8c084c0b66b4fd6c
Author: Paweł Kołodziejski (aquadran at gmail.com)
Date: 2022-07-12T00:33:27+02:00

Commit Message:
WINTERMUTE: Added 'Shelter' demo

Changed paths:
    engines/wintermute/detection.h
    engines/wintermute/detection_tables.h


diff --git a/engines/wintermute/detection.h b/engines/wintermute/detection.h
index 8379e10cc09..a9ac90ecea5 100644
--- a/engines/wintermute/detection.h
+++ b/engines/wintermute/detection.h
@@ -53,6 +53,7 @@ enum WMETargetExecutable {
 	WME_1_5_2,  // DEAD:CODE 2005
 	WME_1_6_0,  // DEAD:CODE 2006
 	WME_1_6_1,  // DEAD:CODE 2006
+	WME_1_6_2,  // DEAD:CODE 2006
 	WME_1_7_0,  // DEAD:CODE 2007
 	WME_1_7_1,  // DEAD:CODE 2007
 	WME_1_7_2,  // DEAD:CODE 2007
diff --git a/engines/wintermute/detection_tables.h b/engines/wintermute/detection_tables.h
index 64e6228588d..fe3fc37b331 100644
--- a/engines/wintermute/detection_tables.h
+++ b/engines/wintermute/detection_tables.h
@@ -144,6 +144,7 @@ static const PlainGameDescriptor wintermuteGames[] = {
 	{"securanote",      "Securanote"},
 	{"shaban",          "Shaban"},
 	{"shadowofnebula",  "Shadow Of Nebula"},
+	{"shelter",         "Shelter"},
 	{"shinestar",       "The Shine of a Star"},
 	{"spaceinvaders",   "Space Invaders"},
 	{"spacemadness",    "Space Madness"},
@@ -5269,6 +5270,10 @@ static const WMEGameDescription gameDescriptions[] = {
 					"data_hd.dcp", "61b79bd9f732e48bb097227ee615463b", 272405838,
 					"i18n_pl_strings.dcp", "67c194c45375d2e26f8bf5ae17800944", 119354), Common::PL_POL, ADGF_UNSTABLE | GF_IGNORE_SD_FILES | GF_3D, WME_1_9_3),
 
+	// Shelter (Demo)
+	WME_WINENTRY("shelter", "Demo",
+		WME_ENTRY1s("data.dcp", "789f15a26fc06a814cfca723e33fc5f7", 5417715), Common::EN_ANY, ADGF_UNSTABLE | ADGF_DEMO, WME_1_6_2),
+
 	// The Shine of a Star
 	WME_WINENTRY("shinestar", "",
 		WME_ENTRY1s("data.dcp", "f05abe9e2427a5e4f73648fa09c4ba8e", 94113060), Common::EN_ANY, ADGF_UNSTABLE, WME_1_9_1),




More information about the Scummvm-git-logs mailing list