aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/kyra_v1.cpp
AgeCommit message (Expand)Author
2014-02-18KYRA: Make GPL headers consistent in themselves.Johannes Schickel
2013-01-10KYRA: (LOL) - fix warningathrxx
2013-01-09KYRA: (LOL/FM-TOWNS) - add keyboard controlsathrxx
2012-11-11KYRA: move HOF sequence player into its own classathrxx
2012-02-24KYRA: (EOB) - cleanup CGA/EGA code a bitathrxx
2012-02-21KYRA: (EOB) - implement EGA mode (hi res dithering) for EOB IIathrxx
2012-02-21KYRA: (EOB) - start work on CGA and EGA graphics modesathrxx
2012-01-03KYRA: (EOB) - improve keyboard control for spell book cursor with non QWERTZ ...athrxx
2011-12-26KYRA: Some formatting fixes.Johannes Schickel
2011-12-26KYRA: whitespace cleanupathrxx
2011-12-26KYRA: (EOB) - some refactoringathrxx
2011-12-26KYRA: (EOB) - more work on ingame menusathrxx
2011-12-26KYRA: (EOB) - fix shift key inputathrxx
2011-12-26KYRA: (EOB) - initial code base commitathrxx
2011-11-18KYRA: "Fix" bug #3166235 "KYRA: Crash on startup on OS X due to invalid PAK f...Johannes Schickel
2011-11-18KYRA: Add some assert for debugging purposes.Johannes Schickel
2011-08-07JANITORIAL: Remove trailing empty lines.Christoph Mallon
2011-07-04KYRA: cleanup last commitathrxx
2011-06-25KYRA: revert d7e700f370c258a5f4786d972af3666b93b71f94athrxx
2011-06-05KYRA: fix audio detectionathrxx
2011-06-03KYRA: improve readability of key mapping codeathrxx
2011-05-29KYRA: pause midi sounds while gmm is runningathrxx
2011-05-17COMMON: Registers RandomSources in constructor with the event recorderMax Horn
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-04-28KYRA: Clean up of header includes.Johannes Schickel
2011-04-28JANITORIAL: Reduce header dependencies in shared codeOri Avtalion
2011-02-16KYRA: Set type for NULL MIDI driver to PC Speaker.Johannes Schickel
2011-02-16KYRA/LOL: fixed hand item cursor bugathrxx
2011-02-09AUDIO: Rename sound/ dir to audio/Max Horn
2010-10-29KYRA: match music settings with latest launcher code changes.Florian Kagerer
2010-10-29KYRA: match music settings with latest launcher code changes.Florian Kagerer
2010-10-28KYRA: Rename KyraEngine::saveGameState to KyraEngine::saveGameStateIntern.Johannes Schickel
2010-09-18JANITORIAL: Removed most punctuation at end of warning() and error()Torbjörn Andersson
2010-08-05KYRA: Add support for subtitle options changes via GMM.Johannes Schickel
2010-07-26KYRA: Fix assertion when using "enter" to scene with instant death.Johannes Schickel
2010-07-21KYRA: Respect mute setting on engine startup.Johannes Schickel
2010-07-17DEBUGGER: Simplify how our console debugger works / is usedMax Horn
2010-06-28KYRA: change audio detection flags setting (since most users don't own a real...Florian Kagerer
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-17Some more enforcement of our formatting conventions in KYRA too.Johannes Schickel
2010-05-04Move DebugChannel related code to new headerMax Horn
2010-04-27COMMON: Move DebugChannel stuff into a new DebugMan singletonMax Horn
2010-03-29COMMON: Cleanup ConfigManager codeMax Horn
2010-03-10Silenced some harmless cppcheck warnings about unreachable code after a return.Torbjörn Andersson
2010-02-21Patch for bug 2943361 by littleboy, adding full kb modifier support to all en...Yotam Barnoy
2010-02-19Fix for bug #2954279 "KYRA: Error when loading non-existent savegame".Johannes Schickel
2010-02-17Use Common::KEYCODE_* instead of ASCII values for keycode comparison.Johannes Schickel
2010-01-25Strip trailing spaces/tabs.Johannes Schickel
2010-01-18LOL: minor key map fixFlorian Kagerer