Age | Commit message (Expand) | Author |
2010-02-03 | - Rename FlacStream to FLACStream. | Johannes Schickel |
2010-01-30 | Replace use of Audio::makeRawMemoryStream by Audio::makeRawStream. | Johannes Schickel |
2010-01-26 | AGOS: Turn BaseSound into a subclass of Common::NonCopyable | Max Horn |
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-23 | Reorder params to Audio::makeRawMemoryStream | Max Horn |
2010-01-23 | Update comments. | Travis Howell |
2010-01-23 | Fix regressions, only the Amiga CD32 version of Simon the Sorcerer 1 used sig... | Travis Howell |
2010-01-23 | AGOS: Further unify code related to compressed sound | Max Horn |
2010-01-23 | AGOS: Fix memory leak in Sound::loadSfxTable | Max Horn |
2010-01-23 | AGOS: Turn BaseSound::makeAudioStream into a pure virtual method | Max Horn |
2010-01-23 | AGOS: Unify code related to compressed sound | Max Horn |
2010-01-23 | AGOS: Get rid of FLAG_LOOP usage | Max Horn |
2010-01-23 | AGOS: Start to refactor sound handling | Max Horn |
2010-01-22 | AGOS: Add FIXME for a memory leak | Max Horn |
2010-01-22 | AGOS: cleanup | Max Horn |
2010-01-22 | AGOS: Rearrange sound code a bit | Max Horn |
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 | Get rid of Mixer::FLAG_AUTOFREE. | Max Horn |
2010-01-16 | Switch most AudioStream factories to use DisposeAfterUse::Flag | Max Horn |
2010-01-12 | Rename all "Adlib" uses to "AdLib" to match the real name of the sound card /... | Johannes Schickel |
2010-01-08 | Since AudioStream looping is no longer handled by the Mixer, drop Mixer::play... | Johannes Schickel |
2010-01-07 | Cleanup. | Johannes Schickel |
2010-01-07 | Make makeWAVStream return a RewindableAudioStream. | Johannes Schickel |
2010-01-07 | The default keycolor for mouse pointers used to be 255. | Marcus Comstedt |
2010-01-06 | - Move openStreamFile from AudioStream to SeekableAudioStream. | Johannes Schickel |
2010-01-03 | Fixed a bunch of cppcheck warnings. Mostly about checking if a pointer is null | Torbjörn Andersson |
2010-01-01 | Add Polish Windows 4CD version of The Feeble Files. | Travis Howell |
2009-12-28 | Create the stream dynamically in playSoundData(), to avoid a crash (spotted by | Torbjörn Andersson |
2009-12-09 | Changed MidiDriver::createMidi to take a MidiDriverType instead of an int | Max Horn |
2009-12-01 | Removed unnecessary semi-colons. | Torbjörn Andersson |
2009-11-24 | Added Doxygen comments for the various engine namespaces (currently mostly wi... | Max Horn |
2009-11-10 | AGOS: cleanup | Max Horn |
2009-11-02 | Changed foo(void) to foo() in almost all non-backend source files | Max Horn |
2009-11-01 | AGOS Simon1 Windows fix. Fixed careless use of setChar function. | Yotam Barnoy |
2009-10-14 | Patch #2834677: Wave/ADPCM Endianness Fixes | Max Horn |
2009-10-02 | Fix some cppcheck warnings reported by salty-horse | Max Horn |
2009-09-30 | Fix code formatting (esp. 'if(' -> 'if (' etc., but also indention and other ... | Max Horn |
2009-09-24 | Reverted parts of revisions #44298, #44299 and #44300, to prevent warnings an... | Filippos Karapetis |
2009-09-24 | AGOS: Fixed some warnings about unreachable code | Filippos Karapetis |
2009-09-24 | Add VGA script code differences in DIMP. | Travis Howell |
2009-09-24 | Correct tags. | Travis Howell |
2009-09-24 | Split the script opcode table for DIMP, since it doesn't match(ie timers) oth... | Travis Howell |
2009-09-24 | Fix bug #2865191 - NoPatience hangs after undo. | Travis Howell |
2009-09-23 | Got rid of Common::File::addDefaultDirectory, instead implemented the solutio... | Johannes Schickel |
2009-09-20 | Correct error in load code for PC version of Waxworks. | Travis Howell |
2009-09-11 | Remove excess spaces. | Travis Howell |
2009-08-24 | Whitespace changes. | Travis Howell |
2009-08-22 | Correct errors in load/save code for PC version of Waxworks. | Travis Howell |