aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/event.cpp
AgeCommit message (Expand)Author
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
2010-01-05More renamingFilippos Karapetis
2009-12-31Minor additions: added full keypad support to GUI and SCIYotam Barnoy
2009-12-31SCI: keyboard change cleanup, fixed Ctrl and Alt related keys on foreign keyb...Martin Kiewitz
2009-12-31SCI: keyboard events now dont use scancode anymore, fixing compatibility with...Martin Kiewitz
2009-12-04SCI: Removed Ctrl-X to Ctrl-Alt-X mapping cause Ctrl-Alt-X works now directlyMartin Kiewitz
2009-12-04SCI: Typo fixed in SciEvent caused all Ctrl keys to get changed to Ctrl-Alt-X :)Martin Kiewitz
2009-12-04SCI: Renamed "buckybits" to "modifiers" in SciEventMartin Kiewitz
2009-12-04SCI: Make event constants more verboseMartin Kiewitz
2009-12-04SCI: SciEvent created, kernel_sleep() createdMartin Kiewitz