[Scummvm-git-logs] scummvm master -> 55292f242da46c96f807d4fc1a15f25473925c10

aquadran noreply at scummvm.org
Sat Jul 9 09:00:25 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:
55292f242d WINTERMUTE: Added steam early access version for 'shadow of nebula'


Commit: 55292f242da46c96f807d4fc1a15f25473925c10
    https://github.com/scummvm/scummvm/commit/55292f242da46c96f807d4fc1a15f25473925c10
Author: Paweł Kołodziejski (aquadran at gmail.com)
Date: 2022-07-09T11:00:21+02:00

Commit Message:
WINTERMUTE: Added steam early access version for 'shadow of nebula'

Changed paths:
    engines/wintermute/detection_tables.h


diff --git a/engines/wintermute/detection_tables.h b/engines/wintermute/detection_tables.h
index 7b7ac16514a..9f391fab2ae 100644
--- a/engines/wintermute/detection_tables.h
+++ b/engines/wintermute/detection_tables.h
@@ -4161,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 (Steam: Early Access Game, Mar 2016) (English)
+	WME_WINENTRY("shadowofnebula", "",
+		WME_ENTRY1s("data.dcp", "fd3631791e66885427ccdb6063752a6d", 1402609157), Common::EN_ANY, ADGF_UNSTABLE, WME_1_9_3),
+
 	// Shadow of Nebula (Demo) (English)
 	WME_WINENTRY("shadowofnebula", "",
 		WME_ENTRY1s("data.dcp", "f16f8a354bd90cb233dafc6b1a318f26", 913267667), Common::EN_ANY, ADGF_UNSTABLE | ADGF_DEMO, WME_1_9_3),




More information about the Scummvm-git-logs mailing list