aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/kyra_v1.cpp
AgeCommit message (Expand)Author
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
2008-12-25Fixed valgrind warning.Johannes Schickel
2008-12-16Switched kyra1 to use the same input functionality as kyra2 and kyra3.Johannes Schickel
2008-11-09Implemented Engine::syncSoundSettings properly for MIDI output.Johannes Schickel
2008-11-06Switched various Engine APIs to use Common::ErrorMax Horn
2008-11-03Preliminary support for loading via GMM for KYRA engine.Johannes Schickel
2008-09-30Renamed Engine::quit to Engine::shouldQuit (previously, it was easily confuse...Max Horn
2008-09-14Added autosave support in Kyra.Johannes Schickel
2008-09-14Fixed regression introduced with r34522. (Now games without 'cdaudio' config ...Johannes Schickel
2008-09-14Only setup 'cdaudio' config default for FM-Towns/PC98.Johannes Schickel
2008-09-02Cleanup: Remove now unneeded KyraEngine_v1::quitGame.Johannes Schickel
2008-08-04Merged revisions 33188-33189,33191-33193,33196,33198,33202-33203,33206,33210,...Christopher Page
2008-08-02add non-interactive lol demoFlorian Kagerer
2008-07-21Merged revisions 33052-33053,33056-33058,33061-33064,33068,33070,33072,33075,...Christopher Page
2008-07-20KYRA: disable incomplete PC-98 audio support for 0.12.0 release (use towns au...Florian Kagerer
2008-07-14Merged revisions 32744-32745,32747,32750-32759,32762-32764,32769,32777,32783,...Christopher Page
2008-07-10Removed unnecessary #inlcudesChristopher Page
2008-07-09Reimplemented pushEvent() and artificialEventQueue to work with Events instea...Christopher Page
2008-07-08Updated KYRA to work with the new GMM implementationChristopher Page