2016-02-15 19:16:11 +01:00
|
|
|
/* ScummVM - Graphic Adventure Engine
|
|
|
|
*
|
|
|
|
* ScummVM is the legal property of its developers, whose names
|
|
|
|
* are too numerous to list here. Please refer to the COPYRIGHT
|
|
|
|
* file distributed with this source distribution.
|
|
|
|
*
|
|
|
|
* This program is free software; you can redistribute it and/or
|
|
|
|
* modify it under the terms of the GNU General Public License
|
|
|
|
* as published by the Free Software Foundation; either version 2
|
|
|
|
* of the License, or (at your option) any later version.
|
|
|
|
|
|
|
|
* This program is distributed in the hope that it will be useful,
|
|
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
* GNU General Public License for more details.
|
|
|
|
|
|
|
|
* You should have received a copy of the GNU General Public License
|
|
|
|
* along with this program; if not, write to the Free Software
|
|
|
|
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
|
|
|
*
|
|
|
|
*/
|
|
|
|
|
|
|
|
namespace Wage {
|
|
|
|
|
|
|
|
#define ADGF_DEFAULT (ADGF_DROPLANGUAGE|ADGF_DROPPLATFORM)
|
|
|
|
#define ADGF_GENERIC (ADGF_DROPLANGUAGE|ADGF_DROPPLATFORM|ADGF_USEEXTRAASTITLE)
|
|
|
|
|
2016-02-29 18:48:27 +01:00
|
|
|
#define FANGAME(n,m,s) { "wage",n,AD_ENTRY1s(n,m,s),Common::EN_ANY,Common::kPlatformMacintosh,ADGF_GENERIC,GUIO0()}
|
|
|
|
#define FANGAMEN(n,f,m,s) { "wage",n,AD_ENTRY1s(f,m,s),Common::EN_ANY,Common::kPlatformMacintosh,ADGF_GENERIC,GUIO0()}
|
2016-02-24 20:35:34 +01:00
|
|
|
#define BIGGAME(t,v,f,m,s) { t,v,AD_ENTRY1s(f,m,s),Common::EN_ANY,Common::kPlatformMacintosh,ADGF_DEFAULT,GUIO0()}
|
|
|
|
|
2016-02-15 19:16:11 +01:00
|
|
|
static const ADGameDescription gameDescriptions[] = {
|
2016-02-29 18:48:27 +01:00
|
|
|
FANGAME("3rd Floor", "a107d7a177970b2259e32681bd8b47c9", 285056),
|
2016-02-24 20:35:34 +01:00
|
|
|
BIGGAME("afm", "v1.8", "Another Fine Mess 1.8", "8e5aa915f3253efb2aab52435647b25e", 1456000),
|
|
|
|
BIGGAME("amot", "v1.8", "A Mess O' Trouble 1.8", "b3ef53afed282671b704e45df829350c", 1895552),
|
2016-02-29 18:48:27 +01:00
|
|
|
FANGAME("Bug Hunt", "2ebd3515a87941063ad66c3cf93c5e78", 200064),
|
2016-02-24 20:35:34 +01:00
|
|
|
// Problems with letter rendering
|
2016-02-29 18:48:27 +01:00
|
|
|
FANGAME("Canal District", "8856bc699a20fc5b7fc67accee12cac7", 658176),
|
2016-02-24 20:35:34 +01:00
|
|
|
BIGGAME("cantitoe", "", "Camp Cantitoe", "098aa5c11c58e1ef274a30a9e01b4755", 621440),
|
2016-02-29 18:48:27 +01:00
|
|
|
FANGAME("Deep Angst", "635f62bbc569e72b03cab9107927d03d", 335232),
|
|
|
|
FANGAMEN("Dungeon World II", "DungeonWorld2", "e10c5e3cc17879c298b1551f33571b15", 234880),
|
2016-02-24 20:35:34 +01:00
|
|
|
// Polygons with ignored byte 1
|
2016-02-29 18:48:27 +01:00
|
|
|
FANGAME("Double Trouble", "5e9ee13d09ac54918ed111fa9727ac1c", 557184),
|
|
|
|
FANGAME("Eidisi I", "299d1de4baccf1c66118396519953652", 180480),
|
|
|
|
FANGAME("Escape from School!", "a854be48d4af20126d18a9cad93a969b", 51840),
|
|
|
|
FANGAME("Exploration Zeta!", "b9fbb704017d7ea9613b0160f86527bb", 370944),
|
|
|
|
FANGAME("Magic Rings", "6e0d1dd561d3dad8f9a7a20ed1f09b16", 112000),
|
|
|
|
FANGAME("Midnight Snack", "346982a32fc701f53bb19771d72063d0", 69504),
|
|
|
|
FANGAME("Queen Quest", "730605d312efedb5e3ff108522fcac18", 59776),
|
2016-02-24 20:35:34 +01:00
|
|
|
BIGGAME("scepters", "", "Scepters", "b80bff315897776dda7689cdf829fab4", 360832),
|
2016-02-29 18:48:27 +01:00
|
|
|
FANGAME("Time Bomb", "2df84b636237686b624e736a698a16c4", 66432),
|
2016-02-29 18:45:52 +01:00
|
|
|
// Doesn't go past first scene
|
|
|
|
BIGGAME("Twisted!", "", "Twisted! 1.6", "8ea8cc13d26d7975dc43ea7e6c193217", 992896),
|
2016-02-29 18:48:27 +01:00
|
|
|
FANGAME("ZikTuria", "e793155bed1a70fa2074a3fcd696b751", 54784),
|
|
|
|
FANGAME("Zoony", "e6cc8a914a4215dafbcce6315dd12cf5", 160256),
|
2016-02-15 19:16:11 +01:00
|
|
|
|
|
|
|
AD_TABLE_END_MARKER
|
|
|
|
};
|
|
|
|
|
|
|
|
} // End of namespace Wage
|