aboutsummaryrefslogtreecommitdiff
path: root/engines/engine.h
AgeCommit message (Expand)Author
2019-07-08SDL: Initial implementation of joystick eventsCameron Cawley
2018-12-19ENGINES: Add GUIErrorMessageFormat to replace duplicated functions (#1455)Cameron Cawley
2014-12-30SCUMM: Add a "chained games manager"Torbjörn Andersson
2014-02-18ENGINES: Make GPL headers consistent in themselves.Johannes Schickel
2014-01-22ENGINES: Introduce method Engine::initializePath which sets up SearchMan.Johannes Schickel
2012-02-26COMMON: Move Language and Platform functionality into separate filesMax Horn
2011-12-30KEYMAPPER: Make engine keymap init and cleanup more genericTarek Soliman
2011-10-27ENGINES: Added initKeymap() stubTarek Soliman
2011-06-25GUI: fix bug #2822778athrxx
2011-06-16ENGINES: Warn user about games marked with ADGF_UNSTABLE flagsTarek Soliman
2011-06-02ENGINES: Change 2nd param of Engine::saveGameState to Common::StringMax Horn
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-04-28JANITORIAL: Reduce header dependencies in shared codeOri Avtalion
2011-04-28JANITORIAL: Format forward declarations to follow conventionOri Avtalion
2011-03-19ENGINES: Mute kPlainSoundType in Engine::syncSoundSettings()dhewg
2011-03-18ENGINES: Change GUIErrorMessage to take param by ref, not by copyMax Horn
2010-10-27ENGINE: Rename resetTotalPlayTime to setTotalPlayTime.Johannes Schickel
2010-10-27ENGINE: Generalize SCUMM play time counting and move it into Engine.Johannes Schickel
2010-05-04Move initGraphics and initCommonGFX from to new header.Max Horn
2010-05-04Get rid of Engine::_gameDataDir.Max Horn
2009-09-24Add the "FIXME" comment at "g_engine" from engine.cpp to "g_engine" in engine...Johannes Schickel
2009-07-10updated comment on initGraphics as I should have done before commiting r42330.Jody Northup
2009-07-10Overloaded initGraphics to provide for simpler procedures for engines support...Jody Northup
2009-07-06Updated doxygen comments on API functionsJody Northup
2009-07-04Merged revisions 41219-41297,41299-41318,41322-41328,41331-41334,41336-41346,...Travis Howell
2009-06-30renamed kTransactionPixelFormatNotSupported to kTransactionFormatNotSupported...Jody Northup
2009-06-27changed initGraphics, and OSystem::initSize to take Graphics::PixelFormat * p...Jody Northup
2009-06-20renamed ENABLE_16BIT define to more accurate ENABLE_RGB_COLORJody Northup
2009-06-15Added kUnsupportedColorMode error code brought Scumm engine and SDL backend i...Jody Northup
2009-06-11Renamed Graphics::ColorFormat to Graphics::ColorMode, streamlined enum by rem...Jody Northup
2009-06-10Scumm engine now dynamically requests 16-bit color based on game features, (u...Jody Northup
2009-06-06Implement feature request #1180217: "GUI: Mute option"Eugene Sandulenko
2009-03-01Merged Engine::go() and ::init() into a new run() method (currently implement...Max Horn
2009-02-07Make the subtitle settings in Options section of the global main menu optiona...Travis Howell
2009-01-30Avoid using g_engine if possibleMax Horn
2009-01-01Whoa! Removing trailing spaces.Eugene Sandulenko
2008-12-25Made Engine::_timer protectedMax Horn
2008-12-25Pushing down some header deps (on common/system.h, mostly)Max Horn
2008-11-15Paranoia: Add destination buffer size to Engine::errorString to help avoiding...Johannes Schickel
2008-11-14Committed my patch #2123680 "SDL: Backend transaction / rollback support".Johannes Schickel
2008-11-06Switched various Engine APIs to use Common::ErrorMax Horn
2008-11-06Implemented GMM loading (and, once the GMM supports it, saving) for SCUMMMax Horn
2008-11-04Fixed the EngineFeature vs. MetaEngineFeature mess, clarified some EngineFeat...Max Horn
2008-11-03- Extended some commentsJohannes Schickel
2008-11-03Patch #2122869: ALL: Common load dialogMax Horn
2008-10-06Added new type Engine::Feature; pushed down some #include dependenciesMax Horn
2008-10-04Renamed some MetaEngine feature flags; removed explicit numbers from this fea...Max Horn
2008-10-03Fixed Engine::hasFeature to use proper types (i.e., MetaEngine::MetaEngineFea...Max Horn
2008-10-02Engine class changed:Max Horn
2008-10-02cleanupMax Horn