aboutsummaryrefslogtreecommitdiff
path: root/engines/saga
AgeCommit message (Expand)Author
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
2009-10-16Added a new convenience method to the video player, which adds the event of s...Filippos Karapetis
2009-10-09Remove some unused variablesMax Horn
2009-10-08Introduce a new struct TimeDate, replacing struct tm in client code. May lead...Max Horn
2009-10-02Fixed cppcheck warnings about mismatching allocation/deallocation.Torbjörn Andersson
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-24Fixed some more warnings about unreachable codeFilippos Karapetis
2009-09-23Got rid of Common::File::addDefaultDirectory, instead implemented the solutio...Johannes Schickel
2009-09-17Corrected the size of one of the Italian fan-translated versions of ITE (bug ...Filippos Karapetis
2009-09-11Slightly modified version of Patch #2838562: Improve endian.h and stream.hMax Horn
2009-09-02SAGA: Change Actor::fillPathArray to use a dynamic queue instead of an only-g...Max Horn
2009-08-24reverting changes from patch 43696 that shouldnt have been committedNorbert Lange
2009-08-24Enable alternative palettse for Amiga Monkey Island - Patch ID: 2819787Norbert Lange
2009-08-18Applied agent-q's patch to the SAGA pathfinding code for all platforms - x an...Filippos Karapetis
2009-08-17Put back the code for playing external digital music, used by the MIDI enhanc...Filippos Karapetis
2009-08-17Slight cleanup to makeLinearDiskStream interface.Johannes Schickel
2009-08-17- Removed the custom DigitalMusicInputStream used in SAGA for the digital mus...Filippos Karapetis
2009-08-17Simplified the sound playing code by removing the boolean variables for signe...Filippos Karapetis
2009-08-17Ignore speech and sound effect samples with unknown compression, instead of t...Filippos Karapetis
2009-08-17Made sound effect playing code consistent for compressed and uncompressed sou...Filippos Karapetis
2009-08-17CleanupFilippos Karapetis
2009-08-12Put some more IHNM / SAGA2 specific code into compile guards.Johannes Schickel
2009-07-27Fix bug #2827459 "ITE: Ingame GUI does not list slots 96-99", by defining in ...Johannes Schickel
2009-07-25Move the event recorder to its own class (EventRecoder inside common/EventRec...Johannes Schickel
2009-07-24Removed unused variable.Torbjörn Andersson