aboutsummaryrefslogtreecommitdiff
path: root/engines/saga
AgeCommit message (Expand)Author
2010-03-10Fix bug #2963556: SAGA: Memory leaks #2Andrew Kurushin
2010-03-10Fix a valgrind warning.Johannes Schickel
2010-03-10Fix bug #2963556: SAGA: Memory leaksAndrew Kurushin
2010-03-10Silenced some harmless cppcheck warnings about unreachable code after a return.Torbjörn Andersson
2010-02-26Fixed the music in some Mac versions of ITE and disabled some unused code for...Filippos Karapetis
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-31Switch makeADPCMStream to DisposeAfterUse::FlagMax Horn
2010-01-30Replace use of Audio::makeRawMemoryStream by Audio::makeRawStream.Johannes Schickel
2010-01-30- Mark makeRawDiskStream factory as deprecated.Johannes Schickel
2010-01-27Moved the Shorten decoder inside the SAGA engine, as it's the only one using ...Filippos Karapetis
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-23Disabled the unused resource loading code for the unsupported QT MIDI format,...Filippos Karapetis
2010-01-21Silenced some cppcheck warnings.Torbjörn Andersson
2010-01-20SAGA: Change Sound::playSoundBuffer to enable looping for all sound formatsMax Horn
2010-01-19Started to get rid of Audio::FLAG_LOOPMax Horn
2010-01-19Move raw audio flags from sound/mixer.h to sound/raw.hMax Horn
2010-01-19Convert more engines from Mixer::playRaw to Mixer::playInputStreamMax Horn
2010-01-19SAGA: Move from Mixer::playRaw to playInputStream; add FIXME regarding sounds...Max Horn
2010-01-19Get rid of Mixer::FLAG_AUTOFREE.Max Horn
2010-01-19Move raw audio streams to new header sound/raw.hMax Horn
2010-01-19Rename 'Linear' audio streams to 'raw'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-11Fix bug #2929619: "IHNM: Small problem detecting German version"Eugene Sandulenko
2010-01-10Fix a memory leak.Johannes Schickel
2010-01-10- Add a SubLoopingAudioStream, which loops a nested part of a stream and thus...Johannes Schickel
2010-01-08Switch Mixer::playInputStream to use DisposeAfterUse::FlagMax Horn
2010-01-08Move DisposeAfterUse::Flag from Common to global namespace, and into a new he...Max Horn
2010-01-08Since AudioStream looping is no longer handled by the Mixer, drop Mixer::play...Johannes Schickel
2010-01-06- Move openStreamFile from AudioStream to SeekableAudioStream.Johannes Schickel
2010-01-06Adapt SAGA to use Mixer::playAudioStreamLooping instead of relying the deprac...Johannes Schickel
2010-01-02Implement FR #2827944: "SAGA: Hide in-game GUI on thumbnails"Eugene Sandulenko
2010-01-02Removing now redundant comment. The fix was correct.Eugene Sandulenko
2010-01-01Fix undefined operation in setNoPendingVerb (someone with knowledge of SAGA s...Johannes Schickel
2009-12-30Wrapped some IHNM-specific code around appropriate ifdef'sFilippos Karapetis
2009-12-27fix resource refactor regressionAndrew Kurushin
2009-12-24Fix detection for ITE Floppy ItalianEugene Sandulenko
2009-12-23Add more information to Italian fan translations of ITE as mentioned inEugene Sandulenko
2009-12-09Changed MidiDriver::createMidi to take a MidiDriverType instead of an intMax Horn
2009-12-04Fix warning.Johannes Schickel
2009-12-04Silenced GCC warnings.Torbjörn Andersson
2009-12-04refactor resource module:Andrew Kurushin
2009-12-01Fill out doxygen comment about supported gamesEugene Sandulenko
2009-11-25Cache resource file size to avoid excess file->size() calls.Eugene Sandulenko
2009-11-24Added Doxygen comments for the various engine namespaces (currently mostly wi...Max Horn
2009-11-02Changed foo(void) to foo() in almost all non-backend source filesMax Horn
2009-10-18Introduced new type Common::DisposeAfterUse::FlagMax Horn