aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/kyra_v1.cpp
AgeCommit message (Expand)Author
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
2010-01-12Rename all "Adlib" uses to "AdLib" to match the real name of the sound card /...Johannes Schickel
2009-12-09Changed MidiDriver::createMidi to take a MidiDriverType instead of an intMax Horn
2009-11-07Access _keyMap a little different, so that no additional entries are created,...Johannes Schickel
2009-11-07Formatting.Johannes Schickel
2009-10-04LoL PC98: Fix thumbnail creation for quick saves and autosave.Johannes Schickel
2009-10-03LOL/PC-98: add keyboard supportFlorian Kagerer
2009-09-30Fix code formatting (esp. 'if(' -> 'if (' etc., but also indention and other ...Max Horn
2009-08-24Merge with trunkNorbert Lange
2009-08-19Make KYRA only call OSystem::updateScreen from inside Screen::updateScreen, w...Johannes Schickel
2009-08-08merge with trunkNorbert Lange
2009-07-25Move the event recorder to its own class (EventRecoder inside common/EventRec...Johannes Schickel
2009-07-21Use 50Hz ticks in Kyra1 Amiga instead of 60Hz ticks.Johannes Schickel
2009-07-17merge with trunkNorbert Lange
2009-07-17added primitive support for Kyrandia`s Intro Music.Norbert Lange
2009-07-17Cleanup.Johannes Schickel
2009-06-25Add config option for Kyra1 16 color, it'll only use dithering when "16_color...Johannes Schickel
2009-06-21Cleanup.Johannes Schickel
2009-06-21Cleanup: Change LoL code to use KYRA volume handling.Johannes Schickel
2009-06-20LOL: implemented save menuFlorian Kagerer
2009-06-14Got rid of a needless "getEventManager" call. (Using Engine::_eventMan now in...Johannes Schickel
2009-06-07Remove LoLEngine::_gameFlags and convert all Lands of Lore code to use _flags...Johannes Schickel
2009-06-06KYRA/LOL: fix input code for japanese game versionsFlorian Kagerer
2009-06-01- Remove LoLEngine::delayUntil it was identical to KyraEngine_v1 in its funct...Johannes Schickel
2009-06-01LOL: - minor fix to the input codeFlorian Kagerer
2009-05-29More formatting.Johannes Schickel
2009-05-29Formatting.Johannes Schickel
2009-05-29Cleanup.Johannes Schickel
2009-05-27Prevent accidental MT-32 initialization for PC speaker output, when "native_m...Johannes Schickel
2009-05-27- Moved Sound implementation declarations to the newly added file sound_intern.hJohannes Schickel
2009-05-24LOL: fixed some input code issues:Florian Kagerer
2009-05-24Make various Sound functionality SoundHandle instead of filename based.Johannes Schickel
2009-05-22Handle mouse move events like the original.Johannes Schickel
2009-05-21Changed code to closer match original input handling.Johannes Schickel
2009-05-21Only process key/mouse press/release events in GUI.Johannes Schickel
2009-05-19Remov lots of superfluous debug output.Johannes Schickel
2009-05-18Don't crash on debugger shortcut when no debugger is present. (Fixes crash in...Johannes Schickel
2009-05-17Formatting.Johannes Schickel
2009-05-17Only set 'cdaudio' config entry, when FM-Towns version is present.Johannes Schickel
2009-05-17Audio related cleanup.Johannes Schickel