aboutsummaryrefslogtreecommitdiff
path: root/engines/draci
AgeCommit message (Expand)Author
2011-02-14DRACI: Adapt to setPalette RGBA->RGB.Johannes Schickel
2011-02-09AUDIO: Rename sound/ dir to audio/Max Horn
2011-02-07ALL: Fix whitespaces / indentionMax Horn
2011-02-07COMMON: OSystem now has a PaletteManagerMax Horn
2010-12-07DEBUG: Let GUI::Debugger::preEnter and postEnter (un)pause the engineMax Horn
2010-11-19COMMON: Split common/stream.h into several headersMax Horn
2010-11-18ENGINES: Do not use MemoryReadStream where (Seekable)ReadStream suffices; avo...Max Horn
2010-11-07DRACI: Added basic debugging console to engineDavid Turner
2010-11-07ENGINES: Unify code layout of all ADParams instancesMax Horn
2010-10-29DRACI: Switch to the new play time counting of the Engine class.Johannes Schickel
2010-10-23ALL: Fix indention (whitespaces -> tabs)Max Horn
2010-10-15ENGINES: Enhance namespace comments a bitMax Horn
2010-09-15DRACI: Initialize MIDI channel volume properly.Johannes Schickel
2010-09-15MIDI: Send a reset MIDI device signal on startup.Johannes Schickel
2010-08-17DRACI: Fix warningsEugene Sandulenko
2010-08-03DRACI: recognize German translationRobert Špalek
2010-07-29BUILD: Remove redundant MODULE_DIRS modificationMax Horn
2010-07-14Changed abs() to ABS() in a few places.Torbjörn Andersson
2010-07-03Finish support of compressed dubbingRobert Špalek
2010-07-03Dragon History tries uses compressed dubbing when availableRobert Špalek
2010-07-01Fix a typo in the RAW format bugfix :-)Robert Špalek
2010-07-01Fix playing RAW and RAW80 streamsRobert Špalek
2010-07-01Implement playing RAW/MP3/OGG/FLAC dubbing from ZIP archives.Robert Špalek
2010-06-30Generalize the sound archive framework to be able to open new formatsRobert Špalek
2010-06-28Fade palette in/out when entering/leaving a locationRobert Špalek
2010-06-28bugfix for the item fast-switching commitRobert Špalek
2010-06-28Implement shortcuts for switching items in the inventoryRobert Špalek
2010-06-27Run possible cut-scenes before each location change.Robert Špalek
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-14Extended advancedDetector with depth parameter.Eugene Sandulenko
2010-05-04Reduce indirect header dependencies furtherMax Horn
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-27COMMON: Move DebugChannel stuff into a new DebugMan singletonMax Horn
2010-04-19Fix static initializationRobert Špalek
2010-04-12AUDIO: Rename Mixer::playInputStream to playStreamMax Horn
2010-04-11Fix bug 2983187 on continuing palette changeRobert Špalek
2010-04-02Fixed bug 2976767 on corrupted char glyphs.Robert Špalek
2010-04-01Dragon History: fixing properly bug 2976774Robert Špalek
2010-03-31Basic correction for bug #2976774 "DRACI: Segfault Crash When Leaving Invento...David Turner
2010-03-22Patch #2973290: Semicolon cleanupMax Horn
2010-03-18COMMON: Get rid of Common::StringListMax Horn
2010-03-18COMMON: Move Common::RandomSource to common/random.*Max Horn
2010-02-27DRACI: Don't try to set the volume for channels that couldn't be allocated (f...Jordi Vilalta Prat
2010-02-21Patch for bug 2943361 by littleboy, adding full kb modifier support to all en...Yotam Barnoy
2010-02-09Remove last traces of File::addDefaultDirectoryMax Horn
2010-01-30Replace use of Audio::makeRawMemoryStream by Audio::makeRawStream.Johannes Schickel