[Scummvm-git-logs] scummvm master -> 5a1625026a01b633cc5a30e6a6bf68f291c72421

aquadran noreply at scummvm.org
Sat Jul 9 08:03:43 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:
5a1625026a WINTERMUTE: Added 'Shadow of Nebula' demo detection entry


Commit: 5a1625026a01b633cc5a30e6a6bf68f291c72421
    https://github.com/scummvm/scummvm/commit/5a1625026a01b633cc5a30e6a6bf68f291c72421
Author: Paweł Kołodziejski (aquadran at gmail.com)
Date: 2022-07-09T10:03:38+02:00

Commit Message:
WINTERMUTE: Added 'Shadow of Nebula' demo detection entry

Changed paths:
    engines/wintermute/detection_tables.h


diff --git a/engines/wintermute/detection_tables.h b/engines/wintermute/detection_tables.h
index 9643da2a94e..5cf8820f037 100644
--- a/engines/wintermute/detection_tables.h
+++ b/engines/wintermute/detection_tables.h
@@ -133,6 +133,7 @@ static const PlainGameDescriptor wintermuteGames[] = {
 	{"satanandsons",    "Satan and Sons"},
 	{"securanote",      "Securanote"},
 	{"shaban",          "Shaban"},
+	{"shadowofnebula",  "Shadow Of Nebula"},
 	{"shinestar",       "The Shine of a Star"},
 	{"spaceinvaders",   "Space Invaders"},
 	{"spacemadness",    "Space Madness"},
@@ -4160,6 +4161,10 @@ static const WMEGameDescription gameDescriptions[] = {
 		WME_ENTRY2s("data.dcp", "9f4de2a53ef396cc70786a1dc0ab191d", 828351641,
 					"local.dcp", "a78f5353c6539b4ff9c39223202ba8d0", 433003083), Common::EN_ANY, ADGF_UNSTABLE | GF_3D, WME_1_8_9),
 
+	// Shadow of Nebula (Demo) (English)
+	WME_WINENTRY("shadowofnebula", "",
+		WME_ENTRY1s("data.dcp", "f16f8a354bd90cb233dafc6b1a318f26", 913267667), Common::EN_ANY, ADGF_UNSTABLE, WME_1_9_3),
+
 	// Shadows on the Vatican - Act I: Greed (Legacy Version) (Steam, Jul 2014) (German)
 	WME_WINENTRY("sotv1", "Legacy Version/Steam",
 		WME_ENTRY3s("data.dcp", "e19b63c6aa19d491a4f533ac9c1609ef", 97061505,




More information about the Scummvm-git-logs mailing list