Age | Commit message (Expand) | Author |
2010-02-03 | Yet more Flac -> FLAC changes for consistency. | Johannes Schickel |
2010-02-03 | - Rename FlacStream to FLACStream. | Johannes Schickel |
2010-01-30 | Use SubLoopingAudioStream instead of makeLoopingAudioStream in SCUMM. (Incorr... | Johannes Schickel |
2010-01-30 | Typo. | Johannes Schickel |
2010-01-30 | Replace use of Audio::makeRawMemoryStream by Audio::makeRawStream. | Johannes Schickel |
2010-01-30 | Get rid of Audio::makeRawMemoryStream_OLD. | Johannes Schickel |
2010-01-28 | Fix regressions in Let's Explore the Jungle with Buzzy. | Travis Howell |
2010-01-26 | Moved audio stream implementations (for MP3, FLAC, etc.) to new dir sound/dec... | Max Horn |
2010-01-25 | Strip trailing spaces/tabs. | Johannes Schickel |
2010-01-25 | Replace some more Adlib uses by AdLib. | Johannes Schickel |
2010-01-23 | Reorder params to Audio::makeRawMemoryStream | Max Horn |
2010-01-23 | Get rid of FLAG_LOOP | Max Horn |
2010-01-23 | Get rid of deprecated makeRawDiskStream variants; rename deprecated makeRawMe... | Max Horn |
2010-01-20 | Fixed a small memory leak. Cppcheck again... | Torbjörn Andersson |
2010-01-19 | Move raw audio flags from sound/mixer.h to sound/raw.h | Max Horn |
2010-01-19 | Get rid of Mixer::playRaw for good | Max Horn |
2010-01-19 | Remove loop start/end params from Mixer::playRaw; convert some code from Mixe... | Max Horn |
2010-01-19 | Get rid of Mixer::FLAG_AUTOFREE. | Max Horn |
2010-01-16 | Switch most AudioStream factories to use DisposeAfterUse::Flag | Max Horn |
2009-12-23 | fix typo | Fabio Battaglia |
2009-11-23 | Add patch #2898231 - LOOM: Sound player for PC-Engine. | Travis Howell |
2009-10-24 | Correct error in CD music table for PCE version of Loom. | Travis Howell |
2009-10-24 | The CD music was hard coded in PCE version of Loom. | Travis Howell |
2009-10-16 | Fix bug #2879796 - Reversed Ventriloquists. | Travis Howell |
2009-08-24 | Merge with trunk | Norbert Lange |
2009-08-18 | Made AGOS, DRASCULA, GOB, GROOVIE, MADE, SCUMM and TINSEL properly stop CD au... | Johannes Schickel |
2009-08-11 | merged from trunk (Amiga LoK supposedly completeable!) | Norbert Lange |
2009-08-10 | Provide a better detection method for Indy3 Mac sound effects. This fixes sou... | Matthew Hoops |
2009-08-08 | merge with trunk | Norbert Lange |
2009-07-29 | SCUMM: Fix verb/sentence handling in Indy3 mac (there, a double click must be... | Max Horn |
2009-07-29 | SCUMM: Enable looping in Indy3Mac sound effects | Max Horn |
2009-07-17 | merge with trunk | Norbert Lange |
2009-07-03 | Added more GCC_PRINTF attributes, and fixed resulting warnings in format strings | Max Horn |
2009-06-30 | engines/scumm/*: enabled choosing of the colorpalette, by setting RenderMode ... | Norbert Lange |
2009-06-12 | Removed alot of the debug-output | Norbert Lange |
2009-06-06 | Patch #1365914: "SCUMM: CMS support." Disabled by default. Still plenty to do. | Eugene Sandulenko |
2009-05-26 | Turned some static tables into static const tables; added some FIXME comments... | Max Horn |
2009-02-07 | Fix sound noise regression in CD32 version of Simon the Sorcerer 1. | Travis Howell |
2009-01-11 | Fix bug #1925322 - DIG: Subtitle speed affects speech when subtitles are off. | Travis Howell |
2008-12-25 | Made Engine::_timer protected | Max Horn |
2008-06-12 | SCUMM: Fixed a memory leak in the SCUMM engine | Christopher Page |
2008-05-06 | Allow static and dynamic plugins to be used at the same time | Jordi Vilalta Prat |
2008-04-11 | Allow mixed Adlib/MIDI mode in VGA version of SOMI. | Travis Howell |
2008-01-27 | Removed trailing spaces. | Jordi Vilalta Prat |
2007-12-24 | Enhanced support for Indy3 Mac sounds (added functionality disabled for now) | Max Horn |
2007-12-24 | cleanup; workaround for bug #1852635 (INDY3 Mac: Crash When Playing Sound 54) | Max Horn |
2007-12-24 | cleanup | Max Horn |
2007-12-07 | don't use str functions with binary data, should fix bug #1845760 | Gregory Montoir |
2007-09-19 | Merged common/stdafx.h into common/scummsys.h. All referencing files have bee... | Nicola Mettifogo |
2007-08-04 | Fix disabling speech in FOA. | Travis Howell |