aboutsummaryrefslogtreecommitdiff
path: root/queen/sound.cpp
AgeCommit message (Expand)Author
2005-11-07Don't synchronize subtitle with speech sfx if MP3/OGG/Flac support isn't comp...Gregory Montoir
2005-11-05Changed PalmOS ifdefChris Apers
2005-10-18Update FSF address. Eek. Actually that took place on May 1, 2005Eugene Sandulenko
2005-08-10Don't explicity check for tremor and vorbis everywhere andJonathan Gray
2005-08-10Rest of the changes required for tremor to actually work.Jonathan Gray
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 class File and the MD5 stuff to namespace CommonMax Horn
2005-04-07Applied some ScummVM formatting conventions.Torbjörn Andersson
2005-03-12PlayingSoundHandle -> SoundHandle; also, turned the handle activity check int...Max Horn
2005-03-09changing AudioDataType -> SoundType, so now the constant names match the name...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-19Fixed regression in queen floppy version. Before doing any speech/texts synch...Gregory Montoir
2004-11-27Added some more mixer doxygen docs; cleaned up Mixer API a bit, removing some...Max Horn
2004-11-23cleanup, follow code conventionsGregory Montoir
2004-10-01Use the SilentSound class for sfx/speech when sound output is not possible.Joost Peters
2004-08-24Rewrote the way strings are extracting from the datafiles, now it should be '...Gregory Montoir
2004-08-06cleanup and simplify Resource class a bit moreGregory Montoir
2004-03-23Fix #922003 - FOTAQ crash on PocketPCNicolas Bacca
2004-03-17Added PalmOS supportChris Apers
2004-03-09Respond to volume-altering songsJoost Peters
2004-03-07cleanup (removed irrevelant comments and useless XXX'ed code)Gregory Montoir
2004-02-27Handle comic book case, enable music toggle and some minor cleanup.Joost Peters
2004-02-22Patch #885904 (Flac Support) with some tweaks by meMax Horn
2004-02-21I am an idiot.Joost Peters
2004-01-25Seperate SFX and Speech.Joost Peters
2004-01-25Song 17 should be silence in demos.Travis Howell
2004-01-25Add support for music in fotaq demosTravis Howell
2004-01-22- Some refactoring/clean-up.Joost Peters
2004-01-19- Enable music queueing (I don't really like the levels of indirection, but i...Joost Peters
2004-01-12New save/load code, this *breaks* compatiblity with the previousGregory Montoir
2004-01-06updated copyright noticeMax Horn
2004-01-04respond to 'alter'-type overridesJoost Peters
2003-12-29Demo uses different file for music (and disable it for now)Joost Peters
2003-12-29- hack to read patched .dog files (french & italian versions) from game data ...Gregory Montoir
2003-12-28Cope with song '0' (old savegames used to use this 'dummy' value)Joost Peters
2003-12-28- added 'song' debugger commandJoost Peters
2003-12-24turned PlayingSoundHandle into an 'opaque' (well not really :-) data type, ma...Max Horn
2003-12-21added convenience SoundMixer::playVorbis variant which calls through to playS...Max Horn
2003-12-21cleanupMax Horn
2003-12-20some code to play the 'room background sfx' (equivalent to sfxplay(NULLstr))Gregory Montoir
2003-12-14Make music_mute take effect.Travis Howell
2003-12-14Fixproblem of fotaq attempting to play sfx as music, when sfx are disabled.Travis Howell
2003-12-14Initial (Roland) Music support; a lot of stuff is still missing and/or incomp...Joost Peters
2003-12-11constructors cleanupGregory Montoir
2003-12-01cleanup header includesGregory Montoir
2003-11-16Fixed warningTorbjörn Andersson
2003-11-15- Enabled missing calls to _sound->playSong, now it should *really* play all SFXJoost Peters