aboutsummaryrefslogtreecommitdiff
path: root/queen/queen.cpp
AgeCommit message (Expand)Author
2005-12-30* Replaced MDT_PREFER_NATIVE/MDT_NATIVE by MDT_PREFER_MIDI/MDT_MIDI).Max Horn
2005-11-23Made the autosave period a configuration option and updated the engines using...Gregory Montoir
2005-11-01added OutSaveFile::flush() / OutSaveFile::ioFailed() to check for errors.Gregory Montoir
2005-10-18Update FSF address. Eek. Actually that took place on May 1, 2005Eugene Sandulenko
2005-09-22Fix regression introduced when we split engine constructiors intoEugene Sandulenko
2005-09-02removed unneeded includesGregory Montoir
2005-08-11minor cleanupGregory Montoir
2005-08-08fix compilation with emsvc4Paweł Kołodziejski
2005-07-30Remove trailing whitespaces.Eugene Sandulenko
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-10Moved (In/Out)SaveFile(Manager) and Timer to namespace CommonMax Horn
2005-05-10Moved class File and the MD5 stuff to namespace CommonMax Horn
2005-05-09Use debugger for errors, where possible.Travis Howell
2005-04-10split SaveFileManager::openSavefile and class SaveFile into two, each, one fo...Max Horn
2005-04-07Applied some ScummVM formatting conventions.Torbjörn Andersson
2005-03-25Patch #1117443 (Experimental plugin code revision)Max Horn
2005-03-09changing AudioDataType -> SoundType, so now the constant names match the name...Max Horn
2005-03-06Might as well return the GameSetting directlyJoost Peters
2005-03-06cleanupJoost Peters
2005-03-06Add demo detection; satisfies feature request #1154562.Joost Peters
2005-02-23fix typoJoost Peters
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-28slightly less hackish Journal codeGregory Montoir
2004-12-27Use SoundMixer::kMaxMixerVolumeMax Horn
2004-12-27Added 'sound types' to the mixer - for now, only plain (for the premixer), SF...Max Horn
2004-12-25Get rid of the useless & troublesome master_volumeMax Horn
2004-12-19Fixed regression in queen floppy version. Before doing any speech/texts synch...Gregory Montoir
2004-12-17Even more paranoia, since the older ScummVM releases allowed speech_mute to b...Joost Peters
2004-12-17Simplify check.Joost Peters
2004-12-17Mute speech for floppy version as well.Joost Peters
2004-12-09Pass subdirectories to gamedetector functionsRobert Göffringmann
2004-12-03Minor cleanup, one more time.Gregory Montoir
2004-12-02simplified palette handlingGregory Montoir
2004-12-02enabled autosaveGregory Montoir
2004-12-02Moved MidiDriver creation code into the MidiDriver class (as static methods),...Max Horn
2004-11-30enabled savegame loading on startupGregory Montoir
2004-11-28Fingolfin, I see what you mean about the volume control mess :)Jerome Fisher
2004-11-28- MIDI messages are now pre-processed and go through normal channel allocatio...Jerome Fisher
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-23cleanup, follow code conventionsGregory Montoir
2004-11-23sync queen engine with latest OSystem changesGregory Montoir
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-15change engine initialization as suggested on -develGregory Montoir
2004-10-22Support MT-32 emu.Eugene Sandulenko
2004-10-10make queen engine returning to the launcher when finished (next step: plug al...Gregory Montoir