aboutsummaryrefslogtreecommitdiff
path: root/engines/draci/draci.cpp
AgeCommit message (Expand)Author
2017-10-07ENGINES: Remove default1x scaler flagColin Snover
2016-07-28DRACI: Remove generic commentEugene Sandulenko
2014-02-18DRACI: Make GPL headers consistent in themselves.Johannes Schickel
2013-10-17DRACI: Fix uninitalized variables. CID 1003406Eugene Sandulenko
2011-11-16DRACI: Update comment regarding SharedPtr/ScopedPtr.Johannes Schickel
2011-06-02ENGINES: Change 2nd param of Engine::saveGameState to Common::StringMax Horn
2011-06-02DRACI: Remove all instances of s(n)printfMax Horn
2011-05-17COMMON: Registers RandomSources in constructor with the event recorderMax Horn
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-03-23ENGINES: Further simplify pseudo MidiDrivers; fix some regressionsMax Horn
2011-03-19DRACI: Init volume levels on startupdhewg
2010-11-07DRACI: Added basic debugging console to engineDavid Turner
2010-10-29DRACI: Switch to the new play time counting of the Engine class.Johannes Schickel
2010-09-15MIDI: Send a reset MIDI device signal on startup.Johannes Schickel
2010-07-03Dragon History tries uses compressed dubbing when availableRobert Špalek
2010-06-30Generalize the sound archive framework to be able to open new formatsRobert Špalek
2010-06-28Implement shortcuts for switching items in the inventoryRobert Š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-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-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-12Rename all "Adlib" uses to "AdLib" to match the real name of the sound card /...Johannes Schickel
2010-01-10Handle properly shouldQuit()Robert Špalek
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-07For consistency, make F5 bring up the main menu in the Draci engine too, justTorbjörn Andersson
2009-11-22Only enable changing rooms by left/right arrows when debuggingRobert Špalek
2009-11-12Handled loading/saving from the map locationRobert Špalek
2009-11-12Removed 2 old TODOsRobert Špalek
2009-11-10Fixed two bugs.Robert Špalek
2009-11-10Huge refactoring of data structures.Robert Špalek
2009-11-04Implemented and debugged the walking framework.Robert Špalek
2009-11-02Refactored running loop().Robert Špalek
2009-11-01Fix SIGSEGV when quitting the game during playing soundsRobert Špalek
2009-11-01Debugged computation and displaying of optimal walking pathsRobert Špalek
2009-10-29Implement flipping the QuickHero and SpeedText flags in GPL2.Robert Špalek
2009-10-28Implement palette fadingRobert Špalek
2009-10-26Fix 2 MIDI bugsRobert Špalek
2009-10-26Fix Escape in the intro, and switching map and the inventoryRobert Špalek
2009-10-22Improved music handling:Robert Špalek
2009-10-21Enabled music.Robert Špalek
2009-10-13Set all sound/subtitle-related parameters from ConfMan.Robert Špalek
2009-10-12Sound effects are now correctly played.Robert Špalek
2009-10-11Loading and caching sound samples in memory.Robert Špalek
2009-10-11Added support for sound archives.Robert Špalek
2009-10-04Removed Ctrl-Left Click treating as a Right ClickRobert Špalek