From da7d8c9f35829184fcf16d60689b671fafee30d4 Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Tue, 13 Feb 2007 13:42:28 +0000 Subject: Rename Common::GF_XXX to Common::ADGF_XXX svn-id: r25545 --- common/advancedDetector.cpp | 4 +- common/advancedDetector.h | 6 +- engines/agi/detection.cpp | 176 ++++++++++++++++++------------------ engines/agos/agosgame.cpp | 178 ++++++++++++++++++------------------- engines/cine/detection.cpp | 60 ++++++------- engines/gob/detection.cpp | 136 ++++++++++++++-------------- engines/kyra/plugin.cpp | 36 ++++---- engines/parallaction/detection.cpp | 2 +- engines/saga/sagagame.cpp | 54 +++++------ engines/touche/plugin.cpp | 12 +-- 10 files changed, 332 insertions(+), 332 deletions(-) diff --git a/common/advancedDetector.cpp b/common/advancedDetector.cpp index f61a14ccae..856d10fc3c 100644 --- a/common/advancedDetector.cpp +++ b/common/advancedDetector.cpp @@ -135,13 +135,13 @@ static GameDescriptor toGameDescriptor(const ADGameDescription &g, const PlainGa /** * Generate a preferred target value as * GAMEID-PLAFORM-LANG - * or (if GF_DEMO has been set) + * or (if ADGF_DEMO has been set) * GAMEID-demo-PLAFORM-LANG */ static String generatePreferredTarget(const String &id, const ADGameDescription *desc) { String res(id); - if (desc->flags & GF_DEMO) { + if (desc->flags & ADGF_DEMO) { res = res + "-demo"; } diff --git a/common/advancedDetector.h b/common/advancedDetector.h index abd974ff46..68d59c99f7 100644 --- a/common/advancedDetector.h +++ b/common/advancedDetector.h @@ -38,8 +38,8 @@ struct ADGameFileDescription { }; enum ADGameFlags { - GF_NO_FLAGS = 0, - GF_DEMO = 1 << 31 + ADGF_NO_FLAGS = 0, + ADGF_DEMO = 1 << 31 }; struct ADGameDescription { @@ -58,7 +58,7 @@ struct ADGameDescription { }; #define AD_TABLE_END_MARKER \ - { NULL, NULL, { { NULL, 0, NULL, 0 } }, Common::UNK_LANG, Common::kPlatformUnknown, Common::GF_NO_FLAGS } + { NULL, NULL, { { NULL, 0, NULL, 0 } }, Common::UNK_LANG, Common::kPlatformUnknown, Common::ADGF_NO_FLAGS } struct ADObsoleteGameID { const char *from; diff --git a/engines/agi/detection.cpp b/engines/agi/detection.cpp index 192422014b..4a3440a644 100644 --- a/engines/agi/detection.cpp +++ b/engines/agi/detection.cpp @@ -94,7 +94,7 @@ namespace Agi { AD_ENTRY1("logdir", md5), \ lang, \ Common::kPlatformPC, \ - Common::GF_NO_FLAGS \ + Common::ADGF_NO_FLAGS \ }, \ GType_V2, \ 0, \ @@ -117,7 +117,7 @@ static const AGIGameDescription gameDescriptions[] = { AD_ENTRY1("logdir", "9c4a5b09cc3564bc48b4766e679ea332"), Common::EN_ANY, Common::kPlatformPC, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GType_V2, 0, @@ -133,7 +133,7 @@ static const AGIGameDescription gameDescriptions[] = { AD_ENTRY1("logdir", "580ffdc569ff158f56fb92761604f70e"), Common::EN_ANY, Common::kPlatformApple2GS, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GType_V2, 0, @@ -149,7 +149,7 @@ static const AGIGameDescription gameDescriptions[] = { AD_ENTRY1("logdir", "e8ebeb0bbe978172fe166f91f51598c7"), Common::EN_ANY, Common::kPlatformPC, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GType_V2, 0, @@ -165,7 +165,7 @@ static const AGIGameDescription gameDescriptions[] = { AD_ENTRY1("logdir", "852ac303a374df62571642ca1e2d1f0a"), Common::EN_ANY, Common::kPlatformPC, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GType_V2, 0, @@ -181,7 +181,7 @@ static const AGIGameDescription gameDescriptions[] = { AD_ENTRY1("logdir", "1503f02086ea9f388e7e041c039eaa69"), Common::EN_ANY, Common::kPlatformPC, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GType_V2, 0, @@ -197,7 +197,7 @@ static const AGIGameDescription gameDescriptions[] = { AD_ENTRY1("dmdir", "289c7a2c881f1d973661e961ced77d74"), Common::EN_ANY, Common::kPlatformPC, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GType_V3, 0, @@ -213,7 +213,7 @@ static const AGIGameDescription gameDescriptions[] = { AD_ENTRY1("logdir", "7b01694af21213b4727bb94476f64eb5"), Common::EN_ANY, Common::kPlatformAmiga, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GType_V2, 0, @@ -229,7 +229,7 @@ static const AGIGameDescription gameDescriptions[] = { AD_ENTRY1("bcdir", "dc09d30b147242692f4f85b9811962db"), Common::EN_ANY, Common::kPlatformApple2GS, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GType_V3, 0, @@ -245,7 +245,7 @@ static const AGIGameDescription gameDescriptions[] = { AD_ENTRY1("logdir", "7f598d4712319b09d7bd5b3be10a2e4a"), Common::EN_ANY, Common::kPlatformPC, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GType_V2, 0, @@ -261,7 +261,7 @@ static const AGIGameDescription gameDescriptions[] = { AD_ENTRY1("bcdir", "0c5a9acbcc7e51127c34818e75806df6"), Common::EN_ANY, Common::kPlatformPC, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GType_V3, 0, @@ -277,7 +277,7 @@ static const AGIGameDescription gameDescriptions[] = { AD_ENTRY1("logdir", "550971d196f65190a5c760d2479406ef"), Common::EN_ANY, Common::kPlatformAmiga, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GType_V2, 0, @@ -293,7 +293,7 @@ static const AGIGameDescription gameDescriptions[] = { AD_ENTRY1("logdir", "64388812e25dbd75f7af1103bc348596"), Common::EN_ANY, Common::kPlatformPC, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GType_V2, 0, @@ -309,7 +309,7 @@ static const AGIGameDescription gameDescriptions[] = { AD_ENTRY1s("logdir", "550971d196f65190a5c760d2479406ef", 132), Common::EN_ANY, Common::kPlatformPC, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GType_V2, 0, @@ -325,7 +325,7 @@ static const AGIGameDescription gameDescriptions[] = { AD_ENTRY1s("dirs", "a1d4de3e75c2688c1e2ca2634ffc3bd8", 2399), Common::EN_ANY, Common::kPlatformAmiga, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GType_V3, 0, @@ -341,7 +341,7 @@ static const AGIGameDescription gameDescriptions[] = { AD_ENTRY1("grdir", "3f7b9ce62631434389f85371b11921d6"), Common::EN_ANY, Common::kPlatformApple2GS, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GType_V3, 0, @@ -357,7 +357,7 @@ static const AGIGameDescription gameDescriptions[] = { AD_ENTRY1("grdir", "4dd4d50480a3d6c206fa227ce8142735"), Common::EN_ANY, Common::kPlatformAtariST, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GType_V3, 0, @@ -373,7 +373,7 @@ static const AGIGameDescription gameDescriptions[] = { AD_ENTRY1("grdir", "db733d199238d4009a9e95f11ece34e9"), Common::EN_ANY, Common::kPlatformPC, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GType_V3, 0, @@ -389,7 +389,7 @@ static const AGIGameDescription gameDescriptions[] = { AD_ENTRY1("grdir", "6a285235745f69b4b421403659497216"), Common::EN_ANY, Common::kPlatformPC, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GType_V3, 0, @@ -409,7 +409,7 @@ static const AGIGameDescription gameDescriptions[] = { }, Common::EN_ANY, Common::kPlatformMacintosh, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GType_V3, AGI_MACGOLDRUSH, @@ -425,7 +425,7 @@ static const AGIGameDescription gameDescriptions[] = { AD_ENTRY1("logdir", "246c695324f1c514aee2b904fa352fad"), Common::EN_ANY, Common::kPlatformAmiga, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GType_V2, 0, @@ -441,7 +441,7 @@ static const AGIGameDescription gameDescriptions[] = { AD_ENTRY1("logdir", "c3a017e556c4b0eece366a4cd9abb657"), Common::EN_ANY, Common::kPlatformAtariST, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GType_V2, 0, @@ -457,7 +457,7 @@ static const AGIGameDescription gameDescriptions[] = { AD_ENTRY1("logdir", "f4277aa34b43d37382bc424c81627617"), Common::EN_ANY, Common::kPlatformApple2GS, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GType_V2, 0, @@ -473,7 +473,7 @@ static const AGIGameDescription gameDescriptions[] = { AD_ENTRY1("logdir", "d4c4739d4ac63f7dbd29255425077d48"), Common::EN_ANY, Common::kPlatformMacintosh, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GType_V2, 0, @@ -489,7 +489,7 @@ static const AGIGameDescription gameDescriptions[] = { AD_ENTRY1("logdir", "10ad66e2ecbd66951534a50aedcd0128"), Common::EN_ANY, Common::kPlatformPC, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GType_V2, 0, @@ -505,7 +505,7 @@ static const AGIGameDescription gameDescriptions[] = { AD_ENTRY1("logdir", "5203c8b95250a2ecfee93ddb99414753"), Common::EN_ANY, Common::kPlatformApple2GS, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GType_V2, 0, @@ -521,7 +521,7 @@ static const AGIGameDescription gameDescriptions[] = { AD_ENTRY1("logdir", "b866f0fab2fad91433a637a828cfa410"), Common::EN_ANY, Common::kPlatformAmiga, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GType_V2, 0, @@ -537,7 +537,7 @@ static const AGIGameDescription gameDescriptions[] = { AD_ENTRY1("logdir", "cbdb0083317c8e7cfb7ac35da4bc7fdc"), Common::EN_ANY, Common::kPlatformMacintosh, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GType_V2, 0, @@ -553,7 +553,7 @@ static const AGIGameDescription gameDescriptions[] = { AD_ENTRY1("logdir", "759e39f891a0e1d86dd29d7de485c6ac"), Common::EN_ANY, Common::kPlatformPC, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GType_V2, 0, @@ -569,7 +569,7 @@ static const AGIGameDescription gameDescriptions[] = { AD_ENTRY1("logdir", "b944c4ff18fb8867362dc21cc688a283"), Common::EN_ANY, Common::kPlatformPC, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GType_V2, 0, @@ -585,7 +585,7 @@ static const AGIGameDescription gameDescriptions[] = { AD_ENTRY1("logdir", "8ab343306df0e2d98f136be4e8cfd0ef"), Common::EN_ANY, Common::kPlatformAmiga, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GType_V2, 0, @@ -601,7 +601,7 @@ static const AGIGameDescription gameDescriptions[] = { AD_ENTRY1("logdir", "8846df2654302b623217ba8bd6d657a9"), Common::EN_ANY, Common::kPlatformAtariST, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GType_V2, 0, @@ -617,7 +617,7 @@ static const AGIGameDescription gameDescriptions[] = { AD_ENTRY1("logdir", "7639c0da5ce94848227d409351fabda2"), Common::EN_ANY, Common::kPlatformMacintosh, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GType_V2, 0, @@ -633,7 +633,7 @@ static const AGIGameDescription gameDescriptions[] = { AD_ENTRY1("logdir", "ac30b7ca5a089b5e642fbcdcbe872c12"), Common::EN_ANY, Common::kPlatformApple2GS, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GType_V2, 0, @@ -649,7 +649,7 @@ static const AGIGameDescription gameDescriptions[] = { AD_ENTRY1s("dirs", "8e35bded2bc5cf20f5eec2b15523b155", 1805), Common::EN_ANY, Common::kPlatformAmiga, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GType_V3, 0, @@ -665,7 +665,7 @@ static const AGIGameDescription gameDescriptions[] = { AD_ENTRY1("logdir", "9c2b34e7ffaa89c8e2ecfeb3695d444b"), Common::EN_ANY, Common::kPlatformPC, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GType_V2, 0, @@ -681,7 +681,7 @@ static const AGIGameDescription gameDescriptions[] = { AD_ENTRY1("logdir", "18aad8f7acaaff760720c5c6885b6bab"), Common::EN_ANY, Common::kPlatformPC, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GType_V2, 0, @@ -697,7 +697,7 @@ static const AGIGameDescription gameDescriptions[] = { AD_ENTRY1("logdir", "7650e659c7bc0f1e9f8a410b7a2e9de6"), Common::EN_ANY, Common::kPlatformPC, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GType_V2, 0, @@ -713,7 +713,7 @@ static const AGIGameDescription gameDescriptions[] = { AD_ENTRY1("logdir", "d3d17b77b3b3cd13246749231d9473cd"), Common::EN_ANY, Common::kPlatformPC, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GType_V2, 0, @@ -729,7 +729,7 @@ static const AGIGameDescription gameDescriptions[] = { AD_ENTRY1("kq4dir", "6d7714b8b61466a5f5981242b993498f"), Common::EN_ANY, Common::kPlatformPC, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GType_V3, 0, @@ -745,7 +745,7 @@ static const AGIGameDescription gameDescriptions[] = { AD_ENTRY1("kq4dir", "8536859331159f15012e35dc82cb154e"), Common::EN_ANY, Common::kPlatformApple2GS, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GType_V3, 0, @@ -761,7 +761,7 @@ static const AGIGameDescription gameDescriptions[] = { AD_ENTRY1("kq4dir", "fe44655c42f16c6f81046fdf169b6337"), Common::EN_ANY, Common::kPlatformPC, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GType_V3, 0, @@ -777,7 +777,7 @@ static const AGIGameDescription gameDescriptions[] = { AD_ENTRY1("kq4dir", "7470b3aeb49d867541fc66cc8454fb7d"), Common::EN_ANY, Common::kPlatformPC, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GType_V3, 0, @@ -793,7 +793,7 @@ static const AGIGameDescription gameDescriptions[] = { AD_ENTRY1("dmdir", "a3332d70170a878469d870b14863d0bf"), Common::EN_ANY, Common::kPlatformPC, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GType_V3, 0, @@ -809,7 +809,7 @@ static const AGIGameDescription gameDescriptions[] = { AD_ENTRY1("logdir", "1fe764e66857e7f305a5f03ca3f4971d"), Common::EN_ANY, Common::kPlatformPC, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GType_V2, 0, @@ -825,7 +825,7 @@ static const AGIGameDescription gameDescriptions[] = { AD_ENTRY1("logdir", "8b579f8673fe9448c2538f5ed9887cf0"), Common::EN_ANY, Common::kPlatformAtariST, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GType_V2, 0, @@ -841,7 +841,7 @@ static const AGIGameDescription gameDescriptions[] = { AD_ENTRY1("logdir", "3f5d26d8834ca49c147fb60936869d56"), Common::EN_ANY, Common::kPlatformAmiga, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GType_V2, 0, @@ -857,7 +857,7 @@ static const AGIGameDescription gameDescriptions[] = { AD_ENTRY1("logdir", "5f9e1dd68d626c6d303131c119582ad4"), Common::EN_ANY, Common::kPlatformApple2GS, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GType_V2, 0, @@ -873,7 +873,7 @@ static const AGIGameDescription gameDescriptions[] = { AD_ENTRY1("logdir", "8a0076429890531832f0dc113285e31e"), Common::EN_ANY, Common::kPlatformMacintosh, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GType_V2, 0, @@ -889,7 +889,7 @@ static const AGIGameDescription gameDescriptions[] = { AD_ENTRY1("mhdir", "f2d58056ad802452d60776ee920a52a6"), Common::EN_ANY, Common::kPlatformAtariST, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GType_V3, 0, @@ -905,7 +905,7 @@ static const AGIGameDescription gameDescriptions[] = { AD_ENTRY1("mhdir", "2f1509f76f24e6e7d213f2dadebbf156"), Common::EN_ANY, Common::kPlatformApple2GS, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GType_V3, 0, @@ -921,7 +921,7 @@ static const AGIGameDescription gameDescriptions[] = { AD_ENTRY1("dirs", "92c6183042d1c2bb76236236a7d7a847"), Common::EN_ANY, Common::kPlatformAmiga, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GType_V3, 0, @@ -938,7 +938,7 @@ static const AGIGameDescription gameDescriptions[] = { AD_ENTRY1s("mhdir", "0c7b86f05fe02c2e26cff1b07450b82a", 2123), Common::EN_ANY, Common::kPlatformPC, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GType_V3, 0, @@ -954,7 +954,7 @@ static const AGIGameDescription gameDescriptions[] = { AD_ENTRY1s("mhdir", "5b625329021ad49fd0c1d6f2d6f54bba", 2141), Common::EN_ANY, Common::kPlatformPC, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GType_V3, 0, @@ -970,7 +970,7 @@ static const AGIGameDescription gameDescriptions[] = { AD_ENTRY1("mh2dir", "5e3581495708b952fea24438a6c7e040"), Common::EN_ANY, Common::kPlatformAtariST, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GType_V3, 0, @@ -986,7 +986,7 @@ static const AGIGameDescription gameDescriptions[] = { AD_ENTRY1s("dirs", "b412e8a126368b76696696f7632d4c16", 2573), Common::EN_ANY, Common::kPlatformAmiga, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GType_V3, 0, @@ -1002,7 +1002,7 @@ static const AGIGameDescription gameDescriptions[] = { AD_ENTRY1("mh2dir", "b90e4795413c43de469a715fb3c1fa93"), Common::EN_ANY, Common::kPlatformPC, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GType_V3, 0, @@ -1018,7 +1018,7 @@ static const AGIGameDescription gameDescriptions[] = { AD_ENTRY1("mh2dir", "6fb6f0ee2437704c409cf17e081ba152"), Common::EN_ANY, Common::kPlatformPC, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GType_V3, 0, @@ -1034,7 +1034,7 @@ static const AGIGameDescription gameDescriptions[] = { AD_ENTRY1s("dirs", "5c1295fe6daaf95831195ba12894dbd9", 2021), Common::EN_ANY, Common::kPlatformAmiga, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GType_V3, 0, @@ -1050,7 +1050,7 @@ static const AGIGameDescription gameDescriptions[] = { AD_ENTRY1("logdir", "3541954a7303467c6df87665312ffb6a"), Common::EN_ANY, Common::kPlatformApple2GS, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GType_V2, 0, @@ -1066,7 +1066,7 @@ static const AGIGameDescription gameDescriptions[] = { AD_ENTRY1("logdir", "e524655abf9b96a3b179ffcd1d0f79af"), Common::EN_ANY, Common::kPlatformPC, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GType_V2, 0, @@ -1083,7 +1083,7 @@ static const AGIGameDescription gameDescriptions[] = { AD_ENTRY1("logdir", "e524655abf9b96a3b179ffcd1d0f79af"), Common::EN_ANY, Common::kPlatformPC, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GType_V2, 0, @@ -1100,7 +1100,7 @@ static const AGIGameDescription gameDescriptions[] = { AD_ENTRY1("logdir", "2fd992a92df6ab0461d5a2cd83c72139"), Common::EN_ANY, Common::kPlatformPC, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GType_V2, 0, @@ -1116,7 +1116,7 @@ static const AGIGameDescription gameDescriptions[] = { AD_ENTRY1("logdir", "805750b66c1c5b88a214e67bfdca17a1"), Common::EN_ANY, Common::kPlatformMacintosh, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GType_V2, 0, @@ -1132,7 +1132,7 @@ static const AGIGameDescription gameDescriptions[] = { AD_ENTRY1("logdir", "e7c175918372336461e3811d594f482f"), Common::EN_ANY, Common::kPlatformApple2GS, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GType_V2, 0, @@ -1148,7 +1148,7 @@ static const AGIGameDescription gameDescriptions[] = { AD_ENTRY1s("dirs", "cfa93e5f2aa7378bddd10ad6746a2ffb", 1613), Common::EN_ANY, Common::kPlatformAmiga, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GType_V3, 0, @@ -1164,7 +1164,7 @@ static const AGIGameDescription gameDescriptions[] = { AD_ENTRY1("logdir", "8994e39d0901de3d07cecfb954075bb5"), Common::EN_ANY, Common::kPlatformApple2GS, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GType_V2, 0, @@ -1180,7 +1180,7 @@ static const AGIGameDescription gameDescriptions[] = { AD_ENTRY1("logdir", "b9dbb305092851da5e34d6a9f00240b1"), Common::EN_ANY, Common::kPlatformPC, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GType_V2, 0, @@ -1196,7 +1196,7 @@ static const AGIGameDescription gameDescriptions[] = { AD_ENTRY1("logdir", "231f3e28170d6e982fc0ced4c98c5c1c"), Common::EN_ANY, Common::kPlatformMacintosh, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GType_V2, 0, @@ -1212,7 +1212,7 @@ static const AGIGameDescription gameDescriptions[] = { AD_ENTRY1("logdir", "d194e5d88363095f55d5096b8e32fbbb"), Common::EN_ANY, Common::kPlatformPC, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GType_V2, 0, @@ -1228,7 +1228,7 @@ static const AGIGameDescription gameDescriptions[] = { AD_ENTRY1("logdir", "6421fb64b0e6604c9dd065975d9279e9"), Common::EN_ANY, Common::kPlatformAtariST, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GType_V2, 0, @@ -1244,7 +1244,7 @@ static const AGIGameDescription gameDescriptions[] = { AD_ENTRY1("logdir", "8d8c20ab9f4b6e4817698637174a1cb6"), Common::EN_ANY, Common::kPlatformPC, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GType_V2, 0, @@ -1260,7 +1260,7 @@ static const AGIGameDescription gameDescriptions[] = { AD_ENTRY1("logdir", "0b216d931e95750f1f4837d6a4b821e5"), Common::EN_ANY, Common::kPlatformAmiga, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GType_V2, 0, @@ -1276,7 +1276,7 @@ static const AGIGameDescription gameDescriptions[] = { AD_ENTRY1("logdir", "ce88419aadd073d1c6682d859b3d8aa2"), Common::EN_ANY, Common::kPlatformMacintosh, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GType_V2, 0, @@ -1292,7 +1292,7 @@ static const AGIGameDescription gameDescriptions[] = { AD_ENTRY1("logdir", "64b9b3d04c1066d36e6a6e56187a83f7"), Common::EN_ANY, Common::kPlatformApple2GS, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GType_V2, 0, @@ -1308,7 +1308,7 @@ static const AGIGameDescription gameDescriptions[] = { AD_ENTRY1("logdir", "af93941b6c51460790a9efa0e8cb7122"), Common::EN_ANY, Common::kPlatformPC, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GType_V2, 0, @@ -1324,7 +1324,7 @@ static const AGIGameDescription gameDescriptions[] = { AD_ENTRY1("logdir", "8d8c20ab9f4b6e4817698637174a1cb6"), Common::EN_ANY, Common::kPlatformPC, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GType_V2, 0, @@ -1340,7 +1340,7 @@ static const AGIGameDescription gameDescriptions[] = { AD_ENTRY1("logdir", "5d67630aba008ec5f7f9a6d0a00582f4"), Common::EN_ANY, Common::kPlatformPC, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GType_V2, 0, @@ -1357,7 +1357,7 @@ static const AGIGameDescription gameDescriptions[] = { AD_ENTRY1("logdir", "85390bde8958c39830e1adbe9fff87f3"), Common::EN_ANY, Common::kPlatformPC, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GType_V2, 0, @@ -1373,7 +1373,7 @@ static const AGIGameDescription gameDescriptions[] = { AD_ENTRY1("logdir", "5dfdac98dd3c01fcfb166529f917e911"), Common::EN_ANY, Common::kPlatformApple2GS, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GType_V2, 0, @@ -1393,7 +1393,7 @@ static const AGIGameDescription gameDescriptions[] = { }, Common::EN_ANY, Common::kPlatformAmiga, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GType_V2, 0, @@ -1409,7 +1409,7 @@ static const AGIGameDescription gameDescriptions[] = { AD_ENTRY1("logdir", "bfbebe0b59d83f931f2e1c62ce9484a7"), Common::EN_ANY, Common::kPlatformMacintosh, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GType_V2, 0, @@ -1426,7 +1426,7 @@ static const AGIGameDescription gameDescriptions[] = { AD_ENTRY1s("logdir", "ad7ce8f800581ecc536f3e8021d7a74d", 423), Common::EN_ANY, Common::kPlatformPC, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GType_V2, 0, @@ -1442,7 +1442,7 @@ static const AGIGameDescription gameDescriptions[] = { AD_ENTRY1s("logdir", "6c25e33d23b8bed42a5c7fa63d588e5c", 423), Common::EN_ANY, Common::kPlatformPC, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GType_V2, 0, @@ -1458,7 +1458,7 @@ static const AGIGameDescription gameDescriptions[] = { AD_ENTRY1("logdir", "bd71fe54869e86945041700f1804a651"), Common::EN_ANY, Common::kPlatformPC, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GType_V2, 0, @@ -1474,7 +1474,7 @@ static const AGIGameDescription gameDescriptions[] = { AD_ENTRY1("logdir", "28add5125484302d213911df60d2aded"), Common::EN_ANY, Common::kPlatformPC, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GType_V2, 0, @@ -1490,7 +1490,7 @@ static const AGIGameDescription gameDescriptions[] = { AD_ENTRY1("logdir", "3067b8d5957e2861e069c3c0011bd43d"), Common::EN_ANY, Common::kPlatformPC, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GType_V2, 0, @@ -1579,7 +1579,7 @@ static const AGIGameDescription gameDescriptions[] = { AD_ENTRY1("logdir", "421da3a18004122a966d64ab6bd86d2e"), Common::RU_RUS, Common::kPlatformPC, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GType_V2, AGI_AGDS, diff --git a/engines/agos/agosgame.cpp b/engines/agos/agosgame.cpp index e1dca2acd3..f8ce85e727 100644 --- a/engines/agos/agosgame.cpp +++ b/engines/agos/agosgame.cpp @@ -12,7 +12,7 @@ static const AGOSGameDescription gameDescriptions[] = { }, Common::EN_ANY, Common::kPlatformAmiga, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GType_ELVIRA1, @@ -34,7 +34,7 @@ static const AGOSGameDescription gameDescriptions[] = { }, Common::EN_ANY, Common::kPlatformAmiga, - Common::GF_DEMO + Common::ADGF_DEMO }, GType_ELVIRA1, @@ -56,7 +56,7 @@ static const AGOSGameDescription gameDescriptions[] = { }, Common::EN_ANY, Common::kPlatformAtariST, - Common::GF_DEMO + Common::ADGF_DEMO }, GType_ELVIRA1, @@ -79,7 +79,7 @@ static const AGOSGameDescription gameDescriptions[] = { }, Common::EN_ANY, Common::kPlatformAtariST, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GType_ELVIRA1, @@ -102,7 +102,7 @@ static const AGOSGameDescription gameDescriptions[] = { }, Common::FR_FRA, Common::kPlatformAtariST, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GType_ELVIRA1, @@ -125,7 +125,7 @@ static const AGOSGameDescription gameDescriptions[] = { }, Common::EN_ANY, Common::kPlatformPC, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GType_ELVIRA1, @@ -148,7 +148,7 @@ static const AGOSGameDescription gameDescriptions[] = { }, Common::DE_DEU, Common::kPlatformPC, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GType_ELVIRA1, @@ -171,7 +171,7 @@ static const AGOSGameDescription gameDescriptions[] = { }, Common::FR_FRA, Common::kPlatformPC, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GType_ELVIRA1, @@ -196,7 +196,7 @@ static const AGOSGameDescription gameDescriptions[] = { }, Common::EN_ANY, Common::kPlatformAmiga, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GType_ELVIRA2, @@ -221,7 +221,7 @@ static const AGOSGameDescription gameDescriptions[] = { }, Common::EN_ANY, Common::kPlatformAtariST, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GType_ELVIRA2, @@ -246,7 +246,7 @@ static const AGOSGameDescription gameDescriptions[] = { }, Common::FR_FRA, Common::kPlatformAtariST, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GType_ELVIRA2, @@ -272,7 +272,7 @@ static const AGOSGameDescription gameDescriptions[] = { }, Common::EN_ANY, Common::kPlatformPC, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GType_ELVIRA2, @@ -297,7 +297,7 @@ static const AGOSGameDescription gameDescriptions[] = { }, Common::EN_ANY, Common::kPlatformPC, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GType_ELVIRA2, @@ -322,7 +322,7 @@ static const AGOSGameDescription gameDescriptions[] = { }, Common::DE_DEU, Common::kPlatformPC, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GType_ELVIRA2, @@ -347,7 +347,7 @@ static const AGOSGameDescription gameDescriptions[] = { }, Common::FR_FRA, Common::kPlatformPC, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GType_ELVIRA2, @@ -372,7 +372,7 @@ static const AGOSGameDescription gameDescriptions[] = { }, Common::ES_ESP, Common::kPlatformPC, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GType_ELVIRA2, @@ -398,7 +398,7 @@ static const AGOSGameDescription gameDescriptions[] = { }, Common::EN_ANY, Common::kPlatformAmiga, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GType_WW, @@ -425,7 +425,7 @@ static const AGOSGameDescription gameDescriptions[] = { }, Common::EN_ANY, Common::kPlatformPC, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GType_WW, @@ -448,7 +448,7 @@ static const AGOSGameDescription gameDescriptions[] = { }, Common::EN_ANY, Common::kPlatformAcorn, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GType_SIMON1, @@ -472,7 +472,7 @@ static const AGOSGameDescription gameDescriptions[] = { }, Common::EN_ANY, Common::kPlatformAcorn, - Common::GF_DEMO + Common::ADGF_DEMO }, GType_SIMON1, @@ -496,7 +496,7 @@ static const AGOSGameDescription gameDescriptions[] = { }, Common::EN_ANY, Common::kPlatformAcorn, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GType_SIMON1, @@ -519,7 +519,7 @@ static const AGOSGameDescription gameDescriptions[] = { }, Common::EN_ANY, Common::kPlatformAmiga, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GType_SIMON1, @@ -542,7 +542,7 @@ static const AGOSGameDescription gameDescriptions[] = { }, Common::EN_ANY, Common::kPlatformAmiga, - Common::GF_DEMO + Common::ADGF_DEMO }, GType_SIMON1, @@ -565,7 +565,7 @@ static const AGOSGameDescription gameDescriptions[] = { }, Common::EN_ANY, Common::kPlatformAmiga, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GType_SIMON1, @@ -588,7 +588,7 @@ static const AGOSGameDescription gameDescriptions[] = { }, Common::FR_FRA, Common::kPlatformAmiga, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GType_SIMON1, @@ -611,7 +611,7 @@ static const AGOSGameDescription gameDescriptions[] = { }, Common::DE_DEU, Common::kPlatformAmiga, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GType_SIMON1, @@ -634,7 +634,7 @@ static const AGOSGameDescription gameDescriptions[] = { }, Common::EN_ANY, Common::kPlatformAmiga, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GType_SIMON1, @@ -657,7 +657,7 @@ static const AGOSGameDescription gameDescriptions[] = { }, Common::EN_ANY, Common::kPlatformAmiga, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GType_SIMON1, @@ -680,7 +680,7 @@ static const AGOSGameDescription gameDescriptions[] = { }, Common::EN_ANY, Common::kPlatformPC, - Common::GF_DEMO + Common::ADGF_DEMO }, GType_SIMON1, @@ -703,7 +703,7 @@ static const AGOSGameDescription gameDescriptions[] = { }, Common::EN_ANY, Common::kPlatformPC, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GType_SIMON1, @@ -726,7 +726,7 @@ static const AGOSGameDescription gameDescriptions[] = { }, Common::RU_RUS, Common::kPlatformPC, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GType_SIMON1, @@ -749,7 +749,7 @@ static const AGOSGameDescription gameDescriptions[] = { }, Common::EN_ANY, Common::kPlatformPC, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GType_SIMON1, @@ -772,7 +772,7 @@ static const AGOSGameDescription gameDescriptions[] = { }, Common::RU_RUS, Common::kPlatformPC, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GType_SIMON1, @@ -795,7 +795,7 @@ static const AGOSGameDescription gameDescriptions[] = { }, Common::FR_FRA, Common::kPlatformPC, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GType_SIMON1, @@ -818,7 +818,7 @@ static const AGOSGameDescription gameDescriptions[] = { }, Common::DE_DEU, Common::kPlatformPC, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GType_SIMON1, @@ -841,7 +841,7 @@ static const AGOSGameDescription gameDescriptions[] = { }, Common::IT_ITA, Common::kPlatformPC, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GType_SIMON1, @@ -864,7 +864,7 @@ static const AGOSGameDescription gameDescriptions[] = { }, Common::ES_ESP, Common::kPlatformPC, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GType_SIMON1, @@ -888,7 +888,7 @@ static const AGOSGameDescription gameDescriptions[] = { }, Common::EN_ANY, Common::kPlatformPC, - Common::GF_DEMO + Common::ADGF_DEMO }, GType_SIMON1, @@ -912,7 +912,7 @@ static const AGOSGameDescription gameDescriptions[] = { }, Common::EN_ANY, Common::kPlatformPC, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GType_SIMON1, @@ -936,7 +936,7 @@ static const AGOSGameDescription gameDescriptions[] = { }, Common::EN_ANY, Common::kPlatformPC, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GType_SIMON1, @@ -960,7 +960,7 @@ static const AGOSGameDescription gameDescriptions[] = { }, Common::FR_FRA, Common::kPlatformPC, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GType_SIMON1, @@ -984,7 +984,7 @@ static const AGOSGameDescription gameDescriptions[] = { }, Common::DE_DEU, Common::kPlatformPC, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GType_SIMON1, @@ -1008,7 +1008,7 @@ static const AGOSGameDescription gameDescriptions[] = { }, Common::HB_ISR, Common::kPlatformPC, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GType_SIMON1, @@ -1032,7 +1032,7 @@ static const AGOSGameDescription gameDescriptions[] = { }, Common::IT_ITA, Common::kPlatformPC, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GType_SIMON1, @@ -1057,7 +1057,7 @@ static const AGOSGameDescription gameDescriptions[] = { // FIXME: DOS version which uses WAV format Common::IT_ITA, Common::kPlatformWindows, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GType_SIMON1, @@ -1081,7 +1081,7 @@ static const AGOSGameDescription gameDescriptions[] = { }, Common::ES_ESP, Common::kPlatformPC, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GType_SIMON1, @@ -1105,7 +1105,7 @@ static const AGOSGameDescription gameDescriptions[] = { }, Common::EN_ANY, Common::kPlatformWindows, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GType_SIMON1, @@ -1129,7 +1129,7 @@ static const AGOSGameDescription gameDescriptions[] = { }, Common::RU_RUS, Common::kPlatformWindows, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GType_SIMON1, @@ -1153,7 +1153,7 @@ static const AGOSGameDescription gameDescriptions[] = { }, Common::DE_DEU, Common::kPlatformWindows, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GType_SIMON1, @@ -1177,7 +1177,7 @@ static const AGOSGameDescription gameDescriptions[] = { }, Common::EN_ANY, Common::kPlatformPC, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GType_SIMON2, @@ -1201,7 +1201,7 @@ static const AGOSGameDescription gameDescriptions[] = { }, Common::RU_RUS, Common::kPlatformPC, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GType_SIMON2, @@ -1225,7 +1225,7 @@ static const AGOSGameDescription gameDescriptions[] = { }, Common::EN_ANY, Common::kPlatformPC, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GType_SIMON2, @@ -1249,7 +1249,7 @@ static const AGOSGameDescription gameDescriptions[] = { }, Common::RU_RUS, Common::kPlatformPC, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GType_SIMON2, @@ -1273,7 +1273,7 @@ static const AGOSGameDescription gameDescriptions[] = { }, Common::DE_DEU, Common::kPlatformPC, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GType_SIMON2, @@ -1297,7 +1297,7 @@ static const AGOSGameDescription gameDescriptions[] = { }, Common::IT_ITA, Common::kPlatformPC, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GType_SIMON2, @@ -1321,7 +1321,7 @@ static const AGOSGameDescription gameDescriptions[] = { }, Common::EN_ANY, Common::kPlatformPC, - Common::GF_DEMO + Common::ADGF_DEMO }, GType_SIMON2, @@ -1345,7 +1345,7 @@ static const AGOSGameDescription gameDescriptions[] = { }, Common::DE_DEU, Common::kPlatformPC, - Common::GF_DEMO + Common::ADGF_DEMO }, GType_SIMON2, @@ -1369,7 +1369,7 @@ static const AGOSGameDescription gameDescriptions[] = { }, Common::EN_ANY, Common::kPlatformPC, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GType_SIMON2, @@ -1393,7 +1393,7 @@ static const AGOSGameDescription gameDescriptions[] = { }, Common::EN_ANY, Common::kPlatformPC, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GType_SIMON2, @@ -1417,7 +1417,7 @@ static const AGOSGameDescription gameDescriptions[] = { }, Common::FR_FRA, Common::kPlatformPC, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GType_SIMON2, @@ -1441,7 +1441,7 @@ static const AGOSGameDescription gameDescriptions[] = { }, Common::DE_DEU, Common::kPlatformPC, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GType_SIMON2, @@ -1465,7 +1465,7 @@ static const AGOSGameDescription gameDescriptions[] = { }, Common::DE_DEU, Common::kPlatformPC, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GType_SIMON2, @@ -1489,7 +1489,7 @@ static const AGOSGameDescription gameDescriptions[] = { }, Common::HB_ISR, Common::kPlatformPC, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GType_SIMON2, @@ -1514,7 +1514,7 @@ static const AGOSGameDescription gameDescriptions[] = { // FIXME: DOS version which uses WAV format Common::IT_ITA, Common::kPlatformWindows, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GType_SIMON2, @@ -1538,7 +1538,7 @@ static const AGOSGameDescription gameDescriptions[] = { }, Common::ES_ESP, Common::kPlatformPC, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GType_SIMON2, @@ -1562,7 +1562,7 @@ static const AGOSGameDescription gameDescriptions[] = { }, Common::CZ_CZE, Common::kPlatformWindows, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GType_SIMON2, @@ -1586,7 +1586,7 @@ static const AGOSGameDescription gameDescriptions[] = { }, Common::EN_ANY, Common::kPlatformWindows, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GType_SIMON2, @@ -1610,7 +1610,7 @@ static const AGOSGameDescription gameDescriptions[] = { }, Common::FR_FRA, Common::kPlatformWindows, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GType_SIMON2, @@ -1634,7 +1634,7 @@ static const AGOSGameDescription gameDescriptions[] = { }, Common::DE_DEU, Common::kPlatformWindows, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GType_SIMON2, @@ -1658,7 +1658,7 @@ static const AGOSGameDescription gameDescriptions[] = { }, Common::DE_DEU, Common::kPlatformWindows, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GType_SIMON2, @@ -1682,7 +1682,7 @@ static const AGOSGameDescription gameDescriptions[] = { }, Common::PL_POL, Common::kPlatformWindows, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GType_SIMON2, @@ -1705,7 +1705,7 @@ static const AGOSGameDescription gameDescriptions[] = { }, Common::EN_ANY, Common::kPlatformAmiga, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GType_FF, @@ -1728,7 +1728,7 @@ static const AGOSGameDescription gameDescriptions[] = { }, Common::DE_DEU, Common::kPlatformAmiga, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GType_FF, @@ -1751,7 +1751,7 @@ static const AGOSGameDescription gameDescriptions[] = { }, Common::EN_ANY, Common::kPlatformMacintosh, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GType_FF, @@ -1774,7 +1774,7 @@ static const AGOSGameDescription gameDescriptions[] = { }, Common::FR_FRA, Common::kPlatformMacintosh, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GType_FF, @@ -1797,7 +1797,7 @@ static const AGOSGameDescription gameDescriptions[] = { }, Common::DE_DEU, Common::kPlatformMacintosh, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GType_FF, @@ -1820,7 +1820,7 @@ static const AGOSGameDescription gameDescriptions[] = { }, Common::ES_ESP, Common::kPlatformMacintosh, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GType_FF, @@ -1842,7 +1842,7 @@ static const AGOSGameDescription gameDescriptions[] = { }, Common::EN_ANY, Common::kPlatformWindows, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GType_FF, @@ -1864,7 +1864,7 @@ static const AGOSGameDescription gameDescriptions[] = { }, Common::EN_ANY, Common::kPlatformWindows, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GType_FF, @@ -1886,7 +1886,7 @@ static const AGOSGameDescription gameDescriptions[] = { }, Common::FR_FRA, Common::kPlatformWindows, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GType_FF, @@ -1908,7 +1908,7 @@ static const AGOSGameDescription gameDescriptions[] = { }, Common::DE_DEU, Common::kPlatformWindows, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GType_FF, @@ -1930,7 +1930,7 @@ static const AGOSGameDescription gameDescriptions[] = { }, Common::IT_ITA, Common::kPlatformWindows, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GType_FF, @@ -1952,7 +1952,7 @@ static const AGOSGameDescription gameDescriptions[] = { }, Common::ES_ESP, Common::kPlatformWindows, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GType_FF, @@ -1972,7 +1972,7 @@ static const AGOSGameDescription gameDescriptions[] = { }, Common::EN_ANY, Common::kPlatformWindows, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GType_PP, @@ -1992,7 +1992,7 @@ static const AGOSGameDescription gameDescriptions[] = { }, Common::EN_ANY, Common::kPlatformWindows, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GType_PP, @@ -2012,7 +2012,7 @@ static const AGOSGameDescription gameDescriptions[] = { }, Common::EN_ANY, Common::kPlatformWindows, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GType_PP, @@ -2032,7 +2032,7 @@ static const AGOSGameDescription gameDescriptions[] = { }, Common::EN_ANY, Common::kPlatformWindows, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GType_PP, @@ -2052,7 +2052,7 @@ static const AGOSGameDescription gameDescriptions[] = { }, Common::DE_DEU, Common::kPlatformWindows, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GType_PP, @@ -2072,7 +2072,7 @@ static const AGOSGameDescription gameDescriptions[] = { }, Common::ES_ESP, Common::kPlatformWindows, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GType_PP, diff --git a/engines/cine/detection.cpp b/engines/cine/detection.cpp index 21f8108061..519d410f36 100644 --- a/engines/cine/detection.cpp +++ b/engines/cine/detection.cpp @@ -70,7 +70,7 @@ static const CINEGameDescription gameDescriptions[] = { AD_ENTRY1("part01", "61d003202d301c29dd399acfb1354310"), Common::EN_ANY, Common::kPlatformPC, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GType_FW, 0, @@ -84,7 +84,7 @@ static const CINEGameDescription gameDescriptions[] = { AD_ENTRY1("part01", "91d7271155520eae6915a9dd2dac120c"), Common::EN_ANY, Common::kPlatformPC, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GType_FW, 0, @@ -97,7 +97,7 @@ static const CINEGameDescription gameDescriptions[] = { AD_ENTRY1("part01", "f5e98fcca3fb5e7afa284c81c39d8b14"), Common::DE_DEU, Common::kPlatformPC, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GType_FW, GF_ALT_FONT, @@ -110,7 +110,7 @@ static const CINEGameDescription gameDescriptions[] = { AD_ENTRY1("part01", "570109f965c7f53984b98c83d86eb206"), Common::ES_ESP, Common::kPlatformPC, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GType_FW, GF_ALT_FONT, @@ -123,7 +123,7 @@ static const CINEGameDescription gameDescriptions[] = { AD_ENTRY1("part01", "5d1acb97abe9591f9008e00d07add95a"), Common::FR_FRA, Common::kPlatformPC, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GType_FW, 0, @@ -136,7 +136,7 @@ static const CINEGameDescription gameDescriptions[] = { AD_ENTRY1("part01", "57afd280b598b4180fda6689fbedc4b8"), Common::EN_ANY, Common::kPlatformAmiga, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GType_FW, 0, @@ -149,7 +149,7 @@ static const CINEGameDescription gameDescriptions[] = { AD_ENTRY1("part01", "3a87a913e0e33963a48a7f822ca0eb0e"), Common::DE_DEU, Common::kPlatformAmiga, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GType_FW, GF_ALT_FONT, @@ -162,7 +162,7 @@ static const CINEGameDescription gameDescriptions[] = { AD_ENTRY1("part01", "5ad0007ccd5f7b3dd6b15ea7f281f9e1"), Common::ES_ESP, Common::kPlatformAmiga, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GType_FW, 0, @@ -175,7 +175,7 @@ static const CINEGameDescription gameDescriptions[] = { AD_ENTRY1("part01", "460f2da8793bc581a2d4b6fc19ccb5ae"), Common::FR_FRA, Common::kPlatformAmiga, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GType_FW, 0, @@ -188,7 +188,7 @@ static const CINEGameDescription gameDescriptions[] = { AD_ENTRY1("part01", "1c8e5207743172134409ac58860021af"), Common::IT_ITA, Common::kPlatformAmiga, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GType_FW, 0, @@ -205,7 +205,7 @@ static const CINEGameDescription gameDescriptions[] = { }, Common::EN_ANY, Common::kPlatformAmiga, - Common::GF_DEMO + Common::ADGF_DEMO }, GType_FW, 0, @@ -218,7 +218,7 @@ static const CINEGameDescription gameDescriptions[] = { AD_ENTRY1("part01", "36050db13af57e462ca1adc4df99de4e"), Common::EN_ANY, Common::kPlatformAtariST, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GType_FW, 0, @@ -231,7 +231,7 @@ static const CINEGameDescription gameDescriptions[] = { AD_ENTRY1("part01", "ef245573b7dab0d4825ceb98e37cef4d"), Common::FR_FRA, Common::kPlatformAtariST, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GType_FW, 0, @@ -244,7 +244,7 @@ static const CINEGameDescription gameDescriptions[] = { AD_ENTRY1("procs00", "d6752e7d25924cb866b61eb7cb0c8b56"), Common::EN_GRB, Common::kPlatformPC, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GType_OS, 0, @@ -257,7 +257,7 @@ static const CINEGameDescription gameDescriptions[] = { AD_ENTRY1("procs1", "d8c3a9d05a63e4cfa801826a7063a126"), Common::EN_USA, Common::kPlatformPC, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GType_OS, 0, @@ -270,7 +270,7 @@ static const CINEGameDescription gameDescriptions[] = { AD_ENTRY1("procs00", "862a75d76fb7fffec30e52be9ad1c474"), Common::EN_USA, Common::kPlatformPC, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GType_OS, GF_CD, @@ -283,7 +283,7 @@ static const CINEGameDescription gameDescriptions[] = { AD_ENTRY1("procs1", "39b91ae35d1297ce0a76a1a803ca1593"), Common::DE_DEU, Common::kPlatformPC, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GType_OS, 0, @@ -296,7 +296,7 @@ static const CINEGameDescription gameDescriptions[] = { AD_ENTRY1("procs1", "74c2dabd9d212525fca8875a5f6d8994"), Common::ES_ESP, Common::kPlatformPC, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GType_OS, 0, @@ -313,7 +313,7 @@ static const CINEGameDescription gameDescriptions[] = { }, Common::ES_ESP, Common::kPlatformPC, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GType_OS, GF_CD, @@ -326,7 +326,7 @@ static const CINEGameDescription gameDescriptions[] = { AD_ENTRY1("procs00", "f143567f08cfd1a9b1c9a41c89eadfef"), Common::FR_FRA, Common::kPlatformPC, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GType_OS, 0, @@ -339,7 +339,7 @@ static const CINEGameDescription gameDescriptions[] = { AD_ENTRY1("procs1", "da066e6b8dd93f2502c2a3755f08dc12"), Common::IT_ITA, Common::kPlatformPC, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GType_OS, 0, @@ -352,7 +352,7 @@ static const CINEGameDescription gameDescriptions[] = { AD_ENTRY1("procs0", "a9da5531ead0ebf9ad387fa588c0cbb0"), Common::EN_GRB, Common::kPlatformAmiga, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GType_OS, 0, @@ -365,7 +365,7 @@ static const CINEGameDescription gameDescriptions[] = { AD_ENTRY1("procs0", "8a429ced2f4acff8a15ae125174042e8"), Common::EN_GRB, Common::kPlatformAmiga, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GType_OS, 0, @@ -378,7 +378,7 @@ static const CINEGameDescription gameDescriptions[] = { AD_ENTRY1("procs0", "d5f27e33fc29c879f36f15b86ccfa58c"), Common::EN_USA, Common::kPlatformAmiga, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GType_OS, 0, @@ -391,7 +391,7 @@ static const CINEGameDescription gameDescriptions[] = { AD_ENTRY1("procs0", "8b7dce249821d3a62b314399c4334347"), Common::DE_DEU, Common::kPlatformAmiga, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GType_OS, 0, @@ -404,7 +404,7 @@ static const CINEGameDescription gameDescriptions[] = { AD_ENTRY1("procs0", "35fc295ddd0af9da932d256ba799a4b0"), Common::ES_ESP, Common::kPlatformAmiga, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GType_OS, 0, @@ -417,7 +417,7 @@ static const CINEGameDescription gameDescriptions[] = { AD_ENTRY1("procs0", "d4ea4a97e01fa67ea066f9e785050ed2"), Common::FR_FRA, Common::kPlatformAmiga, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GType_OS, 0, @@ -430,7 +430,7 @@ static const CINEGameDescription gameDescriptions[] = { AD_ENTRY1("demo", "8d3a750d1c840b1b1071e42f9e6f6aa2"), Common::EN_GRB, Common::kPlatformAmiga, - Common::GF_DEMO + Common::ADGF_DEMO }, GType_OS, GF_DEMO, @@ -443,7 +443,7 @@ static const CINEGameDescription gameDescriptions[] = { AD_ENTRY1("procs0", "1501d5ae364b2814a33ed19347c3fcae"), Common::EN_GRB, Common::kPlatformAtariST, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GType_OS, 0, @@ -456,7 +456,7 @@ static const CINEGameDescription gameDescriptions[] = { AD_ENTRY1("procs0", "2148d25de3219dd4a36580ca735d0afa"), Common::FR_FRA, Common::kPlatformAtariST, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GType_OS, 0, diff --git a/engines/gob/detection.cpp b/engines/gob/detection.cpp index 050dc5b7dd..317edea8f2 100644 --- a/engines/gob/detection.cpp +++ b/engines/gob/detection.cpp @@ -72,7 +72,7 @@ static const GOBGameDescription gameDescriptions[] = { AD_ENTRY1(0, 0), UNK_LANG, kPlatformPC, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GF_GOB1, "intro" @@ -84,7 +84,7 @@ static const GOBGameDescription gameDescriptions[] = { AD_ENTRY1("intro.stk", "c65e9cc8ba23a38456242e1f2b1caad4"), UNK_LANG, kPlatformPC, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GF_GOB1 | GF_EGA, "intro" @@ -96,7 +96,7 @@ static const GOBGameDescription gameDescriptions[] = { AD_ENTRY1("intro.stk", "f9233283a0be2464248d83e14b95f09c"), RU_RUS, kPlatformPC, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GF_GOB1 | GF_EGA, "intro" @@ -108,7 +108,7 @@ static const GOBGameDescription gameDescriptions[] = { AD_ENTRY1("intro.stk", "26a9118c0770fa5ac93a9626761600b2"), UNK_LANG, kPlatformPC, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GF_GOB1, "intro" @@ -120,7 +120,7 @@ static const GOBGameDescription gameDescriptions[] = { AD_ENTRY1(0, 0), UNK_LANG, kPlatformPC, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GF_GOB1 | GF_CD, "intro" @@ -132,7 +132,7 @@ static const GOBGameDescription gameDescriptions[] = { AD_ENTRY1("intro.stk", "2fbf4b5b82bbaee87eb45d4404c28998"), EN_USA, kPlatformPC, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GF_GOB1 | GF_CD, "intro" @@ -144,7 +144,7 @@ static const GOBGameDescription gameDescriptions[] = { AD_ENTRY1("intro.stk", "2fbf4b5b82bbaee87eb45d4404c28998"), DE_DEU, kPlatformPC, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GF_GOB1 | GF_CD, "intro" @@ -156,7 +156,7 @@ static const GOBGameDescription gameDescriptions[] = { AD_ENTRY1("intro.stk", "2fbf4b5b82bbaee87eb45d4404c28998"), FR_FRA, kPlatformPC, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GF_GOB1 | GF_CD, "intro" @@ -168,7 +168,7 @@ static const GOBGameDescription gameDescriptions[] = { AD_ENTRY1("intro.stk", "2fbf4b5b82bbaee87eb45d4404c28998"), IT_ITA, kPlatformPC, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GF_GOB1 | GF_CD, "intro" @@ -180,7 +180,7 @@ static const GOBGameDescription gameDescriptions[] = { AD_ENTRY1("intro.stk", "2fbf4b5b82bbaee87eb45d4404c28998"), ES_ESP, kPlatformPC, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GF_GOB1 | GF_CD, "intro" @@ -192,7 +192,7 @@ static const GOBGameDescription gameDescriptions[] = { AD_ENTRY1("intro.stk", "8bd873137b6831c896ee8ad217a6a398"), EN_USA, kPlatformPC, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GF_GOB1 | GF_CD, "intro" @@ -204,7 +204,7 @@ static const GOBGameDescription gameDescriptions[] = { AD_ENTRY1("intro.stk", "8bd873137b6831c896ee8ad217a6a398"), DE_DEU, kPlatformPC, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GF_GOB1 | GF_CD, "intro" @@ -216,7 +216,7 @@ static const GOBGameDescription gameDescriptions[] = { AD_ENTRY1("intro.stk", "8bd873137b6831c896ee8ad217a6a398"), FR_FRA, kPlatformPC, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GF_GOB1 | GF_CD, "intro" @@ -228,7 +228,7 @@ static const GOBGameDescription gameDescriptions[] = { AD_ENTRY1("intro.stk", "8bd873137b6831c896ee8ad217a6a398"), IT_ITA, kPlatformPC, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GF_GOB1 | GF_CD, "intro" @@ -240,7 +240,7 @@ static const GOBGameDescription gameDescriptions[] = { AD_ENTRY1("intro.stk", "8bd873137b6831c896ee8ad217a6a398"), ES_ESP, kPlatformPC, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GF_GOB1 | GF_CD, "intro" @@ -252,7 +252,7 @@ static const GOBGameDescription gameDescriptions[] = { AD_ENTRY1("intro.stk", "972f22c6ff8144a6636423f0354ca549"), UNK_LANG, kPlatformAmiga, - Common::GF_DEMO + Common::ADGF_DEMO }, GF_GOB1, "intro" @@ -264,7 +264,7 @@ static const GOBGameDescription gameDescriptions[] = { AD_ENTRY1("intro.stk", "e72bd1e3828c7dec4c8a3e58c48bdfdb"), UNK_LANG, kPlatformPC, - Common::GF_DEMO + Common::ADGF_DEMO }, GF_GOB1, "intro" @@ -276,7 +276,7 @@ static const GOBGameDescription gameDescriptions[] = { AD_ENTRY1("intro.stk", "00a42a7d2d22e6b6ab1b8c673c4ed267"), EN_ANY, kPlatformMacintosh, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GF_GOB1, "intro" @@ -288,7 +288,7 @@ static const GOBGameDescription gameDescriptions[] = { AD_ENTRY1("intro.stk", "00a42a7d2d22e6b6ab1b8c673c4ed267"), DE_DEU, kPlatformMacintosh, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GF_GOB1, "intro" @@ -300,7 +300,7 @@ static const GOBGameDescription gameDescriptions[] = { AD_ENTRY1("intro.stk", "00a42a7d2d22e6b6ab1b8c673c4ed267"), FR_FRA, kPlatformMacintosh, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GF_GOB1, "intro" @@ -312,7 +312,7 @@ static const GOBGameDescription gameDescriptions[] = { AD_ENTRY1("intro.stk", "00a42a7d2d22e6b6ab1b8c673c4ed267"), IT_ITA, kPlatformMacintosh, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GF_GOB1, "intro" @@ -324,7 +324,7 @@ static const GOBGameDescription gameDescriptions[] = { AD_ENTRY1("intro.stk", "00a42a7d2d22e6b6ab1b8c673c4ed267"), ES_ESP, kPlatformMacintosh, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GF_GOB1, "intro" @@ -336,7 +336,7 @@ static const GOBGameDescription gameDescriptions[] = { AD_ENTRY1(0, 0), UNK_LANG, kPlatformPC, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GF_GOB2, "intro" @@ -348,7 +348,7 @@ static const GOBGameDescription gameDescriptions[] = { AD_ENTRY1("intro.stk", "a13ecb4f6d8fd881ebbcc02e45cb5475"), FR_FRA, kPlatformPC, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GF_GOB2, "intro" @@ -360,7 +360,7 @@ static const GOBGameDescription gameDescriptions[] = { AD_ENTRY1("intro.stk", "b45b984ee8017efd6ea965b9becd4d66"), EN_GRB, kPlatformPC, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GF_GOB2, "intro" @@ -376,7 +376,7 @@ static const GOBGameDescription gameDescriptions[] = { }, UNK_LANG, kPlatformMacintosh, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GF_GOB2, "intro" @@ -388,7 +388,7 @@ static const GOBGameDescription gameDescriptions[] = { AD_ENTRY1("intro.stk", "dedb5d31d8c8050a8cf77abedcc53dae"), EN_USA, kPlatformPC, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GF_GOB2, "intro" @@ -400,7 +400,7 @@ static const GOBGameDescription gameDescriptions[] = { AD_ENTRY1("intro.stk", "a13892cdf4badda85a6f6fb47603a128"), DE_DEU, kPlatformPC, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GF_GOB2, "intro" @@ -412,7 +412,7 @@ static const GOBGameDescription gameDescriptions[] = { AD_ENTRY1("intro.stk", "cd3e1df8b273636ee32e34b7064f50e8"), RU_RUS, kPlatformPC, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GF_GOB2, "intro" @@ -424,7 +424,7 @@ static const GOBGameDescription gameDescriptions[] = { AD_ENTRY1("intro.stk", "d28b9e9b41f31acfa58dcd12406c7b2c"), DE_DEU, kPlatformAmiga, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GF_GOB2, "intro" @@ -436,7 +436,7 @@ static const GOBGameDescription gameDescriptions[] = { AD_ENTRY1("intro.stk", "3e4e7db0d201587dd2df4003b2993ef6"), DE_DEU, kPlatformPC, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GF_GOB2, "intro" @@ -448,7 +448,7 @@ static const GOBGameDescription gameDescriptions[] = { AD_ENTRY1(0, 0), UNK_LANG, kPlatformPC, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GF_GOB2 | GF_CD, "intro" @@ -460,7 +460,7 @@ static const GOBGameDescription gameDescriptions[] = { AD_ENTRY1("intro.stk", "9de5fbb41cf97182109e5fecc9d90347"), EN_USA, kPlatformPC, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GF_GOB2 | GF_CD, "intro" @@ -472,7 +472,7 @@ static const GOBGameDescription gameDescriptions[] = { AD_ENTRY1("intro.stk", "24a6b32757752ccb1917ce92fd7c2a04"), EN_ANY, kPlatformPC, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GF_GOB2 | GF_CD, "intro" @@ -484,7 +484,7 @@ static const GOBGameDescription gameDescriptions[] = { AD_ENTRY1("intro.stk", "24a6b32757752ccb1917ce92fd7c2a04"), DE_DEU, kPlatformPC, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GF_GOB2 | GF_CD, "intro" @@ -496,7 +496,7 @@ static const GOBGameDescription gameDescriptions[] = { AD_ENTRY1("intro.stk", "24a6b32757752ccb1917ce92fd7c2a04"), FR_FRA, kPlatformPC, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GF_GOB2 | GF_CD, "intro" @@ -508,7 +508,7 @@ static const GOBGameDescription gameDescriptions[] = { AD_ENTRY1("intro.stk", "24a6b32757752ccb1917ce92fd7c2a04"), IT_ITA, kPlatformPC, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GF_GOB2 | GF_CD, "intro" @@ -520,7 +520,7 @@ static const GOBGameDescription gameDescriptions[] = { AD_ENTRY1("intro.stk", "24a6b32757752ccb1917ce92fd7c2a04"), ES_ESP, kPlatformPC, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GF_GOB2 | GF_CD, "intro" @@ -532,7 +532,7 @@ static const GOBGameDescription gameDescriptions[] = { AD_ENTRY1("intro.stk", "8b1c98ff2ab2e14f47a1b891e9b92217"), UNK_LANG, kPlatformPC, - Common::GF_DEMO + Common::ADGF_DEMO }, GF_GOB2, "usa" @@ -544,7 +544,7 @@ static const GOBGameDescription gameDescriptions[] = { AD_ENTRY1("intro.stk", "cf1c95b2939bd8ff58a25c756cb6125e"), UNK_LANG, kPlatformPC, - Common::GF_DEMO + Common::ADGF_DEMO }, GF_GOB2, "intro" @@ -556,7 +556,7 @@ static const GOBGameDescription gameDescriptions[] = { AD_ENTRY1("intro.stk", "4b278c2678ea01383fd5ca114d947eea"), UNK_LANG, kPlatformPC, - Common::GF_DEMO + Common::ADGF_DEMO }, GF_GOB2, "intro" @@ -568,7 +568,7 @@ static const GOBGameDescription gameDescriptions[] = { AD_ENTRY1("intro.stk", "2bb8878a8042244dd2b96ff682381baa"), EN_GRB, kPlatformPC, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GF_GOB2, "intro" @@ -580,7 +580,7 @@ static const GOBGameDescription gameDescriptions[] = { AD_ENTRY1s("intro.stk", "de92e5c6a8c163007ffceebef6e67f7d", 7117568), EN_USA, kPlatformPC, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GF_GOB2, "intro" @@ -592,7 +592,7 @@ static const GOBGameDescription gameDescriptions[] = { AD_ENTRY1s("intro.stk", "bfd9d02faf3d8d60a2cf744f95eb48dd", 456570), EN_GRB, kPlatformAmiga, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GF_GOB2, "intro" @@ -604,7 +604,7 @@ static const GOBGameDescription gameDescriptions[] = { AD_ENTRY1s("intro.stk", "af83debf2cbea21faa591c7b4608fe92", 458192), DE_DEU, kPlatformAmiga, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GF_GOB2, "intro" @@ -616,7 +616,7 @@ static const GOBGameDescription gameDescriptions[] = { AD_ENTRY1s("intro.stk", "257fe669705ac4971efdfd5656eef16a", 457719), FR_FRA, kPlatformAmiga, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GF_GOB2, "intro" @@ -628,7 +628,7 @@ static const GOBGameDescription gameDescriptions[] = { AD_ENTRY1s("intro.stk", "dffd1ab98fe76150d6933329ca6f4cc4", 459458), FR_FRA, kPlatformAmiga, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GF_GOB2, "intro" @@ -640,7 +640,7 @@ static const GOBGameDescription gameDescriptions[] = { AD_ENTRY1("intro.stk", "e6d13fb3b858cb4f78a8780d184d5b2c"), FR_FRA, kPlatformAtariST, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GF_GOB2, "intro" @@ -652,7 +652,7 @@ static const GOBGameDescription gameDescriptions[] = { AD_ENTRY1("intro.stk", "4b10525a3782aa7ecd9d833b5c1d308b"), FR_FRA, kPlatformPC, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GF_GOB2, "intro" @@ -664,7 +664,7 @@ static const GOBGameDescription gameDescriptions[] = { AD_ENTRY1("intro.stk", "63170e71f04faba88673b3f510f9c4c8"), DE_DEU, kPlatformPC, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GF_GOB2, "intro" @@ -676,7 +676,7 @@ static const GOBGameDescription gameDescriptions[] = { AD_ENTRY1("intro.stk", "2e9c2898f6bf206ede801e3b2e7ee428"), UNK_LANG, kPlatformPC, - Common::GF_DEMO + Common::ADGF_DEMO }, GF_GOB2, "show" @@ -688,7 +688,7 @@ static const GOBGameDescription gameDescriptions[] = { AD_ENTRY1("intro.stk", "15fb91a1b9b09684b28ac75edf66e504"), EN_USA, kPlatformPC, - Common::GF_DEMO + Common::ADGF_DEMO }, GF_GOB2, "show" @@ -700,7 +700,7 @@ static const GOBGameDescription gameDescriptions[] = { AD_ENTRY1("intro.stk", "da3c54be18ab73fbdb32db24624a9c23"), UNK_LANG, kPlatformPC, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GF_BARGON, "intro" @@ -712,7 +712,7 @@ static const GOBGameDescription gameDescriptions[] = { AD_ENTRY1("intro.stk", "32b0f57f5ae79a9ae97e8011df38af42"), UNK_LANG, kPlatformPC, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GF_GOB2, "intro" @@ -724,7 +724,7 @@ static const GOBGameDescription gameDescriptions[] = { AD_ENTRY1("intro.stk", "1e2f64ec8dfa89f42ee49936a27e66e7"), UNK_LANG, kPlatformPC, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GF_GOB2, "intro" @@ -736,7 +736,7 @@ static const GOBGameDescription gameDescriptions[] = { AD_ENTRY1("intro.stk", "f6d225b25a180606fa5dbe6405c97380"), DE_DEU, kPlatformPC, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GF_GOB2, "intro" @@ -748,7 +748,7 @@ static const GOBGameDescription gameDescriptions[] = { AD_ENTRY1("intro.stk", "e42a4f2337d6549487a80864d7826972"), FR_FRA, kPlatformPC, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GF_GOB2, "intro" @@ -760,7 +760,7 @@ static const GOBGameDescription gameDescriptions[] = { AD_ENTRY1("intro.stk", "4e3af248a48a2321364736afab868527"), RU_RUS, kPlatformPC, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GF_GOB2, "intro" @@ -772,7 +772,7 @@ static const GOBGameDescription gameDescriptions[] = { AD_ENTRY1("intro.stk", "8d28ce1591b0e9cc79bf41cad0fc4c9c"), UNK_LANG, kPlatformPC, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GF_GOB2, "intro" @@ -784,7 +784,7 @@ static const GOBGameDescription gameDescriptions[] = { AD_ENTRY1("intro.stk", "bd679eafde2084d8011f247e51b5a805"), UNK_LANG, kPlatformAmiga, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GF_GOB2, "intro" @@ -796,7 +796,7 @@ static const GOBGameDescription gameDescriptions[] = { AD_ENTRY1("intro.stk", "6f2c226c62dd7ab0ab6f850e89d3fc47"), EN_USA, kPlatformPC, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GF_GOB2, "intro" @@ -808,7 +808,7 @@ static const GOBGameDescription gameDescriptions[] = { AD_ENTRY1("intro.stk", "c3e9132ea9dc0fb866b6d60dcda10261"), DE_DEU, kPlatformPC, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GF_GOB2, "intro" @@ -820,7 +820,7 @@ static const GOBGameDescription gameDescriptions[] = { AD_ENTRY1("intro.stk", "7aebd94e49c2c5c518c9e7b74f25de9d"), UNK_LANG, kPlatformPC, - Common::GF_DEMO + Common::ADGF_DEMO }, GF_GOB2, "intro" @@ -832,7 +832,7 @@ static const GOBGameDescription gameDescriptions[] = { AD_ENTRY1("intro.stk", "b9b898fccebe02b69c086052d5024a55"), UNK_LANG, kPlatformPC, - Common::GF_DEMO + Common::ADGF_DEMO }, GF_GOB2, "intro" @@ -844,7 +844,7 @@ static const GOBGameDescription gameDescriptions[] = { AD_ENTRY1("intro.stk", "e5dcbc9f6658ebb1e8fe26bc4da0806d"), UNK_LANG, kPlatformPC, - Common::GF_DEMO + Common::ADGF_DEMO }, GF_GOB2, "intro" @@ -856,7 +856,7 @@ static const GOBGameDescription gameDescriptions[] = { AD_ENTRY1s("intro.stk", "dccf9d31cb720b34d75487408821b77e", 20296390), UNK_LANG, kPlatformPC, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GF_WOODRUFF, "intro" @@ -868,7 +868,7 @@ static const GOBGameDescription gameDescriptions[] = { AD_ENTRY1s("intro.stk", "b50fee012a5abcd0ac2963e1b4b56bec", 20298108), EN_USA, kPlatformPC, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GF_WOODRUFF, "intro" @@ -880,7 +880,7 @@ static const GOBGameDescription gameDescriptions[] = { AD_ENTRY1s("intro.stk", "5f5f4e0a72c33391e67a47674b120cc6", 20296422), DE_DEU, kPlatformPC, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GF_WOODRUFF, "intro" diff --git a/engines/kyra/plugin.cpp b/engines/kyra/plugin.cpp index d1e32762e4..0fdf766cc9 100644 --- a/engines/kyra/plugin.cpp +++ b/engines/kyra/plugin.cpp @@ -49,29 +49,29 @@ namespace { #define KYRA3_CD_FLAGS FLAGS(false, false, true, false, Kyra::GI_KYRA3) const KYRAGameDescription adGameDescs[] = { - { { "kyra1", 0, AD_ENTRY1("GEMCUT.EMC", "3c244298395520bb62b5edfe41688879"), Common::EN_ANY, Common::kPlatformPC, Common::GF_NO_FLAGS }, KYRA1_FLOPPY_FLAGS }, - { { "kyra1", 0, AD_ENTRY1("GEMCUT.EMC", "796e44863dd22fa635b042df1bf16673"), Common::EN_ANY, Common::kPlatformPC, Common::GF_NO_FLAGS }, KYRA1_FLOPPY_FLAGS }, - { { "kyra1", 0, AD_ENTRY1("GEMCUT.EMC", "abf8eb360e79a6c2a837751fbd4d3d24"), Common::FR_FRA, Common::kPlatformPC, Common::GF_NO_FLAGS }, KYRA1_FLOPPY_FLAGS }, - { { "kyra1", 0, AD_ENTRY1("GEMCUT.EMC", "6018e1dfeaca7fe83f8d0b00eb0dd049"), Common::DE_DEU, Common::kPlatformPC, Common::GF_NO_FLAGS }, KYRA1_FLOPPY_FLAGS }, - { { "kyra1", 0, AD_ENTRY1("GEMCUT.EMC", "f0b276781f47c130f423ec9679fe9ed9"), Common::DE_DEU, Common::kPlatformPC, Common::GF_NO_FLAGS }, KYRA1_FLOPPY_FLAGS }, // from Arne.F - { { "kyra1", 0, AD_ENTRY1("GEMCUT.EMC", "8909b41596913b3f5deaf3c9f1017b01"), Common::ES_ESP, Common::kPlatformPC, Common::GF_NO_FLAGS }, KYRA1_FLOPPY_FLAGS }, // from VooD - { { "kyra1", 0, AD_ENTRY1("GEMCUT.EMC", "747861d2a9c643c59fdab570df5b9093"), Common::ES_ESP, Common::kPlatformPC, Common::GF_NO_FLAGS }, KYRA1_FLOPPY_FLAGS }, // floppy 1.8 from clemmy - { { "kyra1", 0, AD_ENTRY1("GEMCUT.EMC", "ef08c8c237ee1473fd52578303fc36df"), Common::IT_ITA, Common::kPlatformPC, Common::GF_NO_FLAGS }, KYRA1_FLOPPY_FLAGS }, // from gourry + { { "kyra1", 0, AD_ENTRY1("GEMCUT.EMC", "3c244298395520bb62b5edfe41688879"), Common::EN_ANY, Common::kPlatformPC, Common::ADGF_NO_FLAGS }, KYRA1_FLOPPY_FLAGS }, + { { "kyra1", 0, AD_ENTRY1("GEMCUT.EMC", "796e44863dd22fa635b042df1bf16673"), Common::EN_ANY, Common::kPlatformPC, Common::ADGF_NO_FLAGS }, KYRA1_FLOPPY_FLAGS }, + { { "kyra1", 0, AD_ENTRY1("GEMCUT.EMC", "abf8eb360e79a6c2a837751fbd4d3d24"), Common::FR_FRA, Common::kPlatformPC, Common::ADGF_NO_FLAGS }, KYRA1_FLOPPY_FLAGS }, + { { "kyra1", 0, AD_ENTRY1("GEMCUT.EMC", "6018e1dfeaca7fe83f8d0b00eb0dd049"), Common::DE_DEU, Common::kPlatformPC, Common::ADGF_NO_FLAGS }, KYRA1_FLOPPY_FLAGS }, + { { "kyra1", 0, AD_ENTRY1("GEMCUT.EMC", "f0b276781f47c130f423ec9679fe9ed9"), Common::DE_DEU, Common::kPlatformPC, Common::ADGF_NO_FLAGS }, KYRA1_FLOPPY_FLAGS }, // from Arne.F + { { "kyra1", 0, AD_ENTRY1("GEMCUT.EMC", "8909b41596913b3f5deaf3c9f1017b01"), Common::ES_ESP, Common::kPlatformPC, Common::ADGF_NO_FLAGS }, KYRA1_FLOPPY_FLAGS }, // from VooD + { { "kyra1", 0, AD_ENTRY1("GEMCUT.EMC", "747861d2a9c643c59fdab570df5b9093"), Common::ES_ESP, Common::kPlatformPC, Common::ADGF_NO_FLAGS }, KYRA1_FLOPPY_FLAGS }, // floppy 1.8 from clemmy + { { "kyra1", 0, AD_ENTRY1("GEMCUT.EMC", "ef08c8c237ee1473fd52578303fc36df"), Common::IT_ITA, Common::kPlatformPC, Common::ADGF_NO_FLAGS }, KYRA1_FLOPPY_FLAGS }, // from gourry - { { "kyra1", 0, AD_ENTRY1("TWMUSIC.PAK", "e53bca3a3e3fb49107d59463ec387a59"), Common::EN_ANY, Common::kPlatformFMTowns, Common::GF_NO_FLAGS }, KYRA1_TOWNS_FLAGS }, - { { "kyra1", 0, AD_ENTRY1("TWMUSIC.PAK", "e53bca3a3e3fb49107d59463ec387a59"), Common::JA_JPN, Common::kPlatformFMTowns, Common::GF_NO_FLAGS }, KYRA1_TOWNS_SJIS_FLAGS }, + { { "kyra1", 0, AD_ENTRY1("TWMUSIC.PAK", "e53bca3a3e3fb49107d59463ec387a59"), Common::EN_ANY, Common::kPlatformFMTowns, Common::ADGF_NO_FLAGS }, KYRA1_TOWNS_FLAGS }, + { { "kyra1", 0, AD_ENTRY1("TWMUSIC.PAK", "e53bca3a3e3fb49107d59463ec387a59"), Common::JA_JPN, Common::kPlatformFMTowns, Common::ADGF_NO_FLAGS }, KYRA1_TOWNS_SJIS_FLAGS }, - { { "kyra1", "CD", AD_ENTRY1("GEMCUT.PAK", "fac399fe62f98671e56a005c5e94e39f"), Common::EN_ANY, Common::kPlatformPC, Common::GF_NO_FLAGS }, KYRA1_CD_FLAGS }, - { { "kyra1", "CD", AD_ENTRY1("GEMCUT.PAK", "230f54e6afc007ab4117159181a1c722"), Common::DE_DEU, Common::kPlatformPC, Common::GF_NO_FLAGS }, KYRA1_CD_FLAGS }, - { { "kyra1", "CD", AD_ENTRY1("GEMCUT.PAK", "b037c41768b652a040360ffa3556fd2a"), Common::FR_FRA, Common::kPlatformPC, Common::GF_NO_FLAGS }, KYRA1_CD_FLAGS }, + { { "kyra1", "CD", AD_ENTRY1("GEMCUT.PAK", "fac399fe62f98671e56a005c5e94e39f"), Common::EN_ANY, Common::kPlatformPC, Common::ADGF_NO_FLAGS }, KYRA1_CD_FLAGS }, + { { "kyra1", "CD", AD_ENTRY1("GEMCUT.PAK", "230f54e6afc007ab4117159181a1c722"), Common::DE_DEU, Common::kPlatformPC, Common::ADGF_NO_FLAGS }, KYRA1_CD_FLAGS }, + { { "kyra1", "CD", AD_ENTRY1("GEMCUT.PAK", "b037c41768b652a040360ffa3556fd2a"), Common::FR_FRA, Common::kPlatformPC, Common::ADGF_NO_FLAGS }, KYRA1_CD_FLAGS }, - { { "kyra1", "Demo", AD_ENTRY1("DEMO1.WSA", "fb722947d94897512b13b50cc84fd648"), Common::EN_ANY, Common::kPlatformPC, Common::GF_DEMO }, KYRA1_DEMO_FLAGS }, + { { "kyra1", "Demo", AD_ENTRY1("DEMO1.WSA", "fb722947d94897512b13b50cc84fd648"), Common::EN_ANY, Common::kPlatformPC, Common::ADGF_DEMO }, KYRA1_DEMO_FLAGS }, - { { "kyra2", 0, AD_ENTRY1("FATE.PAK", "28cbad1c5bf06b2d3825ae57d760d032"), Common::UNK_LANG, Common::kPlatformPC, Common::GF_NO_FLAGS }, KYRA2_UNK_FLAGS }, // check this! (cd version?) + { { "kyra2", 0, AD_ENTRY1("FATE.PAK", "28cbad1c5bf06b2d3825ae57d760d032"), Common::UNK_LANG, Common::kPlatformPC, Common::ADGF_NO_FLAGS }, KYRA2_UNK_FLAGS }, // check this! (cd version?) - { { "kyra3", 0, AD_ENTRY1("ONETIME.PAK", "3833ff312757b8e6147f464cca0a6587"), Common::EN_ANY, Common::kPlatformPC, Common::GF_NO_FLAGS }, KYRA3_CD_FLAGS }, - { { "kyra3", 0, AD_ENTRY1("ONETIME.PAK", "3833ff312757b8e6147f464cca0a6587"), Common::DE_DEU, Common::kPlatformPC, Common::GF_NO_FLAGS }, KYRA3_CD_FLAGS }, - { { "kyra3", 0, AD_ENTRY1("ONETIME.PAK", "3833ff312757b8e6147f464cca0a6587"), Common::FR_FRA, Common::kPlatformPC, Common::GF_NO_FLAGS }, KYRA3_CD_FLAGS }, + { { "kyra3", 0, AD_ENTRY1("ONETIME.PAK", "3833ff312757b8e6147f464cca0a6587"), Common::EN_ANY, Common::kPlatformPC, Common::ADGF_NO_FLAGS }, KYRA3_CD_FLAGS }, + { { "kyra3", 0, AD_ENTRY1("ONETIME.PAK", "3833ff312757b8e6147f464cca0a6587"), Common::DE_DEU, Common::kPlatformPC, Common::ADGF_NO_FLAGS }, KYRA3_CD_FLAGS }, + { { "kyra3", 0, AD_ENTRY1("ONETIME.PAK", "3833ff312757b8e6147f464cca0a6587"), Common::FR_FRA, Common::kPlatformPC, Common::ADGF_NO_FLAGS }, KYRA3_CD_FLAGS }, { AD_TABLE_END_MARKER, FLAGS(0, 0, 0, 0, 0) } }; diff --git a/engines/parallaction/detection.cpp b/engines/parallaction/detection.cpp index 6624263b1d..a1850d04e8 100644 --- a/engines/parallaction/detection.cpp +++ b/engines/parallaction/detection.cpp @@ -71,7 +71,7 @@ static const PARALLACTIONGameDescription gameDescriptions[] = { }, Common::EN_ANY, Common::kPlatformPC, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GType_Nippon, 0, diff --git a/engines/saga/sagagame.cpp b/engines/saga/sagagame.cpp index 08b795fbfc..db13831669 100644 --- a/engines/saga/sagagame.cpp +++ b/engines/saga/sagagame.cpp @@ -576,7 +576,7 @@ static const SAGAGameDescription gameDescriptions[] = { }, Common::EN_ANY, Common::kPlatformPC, - Common::GF_DEMO + Common::ADGF_DEMO }, GType_ITE, GID_ITE_DEMO_G, // Game id @@ -608,7 +608,7 @@ static const SAGAGameDescription gameDescriptions[] = { }, Common::EN_ANY, Common::kPlatformMacintosh, - Common::GF_DEMO + Common::ADGF_DEMO }, GType_ITE, GID_ITE_MACDEMO2, @@ -640,7 +640,7 @@ static const SAGAGameDescription gameDescriptions[] = { }, Common::EN_ANY, Common::kPlatformMacintosh, - Common::GF_DEMO + Common::ADGF_DEMO }, GType_ITE, GID_ITE_MACDEMO1, @@ -672,7 +672,7 @@ static const SAGAGameDescription gameDescriptions[] = { }, Common::EN_ANY, Common::kPlatformMacintosh, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GType_ITE, GID_ITE_MACCD_G, @@ -704,7 +704,7 @@ static const SAGAGameDescription gameDescriptions[] = { }, Common::EN_ANY, Common::kPlatformMacintosh, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GType_ITE, GID_ITE_MACCD, @@ -737,7 +737,7 @@ static const SAGAGameDescription gameDescriptions[] = { }, Common::EN_ANY, Common::kPlatformLinux, - Common::GF_DEMO + Common::ADGF_DEMO }, GType_ITE, GID_ITE_LINDEMO, @@ -769,7 +769,7 @@ static const SAGAGameDescription gameDescriptions[] = { }, Common::EN_ANY, Common::kPlatformWindows, - Common::GF_DEMO + Common::ADGF_DEMO }, GType_ITE, GID_ITE_WINDEMO3, @@ -800,7 +800,7 @@ static const SAGAGameDescription gameDescriptions[] = { }, Common::EN_ANY, Common::kPlatformWindows, - Common::GF_DEMO + Common::ADGF_DEMO }, GType_ITE, GID_ITE_WINDEMO2, @@ -831,7 +831,7 @@ static const SAGAGameDescription gameDescriptions[] = { }, Common::EN_ANY, Common::kPlatformWindows, - Common::GF_DEMO + Common::ADGF_DEMO }, GType_ITE, GID_ITE_WINDEMO1, @@ -868,7 +868,7 @@ static const SAGAGameDescription gameDescriptions[] = { }, Common::EN_ANY, Common::kPlatformUnknown, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GType_ITE, GID_ITE_MULTICD, @@ -900,7 +900,7 @@ static const SAGAGameDescription gameDescriptions[] = { }, Common::EN_ANY, Common::kPlatformLinux, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GType_ITE, GID_ITE_LINCD, @@ -931,7 +931,7 @@ static const SAGAGameDescription gameDescriptions[] = { }, Common::EN_ANY, Common::kPlatformWindows, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GType_ITE, GID_ITE_WINCD, @@ -962,7 +962,7 @@ static const SAGAGameDescription gameDescriptions[] = { }, Common::EN_ANY, Common::kPlatformPC, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GType_ITE, GID_ITE_CD_G, @@ -994,7 +994,7 @@ static const SAGAGameDescription gameDescriptions[] = { }, Common::EN_ANY, Common::kPlatformPC, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GType_ITE, GID_ITE_CD_G2, @@ -1026,7 +1026,7 @@ static const SAGAGameDescription gameDescriptions[] = { }, Common::DE_DEU, Common::kPlatformPC, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GType_ITE, GID_ITE_CD_DE, @@ -1058,7 +1058,7 @@ static const SAGAGameDescription gameDescriptions[] = { }, Common::DE_DEU, Common::kPlatformPC, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GType_ITE, GID_ITE_CD_DE2, @@ -1089,7 +1089,7 @@ static const SAGAGameDescription gameDescriptions[] = { }, Common::EN_ANY, Common::kPlatformPC, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GType_ITE, GID_ITE_CD, @@ -1119,7 +1119,7 @@ static const SAGAGameDescription gameDescriptions[] = { }, Common::DE_DEU, Common::kPlatformPC, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GType_ITE, GID_ITE_DISK_DE, @@ -1150,7 +1150,7 @@ static const SAGAGameDescription gameDescriptions[] = { }, Common::DE_DEU, Common::kPlatformPC, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GType_ITE, GID_ITE_DISK_DE2, @@ -1180,7 +1180,7 @@ static const SAGAGameDescription gameDescriptions[] = { }, Common::EN_ANY, Common::kPlatformPC, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GType_ITE, GID_ITE_DISK_G, @@ -1211,7 +1211,7 @@ static const SAGAGameDescription gameDescriptions[] = { }, Common::EN_ANY, Common::kPlatformPC, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GType_ITE, GID_ITE_DISK_G2, @@ -1242,7 +1242,7 @@ static const SAGAGameDescription gameDescriptions[] = { }, Common::EN_ANY, Common::kPlatformPC, - Common::GF_DEMO + Common::ADGF_DEMO }, GType_IHNM, GID_IHNM_DEMO, @@ -1282,7 +1282,7 @@ static const SAGAGameDescription gameDescriptions[] = { }, Common::EN_ANY, Common::kPlatformPC, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GType_IHNM, GID_IHNM_CD, @@ -1323,7 +1323,7 @@ static const SAGAGameDescription gameDescriptions[] = { }, Common::DE_DEU, Common::kPlatformPC, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GType_IHNM, GID_IHNM_CD_DE, @@ -1363,7 +1363,7 @@ static const SAGAGameDescription gameDescriptions[] = { }, Common::ES_ESP, Common::kPlatformPC, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GType_IHNM, GID_IHNM_CD_ES, @@ -1403,7 +1403,7 @@ static const SAGAGameDescription gameDescriptions[] = { }, Common::RU_RUS, Common::kPlatformPC, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GType_IHNM, GID_IHNM_CD_RU, @@ -1442,7 +1442,7 @@ static const SAGAGameDescription gameDescriptions[] = { }, Common::FR_FRA, Common::kPlatformPC, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, GType_IHNM, GID_IHNM_CD_FR, diff --git a/engines/touche/plugin.cpp b/engines/touche/plugin.cpp index 3dac8c7ec4..19cdc6803b 100644 --- a/engines/touche/plugin.cpp +++ b/engines/touche/plugin.cpp @@ -50,7 +50,7 @@ static const Common::ADGameDescription gameDescriptions[] = { AD_ENTRY1s("touche.dat", "2af0177f8887e3430f345e6b4d8b1414", 26350211), Common::EN_ANY, Common::kPlatformPC, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, { // retail version - tracker item #1601818 "touche", @@ -58,7 +58,7 @@ static const Common::ADGameDescription gameDescriptions[] = { AD_ENTRY1s("touche.dat", "95967f0b51d2e813e99ca00325098340", 26350190), Common::EN_ANY, Common::kPlatformPC, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, { // retail version "touche-fr", @@ -66,7 +66,7 @@ static const Common::ADGameDescription gameDescriptions[] = { AD_ENTRY1s("touche.dat", "1caa20bb4d4fc2ce8eb867b6610082b3", 26558232), Common::FR_FRA, Common::kPlatformPC, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, { // retail version - tracker item #1598643 "touche-de", @@ -74,7 +74,7 @@ static const Common::ADGameDescription gameDescriptions[] = { AD_ENTRY1s("touche.dat", "be2ae6454b3325e410946f2322547cd4", 26625537), Common::DE_DEU, Common::kPlatformPC, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, { // fan-made translation (http://www.iagtg.net/) - tracker item #1602360 "touche-it", @@ -82,7 +82,7 @@ static const Common::ADGameDescription gameDescriptions[] = { AD_ENTRY1s("touche.dat", "1f442331d4b327c3488a9f6ffe9bdd25", 26367792), Common::IT_ITA, Common::kPlatformPC, - Common::GF_NO_FLAGS + Common::ADGF_NO_FLAGS }, { // demo version "touche", @@ -90,7 +90,7 @@ static const Common::ADGameDescription gameDescriptions[] = { AD_ENTRY1s("touche.dat", "ddaed436445b2e77294ed19e8ae4aa2c", 8720683), Common::EN_ANY, Common::kPlatformPC, - Common::GF_DEMO + Common::ADGF_DEMO }, AD_TABLE_END_MARKER }; -- cgit v1.2.3