2010-10-08 22:30:39 +00: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.
|
2014-02-18 02:34:26 +01:00
|
|
|
*
|
2010-10-08 22:30:39 +00:00
|
|
|
* 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.
|
2014-02-18 02:34:26 +01:00
|
|
|
*
|
2010-10-08 22:30:39 +00:00
|
|
|
* 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.
|
|
|
|
*
|
|
|
|
*/
|
|
|
|
|
|
|
|
#include "common/config-manager.h"
|
|
|
|
#include "engines/advancedDetector.h"
|
|
|
|
#include "common/savefile.h"
|
|
|
|
#include "common/system.h"
|
|
|
|
#include "base/plugins.h"
|
|
|
|
#include "graphics/thumbnail.h"
|
2010-10-08 22:45:28 +00:00
|
|
|
#include "toon/toon.h"
|
2010-10-08 22:30:39 +00:00
|
|
|
|
2011-06-10 15:53:57 +02:00
|
|
|
static const PlainGameDescriptor toonGames[] = {
|
2010-10-08 22:30:39 +00:00
|
|
|
{ "toon", "Toonstruck" },
|
|
|
|
{ 0, 0 }
|
|
|
|
};
|
|
|
|
|
|
|
|
namespace Toon {
|
|
|
|
|
|
|
|
static const ADGameDescription gameDescriptions[] = {
|
2010-10-09 11:11:26 +00:00
|
|
|
{
|
|
|
|
"toon", "",
|
|
|
|
{
|
|
|
|
{"local.pak", 0, "3290209ef9bc92692108dd2f45df0736", 3237611},
|
|
|
|
{"arcaddbl.svl", 0, "c418478cd2833c7c983799f948af41ac", 7844688},
|
|
|
|
{"study.svl", 0, "281efa3f33f6712c0f641a605f4d40fd", 2511090},
|
|
|
|
AD_LISTEND
|
|
|
|
},
|
2013-05-02 18:26:58 -04:00
|
|
|
Common::EN_ANY, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO0()
|
2010-10-08 22:30:39 +00:00
|
|
|
},
|
2010-10-09 11:11:26 +00:00
|
|
|
{
|
|
|
|
"toon", "",
|
|
|
|
{
|
|
|
|
{"local.pak", 0, "517132c3575b38806d1e7b6f59848072", 3224044},
|
|
|
|
{"arcaddbl.svl", 0, "ff74008827b62fbef1f46f104c438e44", 9699256},
|
|
|
|
{"study.svl", 0, "df056b94ea83f1ed92a539cf636053ab", 2542668},
|
|
|
|
AD_LISTEND
|
|
|
|
},
|
2013-05-02 18:26:58 -04:00
|
|
|
Common::FR_FRA, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO0()
|
2010-10-08 22:30:39 +00:00
|
|
|
},
|
2010-10-09 11:11:26 +00:00
|
|
|
{
|
|
|
|
"toon", "",
|
|
|
|
{
|
|
|
|
{"local.pak", 0, "bf5da4c03f78ffbd643f12122319366e", 3250841},
|
|
|
|
{"arcaddbl.svl", 0, "7a0d74f4d66d1c722b946abbeb0834ef", 9122249},
|
|
|
|
{"study.svl", 0, "72fe96a9e10967d3138e918295babc42", 2910283},
|
|
|
|
AD_LISTEND
|
|
|
|
},
|
2013-05-02 18:26:58 -04:00
|
|
|
Common::DE_DEU, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO0()
|
2010-10-08 22:30:39 +00:00
|
|
|
},
|
2010-10-09 11:11:26 +00:00
|
|
|
{
|
|
|
|
"toon", "",
|
|
|
|
{
|
|
|
|
{"local.pak", 0, "e8645168a247e2abdbfc2f9fa9d1c0fa", 3232222},
|
|
|
|
{"arcaddbl.svl", 0, "7893ac4cc78d51356baa058bbee7aa28", 8275016},
|
|
|
|
{"study.svl", 0, "b6b1ee2d9d94d53d305856039ab7bde7", 2634620},
|
|
|
|
AD_LISTEND
|
|
|
|
},
|
2013-05-02 18:26:58 -04:00
|
|
|
Common::ES_ESP, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO0()
|
2010-10-08 22:30:39 +00:00
|
|
|
},
|
2012-02-12 23:16:54 +01:00
|
|
|
{
|
|
|
|
"toon", "",
|
|
|
|
{
|
|
|
|
{"local.pak", 0, "48ec60709bebbdeff791d55ee18ec910", 3417846},
|
|
|
|
{"arcaddbl.svl", 0, "1d1b96e317e03ffd3874a8ebe59556f3", 6246232},
|
|
|
|
{"study.svl", 0, "d4aff126ee27be3c3d25e2996369d7cb", 2324368},
|
|
|
|
},
|
2013-05-02 18:26:58 -04:00
|
|
|
Common::RU_RUS, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO0()
|
2012-09-26 04:17:31 +02:00
|
|
|
},
|
2010-10-09 11:11:26 +00:00
|
|
|
{
|
|
|
|
"toon", "",
|
|
|
|
{
|
|
|
|
{"local.pak", 0, "bf5da4c03f78ffbd643f12122319366e", 3250841},
|
|
|
|
{"wacexdbl.emc", 0, "cfbc2156a31b294b038204888407ebc8", 6974},
|
|
|
|
{"generic.svl", 0, "5eb99850ada22f0b8cf6392262d4dd07", 9404599},
|
|
|
|
AD_LISTEND
|
|
|
|
},
|
2013-05-02 18:26:58 -04:00
|
|
|
Common::DE_DEU, Common::kPlatformDOS, ADGF_DEMO, GUIO0()
|
2010-10-08 22:30:39 +00:00
|
|
|
},
|
2011-04-06 23:07:11 +02:00
|
|
|
{
|
|
|
|
"toon", "",
|
|
|
|
{
|
|
|
|
{"local.pak", 0, "8ef3368078b9ea70b305c04db826feea", 2680573},
|
|
|
|
{"generic.svl", 0, "5c42724bb93b360dca7044d6b7ef26e5", 7739319},
|
|
|
|
AD_LISTEND
|
|
|
|
},
|
2013-05-02 18:26:58 -04:00
|
|
|
Common::EN_ANY, Common::kPlatformDOS, ADGF_DEMO, GUIO0()
|
2011-04-06 23:07:11 +02:00
|
|
|
},
|
2010-10-08 22:30:39 +00:00
|
|
|
|
|
|
|
AD_TABLE_END_MARKER
|
|
|
|
};
|
|
|
|
|
|
|
|
static const ADFileBasedFallback fileBasedFallback[] = {
|
|
|
|
{ &gameDescriptions[0], { "local.pak", "arcaddbl.svl", "study.svl", 0 } }, // default to english version
|
|
|
|
{ 0, { 0 } }
|
|
|
|
};
|
|
|
|
|
|
|
|
} // End of namespace Toon
|
|
|
|
|
2010-10-09 11:18:19 +00:00
|
|
|
static const char * const directoryGlobs[] = {
|
2010-10-08 22:30:39 +00:00
|
|
|
"misc",
|
|
|
|
"act1",
|
|
|
|
"arcaddbl",
|
|
|
|
"act2",
|
|
|
|
"study",
|
|
|
|
0
|
|
|
|
};
|
|
|
|
|
|
|
|
class ToonMetaEngine : public AdvancedMetaEngine {
|
|
|
|
public:
|
2011-06-10 15:53:57 +02:00
|
|
|
ToonMetaEngine() : AdvancedMetaEngine(Toon::gameDescriptions, sizeof(ADGameDescription), toonGames) {
|
2016-03-08 18:30:58 +01:00
|
|
|
_singleId = "toon";
|
2011-06-11 17:52:32 +02:00
|
|
|
_maxScanDepth = 3;
|
|
|
|
_directoryGlobs = directoryGlobs;
|
2011-06-10 15:53:57 +02:00
|
|
|
}
|
2011-06-14 18:11:14 +02:00
|
|
|
|
2017-12-02 17:14:22 +01:00
|
|
|
ADDetectedGame fallbackDetect(const FileMap &allFiles, const Common::FSList &fslist) const override {
|
2012-06-27 04:42:36 +02:00
|
|
|
return detectGameFilebased(allFiles, fslist, Toon::fileBasedFallback);
|
2011-06-14 18:11:14 +02:00
|
|
|
}
|
|
|
|
|
2010-10-08 22:30:39 +00:00
|
|
|
virtual const char *getName() const {
|
2011-05-15 15:50:09 +01:00
|
|
|
return "Toon";
|
2010-10-08 22:30:39 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
virtual const char *getOriginalCopyright() const {
|
|
|
|
return "Toonstruck (C) 1996 Virgin Interactive";
|
|
|
|
}
|
|
|
|
|
|
|
|
virtual bool hasFeature(MetaEngineFeature f) const;
|
|
|
|
virtual bool createInstance(OSystem *syst, Engine **engine, const ADGameDescription *desc) const;
|
|
|
|
virtual int getMaximumSaveSlot() const;
|
|
|
|
virtual SaveStateList listSaves(const char *target) const;
|
|
|
|
SaveStateDescriptor querySaveMetaInfos(const char *target, int slot) const;
|
2010-10-16 21:58:33 +00:00
|
|
|
virtual void removeSaveState(const char *target, int slot) const;
|
2010-10-08 22:30:39 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
bool ToonMetaEngine::hasFeature(MetaEngineFeature f) const {
|
|
|
|
return
|
2010-10-09 11:11:26 +00:00
|
|
|
(f == kSupportsListSaves) ||
|
2010-10-16 21:58:33 +00:00
|
|
|
(f == kSupportsLoadingDuringStartup) ||
|
2010-10-09 11:11:26 +00:00
|
|
|
(f == kSupportsDeleteSave) ||
|
|
|
|
(f == kSavesSupportMetaInfo) ||
|
|
|
|
(f == kSavesSupportThumbnail) ||
|
2016-07-25 14:32:04 +06:00
|
|
|
(f == kSavesSupportCreationDate) ||
|
|
|
|
(f == kSimpleSavesNames);
|
2010-10-08 22:30:39 +00:00
|
|
|
}
|
|
|
|
|
2010-10-16 21:58:33 +00:00
|
|
|
void ToonMetaEngine::removeSaveState(const char *target, int slot) const {
|
2010-11-01 16:02:28 +00:00
|
|
|
Common::String fileName = Common::String::format("%s.%03d", target, slot);
|
2010-10-16 21:58:33 +00:00
|
|
|
g_system->getSavefileManager()->removeSavefile(fileName);
|
|
|
|
}
|
|
|
|
|
2010-10-08 22:30:39 +00:00
|
|
|
int ToonMetaEngine::getMaximumSaveSlot() const { return 99; }
|
|
|
|
|
|
|
|
SaveStateList ToonMetaEngine::listSaves(const char *target) const {
|
|
|
|
Common::SaveFileManager *saveFileMan = g_system->getSavefileManager();
|
|
|
|
Common::StringArray filenames;
|
|
|
|
Common::String pattern = target;
|
2016-01-26 02:45:55 +01:00
|
|
|
pattern += ".###";
|
2010-10-08 22:30:39 +00:00
|
|
|
|
|
|
|
filenames = saveFileMan->listSavefiles(pattern);
|
|
|
|
|
|
|
|
SaveStateList saveList;
|
|
|
|
for (Common::StringArray::const_iterator filename = filenames.begin(); filename != filenames.end(); ++filename) {
|
|
|
|
// Obtain the last 3 digits of the filename, since they correspond to the save slot
|
2014-02-28 23:39:35 +01:00
|
|
|
int slotNum = atoi(filename->c_str() + filename->size() - 3);
|
2010-10-08 22:30:39 +00:00
|
|
|
|
|
|
|
if (slotNum >= 0 && slotNum <= 99) {
|
|
|
|
Common::InSaveFile *file = saveFileMan->openForLoading(*filename);
|
|
|
|
if (file) {
|
|
|
|
int32 version = file->readSint32BE();
|
|
|
|
if (version != TOON_SAVEGAME_VERSION) {
|
|
|
|
delete file;
|
|
|
|
continue;
|
|
|
|
}
|
|
|
|
|
|
|
|
// read name
|
|
|
|
uint16 nameSize = file->readUint16BE();
|
|
|
|
if (nameSize >= 255) {
|
|
|
|
delete file;
|
|
|
|
continue;
|
|
|
|
}
|
|
|
|
char name[256];
|
|
|
|
file->read(name, nameSize);
|
|
|
|
name[nameSize] = 0;
|
|
|
|
|
|
|
|
saveList.push_back(SaveStateDescriptor(slotNum, name));
|
|
|
|
delete file;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2016-02-25 19:55:14 +01:00
|
|
|
// Sort saves based on slot number.
|
|
|
|
Common::sort(saveList.begin(), saveList.end(), SaveStateDescriptorSlotComparator());
|
2010-10-08 22:30:39 +00:00
|
|
|
return saveList;
|
|
|
|
}
|
|
|
|
|
|
|
|
SaveStateDescriptor ToonMetaEngine::querySaveMetaInfos(const char *target, int slot) const {
|
2010-11-01 16:02:28 +00:00
|
|
|
Common::String fileName = Common::String::format("%s.%03d", target, slot);
|
2010-10-08 22:30:39 +00:00
|
|
|
Common::InSaveFile *file = g_system->getSavefileManager()->openForLoading(fileName);
|
|
|
|
|
|
|
|
if (file) {
|
|
|
|
|
|
|
|
int32 version = file->readSint32BE();
|
|
|
|
if (version != TOON_SAVEGAME_VERSION) {
|
|
|
|
delete file;
|
|
|
|
return SaveStateDescriptor();
|
|
|
|
}
|
|
|
|
|
|
|
|
uint32 saveNameLength = file->readUint16BE();
|
|
|
|
char saveName[256];
|
|
|
|
file->read(saveName, saveNameLength);
|
|
|
|
saveName[saveNameLength] = 0;
|
|
|
|
|
|
|
|
SaveStateDescriptor desc(slot, saveName);
|
|
|
|
|
ALL: Load savegame thumbnail only when necessary
This commit introduces the following changes:
1. Graphics::loadThumbnail()
Now returns a boolean and takes a new argument skipThumbnail which
defaults to false. In case of true, loadThumbnail() reads past the
thumbnail data in the input stream instead of actually loading the
thumbnail. This simplifies savegame handling where, up until now,
many engines always read the whole savegame metadata (including
the thumbnail) and then threw away the thumbnail when not needed
(which is in almost all cases, the most common exception being
MetaEngine::querySaveMetaInfos() which is responsible for loading
savegame metadata for displaying it in the GUI launcher.
2. readSavegameHeader()
Engines which already implement such a method (name varies) now take
a new argument skipThumbnail (default: true) which is passed
through to loadThumbnail(). This means that the default case for
readSavegameHeader() is now _not_ loading the thumbnail from a
savegame and just reading past it. In those cases, e.g.
querySaveMetaInfos(), where we actually are interested in loading
the thumbnail readSavegameHeader() needs to explicitely be called
with skipThumbnail == false.
Engines whose readSavegameHeader() (name varies) already takes an
argument loadThumbnail have been adapted to have a similar
prototype and semantics.
I.e. readSaveHeader(in, loadThumbnail, header) now is
readSaveHeader(in, header, skipThumbnail).
3. Error handling
Engines which previously did not check the return value of
readSavegameHeader() (name varies) now do so ensuring that possibly
broken savegames (be it a broken thumbnail or something else) don't
make it into the GUI launcher list in the first place.
2018-04-06 00:06:38 +02:00
|
|
|
Graphics::Surface *thumbnail;
|
|
|
|
if (!Graphics::loadThumbnail(*file, thumbnail)) {
|
|
|
|
delete file;
|
|
|
|
return SaveStateDescriptor();
|
|
|
|
}
|
2010-10-08 22:30:39 +00:00
|
|
|
desc.setThumbnail(thumbnail);
|
|
|
|
|
|
|
|
uint32 saveDate = file->readUint32BE();
|
|
|
|
uint16 saveTime = file->readUint16BE();
|
|
|
|
|
|
|
|
int day = (saveDate >> 24) & 0xFF;
|
|
|
|
int month = (saveDate >> 16) & 0xFF;
|
|
|
|
int year = saveDate & 0xFFFF;
|
|
|
|
|
|
|
|
desc.setSaveDate(year, month, day);
|
|
|
|
|
|
|
|
int hour = (saveTime >> 8) & 0xFF;
|
|
|
|
int minutes = saveTime & 0xFF;
|
|
|
|
|
|
|
|
desc.setSaveTime(hour, minutes);
|
|
|
|
|
|
|
|
delete file;
|
|
|
|
return desc;
|
|
|
|
}
|
|
|
|
|
|
|
|
return SaveStateDescriptor();
|
|
|
|
}
|
|
|
|
|
|
|
|
bool ToonMetaEngine::createInstance(OSystem *syst, Engine **engine, const ADGameDescription *desc) const {
|
|
|
|
if (desc) {
|
|
|
|
*engine = new Toon::ToonEngine(syst, desc);
|
|
|
|
}
|
|
|
|
return desc != 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
#if PLUGIN_ENABLED_DYNAMIC(TOON)
|
|
|
|
REGISTER_PLUGIN_DYNAMIC(TOON, PLUGIN_TYPE_ENGINE, ToonMetaEngine);
|
|
|
|
#else
|
|
|
|
REGISTER_PLUGIN_STATIC(TOON, PLUGIN_TYPE_ENGINE, ToonMetaEngine);
|
|
|
|
#endif
|