aboutsummaryrefslogtreecommitdiff
path: root/engines/draci
AgeCommit message (Expand)Author
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
2009-11-28Hopefully fix switching to the map right after switching the locationRobert Špalek
2009-11-28Fixed bug with exhausting sound handlesRobert Špalek
2009-11-26Fix SIGSEGV found by ValGrindRobert Špalek
2009-11-24Added Doxygen comments for the various engine namespaces (currently mostly wi...Max Horn
2009-11-23DRACI: Reduce header interdependencyMax Horn
2009-11-23Fixed breaking long lines instead of using smaller font (which is sometimes n...Robert Špalek
2009-11-22Move setIsReloaded(false) in enterNewRoom() to the right place.Robert Špalek
2009-11-22Remove obsolete and unneeded logic bypassing reloading a location.Robert Špalek
2009-11-22Further cleaned up the hack with removing old animations.Robert Špalek
2009-11-22Make sure hands are empty after loading the gameRobert Špalek