aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-06-23Reworked the SCUMM input code even more: Merged various code paths and stream...Max Horn
2007-06-23Removing WinCE specific code in ScummEngine_v7::processKeyboard -- it made no...Max Horn
2007-06-23Simplify code: Since processInput() always overwrite the value of lastKeyHit ...Max Horn
2007-06-23Revised SCUMM's input code. We now fix the keys F5, '.', space, escape for ma...Max Horn
2007-06-23Added GOB FIXMEMax Horn
2007-06-23Changed BASS to use more KEYCODEsMax Horn
2007-06-23Using KEYCODE_f and KEYCODE_g instead of 'f' and 'g' to check for fast-mode-keysSven Hesse
2007-06-23Converted LURE code to use KEYCODEsMax Horn
2007-06-23Compare Common::KEYCODE_ against KeyState::keycode, not KeyState::asciiMax Horn
2007-06-23Changed the way VAR_VERSION_KEY is handledMax Horn
2007-06-23Changed input routine to use KEYCODE.Nicola Mettifogo
2007-06-23Moved F1 key remapping in COMI to a more appropriate placeMax Horn
2007-06-23Correct typo.Travis Howell
2007-06-23cleanupMax Horn
2007-06-23Add missing semi-colon.Travis Howell
2007-06-23SCUMM: Added three FIXME comments to the _keyDownMap code, and made it use KE...Max Horn
2007-06-23Made use of full Common::KeyState in SCUMM (there is still lots of room for i...Max Horn
2007-06-23Made SCUMM use Common::KeyState, too (but implemented almost no fixes/optimiz...Max Horn
2007-06-23Added more flexible KeyState constructor; updated comment in gui/Key.hMax Horn
2007-06-23MacOS X bundle changes (copying in engine data files, pred.dic, and updated D...Oystein Eftevaag
2007-06-23Minor formatting fixOystein Eftevaag
2007-06-23Applying patch 1669536: Kyra2: Intro fixesOystein Eftevaag
2007-06-23Minor cleanup.Travis Howell
2007-06-23Ooops, adjust Elvira 2 specific offset too.Travis Howell
2007-06-23Minor cleanup.Travis Howell
2007-06-23Fix alignment issue in setWindowPalete video opcode.Travis Howell
2007-06-23Update MSVC8 ScummVM project file for commit #27640Filippos Karapetis
2007-06-23Update GUI::Key constructsMax Horn
2007-06-22Produce 'correct' keycode/ascii values for function keysMax Horn
2007-06-22Do not use SCUMMVM_USE_LONG_INT on _MSC_VER anymore (if it *is* needed after ...Max Horn
2007-06-22Moved keyboard stuff to a separate header fileMax Horn
2007-06-220xD -> Common::KEYCODE_RETURNMax Horn
2007-06-22AGI: Properly handle backspace key on all systems, not just OS XMax Horn
2007-06-22Slightly updated key handling in BS2, Kyra, and ToucheMax Horn
2007-06-22BS1: Make use of Common::KeySate::reset()Max Horn
2007-06-22Converted BASS to use Common::KeyStateMax Horn
2007-06-22Added constructor & reset() method to Common::KeyStateMax Horn
2007-06-22Fix MSVC8 warningFilippos Karapetis
2007-06-22fix compilation by casting the %, {, }, | and ~ keycode "magic" numbers to Co...Joost Peters
2007-06-22Converted rest of BS1 to use Common::KeyState (removing two more hacks)Max Horn
2007-06-22Adding two missing #includes to fix compilation. *sigh* I am really bad at do...Max Horn
2007-06-22Update MSVC8 lure project file for commits #27604 and #27608Filippos Karapetis
2007-06-22Converted some more code to make use of Common::KEYCODE_ / Common::ASCII_Max Horn
2007-06-22Made BS1 track the full KeyState upon KEYDOWN events (this makes it possible ...Max Horn
2007-06-22Promoted the struct inside Common::Event which captures the keystate to a ful...Max Horn
2007-06-22Cleaning up after myself (I blame it on, err, uhh... the Vogons?)Max Horn
2007-06-22Changed more code to use Common::KEYCODE_ enumMax Horn
2007-06-22Get rid of FOTAQ's own KeyCode enum in favor of Common::KeyCode (attention: t...Max Horn
2007-06-22Added Common::KEYCODE_INALIDMax Horn
2007-06-22Oops, forgot Common:: qualifierMax Horn