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