ScummVM API documentation
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
detection_tables.h
1 /* ScummVM - Graphic Adventure Engine
2  *
3  * ScummVM is the legal property of its developers, whose names
4  * are too numerous to list here. Please refer to the COPYRIGHT
5  * file distributed with this source distribution.
6  *
7  * This program is free software: you can redistribute it and/or modify
8  * it under the terms of the GNU General Public License as published by
9  * the Free Software Foundation, either version 3 of the License, or
10  * (at your option) any later version.
11  *
12  * This program is distributed in the hope that it will be useful,
13  * but WITHOUT ANY WARRANTY; without even the implied warranty of
14  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15  * GNU General Public License for more details.
16  *
17  * You should have received a copy of the GNU General Public License
18  * along with this program. If not, see <http://www.gnu.org/licenses/>.
19  *
20  */
21 
22 namespace Hpl1 {
23 
24 const PlainGameDescriptor GAME_NAMES[] = {
25  {"penumbraoverture", "Penumbra: Overture"},
26  {"penumbrablackplague", "Penumbra: Black Plague"},
27  {0, 0}
28 };
29 
30 const ADGameDescription GAME_DESCRIPTIONS[] = {
31 
32  // Penumbra: Overture (Humble Indie Bundle #1 Release)
33  {
34  "penumbraoverture",
35  nullptr,
36  AD_ENTRY1s("Penumbra.exe", "43c33c142b18268c9e98d4c5a6d911b7", 2727936),
37  Common::Language::EN_ANY,
38  Common::Platform::kPlatformWindows,
40  GUIO0()
41  },
42 
43  // Penumbra: Overture (GOG v1.0)
44  {
45  "penumbraoverture",
46  nullptr,
47  AD_ENTRY1s("Penumbra.exe", "f840b972ee889200ba501ee3a465317e", 2744320),
48  Common::Language::EN_ANY,
49  Common::Platform::kPlatformWindows,
51  GUIO0()
52  },
53 
54  // Penumbra: Overture (The Penumbra Collection)
55  // TRAC #14674
56  {
57  "penumbraoverture",
58  nullptr,
59  AD_ENTRY1s("Penumbra.exe", "202990aa064ae67a675e2b187384036a", 2736128),
60  Common::Language::EN_ANY,
61  Common::kPlatformWindows,
63  GUIO0()
64  },
65 
66  // Penumbra: Overture (Steam)
67  {
68  "penumbraoverture",
69  nullptr,
70  AD_ENTRY1s("Penumbra.exe", "384e33ddc55f51debca07b6538087e75", 3104768),
71  Common::Language::EN_ANY,
72  Common::kPlatformWindows,
74  GUIO0()
75  },
76 
77  // Penumbra: Black Plague (GOG v1.0)
78  {
79  "penumbrablackplague",
80  nullptr,
81  AD_ENTRY1s("Penumbra.exe", "a066f7284e063ac3e5d7409102b7a497", 2985984),
82  Common::Language::EN_ANY,
83  Common::kPlatformWindows,
85  GUIO0()
86  },
87 
88  // Penumbra: Black Plague (CD)
89  {
90  "penumbrablackplague",
91  nullptr,
92  AD_ENTRY1s("Penumbra.exe", "be48f62ecd16975e31083989129eafd3", 8159232),
93  Common::Language::EN_ANY,
94  Common::kPlatformWindows,
96  GUIO0()
97  },
98 
100 };
101 
102 } // namespace Hpl1
Flag to designate not yet officially supported games that are not fit for public testing.
Definition: advancedDetector.h:142
Definition: advancedDetector.h:163
Definition: game.h:49
#define AD_TABLE_END_MARKER
Definition: advancedDetector.h:326
Definition: algorithms.h:27
#define AD_ENTRY1s(f, x, s)
Definition: advancedDetector.h:116