[Scummvm-git-logs] scummvm master -> b4c581a5808f541b1848942697fe81755e3549f7
aquadran
noreply at scummvm.org
Tue Jul 12 22:13:35 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:
b4c581a580 WINTERMUTE: Added 'Octave' demo
Commit: b4c581a5808f541b1848942697fe81755e3549f7
https://github.com/scummvm/scummvm/commit/b4c581a5808f541b1848942697fe81755e3549f7
Author: PaweÅ KoÅodziejski (aquadran at gmail.com)
Date: 2022-07-13T00:13:30+02:00
Commit Message:
WINTERMUTE: Added 'Octave' demo
Changed paths:
engines/wintermute/detection_tables.h
diff --git a/engines/wintermute/detection_tables.h b/engines/wintermute/detection_tables.h
index a2df931a263..e15baebe685 100644
--- a/engines/wintermute/detection_tables.h
+++ b/engines/wintermute/detection_tables.h
@@ -120,6 +120,7 @@ static const PlainGameDescriptor wintermuteGames[] = {
{"nightinthefog", "Night in the Fog"},
{"nighttrain", "Night Train"},
{"nosebound1", "Nose Bound: Episode 1"},
+ {"octave", "Octave"},
{"oknytt", "Oknytt"},
{"one", "One"},
{"onehelluvaday", "One Helluva Day"},
@@ -1773,6 +1774,10 @@ static const WMEGameDescription gameDescriptions[] = {
WME_WINENTRY("nosebound1", "Demo",
WME_ENTRY1s("data.dcp", "280f2e063385e2ed4c17b43991666e93", 379558560), Common::UNK_LANG, ADGF_UNSTABLE | ADGF_DEMO, WME_1_9_3),
+ // Octave (Demo, Beta)
+ WME_WINENTRY("octave", "Demo",
+ WME_ENTRY1s("data.dcp", "e5705856e81ec2adcaa6324e9f331a6e", 78113318), Common::EN_ANY, ADGF_UNSTABLE | ADGF_DEMO, WME_1_9_1),
+
// Oknytt
WME_WINENTRY("oknytt", "Version 1.0",
WME_ENTRY1s("data.dcp", "6456cf8f429905c83f07509f9da536dd", 109502959), Common::EN_ANY, ADGF_UNSTABLE, WME_1_9_3),
More information about the Scummvm-git-logs
mailing list