aboutsummaryrefslogtreecommitdiff
path: root/engines/agos
AgeCommit message (Expand)Author
2010-03-10Silenced some harmless cppcheck warnings about unreachable code after a return.Torbjörn Andersson
2010-03-08Tweak makeVOCDiskStreamMax Horn
2010-03-07Exclude font data tables for The Feeble Files, when AGOS2 games are disabled.Travis Howell
2010-03-07Add font data for Polish Windows 4CD version of The Feeble Files.Travis Howell
2010-02-21Patch for bug 2943361 by littleboy, adding full kb modifier support to all en...Yotam Barnoy
2010-02-03- Rename FlacStream to FLACStream.Johannes Schickel
2010-01-30Replace use of Audio::makeRawMemoryStream by Audio::makeRawStream.Johannes Schickel
2010-01-26AGOS: Turn BaseSound into a subclass of Common::NonCopyableMax Horn
2010-01-26Moved audio stream implementations (for MP3, FLAC, etc.) to new dir sound/dec...Max Horn
2010-01-25Strip trailing spaces/tabs.Johannes Schickel
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