Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-06-17 | SCI: Turn _modifierStates into member of class EventManager | Max Horn | |
svn-id: r49963 | |||
2010-06-17 | SCI: cleanup | Max Horn | |
svn-id: r49961 | |||
2010-06-17 | SCI: Rename sciEvent to SciEvent | Max Horn | |
svn-id: r49960 | |||
2010-06-17 | SCI: Moved the event code a little bit around. | Max Horn | |
* Move sleep() from EventManager to SciEngine * Rename EventManager methods: get -> getSciEvent, and getFromScummVM -> getScummVMEvent * Make scancode_rows static const * Turn altify & numlockify from EventManager methods into static functions (and comment out the currently unused numlockify) svn-id: r49959 | |||
2010-06-15 | Throttle screen updates to 60fps in some screen transition effects as well | Filippos Karapetis | |
svn-id: r49690 | |||
2010-06-14 | SCI: Limit the screen refresh rate to 60fps | Filippos Karapetis | |
svn-id: r49647 | |||
2010-06-09 | Renamed the SciEvent class to EventManager, to separate it from the sciEvent ↵ | Filippos Karapetis | |
structure, and removed it from the engine state svn-id: r49534 | |||
2010-06-03 | Re-enabled the cursor position limiting code | Filippos Karapetis | |
svn-id: r49413 | |||
2010-05-16 | SCI: fixing possible typo for Shift-F1/F10 keys, fixing submarine controls ↵ | Martin Kiewitz | |
in iceman svn-id: r49048 | |||
2010-04-24 | SCI: reverting r48787 port updates were actually introduced (heard that ↵ | Martin Kiewitz | |
before) in SCI1. I used the outdated wiki before and that one lists qfg2 and xmas90ega being SCI01. They are actually SCI1 svn-id: r48789 | |||
2010-04-24 | SCI: r48786 port updates were actually introduced during SCI01, qfg2 and ↵ | Martin Kiewitz | |
xmas90ega only. We enable port updates only for non-multilingual SCI01 games now - fixes percentage bar for qfg1 japanese as well svn-id: r48787 | |||
2010-04-19 | SCI: changed comment about 8859-1->cp850/437 conversion. ubuntu does work, i ↵ | Martin Kiewitz | |
just used an outdated build by accident svn-id: r48724 | |||
2010-04-19 | SCI: comment about platforms, where 8859-1 mapping is working | Martin Kiewitz | |
svn-id: r48708 | |||
2010-04-17 | SCI: key presses of extended chars (umlauts, etc.) will now get ignored in ↵ | Martin Kiewitz | |
games that don't support them (which is all non-multilingual games) svn-id: r48693 | |||
2010-04-17 | SCI: map keys from 8859-1 to dos codepage, makes special chars like umlauts ↵ | Martin Kiewitz | |
work in multilingual games svn-id: r48687 | |||
2010-02-23 | SCI: Turn kernel_sleep() into SciEvent::sleep() | Max Horn | |
svn-id: r48119 | |||
2010-02-21 | Patch for bug 2943361 by littleboy, adding full kb modifier support to all ↵ | Yotam Barnoy | |
engines + GUI and proper keypad handling svn-id: r48101 | |||
2010-02-13 | SCI: Add global g_sci pointer to the active SciEngine instance | Max Horn | |
svn-id: r48046 | |||
2010-01-25 | Strip trailing spaces/tabs. | Johannes Schickel | |
svn-id: r47541 | |||
2010-01-08 | SCI: Ctrl-Z now supported as well :D | Martin Kiewitz | |
svn-id: r47188 | |||
2010-01-08 | SCI: removed controlify() to ease readability of code | Martin Kiewitz | |
svn-id: r47186 | |||
2010-01-08 | SCI: fix for platform difference between linux and windows, makes ↵ | Martin Kiewitz | |
Ctrl-Alt-keys work under linux as well (e.g. lsl1, age questions cheat) svn-id: r47185 | |||
2010-01-08 | SCI: we won't do keyboard mapping for sci1late+, because otherwise Ctrl-keys ↵ | Martin Kiewitz | |
won't work. I couldnt find games that use Alt-keys, so I was unable to check those as well svn-id: r47175 | |||
2010-01-05 | More renaming | Filippos Karapetis | |
svn-id: r47009 | |||
2009-12-31 | Minor additions: added full keypad support to GUI and SCI | Yotam Barnoy | |
svn-id: r46808 | |||
2009-12-31 | SCI: keyboard change cleanup, fixed Ctrl and Alt related keys on foreign ↵ | Martin Kiewitz | |
keyboards as well svn-id: r46803 | |||
2009-12-31 | SCI: keyboard events now dont use scancode anymore, fixing compatibility ↵ | Martin Kiewitz | |
with foreign keyboard layouts (needs testing, cleanup will follow shortly after) svn-id: r46801 | |||
2009-12-04 | SCI: Removed Ctrl-X to Ctrl-Alt-X mapping cause Ctrl-Alt-X works now directly | Martin Kiewitz | |
svn-id: r46261 | |||
2009-12-04 | SCI: Typo fixed in SciEvent caused all Ctrl keys to get changed to Ctrl-Alt-X :) | Martin Kiewitz | |
svn-id: r46257 | |||
2009-12-04 | SCI: Renamed "buckybits" to "modifiers" in SciEvent | Martin Kiewitz | |
svn-id: r46256 | |||
2009-12-04 | SCI: Make event constants more verbose | Martin Kiewitz | |
svn-id: r46255 | |||
2009-12-04 | SCI: SciEvent created, kernel_sleep() created | Martin Kiewitz | |
svn-id: r46252 |