aboutsummaryrefslogtreecommitdiff
path: root/engines/agos
AgeCommit message (Expand)Author
2010-01-23Reorder params to Audio::makeRawMemoryStreamMax Horn
2010-01-23Update comments.Travis Howell
2010-01-23Fix regressions, only the Amiga CD32 version of Simon the Sorcerer 1 used sig...Travis Howell
2010-01-23AGOS: Further unify code related to compressed soundMax Horn
2010-01-23AGOS: Fix memory leak in Sound::loadSfxTableMax Horn
2010-01-23AGOS: Turn BaseSound::makeAudioStream into a pure virtual methodMax Horn
2010-01-23AGOS: Unify code related to compressed soundMax Horn
2010-01-23AGOS: Get rid of FLAG_LOOP usageMax Horn
2010-01-23AGOS: Start to refactor sound handlingMax Horn
2010-01-22AGOS: Add FIXME for a memory leakMax Horn
2010-01-22AGOS: cleanupMax Horn
2010-01-22AGOS: Rearrange sound code a bitMax Horn
2010-01-19Move raw audio flags from sound/mixer.h to sound/raw.hMax Horn
2010-01-19Get rid of Mixer::playRaw for goodMax Horn
2010-01-19Get rid of Mixer::FLAG_AUTOFREE.Max Horn
2010-01-16Switch most AudioStream factories to use DisposeAfterUse::FlagMax Horn
2010-01-12Rename all "Adlib" uses to "AdLib" to match the real name of the sound card /...Johannes Schickel
2010-01-08Since AudioStream looping is no longer handled by the Mixer, drop Mixer::play...Johannes Schickel
2010-01-07Cleanup.Johannes Schickel
2010-01-07Make makeWAVStream return a RewindableAudioStream.Johannes Schickel
2010-01-07The default keycolor for mouse pointers used to be 255.Marcus Comstedt
2010-01-06- Move openStreamFile from AudioStream to SeekableAudioStream.Johannes Schickel
2010-01-03Fixed a bunch of cppcheck warnings. Mostly about checking if a pointer is nullTorbjörn Andersson
2010-01-01Add Polish Windows 4CD version of The Feeble Files.Travis Howell
2009-12-28Create the stream dynamically in playSoundData(), to avoid a crash (spotted byTorbjörn Andersson
2009-12-09Changed MidiDriver::createMidi to take a MidiDriverType instead of an intMax Horn
2009-12-01Removed unnecessary semi-colons.Torbjörn Andersson
2009-11-24Added Doxygen comments for the various engine namespaces (currently mostly wi...Max Horn
2009-11-10AGOS: cleanupMax Horn
2009-11-02Changed foo(void) to foo() in almost all non-backend source filesMax Horn
2009-11-01AGOS Simon1 Windows fix. Fixed careless use of setChar function.Yotam Barnoy
2009-10-14Patch #2834677: Wave/ADPCM Endianness FixesMax Horn
2009-10-02Fix some cppcheck warnings reported by salty-horseMax Horn
2009-09-30Fix code formatting (esp. 'if(' -> 'if (' etc., but also indention and other ...Max Horn
2009-09-24Reverted parts of revisions #44298, #44299 and #44300, to prevent warnings an...Filippos Karapetis
2009-09-24AGOS: Fixed some warnings about unreachable codeFilippos Karapetis
2009-09-24Add VGA script code differences in DIMP.Travis Howell
2009-09-24Correct tags.Travis Howell
2009-09-24Split the script opcode table for DIMP, since it doesn't match(ie timers) oth...Travis Howell
2009-09-24Fix bug #2865191 - NoPatience hangs after undo.Travis Howell
2009-09-23Got rid of Common::File::addDefaultDirectory, instead implemented the solutio...Johannes Schickel
2009-09-20Correct error in load code for PC version of Waxworks.Travis Howell
2009-09-11Remove excess spaces.Travis Howell
2009-08-24Whitespace changes.Travis Howell
2009-08-22Correct errors in load/save code for PC version of Waxworks.Travis Howell
2009-08-18Made AGOS, DRASCULA, GOB, GROOVIE, MADE, SCUMM and TINSEL properly stop CD au...Johannes Schickel
2009-08-16Introduce a better fix for the Mac OS X backspace problem by adding the worka...Matthew Hoops
2009-08-16Fix for bug #2838517 (FF: backspace does not work when typing save game name).Matthew Hoops
2009-08-15Removed unnecessary semi-colons.Torbjörn Andersson
2009-08-15Restore code to clear screen, before playing videos with smaller resolution i...Travis Howell