aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/event.cpp
AgeCommit message (Expand)Author
2013-01-14SCI: Minor formatting fixes.Johannes Schickel
2013-01-14SCI: Event handling: Include modifier flags in null events.Lars Skovlund
2012-06-08SCI: Fix mouse up eventsWillem Jan Palenstijn
2011-10-29SCI: Allow alt key combinations in all SCI gamesFilippos Karapetis
2011-06-20ALL: Remove trailing whitespacesMax Horn
2011-05-21SCI: Fix probable alt/shift mixupWillem Jan Palenstijn
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-04-03SCI: Changed debug console hotkey to Control-Shift-D instead of Control-D.md5
2011-03-10SCI: Fix mouse positions in upscaled gamesMatthew Hoops
2011-03-10SCI: Fixed regression (shift key) in the latest event code cleanupmd5
2011-03-09SCI: Save mouse position in SciEvent.Johannes Schickel
2011-03-09SCI: Cleanup of the event codemd5
2011-02-15SCI: Cleaned up kMapKeyToDir and removed an incorrect heuristicmd5
2010-11-26SCI: Fixed keyboard input when numlock is on, and cleaned up the way some spe...Filippos Karapetis
2010-11-22SCI: Added support for the keypad +/- keysFilippos Karapetis
2010-11-21SCI: Proper fix for the QFG2 character import screen crashes (bug #3037996)Filippos Karapetis
2010-11-21SCI: Fix for bug #3037996 - "QFG2: Crash during import dialog after time (imp...Filippos Karapetis
2010-11-17SCI: Remove key modifier (e.g. num lock) status for keyboard function keys. T...Filippos Karapetis
2010-08-29SCI: Throttle the invocations of Engine::shouldQuit()Filippos Karapetis
2010-08-21SCI: Added support for the DEL keyFilippos Karapetis
2010-08-21SCI: Fixed bug #3048911 - "Keyboard discrepancies in all SCI games" by handli...Filippos Karapetis
2010-07-29SCI: updating screen within kAnimate as well - fixes pseudo hang in eq1 credi...Martin Kiewitz
2010-07-28SCI: adding support for middle mouse buttonMartin Kiewitz
2010-06-19SCI: replacing the keyboard size check for direction type detection with chec...Martin Kiewitz
2010-06-19SCI: added TODO for keyboard driver size check, maybe this whole stuff isn't ...Martin Kiewitz
2010-06-19SCI: implemented checking of keyboard driver in case of SCI1EGA/EARLY, also r...Martin Kiewitz
2010-06-17SCI: cleanup scancode rows codeMax Horn
2010-06-17SCI: Turn _modifierStates into member of class EventManagerMax Horn
2010-06-17SCI: cleanupMax Horn
2010-06-17SCI: Rename sciEvent to SciEventMax Horn
2010-06-17SCI: Moved the event code a little bit around.Max Horn
2010-06-15Throttle screen updates to 60fps in some screen transition effects as wellFilippos Karapetis
2010-06-14SCI: Limit the screen refresh rate to 60fpsFilippos Karapetis
2010-06-09Renamed the SciEvent class to EventManager, to separate it from the sciEvent ...Filippos Karapetis
2010-06-03Re-enabled the cursor position limiting codeFilippos Karapetis
2010-05-16SCI: fixing possible typo for Shift-F1/F10 keys, fixing submarine controls in...Martin Kiewitz
2010-04-24SCI: reverting r48787 port updates were actually introduced (heard that befor...Martin Kiewitz
2010-04-24SCI: r48786 port updates were actually introduced during SCI01, qfg2 and xmas...Martin Kiewitz
2010-04-19SCI: changed comment about 8859-1->cp850/437 conversion. ubuntu does work, i ...Martin Kiewitz
2010-04-19SCI: comment about platforms, where 8859-1 mapping is workingMartin Kiewitz
2010-04-17SCI: key presses of extended chars (umlauts, etc.) will now get ignored in ga...Martin Kiewitz
2010-04-17SCI: map keys from 8859-1 to dos codepage, makes special chars like umlauts w...Martin Kiewitz
2010-02-23SCI: Turn kernel_sleep() into SciEvent::sleep()Max Horn
2010-02-21Patch for bug 2943361 by littleboy, adding full kb modifier support to all en...Yotam Barnoy
2010-02-13SCI: Add global g_sci pointer to the active SciEngine instanceMax Horn
2010-01-25Strip trailing spaces/tabs.Johannes Schickel
2010-01-08SCI: Ctrl-Z now supported as well :DMartin Kiewitz
2010-01-08SCI: removed controlify() to ease readability of codeMartin Kiewitz
2010-01-08SCI: fix for platform difference between linux and windows, makes Ctrl-Alt-ke...Martin Kiewitz
2010-01-08SCI: we won't do keyboard mapping for sci1late+, because otherwise Ctrl-keys ...Martin Kiewitz