aboutsummaryrefslogtreecommitdiff
path: root/base/engine.h
AgeCommit message (Expand)Author
2006-04-29* Changed the createEngine() factory function of our plugins to return an err...Max Horn
2006-04-26Return correct value from Engine_Empty::init() method.Eugene Sandulenko
2006-04-26Introduce and use Engine_Empty() and Engine::GUIErrorMessage()Eugene Sandulenko
2006-04-15Moved (Plain)GameDescriptor from base/gameDetector.h to the new base/game.h h...Max Horn
2006-04-15- Renamed ConfigManager::getActiveDomain to getActiveDomainName, and added a ...Max Horn
2006-04-01Removed yet another superfluous addDefaultDirectory call, and removed the unu...Max Horn
2006-02-17Reduced use of GF_DEFAULT_TO_1X_SCALER in favor of a new param to Engine::ini...Max Horn
2006-02-12No need to force engines to implement errorString()Max Horn
2006-02-11Change CVS keywords to SVN keywordsMax Horn
2006-01-18Update copyright noticeEugene Sandulenko
2005-11-23Made the autosave period a configuration option and updated the engines using...Gregory Montoir
2005-10-18Update FSF address. Eek. Actually that took place on May 1, 2005Eugene Sandulenko
2005-07-30Remove trailing whitespaces.Eugene Sandulenko
2005-06-24When including files from common/, explicitly use the common/ prefixMax Horn
2005-06-21Patches needed to build for SYMBIAN32 WINS/GCC added.Lars Persson
2005-06-14Applied patch #1208299. A warning message about the "playing from CD underTorbjörn Andersson
2005-05-10Moved class SoundMixer to Audio::Mixer (didn't call the namespace 'Sound' bec...Max Horn
2005-05-10Moved (In/Out)SaveFile(Manager) and Timer to namespace CommonMax Horn
2005-01-01Updated copyrightMax Horn
2004-12-27Reducing header dependencies a bitMax Horn
2004-11-27Moved Engine::getSavePath() to class SaveFileManager; removed the 'directory'...Max Horn
2004-11-24Fix a`ll engines. They work, though current fix is just temporary.Eugene Sandulenko
2004-11-23Added Engine::init() method; added return value to Engine::go()Max Horn
2004-11-20Removing walkthrough stuff again (talked to aquadran about this, he had no ob...Max Horn
2004-11-19added walkthroughPaweł Kołodziejski
2004-06-25Added Engine::_saveFileMan; thus was able to get rid of auto_ptr usage againMax Horn
2004-02-09Modified version of patch #892795 (Let scumvm -v show supported libs)Max Horn
2004-01-06updated copyright noticeMax Horn
2003-11-29cleanup / added Engine::getGameDataPath()Max Horn
2003-11-10cut down on unnecessary GameDetector referencesMax Horn
2003-10-28cleanup: removed version/id from GameSettingsMax Horn
2003-10-12some renaming for more consistent terminology (although we might want to reev...Max Horn
2003-10-10some cleanupMax Horn
2003-10-10constnessMax Horn
2003-09-28removed duplicate g_timer object (one was global, one was static to timer.cpp...Max Horn
2003-09-28queen initial importJoost Peters
2003-09-18moved engine.* to base; this fixes some linking issues when building a barebo...Max Horn