Age | Commit message (Expand) | Author |
2005-09-22 | Fix regression introduced when we split engine constructiors into | Eugene Sandulenko |
2005-09-09 | Use British English by default, as documented in the README file, not US | Torbjörn Andersson |
2005-07-30 | Remove trailing whitespaces. | Eugene Sandulenko |
2005-07-05 | * Start of generic key configuration support for ScummVM | Lars Persson |
2005-06-24 | When including files from common/, explicitly use the common/ prefix | Max Horn |
2005-05-10 | Moved class SoundMixer to Audio::Mixer (didn't call the namespace 'Sound' bec... | Max Horn |
2005-05-09 | Use debugger for errors, where possible. | Travis Howell |
2005-04-01 | Implement pausing using the 'p' key like the original did. | Jonathan Gray |
2005-03-25 | Patch #1117443 (Experimental plugin code revision) | Max Horn |
2005-03-11 | Not needed any more | Chris Apers |
2005-03-09 | changing AudioDataType -> SoundType, so now the constant names match the name... | Max Horn |
2005-01-28 | Use class Mutex instead of MutexRef | Max Horn |
2005-01-10 | system.h was being included in tons of places, without any good reason; reduc... | Max Horn |
2005-01-01 | Updated copyright | Max Horn |
2004-12-27 | Added 'sound types' to the mixer - for now, only plain (for the premixer), SF... | Max Horn |
2004-12-20 | - Change mouse position on click | Chris Apers |
2004-12-16 | some cleanup | Robert Göffringmann |
2004-12-15 | moved compacts and related static data out of the scummvm.exe into an externa... | Robert Göffringmann |
2004-12-09 | Pass subdirectories to gamedetector functions | Robert Göffringmann |
2004-12-05 | Clean up OSystem::Event | Max Horn |
2004-12-02 | Moved MidiDriver creation code into the MidiDriver class (as static methods),... | Max Horn |
2004-11-29 | Fix music volume | Eugene Sandulenko |
2004-11-27 | Moved Engine::getSavePath() to class SaveFileManager; removed the 'directory'... | Max Horn |
2004-11-24 | Fix a`ll engines. They work, though current fix is just temporary. | Eugene Sandulenko |
2004-11-23 | Added Engine::init() method; added return value to Engine::go() | Max Horn |
2004-11-20 | Removing walkthrough stuff again (talked to aquadran about this, he had no ob... | Max Horn |
2004-11-19 | added walkthrough | Paweł Kołodziejski |
2004-11-15 | This commit has been brought to you by the commit first, compile/test later a... | Joost Peters |
2004-11-15 | Move initialisation from constructor to initialise(). | Joost Peters |
2004-11-11 | misc cleanup | Robert Göffringmann |
2004-10-22 | iAdd support for MT-32 emu. | Eugene Sandulenko |
2004-09-28 | Rename remaining OSystem methods to match our coding guidelines | Max Horn |
2004-09-15 | Allow the BASS debugger to be invoked by the "standard" Ctrl-D / ~ / # | Torbjörn Andersson |
2004-09-14 | Use -more informative- constants for certain script variables | Joost Peters |
2004-09-13 | Add debugger for BASS. | Joost Peters |
2004-08-28 | Make it possible to compile with WITH_DEBUG_CHEATS again. | Torbjörn Andersson |
2004-08-20 | remove unused variables | Joost Peters |
2004-08-20 | Initialize variables (fix valgrind warnings) | Joost Peters |
2004-06-25 | Added Engine::_saveFileMan; thus was able to get rid of auto_ptr usage again | Max Horn |
2004-02-24 | the OSystem changes we discussed on the ML (note: renaming of the existing OS... | Max Horn |
2004-02-13 | Add Change --floppy-intro to --alt-intro patch (#896311) | Travis Howell |
2004-02-05 | renamed (Const)Iterator to (const_)iterator; changed size() to return an uint | Max Horn |
2004-01-26 | Remove old CE tweak | Nicolas Bacca |
2004-01-06 | updated copyright notice | Max Horn |
2004-01-04 | renamed global var _debugLevel to g_debugLevel; let Engine constructor init i... | Max Horn |
2004-01-03 | remove 'Sky' name prefix for most stuff (not needed anymore since we are in n... | Max Horn |
2004-01-03 | Introduce namespace 'Sky' | Max Horn |
2003-12-24 | o Added SoundMixer::isReady() | Max Horn |
2003-12-21 | Make it possible for game detection functions to detect language/platform (no... | Max Horn |
2003-12-13 | removed GameSettings::detectname and GameSettings::midi; renamed GameSettings... | Max Horn |