aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/kyra_v1.cpp
AgeCommit message (Expand)Author
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
2009-05-17Disable CD audio for PC98 by default.Johannes Schickel
2009-05-17Handle keyboard button press immediately.Johannes Schickel
2009-04-18Add TODO.Johannes Schickel
2009-04-18We probably only have to update the screen once every updateInfo(). And, sinceTorbjörn Andersson
2009-03-04- Make Lands of Lore compileable optionally as suggested by _sev. (via ENABLE...Johannes Schickel
2009-02-16LOL: - more work on the user interfaceFlorian Kagerer
2009-02-15LOL: - implemented proper button processing (works exactly as in Kyra 2 and 3...Florian Kagerer
2009-02-14LOL:Florian Kagerer
2009-02-01svn-id: r36178Florian Kagerer
2009-01-30Renamed SpecialDebugLevel to DebugChannelMax Horn
2009-01-21Fixed GMM save/load functionallity in kyra1.Johannes Schickel
2009-01-01Whoa! Removing trailing spaces.Eugene Sandulenko
2008-12-26Cleanup.Johannes Schickel