aboutsummaryrefslogtreecommitdiff
path: root/engines/tinsel
AgeCommit message (Expand)Author
2010-09-28TINSEL: Remove redundant '_Windows' checkMax Horn
2010-09-15MIDI: Send a reset MIDI device signal on startup.Johannes Schickel
2010-09-12TINSEL: Remove unused variableEugene Sandulenko
2010-09-11TINSEL: Fix for #3032780 - Mute not respected in DW1Paul Gilbert
2010-09-11TINSEL: Fix for #3032778 - Mute not respected in DW2Paul Gilbert
2010-08-25TINSEL: Fix bug #3032780: "DW: Mute setting does not work"Eugene Sandulenko
2010-08-24TINSEL: Code cleanup, fixed potentially undefined behaviorFilippos Karapetis
2010-08-24TINSEL: Adjusted the commented out music debug code for the latest changes toFilippos Karapetis
2010-08-24TINSEL: Removed the hardcoded MIDI offset arrays.Filippos Karapetis
2010-08-24TINSEL: Fixed final track mapping to Ench soundtrack.Eugene Sandulenko
2010-08-24TINSEL: Partial fix for MIDI in German release.Eugene Sandulenko
2010-08-17TINSEL: fix warningEugene Sandulenko
2010-07-17DEBUGGER: Simplify how our console debugger works / is usedMax Horn
2010-07-16Cleanup.Torbjörn Andersson
2010-07-12TINSEL: Replace global object s_rectList by a TinselEngine member varMax Horn
2010-06-29Silence possible use of uninitialized variable warning in g++.Johannes Schickel
2010-06-27Fixed GCC warnings. (Same warning twice, actually.)Torbjörn Andersson
2010-06-27Workaround that corrects some bad frame data in the Russian version that was ...Paul Gilbert
2010-06-27Script workaround fix for bug #2917661 - Crash when interacting with D'BlahPaul Gilbert
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-15AdvancedDetector: Add new parameter directoryGlobs.Eugene Sandulenko
2010-06-15Moved tinsel detection tables to separate file.Eugene Sandulenko
2010-06-14Extended advancedDetector with depth parameter.Eugene Sandulenko
2010-06-06Bugfix for #2974817 - Mad Drongo Animation MalfunctionPaul Gilbert
2010-05-31Fix change in r49356, Common::strlcpy should only be used on zero terminated ...Johannes Schickel
2010-05-31Fix for DW2 engine abort with message "Cannot find file hienergy.sc!".David Turner
2010-05-18Replace some strncpy usages with Common::strlcpy.Johannes Schickel
2010-05-04Move DebugChannel related code to new headerMax Horn
2010-05-04Move initGraphics and initCommonGFX from to new header.Max Horn
2010-05-04Get rid of Engine::_gameDataDir.Max Horn
2010-04-28TINSEL: Avoid global constructor for clickPosMax Horn
2010-04-27COMMON: Move DebugChannel stuff into a new DebugMan singletonMax Horn
2010-04-27Fix warningWillem Jan Palenstijn
2010-04-21TINSEL: Change cdGraphStream to a Common::File pointer,Max Horn
2010-04-17Fix warnings when FLAC&MP3&VORBIS is disabled; also fixes leak in TinselMax Horn
2010-04-16Fix for bug #2987895: "DW2: graphical errors in video on Windows"Max Horn
2010-04-12Apply patch #2982163 - CONFIG: Use HE keyword instead of HB for the Hebrew la...Ori Avtalion
2010-04-12AUDIO: Rename Mixer::playInputStream to playStreamMax Horn
2010-04-05Commit of the updated version of Fingolfin's patch for bug #2981788 "TINSEL: ...Johannes Schickel
2010-03-18COMMON: Get rid of Common::StringListMax Horn
2010-03-18TINSEL: Change SaveSceneSsData from char* to SAVED_DATA*Max Horn
2010-03-18COMMON: Move Common::RandomSource to common/random.*Max Horn
2010-03-14Increased the default Discworld 2 double-click time from 0.33 seconds to 0.55...Paul Gilbert
2010-02-21Patch for bug 2943361 by littleboy, adding full kb modifier support to all en...Yotam Barnoy
2010-02-19tinsel: Add detection for Discworld 1 floppy EUR versionFabio Battaglia
2010-02-15TINSEL: Cleanup the 'script workaround' code a bit.Max Horn
2010-02-08Script workaround fix for DW1, for being able to give the whistle back to the...Paul Gilbert
2010-02-03Yet more Flac -> FLAC changes for consistency.Johannes Schickel
2010-02-03- Rename FlacStream to FLACStream.Johannes Schickel