aboutsummaryrefslogtreecommitdiff
path: root/engines/engine.h
AgeCommit message (Expand)Author
2008-10-02Renamed FilesystemNode -> FSNodeMax 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-03Moved check for shouldRTL() from engines to scummvm_mainMax 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-07-16Quit and RTL code is more modular now. EVENT_RTL no longer sets _shouldQuit,...Christopher Page
2008-07-09Reimplemented pushEvent() and artificialEventQueue to work with Events instea...Christopher Page
2008-07-08Improved GMM implementation by adding unified quit() and quitGame() methods f...Christopher Page
2008-06-30Sound settings for Lure can be modified through the GMMChristopher Page
2008-06-26Added syncSoundSettings() to Engine, sound settings can now be modified from ...Christopher Page
2008-06-25Scumm and sky now use the new _quit flagChristopher Page
2008-06-24Created Global Main Menu Dialog. Made a uniform _quit flag for engines. So f...Christopher Page
2008-02-01engine.h was moved from base/ to engines/ ages ago -- update header file prot...Max Horn
2007-09-19Merged common/stdafx.h into common/scummsys.h. All referencing files have bee...Nicola Mettifogo
2007-06-30Split Engine::pauseEngine: It now does pauseLevel handling, while engines can...Max Horn
2007-06-30Added Engine::pauseEngine method (allows outside code, like the backend, to p...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
2006-10-21Added OSystem::getTimerManager and OSystem::getMixer methods (wip)Max Horn
2006-09-23Moved base/engine.cpp and .h to engines/ (main motivation: helps untangle the...Max Horn