aboutsummaryrefslogtreecommitdiff
path: root/engines/draci
AgeCommit message (Expand)Author
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
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-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-19Remove loop start/end params from Mixer::playRaw; convert some code from Mixe...Max Horn
2010-01-19Get rid of Mixer::FLAG_AUTOFREE.Max Horn
2010-01-12Rename all "Adlib" uses to "AdLib" to match the real name of the sound card /...Johannes Schickel
2010-01-10Handle properly shouldQuit()Robert Špalek
2010-01-07The default keycolor for mouse pointers used to be 255.Marcus Comstedt
2009-12-09Silence gcc warning.Johannes Schickel
2009-12-09Fix compilation for systems without USE_RGB_COLOR defined.Johannes Schickel
2009-12-09DRACI: Reduce header interdependencies; some cleanupMax Horn
2009-12-09Changed MidiDriver::createMidi to take a MidiDriverType instead of an intMax Horn
2009-12-08Attempt to fix MSVC warning C4121.Johannes Schickel
2009-12-07For consistency, make F5 bring up the main menu in the Draci engine too, justTorbjörn Andersson
2009-11-30Removed <cmath> includes since a) not a part of Symbian OS b) Compiles fine w...Lars Persson