aboutsummaryrefslogtreecommitdiff
path: root/engines/engine.cpp
AgeCommit message (Expand)Author
2009-06-06Implement feature request #1180217: "GUI: Mute option"Eugene Sandulenko
2009-03-01Check for "track01" as well as "track1". (I hope I didn't break compilation byTorbjörn Andersson
2009-01-30Avoid using g_engine if possibleMax Horn
2009-01-02Renamed gui/newgui.cpp -> gui/GuiManager.cpp and gui/newgui.h -> gui/GuiManag...Johannes Schickel
2009-01-01Whoa! Removing trailing spaces.Eugene Sandulenko
2008-11-16Fixed various g++ warnings ("format not a string literal and no format argume...Johannes Schickel
2008-11-15Fixed strncpy usage.Johannes Schickel
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-03Extend HACK in Engine::hasFeature, fixes GMM load dialog.Johannes Schickel
2008-11-03Patch #2122869: ALL: Common load dialogMax Horn
2008-10-26Implemented FR #2038951: "ALL: visible warning when CD music missing"Filippos Karapetis
2008-10-06Added new type Engine::Feature; pushed down some #include dependenciesMax Horn
2008-10-03Fixed Engine::hasFeature to use proper types (i.e., MetaEngine::MetaEngineFea...Max Horn
2008-10-02Engine class changed:Max Horn
2008-09-30Renamed Engine::quit to Engine::shouldQuit (previously, it was easily confuse...Max Horn
2008-09-07Replaced Engine::_gameDataPath (a String) by Engine::_gameDataDir (an FSNode)...Max Horn
2008-09-07Symbian already store all paths with a trailing "\". Lars Persson
2008-09-07Temporary workaround for bug #2098279: ALL: Game path with no trailing backsl...Max Horn
2008-08-16Added a MetaEngineFeature for RTL support, the RTL button is disabled in the ...Christopher Page
2008-08-13Cleanup: Got rid of _quit and _rtl variables in engine.h/.cpp which are not u...Christopher Page
2008-08-06Engine::runDialog() returns a value nowChristopher Page
2008-08-05Fixed more warningsChristopher Page
2008-07-09Reimplemented pushEvent() and artificialEventQueue to work with Events instea...Christopher Page
2008-06-26Added syncSoundSettings() to Engine, sound settings can now be modified from ...Christopher Page
2008-06-24Created Global Main Menu Dialog. Made a uniform _quit flag for engines. So f...Christopher Page
2008-02-15Merged lots of _mixer->isReady() warnings into a single one in Engine constru...Max Horn
2007-09-19Merged common/stdafx.h into common/scummsys.h. All referencing files have bee...Nicola Mettifogo
2007-09-11Adding various FIXME comments to bogus (non-self-explanatory) existing FIXME ...Max Horn
2007-07-01Fix for bug #1746112 (SCUMM: Crash when pressing SPACE (Pause))Max Horn
2007-06-30Split Engine::pauseEngine: It now does pauseLevel handling, while engines can...Max Horn
2007-05-30Updated legal headers in source files, based on what Pidgin (the IM client fo...Max Horn
2007-04-01added the instance of EventManager returned by OSystem::getEventManager as a ...Gregory Montoir
2007-03-17fixed MSVC compiler warning because winnt.h defines its own ARRAYSIZE #defineRobert Göffringmann
2007-03-09reduced dependency from windows-specific header filesNicola Mettifogo
2007-02-20Patch #1663933 (Kill premix channel) with a few tiny additional tweaks by meMax Horn
2007-02-12removed warningsNicola Mettifogo
2006-11-12Don't delete the savefile manager in the Engine destructorMax Horn
2006-10-21Added OSystem::getTimerManager and OSystem::getMixer methods (wip)Max Horn
2006-09-23Fix mingw compileTravis Howell
2006-09-23Moved error/warning/checkHeap from engines/engine.cpp to common/util.cppMax Horn
2006-09-23Moved base/engine.cpp and .h to engines/ (main motivation: helps untangle the...Max Horn