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