Age | Commit message (Expand) | Author |
2007-06-29 | SCUMM: Handle all triggers for the debugger console in the same spot, to ensu... | Max Horn |
2007-06-29 | SCUMM: Moved code for handling KBD_ALT combos (well, really only one: Alt-W) ... | Max Horn |
2007-06-23 | More cleanup | Max Horn |
2007-06-23 | Cleanup; also fixed Alt-F5 (orig. saveload menu) in COMI | Max Horn |
2007-06-23 | Reworked the SCUMM input code even more: Merged various code paths and stream... | Max Horn |
2007-06-23 | Removing WinCE specific code in ScummEngine_v7::processKeyboard -- it made no... | Max Horn |
2007-06-23 | Simplify code: Since processInput() always overwrite the value of lastKeyHit ... | Max Horn |
2007-06-23 | Revised SCUMM's input code. We now fix the keys F5, '.', space, escape for ma... | Max Horn |
2007-06-23 | Changed the way VAR_VERSION_KEY is handled | Max Horn |
2007-06-23 | Moved F1 key remapping in COMI to a more appropriate place | Max Horn |
2007-06-23 | Correct typo. | Travis Howell |
2007-06-23 | SCUMM: Added three FIXME comments to the _keyDownMap code, and made it use KE... | Max Horn |
2007-06-23 | Made use of full Common::KeyState in SCUMM (there is still lots of room for i... | Max Horn |
2007-06-23 | Made SCUMM use Common::KeyState, too (but implemented almost no fixes/optimiz... | Max Horn |
2007-06-22 | Converted lots of code to use Common::ASCII_* and COMMON::KEYCODE_* constants... | Max Horn |
2007-06-03 | Modified version of patch #1723779: SCUMM: Improved ctrl+t subtitle cycling | Max Horn |
2007-05-30 | Updated legal headers in source files, based on what Pidgin (the IM client fo... | Max Horn |
2007-05-30 | Modified version of patch #1727045 INDY3: IQ Points Dialog | Max Horn |
2007-05-26 | Fix bug #1709430: "FT: CAPSLOCK + V enables cheating for all fights" | Eugene Sandulenko |
2007-04-01 | added the instance of EventManager returned by OSystem::getEventManager as a ... | Gregory Montoir |
2007-03-17 | Moved Event/EventType/keyboard enum from common/system.h (part of class OSyst... | Max Horn |
2007-03-17 | Force all code to use EventManager::pollEvent instead of OSystem::pollEvent | Max Horn |
2007-03-06 | Add F1 - F3 keys for Apple II and Commodore 64 verisons of Maniac Mansion. | Travis Howell |
2007-02-25 | Add support for using disks images for Apple II version of Maniac Mansion. | Travis Howell |
2007-02-10 | Got rid of GF_DIGI_IMUSE and GF_NEW_CAMERA | Max Horn |
2007-01-08 | added arrow keys mapping to match behavior of original interpreter (dialogue ... | Gregory Montoir |
2007-01-07 | possible fix for bug #1193185 | Gregory Montoir |
2006-12-10 | Patch #1296058: Showing the original save/load dialog (see also RFE #832460) | Max Horn |
2006-10-25 | Missing include file (for ScummEngine_v6 symbol) | Bertrand Augereau |
2006-10-15 | Got rid of ScummEngine::_confirmExit, and some other minor cleanup | Max Horn |
2006-10-08 | Initial commit of the wince-gcc re-port | Kostas Nakos |
2006-10-07 | Removed _lastKeyHit, instead pass the key code as a parameter to processKeybo... | Max Horn |
2006-10-07 | Removed 'smushMode' param from processInput and processKeyboard in favor of a... | Max Horn |
2006-10-07 | Clarified comment | Max Horn |
2006-10-07 | Some more processKeyboard splitting | Max Horn |
2006-10-07 | Further split processKeyboard code, moving stuff specific to some SCUMM versi... | Max Horn |
2006-10-07 | Moved SCUMM keyboard handling code from processInput() to the new (sub)method... | Max Horn |
2006-10-07 | Renemaed ScummEngine::processKbd to processInput (as it also deals with the m... | Max Horn |
2006-10-07 | some HE related cleanup | Max Horn |
2006-09-17 | Renamed ScummEngine::res to _res and allocate the ResourceManager on the heap... | Max Horn |
2006-08-04 | There is no need anymore to report EVENT_SCREEN_CHANGED changes to the GUI code | Max Horn |
2006-07-14 | More whitespace changes. | Torbjörn Andersson |
2006-06-03 | Update talkspeed config setting, when set by game scripts | Travis Howell |
2006-05-16 | If the options dialog calls it "Subtitle speed", then so should the indicator | Torbjörn Andersson |
2006-05-13 | Patch #1091170: ALL, SCUMM: Subtitle speed control | Max Horn |
2006-05-02 | Fix insult fight (MI1) mouse wheel scrolling, hopefully also for the SEGA ver... | Max Horn |
2006-04-29 | Renamed updateVolumes to updateSoundSettings -- now it also handles subtitles... | Max Horn |
2006-04-29 | * Renamed several methods in favor of a somewhat more uniform naming scheme: ... | Max Horn |
2006-04-29 | * Added ScummEngine_v8::initScummVars() | Max Horn |
2006-04-19 | Let scumm engine handle EVENT_SCREEN_CHANGED and let the gui know. (Needed fo... | Johannes Schickel |