Age | Commit message (Expand) | Author |
2011-07-17 | SCUMM: Clarify PC Speaker style sound resource handling with a comment. | Johannes Schickel |
2011-07-08 | SCUMM: Initial PC Speaker output implementation for SCUMM v5. | Johannes Schickel |
2011-06-20 | ALL: Remove trailing whitespaces | Max Horn |
2011-05-17 | SCUMM: Add missing imuse feature | athrxx |
2011-05-13 | SCUMM: Turned ResTypeData into a Common::Array<Resource>, subsuming its _reso... | Max Horn |
2011-05-13 | SCUMM: Rename ResTypes->ResType, introduce ResId typedef, change code to use ... | Max Horn |
2011-05-13 | SCUMM: Add a Resource class, refactor res code around it | Max Horn |
2011-05-13 | SCUMM: Refactor how resource (types) are srepresented | Max Horn |
2011-05-13 | SCUMM: Move class ResourceManager to its own header | Max Horn |
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke |
2011-05-02 | SCUMM: Add support for an alternate version of The Dig's demo | Matthew Hoops |
2011-04-12 | COMMON: Replace MKID_BE by MKTAG | Max Horn |
2011-04-05 | SCUMM: Cleanup | Max Horn |
2011-02-09 | AUDIO: Rename sound/ dir to audio/ | Max Horn |
2010-11-19 | COMMON: Split common/stream.h into several headers | Max Horn |
2010-11-08 | COMMON: Push #include audiocd.h in system.h out to .cpp files | Max Horn |
2010-10-13 | OPENGL: Merged from trunk, from rev 52105 to 53396. | Johannes Schickel |
2010-10-07 | SCUMM/FM-TOWNS: improved sfx support for indy4 and monkey2 | Florian Kagerer |
2010-09-18 | SCUMM: Fix bug #3070077 - MMC64: No music when Syd plays the piano. | Travis Howell |
2010-08-22 | SCUMM: fix CD audio regression in Monkey Island 1 DOS/CD | Florian Kagerer |
2010-08-18 | SCUMM/FM-TOWNS: start rewriting audio code | Florian Kagerer |
2010-08-16 | Merge trunk, from r51777 to r52105 | Alejandro Marzini |
2010-08-15 | SCUMM: Fix bug #3024173 - LOOM-PCE: Music stops prematurely | Torbjörn Andersson |
2010-08-11 | SCUMM: Re-enable PCjr music for Indy 3 | Torbjörn Andersson |
2010-07-13 | Merged from trunk, from Rev 49499 to HEAD | Alejandro Marzini |
2010-06-15 | Renamed getAudioCD to getAudioCDManager. | Alejandro Marzini |
2010-06-09 | - Revised abstract AudioCDManager. | Alejandro Marzini |
2010-06-08 | Modification to remove false positive "Possible divide by zero" warnings give... | David Turner |
2010-04-17 | Fix warnings when FLAC&MP3&VORBIS is disabled; also fixes leak in Tinsel | Max Horn |
2010-04-12 | AUDIO: Rename Mixer::playInputStream to playStream | Max Horn |
2010-04-04 | Fix bug #2960022 - PUTTPUTT 1: No Load/Save possible. | Travis Howell |
2010-03-08 | Tweak makeVOCDiskStream | Max Horn |
2010-03-02 | Fix bug #2961530 - Zak/FM-Towns: Game hangs when using monkey wrench. | Travis Howell |
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 |