[Scummvm-git-logs] scummvm master -> f45314b77d921327644069f6b90da4eed0506eae
aquadran
noreply at scummvm.org
Mon Jul 11 22:39:22 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:
f45314b77d WINTERMUTE: Added 'Sunny' demo
Commit: f45314b77d921327644069f6b90da4eed0506eae
https://github.com/scummvm/scummvm/commit/f45314b77d921327644069f6b90da4eed0506eae
Author: PaweÅ KoÅodziejski (aquadran at gmail.com)
Date: 2022-07-12T00:39:16+02:00
Commit Message:
WINTERMUTE: Added 'Sunny' demo
Changed paths:
engines/wintermute/detection_tables.h
diff --git a/engines/wintermute/detection_tables.h b/engines/wintermute/detection_tables.h
index fe3fc37b331..5fc93623a7e 100644
--- a/engines/wintermute/detection_tables.h
+++ b/engines/wintermute/detection_tables.h
@@ -154,6 +154,7 @@ static const PlainGameDescriptor wintermuteGames[] = {
{"sotv1", "Shadows on the Vatican - Act I: Greed"},
{"sotv2", "Shadows on the Vatican - Act II: Wrath"},
{"strangechange", "Strange Change"},
+ {"sunny", "Sunny"},
{"sunrise", "Sunrise: The game"},
{"susanrose1", "Susan Rose: Mysterious Child"},
{"susanrose2", "Susan Rose: Delicate Murder"},
@@ -5313,6 +5314,10 @@ static const WMEGameDescription gameDescriptions[] = {
WME_WINENTRY("strangechange", "",
WME_ENTRY1s("data.dcp", "818e53c1584dac28f336195d7dcfb97d", 3762512), Common::EN_ANY, ADGF_UNSTABLE | GF_3D, WME_1_8_6),
+ // Sunny (Demo)
+ WME_WINENTRY("sunny", "Demo",
+ WME_ENTRY1s("data.dcp", "685f4db26ed8134aa82bf5b6bae3963e", 4745194), Common::EN_ANY, ADGF_UNSTABLE | ADGF_DEMO, WME_1_0_31),
+
// Sunrise: The game (German)
WME_WINENTRY("sunrise", "",
WME_ENTRY1s("data.dcp", "d06744fc60982a30e82d96075698c8bc", 134409552), Common::DE_DEU, ADGF_UNSTABLE | GF_3D, WME_1_7_93),
More information about the Scummvm-git-logs
mailing list