Age | Commit message (Expand) | Author |
2007-06-23 | Added more flexible KeyState constructor; updated comment in gui/Key.h | Max Horn |
2007-06-23 | MacOS X bundle changes (copying in engine data files, pred.dic, and updated D... | Oystein Eftevaag |
2007-06-23 | Minor formatting fix | Oystein Eftevaag |
2007-06-23 | Applying patch 1669536: Kyra2: Intro fixes | Oystein Eftevaag |
2007-06-23 | Minor cleanup. | Travis Howell |
2007-06-23 | Ooops, adjust Elvira 2 specific offset too. | Travis Howell |
2007-06-23 | Minor cleanup. | Travis Howell |
2007-06-23 | Fix alignment issue in setWindowPalete video opcode. | Travis Howell |
2007-06-23 | Update MSVC8 ScummVM project file for commit #27640 | Filippos Karapetis |
2007-06-23 | Update GUI::Key constructs | Max Horn |
2007-06-22 | Produce 'correct' keycode/ascii values for function keys | Max Horn |
2007-06-22 | Do not use SCUMMVM_USE_LONG_INT on _MSC_VER anymore (if it *is* needed after ... | Max Horn |
2007-06-22 | Moved keyboard stuff to a separate header file | Max Horn |
2007-06-22 | 0xD -> Common::KEYCODE_RETURN | Max Horn |
2007-06-22 | AGI: Properly handle backspace key on all systems, not just OS X | Max Horn |
2007-06-22 | Slightly updated key handling in BS2, Kyra, and Touche | Max Horn |
2007-06-22 | BS1: Make use of Common::KeySate::reset() | Max Horn |
2007-06-22 | Converted BASS to use Common::KeyState | Max Horn |
2007-06-22 | Added constructor & reset() method to Common::KeyState | Max Horn |
2007-06-22 | Fix MSVC8 warning | Filippos Karapetis |
2007-06-22 | fix compilation by casting the %, {, }, | and ~ keycode "magic" numbers to Co... | Joost Peters |
2007-06-22 | Converted rest of BS1 to use Common::KeyState (removing two more hacks) | Max Horn |
2007-06-22 | Adding two missing #includes to fix compilation. *sigh* I am really bad at do... | Max Horn |
2007-06-22 | Update MSVC8 lure project file for commits #27604 and #27608 | Filippos Karapetis |
2007-06-22 | Converted some more code to make use of Common::KEYCODE_ / Common::ASCII_ | Max Horn |
2007-06-22 | Made BS1 track the full KeyState upon KEYDOWN events (this makes it possible ... | Max Horn |
2007-06-22 | Promoted the struct inside Common::Event which captures the keystate to a ful... | Max Horn |
2007-06-22 | Cleaning up after myself (I blame it on, err, uhh... the Vogons?) | Max Horn |
2007-06-22 | Changed more code to use Common::KEYCODE_ enum | Max Horn |
2007-06-22 | Get rid of FOTAQ's own KeyCode enum in favor of Common::KeyCode (attention: t... | Max Horn |
2007-06-22 | Added Common::KEYCODE_INALID | Max Horn |
2007-06-22 | Oops, forgot Common:: qualifier | Max Horn |
2007-06-22 | Potential fix for PSP build problems | Max Horn |
2007-06-22 | Added 'ASCII_' enum values for certain standard keys, and update comment | Max Horn |
2007-06-22 | Replace tabs by spaces in keycode enum, to ensure proper indention | Max Horn |
2007-06-22 | Work around a crash when quitting Simon 2. If this is the proper fix, it should | Torbjörn Andersson |
2007-06-22 | Converted lots of code to use Common::ASCII_* and COMMON::KEYCODE_* constants... | Max Horn |
2007-06-22 | fix compile (thanks salty-horse!) | Matthew Hoops |
2007-06-22 | Heavily modified/reduced version of patch #1741454 (EVENTS: ASCII enum) | Max Horn |
2007-06-22 | Changed default buttons of MessageDialogs and mass add dialog to accept 'retu... | Max Horn |
2007-06-22 | Don't include sdl_keysym.h. Use our Common::KEYCODE constants instead of SDLK | Torbjörn Andersson |
2007-06-22 | Removed old debug input files no longer being used, and the Lure disassembly ... | Paul Gilbert |
2007-06-22 | Added entries for fights.cpp and sound.cpp | Paul Gilbert |
2007-06-22 | Lots of bugfixes - game is now completable | Paul Gilbert |
2007-06-22 | Implemented remaining script methods | Paul Gilbert |
2007-06-22 | Initial commit | Paul Gilbert |
2007-06-22 | Added extra information to some methods, and a new method to show an animatio... | Paul Gilbert |
2007-06-22 | Added missing scripts and animations for remainder of game, as well as missin... | Paul Gilbert |
2007-06-22 | Use KEYCODE constants. | Torbjörn Andersson |
2007-06-22 | Use KEYCODE constants. | Torbjörn Andersson |