index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
engines
/
sci
/
event.h
Age
Commit message (
Expand
)
Author
2017-09-27
SCI: Do some clean-up of event handling system
Colin Snover
2017-07-23
SCI32: Improve performance when flushing events during video playback
Colin Snover
2017-07-23
SCI32: Fix hot rectangle events
Colin Snover
2017-07-16
SCI: Fix kMenuSelect to understand control characters
Colin Snover
2016-09-29
SCI32: Implement kSetHotRectangles
Colin Snover
2016-03-06
SCI32: Implement kEditText
Colin Snover
2016-03-01
SCI: Use uint32 instead of unsigned int
Filippos Karapetis
2016-02-03
SCI: code/define formatting
Martin Kiewitz
2016-02-03
SCI: Remove hardcoded value in getScummVMEvent()
Martin Kiewitz
2016-02-02
SCI: make event type, modifiers + character uint16
Martin Kiewitz
2016-02-02
SCI: Removed ".data" from SciEvent
Martin Kiewitz
2016-02-02
SCI: Do not pass/use .data for mouse button type
Martin Kiewitz
2014-02-18
SCI: Make GPL headers consistent in themselves.
Johannes Schickel
2011-05-12
GIT: Clean up: Suppress SVN tags, now useless
strangerke
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-07-29
SCI: updating screen within kAnimate as well - fixes pseudo hang in eq1 credi...
Martin Kiewitz
2010-06-19
SCI: implemented checking of keyboard driver in case of SCI1EGA/EARLY, also r...
Martin Kiewitz
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-09
Renamed the SciEvent class to EventManager, to separate it from the sciEvent ...
Filippos Karapetis
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-17
SCI: key presses of extended chars (umlauts, etc.) will now get ignored in ga...
Martin Kiewitz
2010-02-23
SCI: Turn kernel_sleep() into SciEvent::sleep()
Max Horn
2010-01-25
Strip trailing spaces/tabs.
Johannes Schickel
2010-01-08
SCI: removed controlify() to ease readability of code
Martin Kiewitz
2009-12-04
SCI: Renamed "buckybits" to "modifiers" in SciEvent
Martin Kiewitz
2009-12-04
SCI: Make event constants more verbose
Martin Kiewitz
2009-12-04
SCI: SciEvent created, kernel_sleep() created
Martin Kiewitz