[Scummvm-git-logs] scummvm master -> d7a9080b42ea14d18a9a1f4d25519278c5f852fc
bluegr
bluegr at gmail.com
Sun Sep 29 18:34:35 CEST 2019
This automated email contains information about 27 new commits which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
5bb50b9a18 PINK: The engine does not use midi, flag the games as such.
61e7069169 HDB: The engine does not use mid, mark the games as such.
94a92e9fe2 SLUDGE: The engine does not support midi, mark detected games as such.
41a1d446dd ADL: The engine does not support midi. Mark the games as such.
1d96322f44 AVALANCHE: This game doesn't use midi. Mark it as such.
cd9f770807 BBVS: The game doesn't use midi. Mark it as such.
0fe9a0666d TOON: The game doesn't use MIDI. Mark it as such.
196bb91dcc BLADERUNNER: The game doesn't use MIDI for the music, mark it as such.
fb79c78930 CHEWY: The game doesn't use MIDI for the music, mark it as such.
391f26ff70 COMPOSER: The engine does not use MIDI, mark the games as such.
91659a1b1a DM: Game does not use MID, mark it as such.
cd9944a359 FULLPIPE: Game uses ogg, not midi for music. Mark it as not using midi.
8e31e2b921 HOPKINS: Game uses mod files, not midi. Mark the game as not using MIDI.
550c8c8201 MACVENTURE: Engine doesn't use MIDI, mark games as such.
1f39deb176 SUPERNOVA: The game doesn't use MIDI, mark it as such.
92a2a9afc6 TONY: The engine doesn't use MIDI, mark the games as such.
24e58d88db TUCKER: Game doesn't use MIDI, mark it as such.
50e3828fe9 VOYEUR: The game doesn't use MIDI, mark it as such.
3d55cec3b5 PEGASUS: Game does not use MIDI, mark it as such.
452cceb5c6 CRYO: Game does not use MIDI, mark it as such.
5fa83b2839 LAB: Game does not use MIDI, mark it as such.
2f3549cad4 PLUMBERS: The "game" doesn't use MIDI, mark it as such.
2b986c98f2 MORTEVIELLE: The game doesn't use MIDI, mark it as such.
b4044a6dc7 MUTATIONOFJB: Mark the game as not using MIDI.
7b09d4a4d9 TEENAGENT: This game uses PAULA audio, not MIDI. Mark it as such.
7b68555626 LASTEXPRESS: The game doesn't use MIDI, so mark it as such.
d7a9080b42 TITANIC: This game doesn't use MIDI, mark it as such.
Commit: 5bb50b9a18a401c13b78f8876b261d34af9811bb
https://github.com/scummvm/scummvm/commit/5bb50b9a18a401c13b78f8876b261d34af9811bb
Author: Henrik "Henke37" Andersson (henke at henke37.cjb.net)
Date: 2019-09-29T19:34:16+03:00
Commit Message:
PINK: The engine does not use midi, flag the games as such.
Changed paths:
engines/pink/detection_tables.h
diff --git a/engines/pink/detection_tables.h b/engines/pink/detection_tables.h
index 2834403..92235c6 100644
--- a/engines/pink/detection_tables.h
+++ b/engines/pink/detection_tables.h
@@ -34,7 +34,7 @@ static const ADGameDescription gameDescriptions[] = {
Common::DA_DAN,
Common::kPlatformWindows,
ADGF_UNSTABLE | ADGF_DROPPLATFORM,
- GUIO1(GUIO_NONE)
+ GUIO1(GUIO_NOMIDI)
},
// Dutch
@@ -45,7 +45,7 @@ static const ADGameDescription gameDescriptions[] = {
Common::NL_NLD,
Common::kPlatformWindows,
ADGF_UNSTABLE | ADGF_DROPPLATFORM,
- GUIO1(GUIO_NONE)
+ GUIO1(GUIO_NOMIDI)
},
// English
@@ -56,7 +56,7 @@ static const ADGameDescription gameDescriptions[] = {
Common::EN_ANY,
Common::kPlatformWindows,
ADGF_UNSTABLE | ADGF_DROPPLATFORM,
- GUIO1(GUIO_NONE)
+ GUIO1(GUIO_NOMIDI)
},
// English Great Britain
@@ -67,7 +67,7 @@ static const ADGameDescription gameDescriptions[] = {
Common::EN_GRB,
Common::kPlatformWindows,
ADGF_UNSTABLE | ADGF_DROPPLATFORM,
- GUIO1(GUIO_NONE)
+ GUIO1(GUIO_NOMIDI)
},
// Finnish
@@ -78,7 +78,7 @@ static const ADGameDescription gameDescriptions[] = {
Common::FI_FIN,
Common::kPlatformWindows,
ADGF_UNSTABLE | ADGF_DROPPLATFORM,
- GUIO1(GUIO_NONE)
+ GUIO1(GUIO_NOMIDI)
},
// French
@@ -89,7 +89,7 @@ static const ADGameDescription gameDescriptions[] = {
Common::FR_FRA,
Common::kPlatformWindows,
ADGF_UNSTABLE | ADGF_DROPPLATFORM,
- GUIO1(GUIO_NONE)
+ GUIO1(GUIO_NOMIDI)
},
// German
@@ -100,7 +100,7 @@ static const ADGameDescription gameDescriptions[] = {
Common::DE_DEU,
Common::kPlatformWindows,
ADGF_UNSTABLE | ADGF_DROPPLATFORM,
- GUIO1(GUIO_NONE)
+ GUIO1(GUIO_NOMIDI)
},
// Hebrew
@@ -111,7 +111,7 @@ static const ADGameDescription gameDescriptions[] = {
Common::HE_ISR,
Common::kPlatformWindows,
ADGF_UNSTABLE | ADGF_DROPPLATFORM,
- GUIO1(GUIO_NONE)
+ GUIO1(GUIO_NOMIDI)
},
// Polish
@@ -122,7 +122,7 @@ static const ADGameDescription gameDescriptions[] = {
Common::PL_POL,
Common::kPlatformWindows,
ADGF_UNSTABLE | ADGF_DROPPLATFORM,
- GUIO1(GUIO_NONE)
+ GUIO1(GUIO_NOMIDI)
},
// Portuguese
@@ -133,7 +133,7 @@ static const ADGameDescription gameDescriptions[] = {
Common::PT_BRA,
Common::kPlatformWindows,
ADGF_UNSTABLE | ADGF_DROPPLATFORM,
- GUIO1(GUIO_NONE)
+ GUIO1(GUIO_NOMIDI)
},
// Russian
@@ -144,7 +144,7 @@ static const ADGameDescription gameDescriptions[] = {
Common::RU_RUS,
Common::kPlatformWindows,
ADGF_UNSTABLE | ADGF_DROPPLATFORM,
- GUIO1(GUIO_NONE)
+ GUIO1(GUIO_NOMIDI)
},
// Spanish
@@ -155,7 +155,7 @@ static const ADGameDescription gameDescriptions[] = {
Common::ES_ESP,
Common::kPlatformWindows,
ADGF_UNSTABLE | ADGF_DROPPLATFORM,
- GUIO1(GUIO_NONE)
+ GUIO1(GUIO_NOMIDI)
},
// Swedish
@@ -166,7 +166,7 @@ static const ADGameDescription gameDescriptions[] = {
Common::SE_SWE,
Common::kPlatformWindows,
ADGF_UNSTABLE | ADGF_DROPPLATFORM,
- GUIO1(GUIO_NONE)
+ GUIO1(GUIO_NOMIDI)
},
// Dutch, Version 1.0
@@ -177,7 +177,7 @@ static const ADGameDescription gameDescriptions[] = {
Common::NL_NLD,
Common::kPlatformWindows,
ADGF_UNSTABLE | ADGF_DROPPLATFORM,
- GUIO1(GUIO_NONE)
+ GUIO1(GUIO_NOMIDI)
},
// English
@@ -188,7 +188,7 @@ static const ADGameDescription gameDescriptions[] = {
Common::EN_ANY,
Common::kPlatformWindows,
ADGF_UNSTABLE | ADGF_DROPPLATFORM,
- GUIO1(GUIO_NONE)
+ GUIO1(GUIO_NOMIDI)
},
// French
@@ -199,7 +199,7 @@ static const ADGameDescription gameDescriptions[] = {
Common::FR_FRA,
Common::kPlatformWindows,
ADGF_UNSTABLE | ADGF_DROPPLATFORM,
- GUIO1(GUIO_NONE)
+ GUIO1(GUIO_NOMIDI)
},
// German
@@ -210,7 +210,7 @@ static const ADGameDescription gameDescriptions[] = {
Common::DE_DEU,
Common::kPlatformWindows,
ADGF_UNSTABLE | ADGF_DROPPLATFORM,
- GUIO1(GUIO_NONE)
+ GUIO1(GUIO_NOMIDI)
},
// Hebrew
@@ -221,7 +221,7 @@ static const ADGameDescription gameDescriptions[] = {
Common::HE_ISR,
Common::kPlatformWindows,
ADGF_UNSTABLE | ADGF_DROPPLATFORM,
- GUIO1(GUIO_NONE)
+ GUIO1(GUIO_NOMIDI)
},
// Polish
@@ -232,7 +232,7 @@ static const ADGameDescription gameDescriptions[] = {
Common::PL_POL,
Common::kPlatformWindows,
ADGF_UNSTABLE | ADGF_DROPPLATFORM,
- GUIO1(GUIO_NONE)
+ GUIO1(GUIO_NOMIDI)
},
// Portuguese
@@ -243,7 +243,7 @@ static const ADGameDescription gameDescriptions[] = {
Common::PT_BRA,
Common::kPlatformWindows,
ADGF_UNSTABLE | ADGF_DROPPLATFORM,
- GUIO1(GUIO_NONE)
+ GUIO1(GUIO_NOMIDI)
},
// Russian
@@ -254,7 +254,7 @@ static const ADGameDescription gameDescriptions[] = {
Common::RU_RUS,
Common::kPlatformWindows,
ADGF_UNSTABLE | ADGF_DROPPLATFORM,
- GUIO1(GUIO_NONE)
+ GUIO1(GUIO_NOMIDI)
},
// Spanish
@@ -265,7 +265,7 @@ static const ADGameDescription gameDescriptions[] = {
Common::ES_ESP,
Common::kPlatformWindows,
ADGF_UNSTABLE | ADGF_DROPPLATFORM,
- GUIO1(GUIO_NONE)
+ GUIO1(GUIO_NOMIDI)
},
// Swedish
@@ -276,7 +276,7 @@ static const ADGameDescription gameDescriptions[] = {
Common::SE_SWE,
Common::kPlatformWindows,
ADGF_UNSTABLE | ADGF_DROPPLATFORM,
- GUIO1(GUIO_NONE)
+ GUIO1(GUIO_NOMIDI)
},
// Danish
@@ -289,7 +289,7 @@ static const ADGameDescription gameDescriptions[] = {
Common::DA_DAN,
Common::kPlatformWindows,
ADGF_UNSTABLE | ADGF_DROPPLATFORM,
- GUIO1(GUIO_NONE)
+ GUIO1(GUIO_NOMIDI)
},
AD_TABLE_END_MARKER
Commit: 61e7069169a73c2a7edc12a9735ccca281e2fc83
https://github.com/scummvm/scummvm/commit/61e7069169a73c2a7edc12a9735ccca281e2fc83
Author: Henrik "Henke37" Andersson (henke at henke37.cjb.net)
Date: 2019-09-29T19:34:16+03:00
Commit Message:
HDB: The engine does not use mid, mark the games as such.
Changed paths:
engines/hdb/detection.cpp
diff --git a/engines/hdb/detection.cpp b/engines/hdb/detection.cpp
index f7e060a..2e67e75 100644
--- a/engines/hdb/detection.cpp
+++ b/engines/hdb/detection.cpp
@@ -77,7 +77,7 @@ static const ADGameDescription gameDescriptions[] = {
Common::EN_ANY,
Common::kPlatformWindows,
ADGF_TESTING,
- GAMEOPTION_CHEATMODE
+ GUIO2(GUIO_NOMIDI,GAMEOPTION_CHEATMODE)
},
{
"hdb",
@@ -86,7 +86,7 @@ static const ADGameDescription gameDescriptions[] = {
Common::EN_ANY,
Common::kPlatformLinux,
ADGF_TESTING,
- GAMEOPTION_CHEATMODE
+ GUIO2(GUIO_NOMIDI,GAMEOPTION_CHEATMODE)
},
// PocketPC Arm
{
@@ -96,7 +96,7 @@ static const ADGameDescription gameDescriptions[] = {
Common::EN_ANY,
Common::kPlatformPocketPC,
ADGF_TESTING,
- GAMEOPTION_CHEATMODE
+ GUIO2(GUIO_NOMIDI,GAMEOPTION_CHEATMODE)
},
// Demos
@@ -107,7 +107,7 @@ static const ADGameDescription gameDescriptions[] = {
Common::EN_ANY,
Common::kPlatformLinux,
(ADGF_DEMO | ADGF_TESTING),
- GAMEOPTION_CHEATMODE
+ GUIO2(GUIO_NOMIDI,GAMEOPTION_CHEATMODE)
},
{
"hdb",
@@ -116,7 +116,7 @@ static const ADGameDescription gameDescriptions[] = {
Common::EN_ANY,
Common::kPlatformWindows,
(ADGF_DEMO | ADGF_TESTING),
- GAMEOPTION_CHEATMODE
+ GUIO2(GUIO_NOMIDI,GAMEOPTION_CHEATMODE)
},
// provided by sev
{
@@ -126,7 +126,7 @@ static const ADGameDescription gameDescriptions[] = {
Common::EN_ANY,
Common::kPlatformWindows,
(ADGF_DEMO | ADGF_TESTING),
- GAMEOPTION_CHEATMODE
+ GUIO2(GUIO_NOMIDI,GAMEOPTION_CHEATMODE)
},
{
"hdb",
@@ -135,7 +135,7 @@ static const ADGameDescription gameDescriptions[] = {
Common::EN_ANY,
Common::kPlatformPocketPC,
(ADGF_DEMO | ADGF_TESTING),
- GAMEOPTION_CHEATMODE
+ GUIO2(GUIO_NOMIDI,GAMEOPTION_CHEATMODE)
},
{
"hdb",
@@ -144,7 +144,7 @@ static const ADGameDescription gameDescriptions[] = {
Common::EN_ANY,
Common::kPlatformPocketPC,
(ADGF_DEMO | ADGF_TESTING | GF_HANDANGO),
- GAMEOPTION_CHEATMODE
+ GUIO2(GUIO_NOMIDI,GAMEOPTION_CHEATMODE)
},
AD_TABLE_END_MARKER
};
Commit: 94a92e9fe2c3dbc7c1173734134a316d9bb5e724
https://github.com/scummvm/scummvm/commit/94a92e9fe2c3dbc7c1173734134a316d9bb5e724
Author: Henrik "Henke37" Andersson (henke at henke37.cjb.net)
Date: 2019-09-29T19:34:16+03:00
Commit Message:
SLUDGE: The engine does not support midi, mark detected games as such.
Changed paths:
engines/sludge/detection.cpp
engines/sludge/detection_tables.h
diff --git a/engines/sludge/detection.cpp b/engines/sludge/detection.cpp
index 020410d..876614e 100644
--- a/engines/sludge/detection.cpp
+++ b/engines/sludge/detection.cpp
@@ -69,7 +69,7 @@ static Sludge::SludgeGameDescription s_fallbackDesc =
Common::UNK_LANG,
Common::kPlatformWindows,
ADGF_NO_FLAGS,
- GUIO0()
+ GUIO1(GUIO_NOMIDI)
},
0
};
@@ -110,7 +110,7 @@ ADDetectedGame SludgeMetaEngine::fallbackDetect(const FileMap &allFiles, const C
s_fallbackDesc.desc.language = Common::EN_ANY;
s_fallbackDesc.desc.flags = ADGF_UNSTABLE;
s_fallbackDesc.desc.platform = Common::kPlatformUnknown;
- s_fallbackDesc.desc.guiOptions = GUIO0();
+ s_fallbackDesc.desc.guiOptions = GUIO1(GUIO_NOMIDI);
s_fallbackDesc.languageID = 0;
for (Common::FSList::const_iterator file = fslist.begin(); file != fslist.end(); ++file) {
diff --git a/engines/sludge/detection_tables.h b/engines/sludge/detection_tables.h
index c5bf3d6..f0104ce 100644
--- a/engines/sludge/detection_tables.h
+++ b/engines/sludge/detection_tables.h
@@ -31,7 +31,7 @@ static const SludgeGameDescription gameDescriptions[] = {
Common::EN_ANY,
Common::kPlatformUnknown,
ADGF_NO_FLAGS,
- GUIO0()
+ GUIO1(GUIO_NOMIDI)
},
0
},
@@ -44,7 +44,7 @@ static const SludgeGameDescription gameDescriptions[] = {
Common::EN_ANY,
Common::kPlatformUnknown,
ADGF_NO_FLAGS,
- GUIO0()
+ GUIO1(GUIO_NOMIDI)
},
0
},
@@ -57,7 +57,7 @@ static const SludgeGameDescription gameDescriptions[] = {
Common::DE_DEU,
Common::kPlatformUnknown,
ADGF_NO_FLAGS,
- GUIO0()
+ GUIO1(GUIO_NOMIDI)
},
1
},
@@ -70,7 +70,7 @@ static const SludgeGameDescription gameDescriptions[] = {
Common::EN_ANY,
Common::kPlatformUnknown,
ADGF_NO_FLAGS,
- GUIO0()
+ GUIO1(GUIO_NOMIDI)
},
0
},
@@ -83,7 +83,7 @@ static const SludgeGameDescription gameDescriptions[] = {
Common::EN_ANY,
Common::kPlatformUnknown,
ADGF_NO_FLAGS,
- GUIO0()
+ GUIO1(GUIO_NOMIDI)
},
0
},
@@ -96,7 +96,7 @@ static const SludgeGameDescription gameDescriptions[] = {
Common::EN_ANY,
Common::kPlatformUnknown,
ADGF_NO_FLAGS,
- GUIO0()
+ GUIO1(GUIO_NOMIDI)
},
0
},
@@ -109,7 +109,7 @@ static const SludgeGameDescription gameDescriptions[] = {
Common::EN_ANY,
Common::kPlatformUnknown,
ADGF_NO_FLAGS,
- GUIO0()
+ GUIO1(GUIO_NOMIDI)
},
0
},
@@ -122,7 +122,7 @@ static const SludgeGameDescription gameDescriptions[] = {
Common::EN_ANY,
Common::kPlatformUnknown,
ADGF_NO_FLAGS,
- GUIO0()
+ GUIO1(GUIO_NOMIDI)
},
0
},
@@ -135,7 +135,7 @@ static const SludgeGameDescription gameDescriptions[] = {
Common::EN_ANY,
Common::kPlatformWindows,
ADGF_NO_FLAGS,
- GUIO0()
+ GUIO1(GUIO_NOMIDI)
},
0
},
@@ -148,7 +148,7 @@ static const SludgeGameDescription gameDescriptions[] = {
Common::EN_ANY,
Common::kPlatformLinux,
ADGF_NO_FLAGS,
- GUIO0()
+ GUIO1(GUIO_NOMIDI)
},
0
},
@@ -161,7 +161,7 @@ static const SludgeGameDescription gameDescriptions[] = {
Common::CZ_CZE,
Common::kPlatformLinux,
ADGF_NO_FLAGS,
- GUIO0()
+ GUIO1(GUIO_NOMIDI)
},
0
},
@@ -174,7 +174,7 @@ static const SludgeGameDescription gameDescriptions[] = {
Common::EN_ANY,
Common::kPlatformLinux,
ADGF_NO_FLAGS,
- GUIO0()
+ GUIO1(GUIO_NOMIDI)
},
1
},
@@ -187,7 +187,7 @@ static const SludgeGameDescription gameDescriptions[] = {
Common::IT_ITA,
Common::kPlatformLinux,
ADGF_NO_FLAGS,
- GUIO0()
+ GUIO1(GUIO_NOMIDI)
},
2
},
@@ -200,7 +200,7 @@ static const SludgeGameDescription gameDescriptions[] = {
Common::PL_POL,
Common::kPlatformLinux,
ADGF_NO_FLAGS,
- GUIO0()
+ GUIO1(GUIO_NOMIDI)
},
3
},
@@ -213,7 +213,7 @@ static const SludgeGameDescription gameDescriptions[] = {
Common::UNK_LANG,
Common::kPlatformWindows,
ADGF_NO_FLAGS,
- GUIO0()
+ GUIO1(GUIO_NOMIDI)
},
0
},
@@ -226,7 +226,7 @@ static const SludgeGameDescription gameDescriptions[] = {
Common::EN_ANY,
Common::kPlatformLinux,
ADGF_NO_FLAGS,
- GUIO0()
+ GUIO1(GUIO_NOMIDI)
},
0
},
@@ -239,7 +239,7 @@ static const SludgeGameDescription gameDescriptions[] = {
Common::IT_ITA,
Common::kPlatformLinux,
ADGF_NO_FLAGS,
- GUIO0()
+ GUIO1(GUIO_NOMIDI)
},
1
},
@@ -252,7 +252,7 @@ static const SludgeGameDescription gameDescriptions[] = {
Common::SE_SWE,
Common::kPlatformLinux,
ADGF_NO_FLAGS,
- GUIO0()
+ GUIO1(GUIO_NOMIDI)
},
2
},
@@ -265,7 +265,7 @@ static const SludgeGameDescription gameDescriptions[] = {
Common::DE_DEU,
Common::kPlatformLinux,
ADGF_NO_FLAGS,
- GUIO0()
+ GUIO1(GUIO_NOMIDI)
},
3
},
Commit: 41a1d446dd8be2805f8d00ee39d184ba4fdca600
https://github.com/scummvm/scummvm/commit/41a1d446dd8be2805f8d00ee39d184ba4fdca600
Author: Henrik "Henke37" Andersson (henke at henke37.cjb.net)
Date: 2019-09-29T19:34:16+03:00
Commit Message:
ADL: The engine does not support midi. Mark the games as such.
Changed paths:
engines/adl/detection.cpp
diff --git a/engines/adl/detection.cpp b/engines/adl/detection.cpp
index 45cd73c..d0a6a65 100644
--- a/engines/adl/detection.cpp
+++ b/engines/adl/detection.cpp
@@ -98,8 +98,8 @@ static const ADExtraGuiOptionsMap optionsList[] = {
AD_EXTRA_GUI_OPTIONS_TERMINATOR
};
-#define DEFAULT_OPTIONS GUIO4(GAMEOPTION_NTSC, GAMEOPTION_COLOR_DEFAULT_ON, GAMEOPTION_MONO_TEXT, GAMEOPTION_SCANLINES)
-#define MH_OPTIONS GUIO4(GAMEOPTION_NTSC, GAMEOPTION_COLOR_DEFAULT_OFF, GAMEOPTION_MONO_TEXT, GAMEOPTION_SCANLINES)
+#define DEFAULT_OPTIONS GUIO5(GAMEOPTION_NTSC, GAMEOPTION_COLOR_DEFAULT_ON, GAMEOPTION_MONO_TEXT, GAMEOPTION_SCANLINES, GUIO_NOMIDI)
+#define MH_OPTIONS GUIO5(GAMEOPTION_NTSC, GAMEOPTION_COLOR_DEFAULT_OFF, GAMEOPTION_MONO_TEXT, GAMEOPTION_SCANLINES, GUIO_NOMIDI)
static const PlainGameDescriptor adlGames[] = {
{ "hires0", "Hi-Res Adventure #0: Mission Asteroid" },
Commit: 1d96322f4422a4d35418416d4381ff2936fa0f5d
https://github.com/scummvm/scummvm/commit/1d96322f4422a4d35418416d4381ff2936fa0f5d
Author: Henrik "Henke37" Andersson (henke at henke37.cjb.net)
Date: 2019-09-29T19:34:16+03:00
Commit Message:
AVALANCHE: This game doesn't use midi. Mark it as such.
Changed paths:
engines/avalanche/detection.cpp
diff --git a/engines/avalanche/detection.cpp b/engines/avalanche/detection.cpp
index 81f9688..add9075 100644
--- a/engines/avalanche/detection.cpp
+++ b/engines/avalanche/detection.cpp
@@ -67,7 +67,7 @@ static const ADGameDescription gameDescriptions[] = {
Common::EN_ANY,
Common::kPlatformDOS,
ADGF_NO_FLAGS,
- GUIO0()
+ GUIO1(GUIO_NOMIDI)
},
AD_TABLE_END_MARKER
Commit: cd9f77080745296a7318a69427e4dd3b169c8613
https://github.com/scummvm/scummvm/commit/cd9f77080745296a7318a69427e4dd3b169c8613
Author: Henrik "Henke37" Andersson (henke at henke37.cjb.net)
Date: 2019-09-29T19:34:16+03:00
Commit Message:
BBVS: The game doesn't use midi. Mark it as such.
Changed paths:
engines/bbvs/detection.cpp
diff --git a/engines/bbvs/detection.cpp b/engines/bbvs/detection.cpp
index b30c6d3..9b072c0 100644
--- a/engines/bbvs/detection.cpp
+++ b/engines/bbvs/detection.cpp
@@ -44,7 +44,7 @@ static const ADGameDescription gameDescriptions[] = {
Common::EN_ANY,
Common::kPlatformWindows,
ADGF_NO_FLAGS,
- GUIO0()
+ GUIO1(GUIO_NOMIDI)
},
{
"bbvs",
@@ -53,7 +53,7 @@ static const ADGameDescription gameDescriptions[] = {
Common::RU_RUS,
Common::kPlatformWindows,
GF_GUILANGSWITCH | ADGF_NO_FLAGS,
- GUIO0()
+ GUIO1(GUIO_NOMIDI)
},
AD_TABLE_END_MARKER
Commit: 0fe9a0666dcba039e7779730764c2acfc66f576b
https://github.com/scummvm/scummvm/commit/0fe9a0666dcba039e7779730764c2acfc66f576b
Author: Henrik "Henke37" Andersson (henke at henke37.cjb.net)
Date: 2019-09-29T19:34:16+03:00
Commit Message:
TOON: The game doesn't use MIDI. Mark it as such.
Changed paths:
engines/toon/detection.cpp
diff --git a/engines/toon/detection.cpp b/engines/toon/detection.cpp
index 57b7c95..da414ae 100644
--- a/engines/toon/detection.cpp
+++ b/engines/toon/detection.cpp
@@ -44,7 +44,7 @@ static const ADGameDescription gameDescriptions[] = {
{"study.svl", 0, "281efa3f33f6712c0f641a605f4d40fd", 2511090},
AD_LISTEND
},
- Common::EN_ANY, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO0()
+ Common::EN_ANY, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO1(GUIO_NOMIDI)
},
{
"toon", "",
@@ -54,7 +54,7 @@ static const ADGameDescription gameDescriptions[] = {
{"study.svl", 0, "df056b94ea83f1ed92a539cf636053ab", 2542668},
AD_LISTEND
},
- Common::FR_FRA, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO0()
+ Common::FR_FRA, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO1(GUIO_NOMIDI)
},
{
"toon", "",
@@ -64,7 +64,7 @@ static const ADGameDescription gameDescriptions[] = {
{"study.svl", 0, "72fe96a9e10967d3138e918295babc42", 2910283},
AD_LISTEND
},
- Common::DE_DEU, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO0()
+ Common::DE_DEU, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO1(GUIO_NOMIDI)
},
{
"toon", "",
@@ -74,7 +74,7 @@ static const ADGameDescription gameDescriptions[] = {
{"study.svl", 0, "b6b1ee2d9d94d53d305856039ab7bde7", 2634620},
AD_LISTEND
},
- Common::ES_ESP, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO0()
+ Common::ES_ESP, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO1(GUIO_NOMIDI)
},
{
"toon", "",
@@ -83,7 +83,7 @@ static const ADGameDescription gameDescriptions[] = {
{"arcaddbl.svl", 0, "1d1b96e317e03ffd3874a8ebe59556f3", 6246232},
{"study.svl", 0, "d4aff126ee27be3c3d25e2996369d7cb", 2324368},
},
- Common::RU_RUS, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO0()
+ Common::RU_RUS, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO1(GUIO_NOMIDI)
},
{
"toon", "",
@@ -93,7 +93,7 @@ static const ADGameDescription gameDescriptions[] = {
{"generic.svl", 0, "5eb99850ada22f0b8cf6392262d4dd07", 9404599},
AD_LISTEND
},
- Common::DE_DEU, Common::kPlatformDOS, ADGF_DEMO, GUIO0()
+ Common::DE_DEU, Common::kPlatformDOS, ADGF_DEMO, GUIO1(GUIO_NOMIDI)
},
{
"toon", "",
@@ -102,7 +102,7 @@ static const ADGameDescription gameDescriptions[] = {
{"generic.svl", 0, "5c42724bb93b360dca7044d6b7ef26e5", 7739319},
AD_LISTEND
},
- Common::EN_ANY, Common::kPlatformDOS, ADGF_DEMO, GUIO0()
+ Common::EN_ANY, Common::kPlatformDOS, ADGF_DEMO, GUIO1(GUIO_NOMIDI)
},
{
// English 2-CD "Sold out" release
@@ -112,7 +112,7 @@ static const ADGameDescription gameDescriptions[] = {
{"generic.svl", 0, "331eead1d20af7ee809a9e2f35b8362f", 6945180},
AD_LISTEND
},
- Common::EN_ANY, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO0()
+ Common::EN_ANY, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO1(GUIO_NOMIDI)
},
AD_TABLE_END_MARKER
Commit: 196bb91dcccd4ebccfe6afe1d61ef8caf494f9f2
https://github.com/scummvm/scummvm/commit/196bb91dcccd4ebccfe6afe1d61ef8caf494f9f2
Author: Henrik "Henke37" Andersson (henke at henke37.cjb.net)
Date: 2019-09-29T19:34:16+03:00
Commit Message:
BLADERUNNER: The game doesn't use MIDI for the music, mark it as such.
Changed paths:
engines/bladerunner/detection_tables.h
diff --git a/engines/bladerunner/detection_tables.h b/engines/bladerunner/detection_tables.h
index b077529..20acd9c 100644
--- a/engines/bladerunner/detection_tables.h
+++ b/engines/bladerunner/detection_tables.h
@@ -40,7 +40,7 @@ static const ADGameDescription gameDescriptions[] = {
Common::EN_ANY,
Common::kPlatformWindows,
ADGF_TESTING,
- GUIO3(GAMEOPTION_SITCOM, GAMEOPTION_SHORTY, GAMEOPTION_FRAMELIMITER_NODELAYMILLIS)
+ GUIO4(GAMEOPTION_SITCOM, GAMEOPTION_SHORTY, GAMEOPTION_FRAMELIMITER_NODELAYMILLIS, GUIO_NOMIDI)
},
// BladeRunner (German)
@@ -51,7 +51,7 @@ static const ADGameDescription gameDescriptions[] = {
Common::DE_DEU,
Common::kPlatformWindows,
ADGF_TESTING,
- GUIO3(GAMEOPTION_SITCOM, GAMEOPTION_SHORTY, GAMEOPTION_FRAMELIMITER_NODELAYMILLIS)
+ GUIO4(GAMEOPTION_SITCOM, GAMEOPTION_SHORTY, GAMEOPTION_FRAMELIMITER_NODELAYMILLIS, GUIO_NOMIDI)
},
// BladeRunner (French) - Bug #9722
@@ -62,7 +62,7 @@ static const ADGameDescription gameDescriptions[] = {
Common::FR_FRA,
Common::kPlatformWindows,
ADGF_TESTING,
- GUIO3(GAMEOPTION_SITCOM, GAMEOPTION_SHORTY, GAMEOPTION_FRAMELIMITER_NODELAYMILLIS)
+ GUIO4(GAMEOPTION_SITCOM, GAMEOPTION_SHORTY, GAMEOPTION_FRAMELIMITER_NODELAYMILLIS, GUIO_NOMIDI)
},
// BladeRunner (Italian)
@@ -73,7 +73,7 @@ static const ADGameDescription gameDescriptions[] = {
Common::IT_ITA,
Common::kPlatformWindows,
ADGF_TESTING,
- GUIO3(GAMEOPTION_SITCOM, GAMEOPTION_SHORTY, GAMEOPTION_FRAMELIMITER_NODELAYMILLIS)
+ GUIO4(GAMEOPTION_SITCOM, GAMEOPTION_SHORTY, GAMEOPTION_FRAMELIMITER_NODELAYMILLIS, GUIO_NOMIDI)
},
// BladeRunner (Russian - Fargus Multimedia + Home Systems, Inc.)
@@ -84,7 +84,7 @@ static const ADGameDescription gameDescriptions[] = {
Common::RU_RUS,
Common::kPlatformWindows,
ADGF_TESTING,
- GUIO3(GAMEOPTION_SITCOM, GAMEOPTION_SHORTY, GAMEOPTION_FRAMELIMITER_NODELAYMILLIS)
+ GUIO4(GAMEOPTION_SITCOM, GAMEOPTION_SHORTY, GAMEOPTION_FRAMELIMITER_NODELAYMILLIS, GUIO_NOMIDI)
},
// BladeRunner (Russian - Fargus Multimedia + Home Systems, Inc. + Siberian Studio, R3)
@@ -95,7 +95,7 @@ static const ADGameDescription gameDescriptions[] = {
Common::RU_RUS,
Common::kPlatformWindows,
ADGF_TESTING,
- GUIO3(GAMEOPTION_SITCOM, GAMEOPTION_SHORTY, GAMEOPTION_FRAMELIMITER_NODELAYMILLIS)
+ GUIO4(GAMEOPTION_SITCOM, GAMEOPTION_SHORTY, GAMEOPTION_FRAMELIMITER_NODELAYMILLIS, GUIO_NOMIDI)
},
// BladeRunner (Russian - Fargus Multimedia + Home Systems, Inc. + Siberian Studio, R4)
@@ -106,7 +106,7 @@ static const ADGameDescription gameDescriptions[] = {
Common::RU_RUS,
Common::kPlatformWindows,
ADGF_TESTING,
- GUIO3(GAMEOPTION_SITCOM, GAMEOPTION_SHORTY, GAMEOPTION_FRAMELIMITER_NODELAYMILLIS)
+ GUIO4(GAMEOPTION_SITCOM, GAMEOPTION_SHORTY, GAMEOPTION_FRAMELIMITER_NODELAYMILLIS, GUIO_NOMIDI)
},
// BladeRunner (Spanish)
@@ -117,7 +117,7 @@ static const ADGameDescription gameDescriptions[] = {
Common::ES_ESP,
Common::kPlatformWindows,
ADGF_TESTING,
- GUIO3(GAMEOPTION_SITCOM, GAMEOPTION_SHORTY, GAMEOPTION_FRAMELIMITER_NODELAYMILLIS)
+ GUIO4(GAMEOPTION_SITCOM, GAMEOPTION_SHORTY, GAMEOPTION_FRAMELIMITER_NODELAYMILLIS, GUIO_NOMIDI)
},
// Versions with restored content
@@ -130,7 +130,7 @@ static const ADGameDescription gameDescriptions[] = {
Common::EN_ANY,
Common::kPlatformWindows,
ADGF_UNSTABLE,
- GUIO3(GAMEOPTION_SITCOM, GAMEOPTION_SHORTY, GAMEOPTION_FRAMELIMITER_NODELAYMILLIS)
+ GUIO4(GAMEOPTION_SITCOM, GAMEOPTION_SHORTY, GAMEOPTION_FRAMELIMITER_NODELAYMILLIS, GUIO_NOMIDI)
},
// BladeRunner (German)
@@ -141,7 +141,7 @@ static const ADGameDescription gameDescriptions[] = {
Common::DE_DEU,
Common::kPlatformWindows,
ADGF_UNSTABLE,
- GUIO3(GAMEOPTION_SITCOM, GAMEOPTION_SHORTY, GAMEOPTION_FRAMELIMITER_NODELAYMILLIS)
+ GUIO4(GAMEOPTION_SITCOM, GAMEOPTION_SHORTY, GAMEOPTION_FRAMELIMITER_NODELAYMILLIS, GUIO_NOMIDI)
},
// BladeRunner (French)
@@ -152,7 +152,7 @@ static const ADGameDescription gameDescriptions[] = {
Common::FR_FRA,
Common::kPlatformWindows,
ADGF_UNSTABLE,
- GUIO3(GAMEOPTION_SITCOM, GAMEOPTION_SHORTY, GAMEOPTION_FRAMELIMITER_NODELAYMILLIS)
+ GUIO4(GAMEOPTION_SITCOM, GAMEOPTION_SHORTY, GAMEOPTION_FRAMELIMITER_NODELAYMILLIS, GUIO_NOMIDI)
},
// BladeRunner (Italian)
@@ -163,7 +163,7 @@ static const ADGameDescription gameDescriptions[] = {
Common::IT_ITA,
Common::kPlatformWindows,
ADGF_UNSTABLE,
- GUIO3(GAMEOPTION_SITCOM, GAMEOPTION_SHORTY, GAMEOPTION_FRAMELIMITER_NODELAYMILLIS)
+ GUIO4(GAMEOPTION_SITCOM, GAMEOPTION_SHORTY, GAMEOPTION_FRAMELIMITER_NODELAYMILLIS, GUIO_NOMIDI)
},
// BladeRunner (Russian - Fargus Multimedia + Home Systems, Inc.)
@@ -174,7 +174,7 @@ static const ADGameDescription gameDescriptions[] = {
Common::RU_RUS,
Common::kPlatformWindows,
ADGF_UNSTABLE,
- GUIO3(GAMEOPTION_SITCOM, GAMEOPTION_SHORTY, GAMEOPTION_FRAMELIMITER_NODELAYMILLIS)
+ GUIO4(GAMEOPTION_SITCOM, GAMEOPTION_SHORTY, GAMEOPTION_FRAMELIMITER_NODELAYMILLIS, GUIO_NOMIDI)
},
// BladeRunner (Russian - Fargus Multimedia + Home Systems, Inc. + Siberian Studio, R3)
@@ -185,7 +185,7 @@ static const ADGameDescription gameDescriptions[] = {
Common::RU_RUS,
Common::kPlatformWindows,
ADGF_UNSTABLE,
- GUIO3(GAMEOPTION_SITCOM, GAMEOPTION_SHORTY, GAMEOPTION_FRAMELIMITER_NODELAYMILLIS)
+ GUIO4(GAMEOPTION_SITCOM, GAMEOPTION_SHORTY, GAMEOPTION_FRAMELIMITER_NODELAYMILLIS, GUIO_NOMIDI)
},
// BladeRunner (Russian - Fargus Multimedia + Home Systems, Inc. + Siberian Studio, R4)
@@ -196,7 +196,7 @@ static const ADGameDescription gameDescriptions[] = {
Common::RU_RUS,
Common::kPlatformWindows,
ADGF_UNSTABLE,
- GUIO3(GAMEOPTION_SITCOM, GAMEOPTION_SHORTY, GAMEOPTION_FRAMELIMITER_NODELAYMILLIS)
+ GUIO4(GAMEOPTION_SITCOM, GAMEOPTION_SHORTY, GAMEOPTION_FRAMELIMITER_NODELAYMILLIS, GUIO_NOMIDI)
},
AD_TABLE_END_MARKER
Commit: fb79c7893046a2fa0d1c48f805beb7b260417dd1
https://github.com/scummvm/scummvm/commit/fb79c7893046a2fa0d1c48f805beb7b260417dd1
Author: Henrik "Henke37" Andersson (henke at henke37.cjb.net)
Date: 2019-09-29T19:34:16+03:00
Commit Message:
CHEWY: The game doesn't use MIDI for the music, mark it as such.
Changed paths:
engines/chewy/detection.cpp
diff --git a/engines/chewy/detection.cpp b/engines/chewy/detection.cpp
index b582e83..75176c9 100644
--- a/engines/chewy/detection.cpp
+++ b/engines/chewy/detection.cpp
@@ -67,7 +67,7 @@ static const ChewyGameDescription gameDescriptions[] = {
Common::EN_ANY,
Common::kPlatformDOS,
ADGF_NO_FLAGS,
- GUIO1(GUIO_NONE)
+ GUIO1(GUIO_NOMIDI)
},
},
@@ -84,7 +84,7 @@ static const ChewyGameDescription gameDescriptions[] = {
Common::DE_DEU,
Common::kPlatformDOS,
ADGF_NO_FLAGS,
- GUIO1(GUIO_NONE)
+ GUIO1(GUIO_NOMIDI)
},
},
@@ -101,7 +101,7 @@ static const ChewyGameDescription gameDescriptions[] = {
Common::DE_DEU,
Common::kPlatformDOS,
ADGF_NO_FLAGS,
- GUIO1(GUIO_NONE)
+ GUIO1(GUIO_NOMIDI)
},
},
Commit: 391f26ff70425cf393685573bee9d78b2c974d4a
https://github.com/scummvm/scummvm/commit/391f26ff70425cf393685573bee9d78b2c974d4a
Author: Henrik "Henke37" Andersson (henke at henke37.cjb.net)
Date: 2019-09-29T19:34:16+03:00
Commit Message:
COMPOSER: The engine does not use MIDI, mark the games as such.
Changed paths:
engines/composer/detection.cpp
diff --git a/engines/composer/detection.cpp b/engines/composer/detection.cpp
index 0ae0f1f..4ab08251 100644
--- a/engines/composer/detection.cpp
+++ b/engines/composer/detection.cpp
@@ -79,7 +79,7 @@ static const ComposerGameDescription gameDescriptions[] = {
Common::EN_ANY,
Common::kPlatformWindows,
ADGF_NO_FLAGS,
- GUIO1(GUIO_NOASPECT)
+ GUIO2(GUIO_NOASPECT, GUIO_NOMIDI)
},
GType_ComposerV1
},
@@ -93,7 +93,7 @@ static const ComposerGameDescription gameDescriptions[] = {
Common::EN_ANY,
Common::kPlatformMacintosh,
ADGF_NO_FLAGS,
- GUIO1(GUIO_NOASPECT)
+ GUIO2(GUIO_NOASPECT, GUIO_NOMIDI)
},
GType_ComposerV1
},
@@ -107,7 +107,7 @@ static const ComposerGameDescription gameDescriptions[] = {
Common::DE_DEU,
Common::kPlatformWindows,
ADGF_NO_FLAGS,
- GUIO1(GUIO_NOASPECT)
+ GUIO2(GUIO_NOASPECT, GUIO_NOMIDI)
},
GType_ComposerV1
},
@@ -121,7 +121,7 @@ static const ComposerGameDescription gameDescriptions[] = {
Common::EN_ANY,
Common::kPlatformWindows,
ADGF_NO_FLAGS,
- GUIO1(GUIO_NOASPECT)
+ GUIO2(GUIO_NOASPECT, GUIO_NOMIDI)
},
GType_ComposerV1
},
@@ -135,7 +135,7 @@ static const ComposerGameDescription gameDescriptions[] = {
Common::EN_ANY,
Common::kPlatformMacintosh,
ADGF_NO_FLAGS,
- GUIO1(GUIO_NOASPECT)
+ GUIO2(GUIO_NOASPECT, GUIO_NOMIDI)
},
GType_ComposerV1
},
@@ -149,7 +149,7 @@ static const ComposerGameDescription gameDescriptions[] = {
Common::DE_DEU,
Common::kPlatformWindows,
ADGF_NO_FLAGS,
- GUIO1(GUIO_NOASPECT)
+ GUIO2(GUIO_NOASPECT, GUIO_NOMIDI)
},
GType_ComposerV1
},
@@ -163,7 +163,7 @@ static const ComposerGameDescription gameDescriptions[] = {
Common::EN_ANY,
Common::kPlatformWindows,
ADGF_NO_FLAGS,
- GUIO1(GUIO_NOASPECT)
+ GUIO2(GUIO_NOASPECT, GUIO_NOMIDI)
},
GType_ComposerV1
},
@@ -177,7 +177,7 @@ static const ComposerGameDescription gameDescriptions[] = {
Common::EN_ANY,
Common::kPlatformMacintosh,
ADGF_NO_FLAGS,
- GUIO1(GUIO_NOASPECT)
+ GUIO2(GUIO_NOASPECT, GUIO_NOMIDI)
},
GType_ComposerV1
},
@@ -191,7 +191,7 @@ static const ComposerGameDescription gameDescriptions[] = {
Common::EN_ANY,
Common::kPlatformWindows,
ADGF_USEEXTRAASTITLE | ADGF_DEMO,
- GUIO1(GUIO_NOASPECT)
+ GUIO2(GUIO_NOASPECT, GUIO_NOMIDI)
},
GType_ComposerV1
},
@@ -204,7 +204,7 @@ static const ComposerGameDescription gameDescriptions[] = {
Common::EN_ANY,
Common::kPlatformWindows,
ADGF_NO_FLAGS,
- GUIO1(GUIO_NOASPECT)
+ GUIO2(GUIO_NOASPECT, GUIO_NOMIDI)
},
GType_ComposerV2
},
@@ -222,7 +222,7 @@ static const ComposerGameDescription gameDescriptions[] = {
Common::EN_ANY,
Common::kPlatformMacintosh,
ADGF_NO_FLAGS,
- GUIO1(GUIO_NOASPECT)
+ GUIO2(GUIO_NOASPECT, GUIO_NOMIDI)
},
GType_ComposerV2
},
@@ -236,7 +236,7 @@ static const ComposerGameDescription gameDescriptions[] = {
Common::EN_ANY,
Common::kPlatformWindows,
ADGF_USEEXTRAASTITLE | ADGF_DEMO,
- GUIO1(GUIO_NOASPECT)
+ GUIO2(GUIO_NOASPECT, GUIO_NOMIDI)
},
GType_ComposerV2
},
@@ -253,7 +253,7 @@ static const ComposerGameDescription gameDescriptions[] = {
Common::EN_ANY,
Common::kPlatformWindows,
ADGF_NO_FLAGS,
- GUIO1(GUIO_NOASPECT)
+ GUIO2(GUIO_NOASPECT, GUIO_NOMIDI)
},
GType_ComposerV2
},
@@ -266,7 +266,7 @@ static const ComposerGameDescription gameDescriptions[] = {
Common::EN_ANY,
Common::kPlatformMacintosh,
ADGF_NO_FLAGS,
- GUIO1(GUIO_NOASPECT)
+ GUIO2(GUIO_NOASPECT, GUIO_NOMIDI)
},
GType_ComposerV2
},
@@ -282,7 +282,7 @@ static const ComposerGameDescription gameDescriptions[] = {
Common::FR_FRA,
Common::kPlatformMacintosh,
ADGF_NO_FLAGS,
- GUIO1(GUIO_NOASPECT)
+ GUIO2(GUIO_NOASPECT, GUIO_NOMIDI)
},
GType_ComposerV2
},
@@ -295,7 +295,7 @@ static const ComposerGameDescription gameDescriptions[] = {
Common::FR_FRA,
Common::kPlatformWindows,
ADGF_NO_FLAGS,
- GUIO1(GUIO_NOASPECT)
+ GUIO2(GUIO_NOASPECT, GUIO_NOMIDI)
},
GType_ComposerV2
},
@@ -312,7 +312,7 @@ static const ComposerGameDescription gameDescriptions[] = {
Common::DE_DEU,
Common::kPlatformWindows,
ADGF_NO_FLAGS,
- GUIO1(GUIO_NOASPECT)
+ GUIO2(GUIO_NOASPECT, GUIO_NOMIDI)
},
GType_ComposerV2
},
@@ -325,7 +325,7 @@ static const ComposerGameDescription gameDescriptions[] = {
Common::HE_ISR,
Common::kPlatformWindows,
ADGF_NO_FLAGS,
- GUIO1(GUIO_NOASPECT)
+ GUIO2(GUIO_NOASPECT, GUIO_NOMIDI)
},
GType_ComposerV2
},
@@ -342,7 +342,7 @@ static const ComposerGameDescription gameDescriptions[] = {
Common::EN_ANY,
Common::kPlatformWindows,
ADGF_NO_FLAGS,
- GUIO1(GUIO_NOASPECT)
+ GUIO2(GUIO_NOASPECT, GUIO_NOMIDI)
},
GType_ComposerV2
},
@@ -355,7 +355,7 @@ static const ComposerGameDescription gameDescriptions[] = {
Common::EN_ANY,
Common::kPlatformMacintosh,
ADGF_NO_FLAGS,
- GUIO1(GUIO_NOASPECT)
+ GUIO2(GUIO_NOASPECT, GUIO_NOMIDI)
},
GType_ComposerV2
},
@@ -368,7 +368,7 @@ static const ComposerGameDescription gameDescriptions[] = {
Common::FR_FRA,
Common::kPlatformWindows,
ADGF_NO_FLAGS,
- GUIO1(GUIO_NOASPECT)
+ GUIO2(GUIO_NOASPECT, GUIO_NOMIDI)
},
GType_ComposerV2
},
@@ -385,7 +385,7 @@ static const ComposerGameDescription gameDescriptions[] = {
Common::DE_DEU,
Common::kPlatformWindows,
ADGF_NO_FLAGS,
- GUIO1(GUIO_NOASPECT)
+ GUIO2(GUIO_NOASPECT, GUIO_NOMIDI)
},
GType_ComposerV2
},
@@ -402,7 +402,7 @@ static const ComposerGameDescription gameDescriptions[] = {
Common::EN_ANY,
Common::kPlatformWindows,
ADGF_NO_FLAGS,
- GUIO1(GUIO_NOASPECT)
+ GUIO2(GUIO_NOASPECT, GUIO_NOMIDI)
},
GType_ComposerV2
},
@@ -420,7 +420,7 @@ static const ComposerGameDescription gameDescriptions[] = {
Common::EN_ANY,
Common::kPlatformMacintosh,
ADGF_NO_FLAGS,
- GUIO1(GUIO_NOASPECT)
+ GUIO2(GUIO_NOASPECT, GUIO_NOMIDI)
},
GType_ComposerV2
},
@@ -437,7 +437,7 @@ static const ComposerGameDescription gameDescriptions[] = {
Common::EN_ANY,
Common::kPlatformWindows,
ADGF_NO_FLAGS,
- GUIO1(GUIO_NOASPECT)
+ GUIO2(GUIO_NOASPECT, GUIO_NOMIDI)
},
GType_ComposerV2
},
@@ -455,7 +455,7 @@ static const ComposerGameDescription gameDescriptions[] = {
Common::EN_ANY,
Common::kPlatformMacintosh,
ADGF_NO_FLAGS,
- GUIO1(GUIO_NOASPECT)
+ GUIO2(GUIO_NOASPECT, GUIO_NOMIDI)
},
GType_ComposerV2
},
Commit: 91659a1b1a51ede7cfdca22c03679266933efbc3
https://github.com/scummvm/scummvm/commit/91659a1b1a51ede7cfdca22c03679266933efbc3
Author: Henrik "Henke37" Andersson (henke at henke37.cjb.net)
Date: 2019-09-29T19:34:16+03:00
Commit Message:
DM: Game does not use MID, mark it as such.
Changed paths:
engines/dm/detection.cpp
diff --git a/engines/dm/detection.cpp b/engines/dm/detection.cpp
index a8f44ac..8f7c439 100644
--- a/engines/dm/detection.cpp
+++ b/engines/dm/detection.cpp
@@ -49,7 +49,7 @@ static const DMADGameDescription gameDescriptions[] = {
{"Dungeon.dat", 0, "43a213da8eda413541dd12f90ce202f6", 25006},
AD_LISTEND
},
- Common::EN_ANY, Common::kPlatformAmiga, ADGF_NO_FLAGS, GUIO1(GUIO_NONE)
+ Common::EN_ANY, Common::kPlatformAmiga, ADGF_NO_FLAGS, GUIO1(GUIO_NOMIDI)
},
kDMSaveTargetDM21, kDMSaveFormatAmigaPC98FmTowns, kDMSavePlatformAmiga,
{ kDMSaveTargetDM21, kDMSaveTargetEndOfList },
@@ -63,7 +63,7 @@ static const DMADGameDescription gameDescriptions[] = {
{"Dungeon.dat", 0, "be9468b460515741babec9a70501e2e9", 33286},
AD_LISTEND
},
- Common::EN_ANY, Common::kPlatformAtariST, ADGF_NO_FLAGS, GUIO1(GUIO_NONE),
+ Common::EN_ANY, Common::kPlatformAtariST, ADGF_NO_FLAGS, GUIO1(GUIO_NOMIDI),
},
kDMSaveTargetDM21, kDMSaveFormatAmigaPC98FmTowns, kDMSavePlatformAtariSt,
{ kDMSaveTargetDM21, kDMSaveTargetEndOfList},
@@ -78,7 +78,7 @@ static const DMADGameDescription gameDescriptions[] = {
{"DemoDun.dat", 0, "78848e1a2d3d5a11e5954deb8c7b772b", 1209},
AD_LISTEND
},
- Common::EN_ANY, Common::kPlatformAmiga, ADGF_DEMO, GUIO1(GUIO_NONE),
+ Common::EN_ANY, Common::kPlatformAmiga, ADGF_DEMO, GUIO1(GUIO_NOMIDI),
},
kDMSaveTargetDM21, kDMSaveFormatAmigaPC98FmTowns, kDMSavePlatformAtariSt,
{ kDMSaveTargetDM21, kDMSaveTargetEndOfList},
Commit: cd9944a35966a7ad8247019d5e28e8a381b779b9
https://github.com/scummvm/scummvm/commit/cd9944a35966a7ad8247019d5e28e8a381b779b9
Author: Henrik "Henke37" Andersson (henke at henke37.cjb.net)
Date: 2019-09-29T19:34:16+03:00
Commit Message:
FULLPIPE: Game uses ogg, not midi for music. Mark it as not using midi.
Changed paths:
engines/fullpipe/detection.cpp
diff --git a/engines/fullpipe/detection.cpp b/engines/fullpipe/detection.cpp
index cb45ae9..358d3c6 100644
--- a/engines/fullpipe/detection.cpp
+++ b/engines/fullpipe/detection.cpp
@@ -64,7 +64,7 @@ static const ADGameDescription gameDescriptions[] = {
Common::RU_RUS,
Common::kPlatformWindows,
ADGF_DROPPLATFORM,
- GUIO1(GUIO_NONE)
+ GUIO1(GUIO_NOMIDI)
},
// Full Pipe German version
@@ -75,7 +75,7 @@ static const ADGameDescription gameDescriptions[] = {
Common::DE_DEU,
Common::kPlatformWindows,
ADGF_DROPPLATFORM,
- GUIO1(GUIO_NONE)
+ GUIO1(GUIO_NOMIDI)
},
// Full Pipe Estonian version
@@ -86,7 +86,7 @@ static const ADGameDescription gameDescriptions[] = {
Common::ET_EST,
Common::kPlatformWindows,
ADGF_DROPPLATFORM,
- GUIO1(GUIO_NONE)
+ GUIO1(GUIO_NOMIDI)
},
// Full Pipe English version
@@ -97,7 +97,7 @@ static const ADGameDescription gameDescriptions[] = {
Common::EN_ANY,
Common::kPlatformWindows,
ADGF_DROPPLATFORM,
- GUIO1(GUIO_NONE)
+ GUIO1(GUIO_NOMIDI)
},
// Full Pipe Russian Demo version
@@ -108,7 +108,7 @@ static const ADGameDescription gameDescriptions[] = {
Common::RU_RUS,
Common::kPlatformWindows,
ADGF_DROPPLATFORM | ADGF_DEMO,
- GUIO1(GUIO_NONE)
+ GUIO1(GUIO_NOMIDI)
},
// Full Pipe German Demo version
@@ -119,7 +119,7 @@ static const ADGameDescription gameDescriptions[] = {
Common::DE_DEU,
Common::kPlatformWindows,
ADGF_DROPPLATFORM | ADGF_DEMO,
- GUIO1(GUIO_NONE)
+ GUIO1(GUIO_NOMIDI)
},
AD_TABLE_END_MARKER
Commit: 8e31e2b921d7261076775d8afaf22853039f8744
https://github.com/scummvm/scummvm/commit/8e31e2b921d7261076775d8afaf22853039f8744
Author: Henrik "Henke37" Andersson (henke at henke37.cjb.net)
Date: 2019-09-29T19:34:16+03:00
Commit Message:
HOPKINS: Game uses mod files, not midi. Mark the game as not using MIDI.
Changed paths:
engines/hopkins/detection_tables.h
diff --git a/engines/hopkins/detection_tables.h b/engines/hopkins/detection_tables.h
index aeb92d7..e973218 100644
--- a/engines/hopkins/detection_tables.h
+++ b/engines/hopkins/detection_tables.h
@@ -38,7 +38,7 @@ static const HopkinsGameDescription gameDescriptions[] = {
Common::EN_ANY,
Common::kPlatformLinux,
ADGF_DEMO,
- GUIO1(GAMEOPTION_GORE_DEFAULT_ON)
+ GUIO2(GAMEOPTION_GORE_DEFAULT_ON, GUIO_NOMIDI)
},
},
{
@@ -54,7 +54,7 @@ static const HopkinsGameDescription gameDescriptions[] = {
Common::EN_ANY,
Common::kPlatformOS2,
ADGF_NO_FLAGS,
- GUIO1(GAMEOPTION_GORE_DEFAULT_ON)
+ GUIO2(GAMEOPTION_GORE_DEFAULT_ON, GUIO_NOMIDI)
},
},
{
@@ -69,7 +69,7 @@ static const HopkinsGameDescription gameDescriptions[] = {
Common::EN_ANY,
Common::kPlatformBeOS,
ADGF_NO_FLAGS,
- GUIO1(GAMEOPTION_GORE_DEFAULT_ON)
+ GUIO2(GAMEOPTION_GORE_DEFAULT_ON, GUIO_NOMIDI)
},
},
{
@@ -84,7 +84,7 @@ static const HopkinsGameDescription gameDescriptions[] = {
Common::ES_ESP,
Common::kPlatformWindows,
ADGF_NO_FLAGS,
- GUIO1(GAMEOPTION_GORE_DEFAULT_ON)
+ GUIO2(GAMEOPTION_GORE_DEFAULT_ON, GUIO_NOMIDI)
},
},
{
@@ -99,7 +99,7 @@ static const HopkinsGameDescription gameDescriptions[] = {
Common::EN_ANY,
Common::kPlatformWindows,
ADGF_NO_FLAGS,
- GUIO1(GAMEOPTION_GORE_DEFAULT_OFF)
+ GUIO2(GAMEOPTION_GORE_DEFAULT_OFF, GUIO_NOMIDI)
},
},
{
@@ -114,7 +114,7 @@ static const HopkinsGameDescription gameDescriptions[] = {
Common::RU_RUS,
Common::kPlatformWindows,
ADGF_NO_FLAGS,
- GUIO1(GAMEOPTION_GORE_DEFAULT_ON)
+ GUIO2(GAMEOPTION_GORE_DEFAULT_ON, GUIO_NOMIDI)
},
},
{
@@ -129,7 +129,7 @@ static const HopkinsGameDescription gameDescriptions[] = {
Common::FR_FRA,
Common::kPlatformLinux,
ADGF_NO_FLAGS,
- GUIO1(GAMEOPTION_GORE_DEFAULT_ON)
+ GUIO2(GAMEOPTION_GORE_DEFAULT_ON, GUIO_NOMIDI)
},
},
{
@@ -144,7 +144,7 @@ static const HopkinsGameDescription gameDescriptions[] = {
Common::EN_ANY,
Common::kPlatformLinux,
ADGF_NO_FLAGS,
- GUIO1(GAMEOPTION_GORE_DEFAULT_ON)
+ GUIO2(GAMEOPTION_GORE_DEFAULT_ON, GUIO_NOMIDI)
},
},
{
@@ -159,7 +159,7 @@ static const HopkinsGameDescription gameDescriptions[] = {
Common::FR_FRA,
Common::kPlatformWindows,
ADGF_NO_FLAGS,
- GUIO1(GAMEOPTION_GORE_DEFAULT_ON)
+ GUIO2(GAMEOPTION_GORE_DEFAULT_ON, GUIO_NOMIDI)
},
},
@@ -175,7 +175,7 @@ static const HopkinsGameDescription gameDescriptions[] = {
Common::PL_POL,
Common::kPlatformWindows,
ADGF_NO_FLAGS,
- GUIO1(GAMEOPTION_GORE_DEFAULT_OFF)
+ GUIO2(GAMEOPTION_GORE_DEFAULT_OFF, GUIO_NOMIDI)
},
},
@@ -192,7 +192,7 @@ static const HopkinsGameDescription gameDescriptions[] = {
Common::EN_ANY,
Common::kPlatformWindows,
ADGF_DEMO,
- GUIO1(GAMEOPTION_GORE_DEFAULT_ON)
+ GUIO2(GAMEOPTION_GORE_DEFAULT_ON, GUIO_NOMIDI)
},
},
{
@@ -207,7 +207,7 @@ static const HopkinsGameDescription gameDescriptions[] = {
Common::PL_POL,
Common::kPlatformWindows,
ADGF_DEMO,
- GUIO1(GAMEOPTION_GORE_DEFAULT_OFF)
+ GUIO2(GAMEOPTION_GORE_DEFAULT_OFF, GUIO_NOMIDI)
},
},
{ AD_TABLE_END_MARKER }
Commit: 550c8c8201901c911e5deaccf36ebef961986ba9
https://github.com/scummvm/scummvm/commit/550c8c8201901c911e5deaccf36ebef961986ba9
Author: Henrik "Henke37" Andersson (henke at henke37.cjb.net)
Date: 2019-09-29T19:34:16+03:00
Commit Message:
MACVENTURE: Engine doesn't use MIDI, mark games as such.
Changed paths:
engines/macventure/detection.cpp
diff --git a/engines/macventure/detection.cpp b/engines/macventure/detection.cpp
index 5eda420..1f816a4 100644
--- a/engines/macventure/detection.cpp
+++ b/engines/macventure/detection.cpp
@@ -31,7 +31,7 @@ namespace MacVenture {
#define ADGF_DEFAULT (ADGF_DROPLANGUAGE|ADGF_DROPPLATFORM|ADGF_MACRESFORK)
-#define BASEGAME(n, v, f, md5, s) {n, v, AD_ENTRY1s(f, md5, s), Common::EN_ANY, Common::kPlatformMacintosh, ADGF_DEFAULT, GUIO0()}
+#define BASEGAME(n, v, f, md5, s) {n, v, AD_ENTRY1s(f, md5, s), Common::EN_ANY, Common::kPlatformMacintosh, ADGF_DEFAULT, GUIO1(GUIO_NOMIDI)}
static const ADGameDescription gameDescriptions[] = {
BASEGAME("shadowgate", "Zojoi Rerelease", "Shadowgate.bin", "ebbfbcbf93938bd2900cb0c0213b19ad", 68974), // Zojoi Rerelease
@@ -59,7 +59,7 @@ SaveStateDescriptor loadMetaData(Common::SeekableReadStream *s, int slot, bool s
class MacVentureMetaEngine : public AdvancedMetaEngine {
public:
MacVentureMetaEngine() : AdvancedMetaEngine(MacVenture::gameDescriptions, sizeof(ADGameDescription), macventureGames) {
- _guiOptions = GUIO0();
+ _guiOptions = GUIO1(GUIO_NOMIDI);
_md5Bytes = 5000000; // TODO: Upper limit, adjust it once all games are added
}
Commit: 1f39deb176432116d52c508a7877e22fa0922660
https://github.com/scummvm/scummvm/commit/1f39deb176432116d52c508a7877e22fa0922660
Author: Henrik "Henke37" Andersson (henke at henke37.cjb.net)
Date: 2019-09-29T19:34:16+03:00
Commit Message:
SUPERNOVA: The game doesn't use MIDI, mark it as such.
Changed paths:
engines/supernova/detection.cpp
diff --git a/engines/supernova/detection.cpp b/engines/supernova/detection.cpp
index 86393a0..df0c796 100644
--- a/engines/supernova/detection.cpp
+++ b/engines/supernova/detection.cpp
@@ -63,7 +63,7 @@ static const ADGameDescription gameDescriptions[] = {
Common::DE_DEU,
Common::kPlatformDOS,
ADGF_TESTING,
- GUIO1(GAMEOPTION_IMPROVED)
+ GUIO2(GAMEOPTION_IMPROVED, GUIO_NOMIDI)
},
{
"msn1",
@@ -72,7 +72,7 @@ static const ADGameDescription gameDescriptions[] = {
Common::EN_ANY,
Common::kPlatformDOS,
ADGF_TESTING,
- GUIO1(GAMEOPTION_IMPROVED)
+ GUIO2(GAMEOPTION_IMPROVED, GUIO_NOMIDI)
},
// Mission Supernova 2
{
@@ -82,7 +82,7 @@ static const ADGameDescription gameDescriptions[] = {
Common::DE_DEU,
Common::kPlatformDOS,
ADGF_TESTING,
- GUIO1(GAMEOPTION_IMPROVED)
+ GUIO2(GAMEOPTION_IMPROVED, GUIO_NOMIDI)
},
{
"msn2",
@@ -91,7 +91,7 @@ static const ADGameDescription gameDescriptions[] = {
Common::EN_ANY,
Common::kPlatformDOS,
ADGF_TESTING,
- GUIO1(GAMEOPTION_IMPROVED)
+ GUIO2(GAMEOPTION_IMPROVED, GUIO_NOMIDI)
},
AD_TABLE_END_MARKER
};
Commit: 92a2a9afc6c496605b49056b01b97f64202abb03
https://github.com/scummvm/scummvm/commit/92a2a9afc6c496605b49056b01b97f64202abb03
Author: Henrik "Henke37" Andersson (henke at henke37.cjb.net)
Date: 2019-09-29T19:34:16+03:00
Commit Message:
TONY: The engine doesn't use MIDI, mark the games as such.
Changed paths:
engines/tony/detection_tables.h
diff --git a/engines/tony/detection_tables.h b/engines/tony/detection_tables.h
index 1bb91a8..e430bce 100644
--- a/engines/tony/detection_tables.h
+++ b/engines/tony/detection_tables.h
@@ -37,7 +37,7 @@ static const TonyGameDescription gameDescriptions[] = {
Common::EN_ANY,
Common::kPlatformWindows,
ADGF_NO_FLAGS,
- GUIO1(GUIO_NONE)
+ GUIO1(GUIO_NOMIDI)
},
},
@@ -55,7 +55,7 @@ static const TonyGameDescription gameDescriptions[] = {
Common::CZ_CZE,
Common::kPlatformWindows,
ADGF_NO_FLAGS,
- GUIO1(GUIO_NONE)
+ GUIO1(GUIO_NOMIDI)
},
},
@@ -72,7 +72,7 @@ static const TonyGameDescription gameDescriptions[] = {
Common::EN_ANY,
Common::kPlatformWindows,
ADGF_DEMO,
- GUIO1(GUIO_NONE)
+ GUIO1(GUIO_NOMIDI)
},
},
@@ -88,7 +88,7 @@ static const TonyGameDescription gameDescriptions[] = {
Common::EN_ANY,
Common::kPlatformWindows,
ADGF_DEMO | GF_COMPRESSED,
- GUIO1(GUIO_NONE)
+ GUIO1(GUIO_NOMIDI)
},
},
@@ -105,7 +105,7 @@ static const TonyGameDescription gameDescriptions[] = {
Common::FR_FRA,
Common::kPlatformWindows,
ADGF_NO_FLAGS,
- GUIO1(GUIO_NONE)
+ GUIO1(GUIO_NOMIDI)
},
},
@@ -122,7 +122,7 @@ static const TonyGameDescription gameDescriptions[] = {
Common::DE_DEU,
Common::kPlatformWindows,
ADGF_NO_FLAGS,
- GUIO1(GUIO_NONE)
+ GUIO1(GUIO_NOMIDI)
},
},
@@ -139,7 +139,7 @@ static const TonyGameDescription gameDescriptions[] = {
Common::IT_ITA,
Common::kPlatformWindows,
ADGF_NO_FLAGS,
- GUIO1(GUIO_NONE)
+ GUIO1(GUIO_NOMIDI)
},
},
@@ -156,7 +156,7 @@ static const TonyGameDescription gameDescriptions[] = {
Common::IT_ITA,
Common::kPlatformWindows,
ADGF_NO_FLAGS,
- GUIO1(GUIO_NONE)
+ GUIO1(GUIO_NOMIDI)
},
},
@@ -173,7 +173,7 @@ static const TonyGameDescription gameDescriptions[] = {
Common::PL_POL,
Common::kPlatformWindows,
ADGF_NO_FLAGS,
- GUIO1(GUIO_NONE)
+ GUIO1(GUIO_NOMIDI)
},
},
@@ -190,7 +190,7 @@ static const TonyGameDescription gameDescriptions[] = {
Common::DE_DEU,
Common::kPlatformWindows,
ADGF_NO_FLAGS,
- GUIO1(GUIO_NONE)
+ GUIO1(GUIO_NOMIDI)
},
},
@@ -208,7 +208,7 @@ static const TonyGameDescription gameDescriptions[] = {
Common::CZ_CZE,
Common::kPlatformWindows,
ADGF_NO_FLAGS,
- GUIO1(GUIO_NONE)
+ GUIO1(GUIO_NOMIDI)
},
},
@@ -225,7 +225,7 @@ static const TonyGameDescription gameDescriptions[] = {
Common::EN_ANY,
Common::kPlatformWindows,
ADGF_NO_FLAGS,
- GUIO1(GUIO_NONE)
+ GUIO1(GUIO_NOMIDI)
},
},
@@ -242,7 +242,7 @@ static const TonyGameDescription gameDescriptions[] = {
Common::EN_ANY,
Common::kPlatformWindows,
ADGF_NO_FLAGS,
- GUIO1(GUIO_NONE)
+ GUIO1(GUIO_NOMIDI)
},
},
@@ -259,7 +259,7 @@ static const TonyGameDescription gameDescriptions[] = {
Common::RU_RUS,
Common::kPlatformWindows,
ADGF_NO_FLAGS,
- GUIO1(GUIO_NONE)
+ GUIO1(GUIO_NOMIDI)
},
},
Commit: 24e58d88db7d078cb19e1efc2cecb077238e1670
https://github.com/scummvm/scummvm/commit/24e58d88db7d078cb19e1efc2cecb077238e1670
Author: Henrik "Henke37" Andersson (henke at henke37.cjb.net)
Date: 2019-09-29T19:34:16+03:00
Commit Message:
TUCKER: Game doesn't use MIDI, mark it as such.
Changed paths:
engines/tucker/detection.cpp
diff --git a/engines/tucker/detection.cpp b/engines/tucker/detection.cpp
index 42a812a..36574b8 100644
--- a/engines/tucker/detection.cpp
+++ b/engines/tucker/detection.cpp
@@ -43,7 +43,7 @@ static const ADGameDescription tuckerGameDescriptions[] = {
Common::FR_FRA,
Common::kPlatformDOS,
Tucker::kGameFlagNoSubtitles,
- GUIO0()
+ GUIO1(GUIO_NOMIDI)
},
{
"tucker",
@@ -52,7 +52,7 @@ static const ADGameDescription tuckerGameDescriptions[] = {
Common::EN_ANY,
Common::kPlatformDOS,
Tucker::kGameFlagEncodedData,
- GUIO0()
+ GUIO1(GUIO_NOMIDI)
},
{
"tucker",
@@ -61,7 +61,7 @@ static const ADGameDescription tuckerGameDescriptions[] = {
Common::ES_ESP,
Common::kPlatformDOS,
Tucker::kGameFlagEncodedData,
- GUIO0()
+ GUIO1(GUIO_NOMIDI)
},
{
"tucker",
@@ -70,7 +70,7 @@ static const ADGameDescription tuckerGameDescriptions[] = {
Common::DE_DEU,
Common::kPlatformDOS,
Tucker::kGameFlagEncodedData,
- GUIO0()
+ GUIO1(GUIO_NOMIDI)
},
{
"tucker",
@@ -79,7 +79,7 @@ static const ADGameDescription tuckerGameDescriptions[] = {
Common::PL_POL,
Common::kPlatformDOS,
0,
- GUIO0()
+ GUIO1(GUIO_NOMIDI)
},
{
"tucker",
@@ -88,7 +88,7 @@ static const ADGameDescription tuckerGameDescriptions[] = {
Common::CZ_CZE,
Common::kPlatformDOS,
Tucker::kGameFlagEncodedData,
- GUIO0()
+ GUIO1(GUIO_NOMIDI)
},
{ // Russian fan translation
"tucker",
@@ -97,7 +97,7 @@ static const ADGameDescription tuckerGameDescriptions[] = {
Common::RU_RUS,
Common::kPlatformDOS,
Tucker::kGameFlagEncodedData,
- GUIO0()
+ GUIO1(GUIO_NOMIDI)
},
{
"tucker",
@@ -106,7 +106,7 @@ static const ADGameDescription tuckerGameDescriptions[] = {
Common::EN_ANY,
Common::kPlatformDOS,
ADGF_DEMO | Tucker::kGameFlagDemo,
- GUIO0()
+ GUIO1(GUIO_NOMIDI)
},
AD_TABLE_END_MARKER
};
@@ -118,7 +118,7 @@ static const ADGameDescription tuckerDemoGameDescription = {
Common::EN_ANY,
Common::kPlatformDOS,
ADGF_DEMO | Tucker::kGameFlagDemo | Tucker::kGameFlagIntroOnly,
- GUIO0()
+ GUIO1(GUIO_NOMIDI)
};
class TuckerMetaEngine : public AdvancedMetaEngine {
Commit: 50e3828fe9418d6a75c6df179272ce10ab6d42e4
https://github.com/scummvm/scummvm/commit/50e3828fe9418d6a75c6df179272ce10ab6d42e4
Author: Henrik "Henke37" Andersson (henke at henke37.cjb.net)
Date: 2019-09-29T19:34:16+03:00
Commit Message:
VOYEUR: The game doesn't use MIDI, mark it as such.
Changed paths:
engines/voyeur/detection_tables.h
diff --git a/engines/voyeur/detection_tables.h b/engines/voyeur/detection_tables.h
index da566ff..b6ff2c3 100644
--- a/engines/voyeur/detection_tables.h
+++ b/engines/voyeur/detection_tables.h
@@ -32,7 +32,7 @@ static const VoyeurGameDescription gameDescriptions[] = {
Common::EN_ANY,
Common::kPlatformDOS,
ADGF_NO_FLAGS,
- GUIO1(GUIO_NONE)
+ GUIO1(GUIO_NOMIDI)
},
},
Commit: 3d55cec3b55836cf06838875700ffc36ec5cb9f4
https://github.com/scummvm/scummvm/commit/3d55cec3b55836cf06838875700ffc36ec5cb9f4
Author: Henrik "Henke37" Andersson (henke at henke37.cjb.net)
Date: 2019-09-29T19:34:16+03:00
Commit Message:
PEGASUS: Game does not use MIDI, mark it as such.
Changed paths:
engines/pegasus/detection.cpp
diff --git a/engines/pegasus/detection.cpp b/engines/pegasus/detection.cpp
index 74867c1..64240af 100644
--- a/engines/pegasus/detection.cpp
+++ b/engines/pegasus/detection.cpp
@@ -86,7 +86,7 @@ static const PegasusGameDescription gameDescriptions[] = {
Common::EN_ANY,
Common::kPlatformMacintosh,
ADGF_MACRESFORK,
- GUIO0()
+ GUIO1(GUIO_NOMIDI)
},
},
@@ -98,7 +98,7 @@ static const PegasusGameDescription gameDescriptions[] = {
Common::EN_ANY,
Common::kPlatformMacintosh,
ADGF_MACRESFORK | ADGF_DEMO,
- GUIO1(GUIO_NOLAUNCHLOAD)
+ GUIO2(GUIO_NOLAUNCHLOAD, GUIO_NOMIDI)
},
},
@@ -110,7 +110,7 @@ static const PegasusGameDescription gameDescriptions[] = {
Common::EN_ANY,
Common::kPlatformMacintosh,
ADGF_MACRESFORK | ADGF_DEMO | GF_DVD,
- GUIO1(GUIO_NOLAUNCHLOAD)
+ GUIO2(GUIO_NOLAUNCHLOAD, GUIO_NOMIDI)
},
},
@@ -122,7 +122,7 @@ static const PegasusGameDescription gameDescriptions[] = {
Common::EN_ANY,
Common::kPlatformWindows,
ADGF_MACRESFORK | ADGF_DEMO | GF_DVD,
- GUIO1(GUIO_NOLAUNCHLOAD)
+ GUIO2(GUIO_NOLAUNCHLOAD, GUIO_NOMIDI)
},
},
Commit: 452cceb5c6ff5c91eb23d4c2126c587af8a3f43a
https://github.com/scummvm/scummvm/commit/452cceb5c6ff5c91eb23d4c2126c587af8a3f43a
Author: Henrik "Henke37" Andersson (henke at henke37.cjb.net)
Date: 2019-09-29T19:34:16+03:00
Commit Message:
CRYO: Game does not use MIDI, mark it as such.
Changed paths:
engines/cryo/detection.cpp
diff --git a/engines/cryo/detection.cpp b/engines/cryo/detection.cpp
index 2c59527..213a661 100644
--- a/engines/cryo/detection.cpp
+++ b/engines/cryo/detection.cpp
@@ -54,7 +54,7 @@ static const ADGameDescription gameDescriptions[] = {
Common::EN_ANY,
Common::kPlatformDOS,
ADGF_DEMO,
- GUIO1(GUIO_NONE)
+ GUIO1(GUIO_NOMIDI)
},
// Lost Eden PC interactive demo version
@@ -65,7 +65,7 @@ static const ADGameDescription gameDescriptions[] = {
Common::EN_ANY,
Common::kPlatformDOS,
ADGF_DEMO,
- GUIO1(GUIO_NONE)
+ GUIO1(GUIO_NOMIDI)
},
// Lost Eden PC version
@@ -76,7 +76,7 @@ static const ADGameDescription gameDescriptions[] = {
Common::EN_ANY,
Common::kPlatformDOS,
ADGF_UNSTABLE,
- GUIO1(GUIO_NONE)
+ GUIO1(GUIO_NOMIDI)
},
// Lost Eden EN PC version
@@ -88,7 +88,7 @@ static const ADGameDescription gameDescriptions[] = {
Common::EN_ANY,
Common::kPlatformDOS,
ADGF_UNSTABLE,
- GUIO1(GUIO_NONE)
+ GUIO1(GUIO_NOMIDI)
},
// Lost Eden FR PC version
@@ -100,7 +100,7 @@ static const ADGameDescription gameDescriptions[] = {
Common::FR_FRA,
Common::kPlatformDOS,
ADGF_UNSTABLE,
- GUIO1(GUIO_NONE)
+ GUIO1(GUIO_NOMIDI)
},
// Lost Eden DE PC version
@@ -111,7 +111,7 @@ static const ADGameDescription gameDescriptions[] = {
Common::DE_DEU,
Common::kPlatformDOS,
ADGF_UNSTABLE,
- GUIO1(GUIO_NONE)
+ GUIO1(GUIO_NOMIDI)
},
// Lost Eden Mac version
@@ -122,7 +122,7 @@ static const ADGameDescription gameDescriptions[] = {
Common::EN_ANY,
Common::kPlatformMacintosh,
ADGF_UNSTABLE,
- GUIO1(GUIO_NONE)
+ GUIO1(GUIO_NOMIDI)
},
AD_TABLE_END_MARKER
Commit: 5fa83b28392d7829a3ff7bb3665c136071c75517
https://github.com/scummvm/scummvm/commit/5fa83b28392d7829a3ff7bb3665c136071c75517
Author: Henrik "Henke37" Andersson (henke at henke37.cjb.net)
Date: 2019-09-29T19:34:16+03:00
Commit Message:
LAB: Game does not use MIDI, mark it as such.
Changed paths:
engines/lab/detection.cpp
diff --git a/engines/lab/detection.cpp b/engines/lab/detection.cpp
index 51ec858..6e4c902 100644
--- a/engines/lab/detection.cpp
+++ b/engines/lab/detection.cpp
@@ -49,7 +49,7 @@ static const ADGameDescription labDescriptions[] = {
Common::EN_ANY,
Common::kPlatformDOS,
ADGF_NO_FLAGS,
- GUIO0()
+ GUIO1(GUIO_NOMIDI)
},
{
"lab",
@@ -62,7 +62,7 @@ static const ADGameDescription labDescriptions[] = {
Common::EN_ANY,
Common::kPlatformDOS,
Lab::GF_LOWRES | ADGF_NO_FLAGS,
- GUIO0()
+ GUIO1(GUIO_NOMIDI)
},
{
"lab",
@@ -76,7 +76,7 @@ static const ADGameDescription labDescriptions[] = {
Common::EN_ANY,
Common::kPlatformWindows,
ADGF_NO_FLAGS,
- GUIO0()
+ GUIO1(GUIO_NOMIDI)
},
{
"lab",
@@ -85,7 +85,7 @@ static const ADGameDescription labDescriptions[] = {
Common::EN_ANY,
Common::kPlatformAmiga,
Lab::GF_LOWRES | ADGF_UNSTABLE,
- GUIO0()
+ GUIO1(GUIO_NOMIDI)
},
AD_TABLE_END_MARKER
};
Commit: 2f3549cad46437c6e3b474b2744787a4d7494518
https://github.com/scummvm/scummvm/commit/2f3549cad46437c6e3b474b2744787a4d7494518
Author: Henrik "Henke37" Andersson (henke at henke37.cjb.net)
Date: 2019-09-29T19:34:16+03:00
Commit Message:
PLUMBERS: The "game" doesn't use MIDI, mark it as such.
Changed paths:
engines/plumbers/detection.cpp
diff --git a/engines/plumbers/detection.cpp b/engines/plumbers/detection.cpp
index b890bfc..7f8e350 100644
--- a/engines/plumbers/detection.cpp
+++ b/engines/plumbers/detection.cpp
@@ -49,7 +49,7 @@ static const ADGameDescription gameDescriptions[] = {
Common::EN_ANY,
Common::kPlatformWindows,
ADGF_NO_FLAGS,
- GUIO1(GUIO_NONE)
+ GUIO1(GUIO_NOMIDI)
},
/*
@@ -61,7 +61,7 @@ static const ADGameDescription gameDescriptions[] = {
Common::EN_ANY,
Common::kPlatform3DO,
ADGF_UNSTABLE,
- GUIO1(GUIO_NONE)
+ GUIO1(GUIO_NOMIDI)
},
*/
Commit: 2b986c98f271a3230059cbc464c35fc75a897688
https://github.com/scummvm/scummvm/commit/2b986c98f271a3230059cbc464c35fc75a897688
Author: Henrik "Henke37" Andersson (henke at henke37.cjb.net)
Date: 2019-09-29T19:34:16+03:00
Commit Message:
MORTEVIELLE: The game doesn't use MIDI, mark it as such.
Changed paths:
engines/mortevielle/detection_tables.h
diff --git a/engines/mortevielle/detection_tables.h b/engines/mortevielle/detection_tables.h
index fb85e74..8c35602 100644
--- a/engines/mortevielle/detection_tables.h
+++ b/engines/mortevielle/detection_tables.h
@@ -36,7 +36,7 @@ static const MortevielleGameDescription MortevielleGameDescriptions[] = {
Common::FR_FRA,
Common::kPlatformDOS,
ADGF_NO_FLAGS,
- GUIO0()
+ GUIO1(GUIO_NOMIDI)
}, Common::FR_FRA, kUseOriginalData
},
// German
@@ -52,7 +52,7 @@ static const MortevielleGameDescription MortevielleGameDescriptions[] = {
Common::DE_DEU,
Common::kPlatformDOS,
ADGF_NO_FLAGS,
- GUIO0()
+ GUIO1(GUIO_NOMIDI)
}, Common::DE_DEU, kUseOriginalData
},
@@ -69,7 +69,7 @@ static const MortevielleGameDescription MortevielleGameDescriptions[] = {
// Common::DE_DEU,
// Common::kPlatformDOS,
// ADGF_NO_FLAGS,
-// GUIO0()
+// GUIO1(GUIO_NOMIDI)
// }, Common::DE_DEU, kUseEngineDataFile
// },
@@ -89,7 +89,7 @@ static const MortevielleGameDescription MortevielleGameDescriptions[] = {
Common::EN_ANY,
Common::kPlatformDOS,
ADGF_NO_FLAGS,
- GUIO0()
+ GUIO1(GUIO_NOMIDI)
}, Common::FR_FRA, kUseEngineDataFile
},
@@ -106,7 +106,7 @@ static const MortevielleGameDescription MortevielleGameDescriptions[] = {
Common::EN_ANY,
Common::kPlatformDOS,
ADGF_NO_FLAGS,
- GUIO0()
+ GUIO1(GUIO_NOMIDI)
}, Common::DE_DEU, kUseEngineDataFile
},
@@ -123,7 +123,7 @@ static const MortevielleGameDescription MortevielleGameDescriptions[] = {
Common::FR_FRA,
Common::kPlatformDOS,
ADGF_NO_FLAGS,
- GUIO0()
+ GUIO1(GUIO_NOMIDI)
}, Common::FR_FRA, kUseEngineDataFile
},
Commit: b4044a6dc744d6cf68dd19d40d3302489dd923b0
https://github.com/scummvm/scummvm/commit/b4044a6dc744d6cf68dd19d40d3302489dd923b0
Author: Henrik "Henke37" Andersson (henke at henke37.cjb.net)
Date: 2019-09-29T19:34:16+03:00
Commit Message:
MUTATIONOFJB: Mark the game as not using MIDI.
Changed paths:
engines/mutationofjb/detection.cpp
diff --git a/engines/mutationofjb/detection.cpp b/engines/mutationofjb/detection.cpp
index 6ebfa13..c528c72 100644
--- a/engines/mutationofjb/detection.cpp
+++ b/engines/mutationofjb/detection.cpp
@@ -54,7 +54,7 @@ static const ADGameDescription mutationofjbDescriptions[] = {
Common::SK_SVK,
Common::kPlatformDOS,
ADGF_CD,
- GUIO0()
+ GUIO1(GUIO_NOMIDI)
},
{
"mutationofjb",
@@ -75,7 +75,7 @@ static const ADGameDescription mutationofjbDescriptions[] = {
Common::DE_DEU,
Common::kPlatformDOS,
ADGF_CD,
- GUIO0()
+ GUIO1(GUIO_NOMIDI)
},
AD_TABLE_END_MARKER
};
Commit: 7b09d4a4d9eda0a0e25123ac892ad17a40d327d5
https://github.com/scummvm/scummvm/commit/7b09d4a4d9eda0a0e25123ac892ad17a40d327d5
Author: Henrik "Henke37" Andersson (henke at henke37.cjb.net)
Date: 2019-09-29T19:34:16+03:00
Commit Message:
TEENAGENT: This game uses PAULA audio, not MIDI. Mark it as such.
Changed paths:
engines/teenagent/detection.cpp
diff --git a/engines/teenagent/detection.cpp b/engines/teenagent/detection.cpp
index e35e703..d73068e 100644
--- a/engines/teenagent/detection.cpp
+++ b/engines/teenagent/detection.cpp
@@ -56,7 +56,7 @@ static const ADGameDescription teenAgentGameDescriptions[] = {
Common::EN_ANY,
Common::kPlatformDOS,
ADGF_NO_FLAGS,
- GUIO1(GUIO_NOSPEECH)
+ GUIO2(GUIO_NOSPEECH, GUIO_NOMIDI)
},
{
"teenagent",
@@ -76,7 +76,7 @@ static const ADGameDescription teenAgentGameDescriptions[] = {
Common::CZ_CZE,
Common::kPlatformDOS,
ADGF_CD,
- GUIO0()
+ GUIO1(GUIO_NOMIDI)
},
AD_TABLE_END_MARKER,
};
Commit: 7b68555626579a3f0c3e701c5916fec3a3f34c09
https://github.com/scummvm/scummvm/commit/7b68555626579a3f0c3e701c5916fec3a3f34c09
Author: Henrik "Henke37" Andersson (henke at henke37.cjb.net)
Date: 2019-09-29T19:34:16+03:00
Commit Message:
LASTEXPRESS: The game doesn't use MIDI, so mark it as such.
Changed paths:
engines/lastexpress/detection.cpp
diff --git a/engines/lastexpress/detection.cpp b/engines/lastexpress/detection.cpp
index d3161b9..608fe9b 100644
--- a/engines/lastexpress/detection.cpp
+++ b/engines/lastexpress/detection.cpp
@@ -49,7 +49,7 @@ static const ADGameDescription gameDescriptions[] = {
Common::EN_ANY,
Common::kPlatformUnknown,
ADGF_UNSTABLE,
- GUIO1(GUIO_NOASPECT)
+ GUIO2(GUIO_NOASPECT, GUIO_NOMIDI)
},
// The Last Express (English) - UK Broderbund Release
@@ -68,7 +68,7 @@ static const ADGameDescription gameDescriptions[] = {
Common::EN_ANY,
Common::kPlatformUnknown,
ADGF_UNSTABLE,
- GUIO1(GUIO_NOASPECT)
+ GUIO2(GUIO_NOASPECT, GUIO_NOMIDI)
},
// The Last Express (English) - Interplay Release
@@ -87,7 +87,7 @@ static const ADGameDescription gameDescriptions[] = {
Common::EN_ANY,
Common::kPlatformUnknown,
ADGF_UNSTABLE,
- GUIO1(GUIO_NOASPECT)
+ GUIO2(GUIO_NOASPECT, GUIO_NOMIDI)
},
// The Last Express (Demo - English) - Broderbund
@@ -103,7 +103,7 @@ static const ADGameDescription gameDescriptions[] = {
Common::EN_ANY,
Common::kPlatformUnknown,
ADGF_DEMO | ADGF_UNSTABLE,
- GUIO1(GUIO_NOASPECT)
+ GUIO2(GUIO_NOASPECT, GUIO_NOMIDI)
},
// The Last Express (French) - Broderbund Release
@@ -122,7 +122,7 @@ static const ADGameDescription gameDescriptions[] = {
Common::FR_FRA,
Common::kPlatformUnknown,
ADGF_UNSTABLE,
- GUIO1(GUIO_NOASPECT)
+ GUIO2(GUIO_NOASPECT, GUIO_NOMIDI)
},
// The Last Express (German)
@@ -141,7 +141,7 @@ static const ADGameDescription gameDescriptions[] = {
Common::DE_DEU,
Common::kPlatformUnknown,
ADGF_UNSTABLE,
- GUIO1(GUIO_NOASPECT)
+ GUIO2(GUIO_NOASPECT, GUIO_NOMIDI)
},
// The Last Express (Spanish)
@@ -160,7 +160,7 @@ static const ADGameDescription gameDescriptions[] = {
Common::ES_ESP,
Common::kPlatformUnknown,
ADGF_UNSTABLE,
- GUIO1(GUIO_NOASPECT)
+ GUIO2(GUIO_NOASPECT, GUIO_NOMIDI)
},
// The Last Express (Italian)
@@ -179,7 +179,7 @@ static const ADGameDescription gameDescriptions[] = {
Common::IT_ITA,
Common::kPlatformUnknown,
ADGF_UNSTABLE,
- GUIO1(GUIO_NOASPECT)
+ GUIO2(GUIO_NOASPECT, GUIO_NOMIDI)
},
// The Last Express (Russian)
@@ -198,7 +198,7 @@ static const ADGameDescription gameDescriptions[] = {
Common::RU_RUS,
Common::kPlatformUnknown,
ADGF_UNSTABLE,
- GUIO1(GUIO_NOASPECT)
+ GUIO2(GUIO_NOASPECT, GUIO_NOMIDI)
},
// The Last Express (GOG)
@@ -217,7 +217,7 @@ static const ADGameDescription gameDescriptions[] = {
Common::EN_ANY,
Common::kPlatformUnknown,
ADGF_UNSTABLE,
- GUIO1(GUIO_NOASPECT)
+ GUIO2(GUIO_NOASPECT, GUIO_NOMIDI)
},
AD_TABLE_END_MARKER
Commit: d7a9080b42ea14d18a9a1f4d25519278c5f852fc
https://github.com/scummvm/scummvm/commit/d7a9080b42ea14d18a9a1f4d25519278c5f852fc
Author: Henrik "Henke37" Andersson (henke at henke37.cjb.net)
Date: 2019-09-29T19:34:16+03:00
Commit Message:
TITANIC: This game doesn't use MIDI, mark it as such.
Changed paths:
engines/titanic/detection_tables.h
diff --git a/engines/titanic/detection_tables.h b/engines/titanic/detection_tables.h
index 1d68537..da76af2 100644
--- a/engines/titanic/detection_tables.h
+++ b/engines/titanic/detection_tables.h
@@ -32,7 +32,7 @@ static const TitanicGameDescription gameDescriptions[] = {
Common::EN_ANY,
Common::kPlatformWindows,
0,
- GUIO1(GUIO_NONE)
+ GUIO1(GUIO_NOMIDI)
},
},
@@ -45,7 +45,7 @@ static const TitanicGameDescription gameDescriptions[] = {
Common::DE_DEU,
Common::kPlatformWindows,
0,
- GUIO1(GUIO_NONE)
+ GUIO1(GUIO_NOMIDI)
},
},
More information about the Scummvm-git-logs
mailing list