aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/sound.cpp
AgeCommit message (Expand)Author
2009-08-24Merge with trunkNorbert Lange
2009-08-18Made AGOS, DRASCULA, GOB, GROOVIE, MADE, SCUMM and TINSEL properly stop CD au...Johannes Schickel
2009-08-11merged from trunk (Amiga LoK supposedly completeable!)Norbert Lange
2009-08-10Provide a better detection method for Indy3 Mac sound effects. This fixes sou...Matthew Hoops
2009-08-08merge with trunkNorbert Lange
2009-07-29SCUMM: Fix verb/sentence handling in Indy3 mac (there, a double click must be...Max Horn
2009-07-29SCUMM: Enable looping in Indy3Mac sound effectsMax Horn
2009-07-17merge with trunkNorbert Lange
2009-07-03Added more GCC_PRINTF attributes, and fixed resulting warnings in format stringsMax Horn
2009-06-30engines/scumm/*: enabled choosing of the colorpalette, by setting RenderMode ...Norbert Lange
2009-06-12Removed alot of the debug-outputNorbert Lange
2009-06-06Patch #1365914: "SCUMM: CMS support." Disabled by default. Still plenty to do.Eugene Sandulenko
2009-05-26Turned some static tables into static const tables; added some FIXME comments...Max Horn
2009-02-07Fix sound noise regression in CD32 version of Simon the Sorcerer 1.Travis Howell
2009-01-11Fix bug #1925322 - DIG: Subtitle speed affects speech when subtitles are off.Travis Howell
2008-12-25Made Engine::_timer protectedMax Horn
2008-06-12SCUMM: Fixed a memory leak in the SCUMM engineChristopher Page
2008-05-06Allow static and dynamic plugins to be used at the same timeJordi Vilalta Prat
2008-04-11Allow mixed Adlib/MIDI mode in VGA version of SOMI.Travis Howell
2008-01-27Removed trailing spaces.Jordi Vilalta Prat
2007-12-24Enhanced support for Indy3 Mac sounds (added functionality disabled for now)Max Horn
2007-12-24cleanup; workaround for bug #1852635 (INDY3 Mac: Crash When Playing Sound 54)Max Horn
2007-12-24cleanupMax Horn
2007-12-07don't use str functions with binary data, should fix bug #1845760Gregory Montoir
2007-09-19Merged common/stdafx.h into common/scummsys.h. All referencing files have bee...Nicola Mettifogo
2007-08-04Fix disabling speech in FOA.Travis Howell
2007-07-15Fixed sound factory messup caused by my previous commitMax Horn
2007-06-09Fix for bug #1734064 (FOA: Speech volume can not be set) -- we played speech ...Max Horn
2007-05-30Updated legal headers in source files, based on what Pidgin (the IM client fo...Max Horn
2007-04-15fixed warningsPaweł Kołodziejski
2007-04-01Reverted my roomoffs changes (broke the Loom intro), and instead added the co...Max Horn
2007-03-31Got rid of some 0xFFFF -> 0xFFFFFFFF conversions and similiar nonsense by usi...Max Horn
2007-03-03Fix level selection in PC Engine version of Loom.Travis Howell
2007-02-19As Fingolfin pointed out, we no longer need two different CD timer intervalsTorbjörn Andersson
2007-02-19Move SCUMM version checks for settings up monst.er.sou file, to higher level.Travis Howell
2007-02-17Reduce amount of attempts to open various speech filenames.Travis Howell
2007-02-17SCUMM: Fix opening of *.tlk filesMax Horn
2007-02-10Got rid of GF_DIGI_IMUSE and GF_NEW_CAMERAMax Horn
2007-02-03* Reimplemented Mixer::pauseAll to simply invoke pause on all channelsMax Horn
2006-11-12More whitespace.Torbjörn Andersson
2006-10-21cleanupMax Horn
2006-10-15Got rid of ScummEngine::_confirmExit, and some other minor cleanupMax Horn
2006-09-23Removed CHECK_HEAPMax Horn
2006-09-17Renamed ScummEngine::res to _res and allocate the ResourceManager on the heap...Max Horn
2006-09-09Turned some sound conversion methods into static functions (cleanup)Max Horn
2006-06-20Applied my own patch #1508018. I don't know for sure that it's exactly right,Torbjörn Andersson
2006-06-18Updated comments to correspond with recent Adlib renamings.Torbjörn Andersson
2006-06-18Added missing (but unimportant) breaks to switch default cases.Torbjörn Andersson
2006-05-18Added player for the Kyra 3 VQA cutscenes, based on my earlier prototype. ItTorbjörn Andersson
2006-04-29Moved the AudioCDManager as well as class AudioStream and its (standard) subc...Max Horn