2007-05-30 21:56:52 +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.
|
2002-04-21 17:46:42 +00:00
|
|
|
*
|
|
|
|
* 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
|
2005-10-18 01:30:26 +00:00
|
|
|
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
2002-04-21 17:46:42 +00:00
|
|
|
*
|
2006-02-11 09:53:21 +00:00
|
|
|
* $URL$
|
|
|
|
* $Id$
|
2002-04-21 17:46:42 +00:00
|
|
|
*
|
|
|
|
*/
|
|
|
|
|
2003-05-29 23:13:15 +00:00
|
|
|
/*! \mainpage %ScummVM Source Reference
|
|
|
|
*
|
|
|
|
* These pages contains a cross referenced documentation for the %ScummVM source code,
|
|
|
|
* generated with Doxygen (http://www.doxygen.org) directly from the source.
|
|
|
|
* Currently not much is actually properly documented, but at least you can get an overview
|
|
|
|
* of almost all the classes, methods and variables, and how they interact.
|
|
|
|
*/
|
2005-07-30 21:11:48 +00:00
|
|
|
|
2006-09-23 00:42:35 +00:00
|
|
|
#include "engines/engine.h"
|
2008-05-13 09:30:23 +00:00
|
|
|
#include "engines/metaengine.h"
|
2006-05-09 14:16:43 +00:00
|
|
|
#include "base/commandLine.h"
|
2003-09-17 22:41:01 +00:00
|
|
|
#include "base/plugins.h"
|
2004-02-09 01:27:27 +00:00
|
|
|
#include "base/version.h"
|
2006-06-24 09:53:45 +00:00
|
|
|
|
2008-11-08 01:30:32 +00:00
|
|
|
#include "common/archive.h"
|
2003-10-08 21:59:23 +00:00
|
|
|
#include "common/config-manager.h"
|
2009-01-30 05:25:17 +00:00
|
|
|
#include "common/debug.h"
|
2010-05-04 11:59:22 +00:00
|
|
|
#include "common/debug-channels.h"
|
2008-07-07 22:34:45 +00:00
|
|
|
#include "common/events.h"
|
2009-07-25 12:59:46 +00:00
|
|
|
#include "common/EventRecorder.h"
|
2004-08-05 11:13:00 +00:00
|
|
|
#include "common/file.h"
|
2006-06-24 08:07:48 +00:00
|
|
|
#include "common/fs.h"
|
2005-01-10 22:06:49 +00:00
|
|
|
#include "common/system.h"
|
2010-03-20 12:56:56 +00:00
|
|
|
#include "common/tokenizer.h"
|
2010-06-15 10:44:51 +00:00
|
|
|
#include "common/translation.h"
|
2009-08-18 15:32:26 +00:00
|
|
|
|
2009-01-02 03:21:40 +00:00
|
|
|
#include "gui/GuiManager.h"
|
2002-09-26 12:29:10 +00:00
|
|
|
#include "gui/message.h"
|
2010-04-11 19:04:02 +00:00
|
|
|
#include "gui/error.h"
|
2002-04-12 21:26:59 +00:00
|
|
|
|
2009-08-18 15:32:26 +00:00
|
|
|
#include "sound/audiocd.h"
|
2010-06-22 18:27:00 +00:00
|
|
|
#include "sound/mididrv.h"
|
2009-08-18 15:32:26 +00:00
|
|
|
|
2009-05-10 22:05:04 +00:00
|
|
|
#include "backends/keymapper/keymapper.h"
|
|
|
|
|
2006-04-02 09:56:11 +00:00
|
|
|
#if defined(_WIN32_WCE)
|
2006-08-04 17:47:57 +00:00
|
|
|
#include "backends/platform/wince/CELauncherDialog.h"
|
2006-04-02 09:56:11 +00:00
|
|
|
#elif defined(__DC__)
|
2006-06-30 21:58:40 +00:00
|
|
|
#include "backends/platform/dc/DCLauncherDialog.h"
|
2006-04-02 09:56:11 +00:00
|
|
|
#else
|
|
|
|
#include "gui/launcher.h"
|
2004-08-26 21:51:26 +00:00
|
|
|
#endif
|
|
|
|
|
2006-05-04 23:24:09 +00:00
|
|
|
|
2009-01-24 18:27:09 +00:00
|
|
|
static bool launcherDialog() {
|
2005-01-08 18:37:28 +00:00
|
|
|
|
2009-01-11 12:22:29 +00:00
|
|
|
// Discard any command line options. Those that affect the graphics
|
|
|
|
// mode and the others (like bootparam etc.) should not
|
|
|
|
// blindly be passed to the first game launched from the launcher.
|
|
|
|
ConfMan.getDomain(Common::ConfigManager::kTransientDomain)->clear();
|
|
|
|
|
2004-08-26 21:51:26 +00:00
|
|
|
#if defined(_WIN32_WCE)
|
2006-05-04 22:52:18 +00:00
|
|
|
CELauncherDialog dlg;
|
2004-08-26 21:51:26 +00:00
|
|
|
#elif defined(__DC__)
|
2006-05-04 22:52:18 +00:00
|
|
|
DCLauncherDialog dlg;
|
2004-08-26 21:51:26 +00:00
|
|
|
#else
|
2006-05-04 22:52:18 +00:00
|
|
|
GUI::LauncherDialog dlg;
|
2004-01-26 07:32:25 +00:00
|
|
|
#endif
|
2004-12-25 22:13:44 +00:00
|
|
|
return (dlg.runModal() != -1);
|
2002-09-30 00:55:47 +00:00
|
|
|
}
|
|
|
|
|
2008-05-12 00:26:29 +00:00
|
|
|
static const EnginePlugin *detectPlugin() {
|
|
|
|
const EnginePlugin *plugin = 0;
|
2006-05-04 23:24:09 +00:00
|
|
|
|
2006-05-05 00:26:03 +00:00
|
|
|
// Make sure the gameid is set in the config manager, and that it is lowercase.
|
|
|
|
Common::String gameid(ConfMan.getActiveDomainName());
|
|
|
|
assert(!gameid.empty());
|
2009-06-06 17:37:31 +00:00
|
|
|
if (ConfMan.hasKey("gameid")) {
|
2006-05-05 00:26:03 +00:00
|
|
|
gameid = ConfMan.get("gameid");
|
2010-01-25 01:39:44 +00:00
|
|
|
|
2009-06-06 17:37:31 +00:00
|
|
|
// Set last selected game, that the game will be highlighted
|
|
|
|
// on RTL
|
|
|
|
ConfMan.set("lastselectedgame", ConfMan.getActiveDomainName(), Common::ConfigManager::kApplicationDomain);
|
|
|
|
ConfMan.flushToDisk();
|
|
|
|
}
|
|
|
|
|
2006-05-05 00:26:03 +00:00
|
|
|
gameid.toLowercase();
|
|
|
|
ConfMan.set("gameid", gameid);
|
|
|
|
|
|
|
|
// Query the plugins and find one that will handle the specified gameid
|
2010-06-26 18:07:41 +00:00
|
|
|
printf("User picked target '%s' (gameid '%s')...\n", ConfMan.getActiveDomainName().c_str(), gameid.c_str());
|
|
|
|
printf("%s", " Looking for a plugin supporting this gameid... ");
|
2010-08-05 00:26:46 +00:00
|
|
|
|
2010-08-13 05:58:11 +00:00
|
|
|
#if defined(ONE_PLUGIN_AT_A_TIME) && defined(DYNAMIC_MODULES)
|
2010-11-05 13:24:57 +00:00
|
|
|
GameDescriptor game = EngineMan.findGameOnePluginAtATime(gameid, &plugin);
|
2010-08-05 00:26:46 +00:00
|
|
|
#else
|
2010-08-11 00:54:34 +00:00
|
|
|
GameDescriptor game = EngineMan.findGame(gameid, &plugin);
|
2010-08-05 00:26:46 +00:00
|
|
|
#endif
|
2006-05-04 23:24:09 +00:00
|
|
|
|
|
|
|
if (plugin == 0) {
|
2010-06-26 18:07:41 +00:00
|
|
|
printf("failed\n");
|
|
|
|
warning("%s is an invalid gameid. Use the --list-games option to list supported gameid", gameid.c_str());
|
2006-05-04 23:24:09 +00:00
|
|
|
return 0;
|
2008-05-24 14:12:32 +00:00
|
|
|
} else {
|
|
|
|
printf("%s\n", plugin->getName());
|
2006-05-04 23:24:09 +00:00
|
|
|
}
|
|
|
|
|
2007-09-19 08:40:12 +00:00
|
|
|
// FIXME: Do we really need this one?
|
2010-06-26 18:07:41 +00:00
|
|
|
printf(" Starting '%s'\n", game.description().c_str());
|
2007-09-19 08:40:12 +00:00
|
|
|
|
2006-05-12 21:41:54 +00:00
|
|
|
return plugin;
|
|
|
|
}
|
|
|
|
|
2007-06-15 17:29:49 +00:00
|
|
|
// TODO: specify the possible return values here
|
2008-11-06 17:05:54 +00:00
|
|
|
static Common::Error runGame(const EnginePlugin *plugin, OSystem &system, const Common::String &edebuglevels) {
|
|
|
|
// Determine the game data path, for validation and error messages
|
|
|
|
Common::FSNode dir(ConfMan.get("path"));
|
|
|
|
Common::Error err = Common::kNoError;
|
|
|
|
Engine *engine = 0;
|
2006-03-25 04:17:17 +00:00
|
|
|
|
2008-11-06 17:05:54 +00:00
|
|
|
// Verify that the game path refers to an actual directory
|
|
|
|
if (!(dir.exists() && dir.isDirectory()))
|
|
|
|
err = Common::kInvalidPathError;
|
2008-12-22 11:22:15 +00:00
|
|
|
|
2005-05-05 12:03:40 +00:00
|
|
|
// Create the game engine
|
2008-11-06 17:05:54 +00:00
|
|
|
if (err == Common::kNoError)
|
|
|
|
err = (*plugin)->createInstance(&system, &engine);
|
|
|
|
|
|
|
|
// Check for errors
|
2008-11-05 17:24:56 +00:00
|
|
|
if (!engine || err != Common::kNoError) {
|
2010-04-11 19:04:02 +00:00
|
|
|
|
|
|
|
// TODO: An errorDialog for this and engine related errors is displayed already in the scummvm_main function
|
|
|
|
// Is a separate dialog here still required?
|
|
|
|
|
|
|
|
//GUI::displayErrorDialog("ScummVM could not find any game in the specified directory!");
|
2010-06-15 10:44:51 +00:00
|
|
|
const char *errMsg = _(Common::errorToString(err));
|
2006-11-12 03:21:44 +00:00
|
|
|
|
2010-06-26 18:07:41 +00:00
|
|
|
warning("%s failed to instantiate engine: %s (target '%s', path '%s')",
|
2006-11-12 03:21:44 +00:00
|
|
|
plugin->getName(),
|
|
|
|
errMsg,
|
|
|
|
ConfMan.getActiveDomainName().c_str(),
|
2008-11-06 17:05:54 +00:00
|
|
|
dir.getPath().c_str()
|
2006-11-12 03:21:44 +00:00
|
|
|
);
|
2009-05-20 21:00:52 +00:00
|
|
|
|
|
|
|
// Autoadded is set only when no path was provided and
|
|
|
|
// the game is run from command line.
|
|
|
|
//
|
|
|
|
// Thus, we remove this garbage entry
|
|
|
|
//
|
|
|
|
// Fixes bug #1544799
|
|
|
|
if (ConfMan.hasKey("autoadded")) {
|
|
|
|
ConfMan.removeGameDomain(ConfMan.getActiveDomainName().c_str());
|
|
|
|
}
|
|
|
|
|
2008-11-06 17:05:54 +00:00
|
|
|
return err;
|
2005-05-05 12:03:40 +00:00
|
|
|
}
|
|
|
|
|
2004-01-15 14:01:57 +00:00
|
|
|
// Set the window caption to the game name
|
2006-04-15 20:36:41 +00:00
|
|
|
Common::String caption(ConfMan.get("description"));
|
2004-01-15 14:01:57 +00:00
|
|
|
|
2009-07-30 21:56:18 +00:00
|
|
|
if (caption.empty()) {
|
|
|
|
caption = EngineMan.findGame(ConfMan.get("gameid")).description();
|
|
|
|
}
|
2006-03-28 09:42:54 +00:00
|
|
|
if (caption.empty())
|
2006-04-15 20:36:41 +00:00
|
|
|
caption = ConfMan.getActiveDomainName(); // Use the domain (=target) name
|
2006-03-28 09:42:54 +00:00
|
|
|
if (!caption.empty()) {
|
2005-01-01 18:53:47 +00:00
|
|
|
system.setWindowCaption(caption.c_str());
|
2004-01-15 14:01:57 +00:00
|
|
|
}
|
2005-07-30 21:11:48 +00:00
|
|
|
|
2008-10-22 17:08:17 +00:00
|
|
|
//
|
2008-11-06 17:05:54 +00:00
|
|
|
// Setup various paths in the SearchManager
|
2008-10-22 17:08:17 +00:00
|
|
|
//
|
|
|
|
|
|
|
|
// Add the game path to the directory search list
|
2008-10-22 23:30:21 +00:00
|
|
|
SearchMan.addDirectory(dir.getPath(), dir, 0, 4);
|
2006-03-25 04:17:17 +00:00
|
|
|
|
2004-11-23 00:03:25 +00:00
|
|
|
// Add extrapath (if any) to the directory search list
|
2008-10-22 17:08:17 +00:00
|
|
|
if (ConfMan.hasKey("extrapath")) {
|
|
|
|
dir = Common::FSNode(ConfMan.get("extrapath"));
|
|
|
|
SearchMan.addDirectory(dir.getPath(), dir);
|
|
|
|
}
|
2004-11-23 00:03:25 +00:00
|
|
|
|
2008-07-29 00:54:28 +00:00
|
|
|
// If a second extrapath is specified on the app domain level, add that as well.
|
2008-10-22 17:08:17 +00:00
|
|
|
if (ConfMan.hasKey("extrapath", Common::ConfigManager::kApplicationDomain)) {
|
|
|
|
dir = Common::FSNode(ConfMan.get("extrapath", Common::ConfigManager::kApplicationDomain));
|
|
|
|
SearchMan.addDirectory(dir.getPath(), dir);
|
|
|
|
}
|
2007-06-12 21:21:40 +00:00
|
|
|
|
2009-01-30 04:52:53 +00:00
|
|
|
// On creation the engine should have set up all debug levels so we can use
|
2006-11-13 12:03:08 +00:00
|
|
|
// the command line arugments here
|
2009-01-30 04:52:53 +00:00
|
|
|
Common::StringTokenizer tokenizer(edebuglevels, " ,");
|
|
|
|
while (!tokenizer.empty()) {
|
|
|
|
Common::String token = tokenizer.nextToken();
|
2010-04-27 21:40:52 +00:00
|
|
|
if (!DebugMan.enableDebugChannel(token))
|
2010-06-15 10:44:51 +00:00
|
|
|
warning(_("Engine does not support debug level '%s'"), token.c_str());
|
2009-01-30 04:52:53 +00:00
|
|
|
}
|
2006-11-13 12:03:08 +00:00
|
|
|
|
2007-07-01 20:29:28 +00:00
|
|
|
// Inform backend that the engine is about to be run
|
|
|
|
system.engineInit();
|
|
|
|
|
2009-03-01 04:30:55 +00:00
|
|
|
// Run the engine
|
|
|
|
Common::Error result = engine->run();
|
2004-01-15 14:01:57 +00:00
|
|
|
|
2010-11-05 13:24:57 +00:00
|
|
|
#if defined(ONE_PLUGIN_AT_A_TIME) && defined(DYNAMIC_MODULES)
|
|
|
|
// do our best to prevent fragmentation by unloading as soon as we can
|
|
|
|
PluginManager::instance().unloadPluginsExcept(PLUGIN_TYPE_ENGINE, NULL, false);
|
|
|
|
#endif
|
|
|
|
|
2007-07-01 20:29:28 +00:00
|
|
|
// Inform backend that the engine finished
|
|
|
|
system.engineDone();
|
|
|
|
|
2006-02-14 23:31:25 +00:00
|
|
|
// We clear all debug levels again even though the engine should do it
|
2010-04-27 21:40:52 +00:00
|
|
|
DebugMan.clearAllDebugChannels();
|
2006-02-14 23:31:25 +00:00
|
|
|
|
2004-01-15 14:01:57 +00:00
|
|
|
// Free up memory
|
|
|
|
delete engine;
|
2004-06-20 19:23:04 +00:00
|
|
|
|
2006-04-01 21:52:33 +00:00
|
|
|
// Reset the file/directory mappings
|
2008-10-22 17:08:17 +00:00
|
|
|
SearchMan.clear();
|
2006-04-01 21:52:33 +00:00
|
|
|
|
2008-09-03 16:56:40 +00:00
|
|
|
// Return result (== 0 means no error)
|
|
|
|
return result;
|
2004-03-16 23:51:41 +00:00
|
|
|
}
|
2004-01-15 14:01:57 +00:00
|
|
|
|
2009-01-11 12:22:29 +00:00
|
|
|
static void setupGraphics(OSystem &system) {
|
2009-05-24 15:17:42 +00:00
|
|
|
|
2008-08-18 10:07:11 +00:00
|
|
|
system.beginGFXTransaction();
|
|
|
|
// Set the user specified graphics mode (if any).
|
|
|
|
system.setGraphicsMode(ConfMan.get("gfx_mode").c_str());
|
|
|
|
|
|
|
|
system.initSize(320, 200);
|
Merged revisions 33452-33453,33455-33459,33463-33464,33466-33471,33473-33474,33478,33490,33492,33495-33496,33509-33512,33518-33519,33522-33527,33529-33530,33537,33541,33544,33546,33550,33552-33554,33556,33558,33561-33562,33565,33568,33570,33574,33576,33578-33581,33584-33587,33590,33596,33604-33611,33614-33615,33617-33618,33620-33621,33623,33626-33627,33632-33633,33635,33637,33639-33640,33642-33645,33648,33654-33655,33664,33667-33670,33673-33674,33678,33682,33686-33691,33693,33696,33698,33700,33703,33708,33710,33712-33714,33716,33719,33721-33723,33725-33727,33729-33730,33733,33736,33742,33754,33756,33758,33761,33763,33766,33777,33781-33788,33790,33792-33793,33795,33797,33805,33807-33812,33815-33817,33819,33822,33826,33829,33837,33839,33844,33847,33858-33861,33864,33871-33873,33875,33877-33879,33886,33889-33892,33894,33896,33900,33902-33903,33919,33928,33930,33932-33936,33938-33940,33942-33943,33948,33950,33953,33967,33973,33976,33978,33980,33985,33991,33993,33999-34000,34006,34009,34011,34013,34015,34019,34021-34023,34025,34027-34028,34030,34032-34034,34036,34038-34039,34041,34046-34048,34050-34055,34057,34059-34065,34067,34072,34074,34076,34078-34081,34084,34086-34087,34089-34090,34093,34096-34102,34104,34107,34113,34116,34119,34122,34124,34126,34128,34131-34132,34135,34138,34141,34144,34146,34149,34152-34154,34156-34157,34160,34163-34164,34169,34173,34179-34194,34196-34198,34200-34201,34205-34206,34208-34217,34219-34225,34227-34228,34234-34237,34239-34249,34251-34279,34281-34284,34286-34288,34290-34320,34323-34324,34326,34328-34329,34332,34334,34336,34338-34340,34343-34353,34356-34357,34359-34371,34373,34375,34378,34381-34382,34384-34385,34389-34391,34393-34394,34396-34397,34399-34405,34407-34409,34411,34413,34415,34417-34420,34423-34426,34428-34438,34440-34454,34456-34458,34460,34462-34469,34472,34474,34479-34481,34483-34498,34501-34505,34508,34511-34518,34520-34524,34526-34563,34566-34569,34571-34590,34592,34595-34599,34602-34603,34605,34613-34615,34617,34619-34624,34627-34628,34630-34639,34642-34649 via svnmerge from
https://scummvm.svn.sourceforge.net/svnroot/scummvm/scummvm/trunk
svn-id: r34654
2008-09-26 21:53:08 +00:00
|
|
|
|
|
|
|
if (ConfMan.hasKey("aspect_ratio"))
|
|
|
|
system.setFeatureState(OSystem::kFeatureAspectRatioCorrection, ConfMan.getBool("aspect_ratio"));
|
|
|
|
if (ConfMan.hasKey("fullscreen"))
|
|
|
|
system.setFeatureState(OSystem::kFeatureFullscreenMode, ConfMan.getBool("fullscreen"));
|
2008-08-18 10:07:11 +00:00
|
|
|
system.endGFXTransaction();
|
|
|
|
|
Merged revisions 33452-33453,33455-33459,33463-33464,33466-33471,33473-33474,33478,33490,33492,33495-33496,33509-33512,33518-33519,33522-33527,33529-33530,33537,33541,33544,33546,33550,33552-33554,33556,33558,33561-33562,33565,33568,33570,33574,33576,33578-33581,33584-33587,33590,33596,33604-33611,33614-33615,33617-33618,33620-33621,33623,33626-33627,33632-33633,33635,33637,33639-33640,33642-33645,33648,33654-33655,33664,33667-33670,33673-33674,33678,33682,33686-33691,33693,33696,33698,33700,33703,33708,33710,33712-33714,33716,33719,33721-33723,33725-33727,33729-33730,33733,33736,33742,33754,33756,33758,33761,33763,33766,33777,33781-33788,33790,33792-33793,33795,33797,33805,33807-33812,33815-33817,33819,33822,33826,33829,33837,33839,33844,33847,33858-33861,33864,33871-33873,33875,33877-33879,33886,33889-33892,33894,33896,33900,33902-33903,33919,33928,33930,33932-33936,33938-33940,33942-33943,33948,33950,33953,33967,33973,33976,33978,33980,33985,33991,33993,33999-34000,34006,34009,34011,34013,34015,34019,34021-34023,34025,34027-34028,34030,34032-34034,34036,34038-34039,34041,34046-34048,34050-34055,34057,34059-34065,34067,34072,34074,34076,34078-34081,34084,34086-34087,34089-34090,34093,34096-34102,34104,34107,34113,34116,34119,34122,34124,34126,34128,34131-34132,34135,34138,34141,34144,34146,34149,34152-34154,34156-34157,34160,34163-34164,34169,34173,34179-34194,34196-34198,34200-34201,34205-34206,34208-34217,34219-34225,34227-34228,34234-34237,34239-34249,34251-34279,34281-34284,34286-34288,34290-34320,34323-34324,34326,34328-34329,34332,34334,34336,34338-34340,34343-34353,34356-34357,34359-34371,34373,34375,34378,34381-34382,34384-34385,34389-34391,34393-34394,34396-34397,34399-34405,34407-34409,34411,34413,34415,34417-34420,34423-34426,34428-34438,34440-34454,34456-34458,34460,34462-34469,34472,34474,34479-34481,34483-34498,34501-34505,34508,34511-34518,34520-34524,34526-34563,34566-34569,34571-34590,34592,34595-34599,34602-34603,34605,34613-34615,34617,34619-34624,34627-34628,34630-34639,34642-34649 via svnmerge from
https://scummvm.svn.sourceforge.net/svnroot/scummvm/scummvm/trunk
svn-id: r34654
2008-09-26 21:53:08 +00:00
|
|
|
// When starting up launcher for the first time, the user might have specified
|
|
|
|
// a --gui-theme option, to allow that option to be working, we need to initialize
|
|
|
|
// GUI here.
|
|
|
|
// FIXME: Find a nicer way to allow --gui-theme to be working
|
2009-01-11 00:20:27 +00:00
|
|
|
GUI::GuiManager::instance();
|
Merged revisions 33452-33453,33455-33459,33463-33464,33466-33471,33473-33474,33478,33490,33492,33495-33496,33509-33512,33518-33519,33522-33527,33529-33530,33537,33541,33544,33546,33550,33552-33554,33556,33558,33561-33562,33565,33568,33570,33574,33576,33578-33581,33584-33587,33590,33596,33604-33611,33614-33615,33617-33618,33620-33621,33623,33626-33627,33632-33633,33635,33637,33639-33640,33642-33645,33648,33654-33655,33664,33667-33670,33673-33674,33678,33682,33686-33691,33693,33696,33698,33700,33703,33708,33710,33712-33714,33716,33719,33721-33723,33725-33727,33729-33730,33733,33736,33742,33754,33756,33758,33761,33763,33766,33777,33781-33788,33790,33792-33793,33795,33797,33805,33807-33812,33815-33817,33819,33822,33826,33829,33837,33839,33844,33847,33858-33861,33864,33871-33873,33875,33877-33879,33886,33889-33892,33894,33896,33900,33902-33903,33919,33928,33930,33932-33936,33938-33940,33942-33943,33948,33950,33953,33967,33973,33976,33978,33980,33985,33991,33993,33999-34000,34006,34009,34011,34013,34015,34019,34021-34023,34025,34027-34028,34030,34032-34034,34036,34038-34039,34041,34046-34048,34050-34055,34057,34059-34065,34067,34072,34074,34076,34078-34081,34084,34086-34087,34089-34090,34093,34096-34102,34104,34107,34113,34116,34119,34122,34124,34126,34128,34131-34132,34135,34138,34141,34144,34146,34149,34152-34154,34156-34157,34160,34163-34164,34169,34173,34179-34194,34196-34198,34200-34201,34205-34206,34208-34217,34219-34225,34227-34228,34234-34237,34239-34249,34251-34279,34281-34284,34286-34288,34290-34320,34323-34324,34326,34328-34329,34332,34334,34336,34338-34340,34343-34353,34356-34357,34359-34371,34373,34375,34378,34381-34382,34384-34385,34389-34391,34393-34394,34396-34397,34399-34405,34407-34409,34411,34413,34415,34417-34420,34423-34426,34428-34438,34440-34454,34456-34458,34460,34462-34469,34472,34474,34479-34481,34483-34498,34501-34505,34508,34511-34518,34520-34524,34526-34563,34566-34569,34571-34590,34592,34595-34599,34602-34603,34605,34613-34615,34617,34619-34624,34627-34628,34630-34639,34642-34649 via svnmerge from
https://scummvm.svn.sourceforge.net/svnroot/scummvm/scummvm/trunk
svn-id: r34654
2008-09-26 21:53:08 +00:00
|
|
|
|
2008-08-18 10:07:11 +00:00
|
|
|
// Set initial window caption
|
|
|
|
system.setWindowCaption(gScummVMFullVersion);
|
|
|
|
|
|
|
|
// Clear the main screen
|
2009-02-15 21:20:21 +00:00
|
|
|
system.fillScreen(0);
|
2008-08-18 10:07:11 +00:00
|
|
|
}
|
|
|
|
|
2009-05-10 22:05:04 +00:00
|
|
|
static void setupKeymapper(OSystem &system) {
|
|
|
|
|
|
|
|
#ifdef ENABLE_KEYMAPPER
|
|
|
|
using namespace Common;
|
|
|
|
|
|
|
|
Keymapper *mapper = system.getEventManager()->getKeymapper();
|
|
|
|
Keymap *globalMap = new Keymap("global");
|
|
|
|
Action *act;
|
|
|
|
HardwareKeySet *keySet;
|
|
|
|
|
|
|
|
keySet = system.getHardwareKeySet();
|
|
|
|
|
|
|
|
// Query backend for hardware keys and register them
|
|
|
|
mapper->registerHardwareKeySet(keySet);
|
|
|
|
|
|
|
|
// Now create the global keymap
|
2010-06-15 10:44:51 +00:00
|
|
|
act = new Action(globalMap, "MENU", _("Menu"), kGenericActionType, kSelectKeyType);
|
2009-05-10 22:05:04 +00:00
|
|
|
act->addKeyEvent(KeyState(KEYCODE_F5, ASCII_F5, 0));
|
2009-05-24 15:17:42 +00:00
|
|
|
|
2010-06-15 10:44:51 +00:00
|
|
|
act = new Action(globalMap, "SKCT", _("Skip"), kGenericActionType, kActionKeyType);
|
2009-05-10 22:05:04 +00:00
|
|
|
act->addKeyEvent(KeyState(KEYCODE_ESCAPE, ASCII_ESCAPE, 0));
|
|
|
|
|
2010-06-15 10:44:51 +00:00
|
|
|
act = new Action(globalMap, "PAUS", _("Pause"), kGenericActionType, kStartKeyType);
|
2009-05-10 22:05:04 +00:00
|
|
|
act->addKeyEvent(KeyState(KEYCODE_SPACE, ' ', 0));
|
2009-05-24 15:17:42 +00:00
|
|
|
|
2010-06-15 10:44:51 +00:00
|
|
|
act = new Action(globalMap, "SKLI", _("Skip line"), kGenericActionType, kActionKeyType);
|
2009-05-10 22:05:04 +00:00
|
|
|
act->addKeyEvent(KeyState(KEYCODE_PERIOD, '.', 0));
|
|
|
|
|
2010-06-15 10:44:51 +00:00
|
|
|
act = new Action(globalMap, "VIRT", _("Display keyboard"), kVirtualKeyboardActionType);
|
2009-05-10 22:05:04 +00:00
|
|
|
act->addKeyEvent(KeyState(KEYCODE_F7, ASCII_F7, 0));
|
|
|
|
|
2010-06-15 10:44:51 +00:00
|
|
|
act = new Action(globalMap, "REMP", _("Remap keys"), kKeyRemapActionType);
|
2009-05-10 22:05:04 +00:00
|
|
|
act->addKeyEvent(KeyState(KEYCODE_F8, ASCII_F8, 0));
|
|
|
|
|
|
|
|
mapper->addGlobalKeymap(globalMap);
|
|
|
|
|
|
|
|
mapper->pushKeymap("global");
|
|
|
|
#endif
|
|
|
|
|
|
|
|
}
|
2006-10-21 12:03:43 +00:00
|
|
|
|
2009-03-21 16:07:46 +00:00
|
|
|
extern "C" int scummvm_main(int argc, const char * const argv[]) {
|
2006-04-02 20:27:56 +00:00
|
|
|
Common::String specialDebug;
|
2006-04-02 21:06:49 +00:00
|
|
|
Common::String command;
|
2002-05-14 11:32:16 +00:00
|
|
|
|
2006-04-02 20:27:56 +00:00
|
|
|
// Verify that the backend has been initialized (i.e. g_system has been set).
|
2006-04-02 14:16:31 +00:00
|
|
|
assert(g_system);
|
|
|
|
OSystem &system = *g_system;
|
2007-09-19 08:40:12 +00:00
|
|
|
|
2006-05-04 22:55:15 +00:00
|
|
|
// Register config manager defaults
|
2006-05-04 23:37:50 +00:00
|
|
|
Base::registerDefaults();
|
2006-04-02 14:16:31 +00:00
|
|
|
|
2006-04-02 20:27:56 +00:00
|
|
|
// Parse the command line
|
|
|
|
Common::StringMap settings;
|
2006-05-04 23:37:50 +00:00
|
|
|
command = Base::parseCommandLine(settings, argc, argv);
|
2006-04-02 14:16:31 +00:00
|
|
|
|
2010-10-24 13:04:33 +00:00
|
|
|
// Load the config file (possibly overridden via command line):
|
2006-04-02 20:27:56 +00:00
|
|
|
if (settings.contains("config")) {
|
|
|
|
ConfMan.loadConfigFile(settings["config"]);
|
|
|
|
settings.erase("config");
|
|
|
|
} else {
|
2004-12-25 19:03:13 +00:00
|
|
|
ConfMan.loadDefaultConfigFile();
|
2006-04-02 20:27:56 +00:00
|
|
|
}
|
2004-02-07 04:53:59 +00:00
|
|
|
|
2006-04-02 21:38:36 +00:00
|
|
|
// Update the config file
|
|
|
|
ConfMan.set("versioninfo", gScummVMVersion, Common::ConfigManager::kApplicationDomain);
|
|
|
|
|
2006-05-05 00:03:21 +00:00
|
|
|
// Load and setup the debuglevel and the debug flags. We do this at the
|
2007-09-19 08:40:12 +00:00
|
|
|
// soonest possible moment to ensure debug output starts early on, if
|
2006-05-05 00:03:21 +00:00
|
|
|
// requested.
|
2006-04-02 21:32:23 +00:00
|
|
|
if (settings.contains("debuglevel")) {
|
|
|
|
gDebugLevel = (int)strtol(settings["debuglevel"].c_str(), 0, 10);
|
|
|
|
printf("Debuglevel (from command line): %d\n", gDebugLevel);
|
|
|
|
settings.erase("debuglevel"); // This option should not be passed to ConfMan.
|
|
|
|
} else if (ConfMan.hasKey("debuglevel"))
|
2005-04-23 13:52:27 +00:00
|
|
|
gDebugLevel = ConfMan.getInt("debuglevel");
|
2004-12-27 21:54:20 +00:00
|
|
|
|
2006-04-02 20:27:56 +00:00
|
|
|
if (settings.contains("debugflags")) {
|
|
|
|
specialDebug = settings["debugflags"];
|
|
|
|
settings.erase("debugflags");
|
2006-02-14 23:31:25 +00:00
|
|
|
}
|
|
|
|
|
2010-08-13 05:58:11 +00:00
|
|
|
#if defined(ONE_PLUGIN_AT_A_TIME) && defined(DYNAMIC_MODULES)
|
2010-08-12 06:00:19 +00:00
|
|
|
// Only load non-engine plugins and first engine plugin initially in this case.
|
2010-11-05 13:24:57 +00:00
|
|
|
PluginManager::instance().loadNonEnginePluginsAndEnumerate();
|
2010-07-30 09:32:45 +00:00
|
|
|
#else
|
2010-08-11 00:54:34 +00:00
|
|
|
// Load the plugins.
|
|
|
|
PluginManager::instance().loadPlugins();
|
2010-07-30 09:32:45 +00:00
|
|
|
#endif
|
2007-09-19 08:40:12 +00:00
|
|
|
|
2010-06-22 18:27:00 +00:00
|
|
|
// If we received an invalid music parameter via command line we check this here.
|
|
|
|
// We can't check this before loading the music plugins.
|
|
|
|
// On the other hand we cannot load the plugins before we know the file paths (in case of external plugins).
|
2010-06-28 23:59:43 +00:00
|
|
|
if (settings.contains("music-driver")) {
|
2010-06-29 00:29:35 +00:00
|
|
|
if (MidiDriver::getMusicType(MidiDriver::getDeviceHandle(settings["music-driver"])) == MT_INVALID) {
|
2010-07-26 06:10:47 +00:00
|
|
|
warning("Unrecognized music driver '%s'. Switching to default device", settings["music-driver"].c_str());
|
2010-06-29 00:29:35 +00:00
|
|
|
settings["music-driver"] = "auto";
|
2010-06-22 18:27:00 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2006-05-04 23:57:49 +00:00
|
|
|
// Process the remaining command line settings. Must be done after the
|
|
|
|
// config file and the plugins have been loaded.
|
2010-05-21 18:25:01 +00:00
|
|
|
Common::Error res;
|
|
|
|
|
2010-11-05 13:24:57 +00:00
|
|
|
// TODO: deal with settings that require plugins to be loaded
|
2010-05-21 18:25:01 +00:00
|
|
|
if ((res = Base::processSettings(command, settings)) != Common::kArgumentNotProcessed)
|
|
|
|
return res;
|
2005-07-05 20:22:56 +00:00
|
|
|
|
2005-04-19 20:22:50 +00:00
|
|
|
// Init the backend. Must take place after all config data (including
|
|
|
|
// the command line params) was read.
|
|
|
|
system.initBackend();
|
2003-11-08 22:05:58 +00:00
|
|
|
|
2008-08-18 10:07:11 +00:00
|
|
|
setupGraphics(system);
|
|
|
|
|
2009-05-24 15:17:42 +00:00
|
|
|
// Init the event manager. As the virtual keyboard is loaded here, it must
|
2008-08-18 10:07:11 +00:00
|
|
|
// take place after the backend is initiated and the screen has been setup
|
|
|
|
system.getEventManager()->init();
|
|
|
|
|
2009-07-25 12:59:46 +00:00
|
|
|
// Directly after initializing the event manager, we will initialize our
|
|
|
|
// event recorder.
|
|
|
|
//
|
|
|
|
// TODO: This is just to match the current behavior, when we further extend
|
|
|
|
// our event recorder, we might do this at another place. Or even change
|
|
|
|
// the whole API for that ;-).
|
|
|
|
g_eventRec.init();
|
|
|
|
|
2009-05-10 22:05:04 +00:00
|
|
|
// Now as the event manager is created, setup the keymapper
|
|
|
|
setupKeymapper(system);
|
|
|
|
|
2002-09-30 00:55:47 +00:00
|
|
|
// Unless a game was specified, show the launcher dialog
|
2009-01-11 12:22:29 +00:00
|
|
|
if (0 == ConfMan.getActiveDomain())
|
2009-01-24 18:27:09 +00:00
|
|
|
launcherDialog();
|
2002-09-30 00:55:47 +00:00
|
|
|
|
2004-10-10 16:31:15 +00:00
|
|
|
// FIXME: We're now looping the launcher. This, of course, doesn't
|
|
|
|
// work as well as it should. In theory everything should be destroyed
|
|
|
|
// cleanly, so this is now enabled to encourage people to fix bits :)
|
2006-05-05 00:26:03 +00:00
|
|
|
while (0 != ConfMan.getActiveDomain()) {
|
2007-06-15 17:29:49 +00:00
|
|
|
// Try to find a plugin which feels responsible for the specified game.
|
2008-05-12 00:26:29 +00:00
|
|
|
const EnginePlugin *plugin = detectPlugin();
|
2006-04-15 16:37:48 +00:00
|
|
|
if (plugin) {
|
2004-08-29 19:08:08 +00:00
|
|
|
// Unload all plugins not needed for this game,
|
|
|
|
// to save memory
|
2008-05-12 01:26:43 +00:00
|
|
|
PluginManager::instance().unloadPluginsExcept(PLUGIN_TYPE_ENGINE, plugin);
|
2004-08-29 19:08:08 +00:00
|
|
|
|
2007-06-15 17:29:49 +00:00
|
|
|
// Try to run the game
|
2008-11-06 17:05:54 +00:00
|
|
|
Common::Error result = runGame(plugin, system, specialDebug);
|
2008-09-08 14:38:07 +00:00
|
|
|
|
2008-09-03 16:56:40 +00:00
|
|
|
// Did an error occur ?
|
2008-11-06 17:05:54 +00:00
|
|
|
if (result != Common::kNoError) {
|
2010-04-11 19:04:02 +00:00
|
|
|
// Shows an informative error dialog if starting the selected game failed.
|
2010-06-15 10:44:51 +00:00
|
|
|
GUI::displayErrorDialog(result, _("Error running game:"));
|
2008-09-03 16:56:40 +00:00
|
|
|
}
|
2008-09-08 14:38:07 +00:00
|
|
|
|
2008-09-03 16:56:40 +00:00
|
|
|
// Quit unless an error occurred, or Return to launcher was requested
|
2009-07-12 05:35:56 +00:00
|
|
|
#ifndef FORCE_RTL
|
2008-09-03 16:56:40 +00:00
|
|
|
if (result == 0 && !g_system->getEventManager()->shouldRTL())
|
2004-12-05 17:35:24 +00:00
|
|
|
break;
|
2009-07-12 05:35:56 +00:00
|
|
|
#endif
|
2008-09-03 16:56:40 +00:00
|
|
|
// Reset RTL flag in case we want to load another engine
|
|
|
|
g_system->getEventManager()->resetRTL();
|
2009-07-12 05:35:56 +00:00
|
|
|
#ifdef FORCE_RTL
|
|
|
|
g_system->getEventManager()->resetQuit();
|
|
|
|
#endif
|
2008-09-03 16:56:40 +00:00
|
|
|
|
2006-04-15 13:12:03 +00:00
|
|
|
// Discard any command line options. It's unlikely that the user
|
|
|
|
// wanted to apply them to *all* games ever launched.
|
|
|
|
ConfMan.getDomain(Common::ConfigManager::kTransientDomain)->clear();
|
2007-09-19 08:40:12 +00:00
|
|
|
|
2006-05-05 00:26:03 +00:00
|
|
|
// Clear the active config domain
|
|
|
|
ConfMan.setActiveDomain("");
|
2004-10-13 08:49:33 +00:00
|
|
|
|
2004-08-29 19:08:08 +00:00
|
|
|
// PluginManager::instance().unloadPlugins();
|
2010-08-14 08:04:40 +00:00
|
|
|
|
2010-11-05 13:24:57 +00:00
|
|
|
#if !defined(ONE_PLUGIN_AT_A_TIME)
|
2004-11-11 14:01:11 +00:00
|
|
|
PluginManager::instance().loadPlugins();
|
2010-08-14 08:04:40 +00:00
|
|
|
#endif
|
2007-06-15 17:29:49 +00:00
|
|
|
} else {
|
2010-06-15 10:44:51 +00:00
|
|
|
GUI::displayErrorDialog(_("Could not find any engine capable of running the selected game"));
|
2003-10-05 14:37:16 +00:00
|
|
|
}
|
2009-05-24 15:17:42 +00:00
|
|
|
|
2009-08-18 15:41:00 +00:00
|
|
|
// We will destroy the AudioCDManager singleton here to save some memory.
|
2009-08-18 15:32:26 +00:00
|
|
|
// This will not make the CD audio stop, one would have to enable this:
|
|
|
|
//AudioCD.stop();
|
|
|
|
// but the engine is responsible for stopping CD playback anyway and
|
|
|
|
// this way we catch engines not doing it properly. For some more
|
|
|
|
// information about why AudioCDManager::destroy does not stop the CD
|
|
|
|
// playback read the FIXME in sound/audiocd.h
|
|
|
|
Audio::AudioCDManager::destroy();
|
|
|
|
|
2008-08-18 10:07:11 +00:00
|
|
|
// reset the graphics to default
|
2009-01-11 12:22:29 +00:00
|
|
|
setupGraphics(system);
|
2009-01-24 18:27:09 +00:00
|
|
|
launcherDialog();
|
2004-10-10 16:31:15 +00:00
|
|
|
}
|
2008-05-12 01:26:43 +00:00
|
|
|
PluginManager::instance().unloadPlugins();
|
2008-04-26 10:21:53 +00:00
|
|
|
PluginManager::destroy();
|
2010-11-01 20:41:53 +00:00
|
|
|
GUI::GuiManager::destroy();
|
2008-04-26 10:21:53 +00:00
|
|
|
Common::ConfigManager::destroy();
|
2008-11-07 13:48:51 +00:00
|
|
|
Common::SearchManager::destroy();
|
2010-11-01 20:41:53 +00:00
|
|
|
Common::TranslationManager::destroy();
|
2003-08-19 15:03:27 +00:00
|
|
|
|
2002-04-12 21:26:59 +00:00
|
|
|
return 0;
|
|
|
|
}
|