aboutsummaryrefslogtreecommitdiff
path: root/queen
AgeCommit message (Expand)Author
2005-05-11Moved some more stuff to namespace Audio (enough for tonight)Max 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-09fixed debug areas display ; some minor cleanupGregory Montoir
2005-05-09Use debugger for errors, where possible.Travis Howell
2005-05-08Comply to our coding conventionsMax Horn
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-04-03Committed patch #1168149 (Shared GM/MT-32 mapping) by eriktorbjorn as-is. Thi...Jerome Fisher
2005-03-25Patch #1117443 (Experimental plugin code revision)Max Horn
2005-03-12PlayingSoundHandle -> SoundHandle; also, turned the handle activity check int...Max Horn
2005-03-11CleanupChris Apers
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-10Fix alignment problemNicolas Bacca
2005-01-06Change warning to debugJoost Peters
2005-01-01Changed OSystem::instance() to return a reference, not a pointer (it now matc...Max Horn
2005-01-01Updated copyrightMax Horn
2004-12-31added some comments and re-indented some parts of codeGregory Montoir
2004-12-29oops... thanks wjp for pointing me this oneGregory Montoir
2004-12-28slightly less hackish Journal codeGregory Montoir
2004-12-27Use SoundMixer::kMaxMixerVolumeMax Horn
2004-12-27Reducing header dependencies a bitMax 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-23songs > 1000 are special commands which shouldn't be ignored. fixes a rather ...Joost Peters
2004-12-21no need to updateScreen() if there are no screen blocks marked as dirtyGregory Montoir
2004-12-21Change order of close()'ing and delete'ing _driver and _parser; fixes bug #10...Joost Peters
2004-12-20Speedup a bit PalmOS portChris Apers
2004-12-20Added check to prevent queueing invalid songs, and thus reading OOB...Gregory Montoir
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-17Don't allow the user to enable speech for non-talkie versions.Joost Peters
2004-12-17Mute speech for floppy version as well.Joost Peters
2004-12-11Fix for bug #1083083 (QUEEN: journal bug), thanks for the patch, salty-horseMax Horn
2004-12-10New ARM call (PalmOS)Chris Apers
2004-12-09Pass subdirectories to gamedetector functionsRobert Göffringmann
2004-12-06Cutaway code also handles some talking stuff... Updated this part too, to fix...Gregory Montoir
2004-12-05Clean up OSystem::EventMax Horn
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