aboutsummaryrefslogtreecommitdiff
path: root/engines/engine.cpp
AgeCommit message (Expand)Author
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