aboutsummaryrefslogtreecommitdiff
path: root/queen/sound.cpp
AgeCommit message (Expand)Author
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
2003-11-14Play all sfx now, instead of only amiga ones + some music preparationJoost Peters
2003-11-08cleanup whitespacesPaweł Kołodziejski
2003-11-08Apparantly, this cast is not needed for it to work properlyJoost Peters
2003-11-07Fixed warning. (I've only seen these warnings when compiling under MinGW,Torbjörn Andersson
2003-11-07Added partial playSong() implementationJoost Peters
2003-10-28forgot thisJoost Peters
2003-10-28add OGG playback to queenJoost Peters
2003-10-28added loadFileMalloc() methodJoost Peters
2003-10-25whateverJoost Peters
2003-10-24added extra flag to mixer so we don't use free() on new'd pointersJoost Peters
2003-10-23Initial version of the Input class. Some things still missing.David Eriksson
2003-10-21add Sound class + call it from Talk::speakSegmentJoost Peters