aboutsummaryrefslogtreecommitdiff
path: root/engines/saga
AgeCommit message (Expand)Author
2010-10-12JANITORIAL: Cleanup (mostly whitespace)Torbjörn Andersson
2010-10-02SAGA: Fix bug #3065113 with patched sound glitchEugene Sandulenko
2010-09-28SAGA: Fix wrong logo animation in some versions of ITETorbjörn Andersson
2010-09-28SAGA: Fix an ITE intro regressionTorbjörn Andersson
2010-09-28SAGA: Initialise _driverTypeTorbjörn Andersson
2010-09-19SAGA: Fixed bug #3068840 - "ITE: ScummVM crashes when talking on the ferry"Filippos Karapetis
2010-09-18JANITORIAL: Removed most punctuation at end of warning() and error()Torbjörn Andersson
2010-09-15MIDI: Send a reset MIDI device signal on startup.Johannes Schickel
2010-09-14SAGA: Fix audio flags for VOC soundsWillem Jan Palenstijn
2010-08-17SAGA: fix warningEugene Sandulenko
2010-07-17DEBUGGER: Simplify how our console debugger works / is usedMax Horn
2010-07-16Removed unused variable. I believe thread->_instructionOffset serves the sameTorbjörn Andersson
2010-07-16The standalone MIDI files for one of the re-releases of Inherit the Earth areTorbjörn Andersson
2010-07-14Don't close the MIDI driver twice. It's unnecessary, and some of our driversTorbjörn Andersson
2010-07-05SAGA: Fix warning on systems where enum's are unsignedMax Horn
2010-06-25AUDIO: get rid of MDT_PREFER_MIDI since it should be sufficient to either sel...Florian Kagerer
2010-06-21Patch #1956501: "GUI/LAUNCHER: Midi device selection"Max Horn
2010-06-18CleanupFilippos Karapetis
2010-06-15Fix spelling, cleanupMax Horn
2010-06-15AdvancedDetector: Add new parameter directoryGlobs.Eugene Sandulenko
2010-06-15SAGA: fix timers.Eugene Sandulenko
2010-06-15SAGA: Fix bug #2827504.Eugene Sandulenko
2010-06-15SAGA: Fix bug #2928923.Eugene Sandulenko
2010-06-15SAGA: Fix bug #2886130.Eugene Sandulenko
2010-06-15SAGA: Fix bug #2886141.Eugene Sandulenko
2010-06-15SAGA: Fix bug #2886151.Eugene Sandulenko
2010-06-15SAGA: Add debug output for sfLockUser()Eugene Sandulenko
2010-06-15SAGA: Fix bug #1970191.Eugene Sandulenko
2010-06-15SAGA: Add more thread-related output.Eugene Sandulenko
2010-06-15SAGA: Moved more code under ENABLE_IHNMEugene Sandulenko
2010-06-14Extended advancedDetector with depth parameter.Eugene Sandulenko
2010-06-12SAGA: Music code cleanup. The music driver is now placed inside the MusicPlay...Filippos Karapetis
2010-06-02OSYSTEM: Get rid of kFeatureAutoComputeDirtyRectsMax Horn
2010-05-18Started simplifying and removing a lot of unused code from the SAGA Mac resou...Filippos Karapetis
2010-05-18Added back video skipping in SAGA2 with the escape key or left mouse buttonFilippos Karapetis
2010-05-18Committing the rest of the VideoDecoder Rewrite from patch #2963496.Matthew Hoops
2010-05-16Added automatic detection of the IHNM demoFilippos Karapetis
2010-05-16Added automatic detection for the non-interactive ITE demosFilippos Karapetis
2010-05-04Reduce indirect header dependencies furtherMax Horn
2010-05-04Move initGraphics and initCommonGFX from to new header.Max Horn
2010-05-04Get rid of Engine::_gameDataDir.Max Horn
2010-04-28SAGA: Avoid global constructor for pieceOrigins arrayMax Horn
2010-04-12AUDIO: Rename Mixer::playInputStream to playStreamMax Horn
2010-04-01Remove extra semicolonsOri Avtalion
2010-03-24SAGA: Fix ScriptThread::operator=; some tweakingMax Horn
2010-03-18COMMON: Get rid of Common::StringListMax Horn
2010-03-18COMMON: Move Common::RandomSource to common/random.*Max Horn
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