Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-02-15 | Merged lots of _mixer->isReady() warnings into a single one in Engine ↵ | Max Horn | |
constructor svn-id: r30871 | |||
2007-09-19 | Merged common/stdafx.h into common/scummsys.h. All referencing files have ↵ | Nicola Mettifogo | |
been updated. svn-id: r28966 | |||
2007-09-11 | Adding various FIXME comments to bogus (non-self-explanatory) existing FIXME ↵ | Max Horn | |
comments; and some other related cleanup svn-id: r28890 | |||
2007-07-01 | Fix for bug #1746112 (SCUMM: Crash when pressing SPACE (Pause)) | Max Horn | |
svn-id: r27836 | |||
2007-06-30 | Split Engine::pauseEngine: It now does pauseLevel handling, while engines ↵ | Max Horn | |
can provide a simpler pauseEngineIntern method; provided default implementation of the latter which simply (un)pauses the mixer svn-id: r27801 | |||
2007-05-30 | Updated legal headers in source files, based on what Pidgin (the IM client ↵ | Max Horn | |
formerly knowns as Gaim) does; added new (incomplete) COPYRIGHT file; updated copyright dates in a few spots svn-id: r27024 | |||
2007-04-01 | added the instance of EventManager returned by OSystem::getEventManager as a ↵ | Gregory Montoir | |
member of the Engine base class. This allows to simply the code a bit and should more efficient too (ie. less virtual function chain calls, obj->getA()->getB()). Also updated several engines to make use of it. svn-id: r26357 | |||
2007-03-17 | fixed MSVC compiler warning because winnt.h defines its own ARRAYSIZE #define | Robert Göffringmann | |
svn-id: r26171 | |||
2007-03-09 | reduced dependency from windows-specific header files | Nicola Mettifogo | |
svn-id: r26034 | |||
2007-02-20 | Patch #1663933 (Kill premix channel) with a few tiny additional tweaks by me | Max Horn | |
svn-id: r25752 | |||
2007-02-12 | removed warnings | Nicola Mettifogo | |
svn-id: r25534 | |||
2006-11-12 | Don't delete the savefile manager in the Engine destructor | Max Horn | |
svn-id: r24703 | |||
2006-10-21 | Added OSystem::getTimerManager and OSystem::getMixer methods (wip) | Max Horn | |
svn-id: r24405 | |||
2006-09-23 | Fix mingw compile | Travis Howell | |
svn-id: r23976 | |||
2006-09-23 | Moved error/warning/checkHeap from engines/engine.cpp to common/util.cpp | Max Horn | |
svn-id: r23975 | |||
2006-09-23 | Moved base/engine.cpp and .h to engines/ (main motivation: helps untangle ↵ | Max Horn | |
the linker dependency graph). Porters will have to update project files svn-id: r23974 |