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
/
m4
/
events.cpp
Age
Commit message (
Expand
)
Author
2010-03-27
Use the enumerators instead of hardcoding the values of them.
Johannes Schickel
2010-03-27
Changed the encoding of keycodes to only include the flags for Ctrl, Alt, and...
Paul Gilbert
2010-02-21
Patch for bug 2943361 by littleboy, adding full kb modifier support to all en...
Yotam Barnoy
2010-02-10
Separated scene info console method between M4 and MADS classes, and cleaned ...
Paul Gilbert
2010-01-30
Beginnings of a separation of the MADS and M4 engines into separate classes. ...
Paul Gilbert
2010-01-25
Strip trailing spaces/tabs.
Johannes Schickel
2010-01-03
Fixed a bunch of cppcheck warnings. Mostly about checking if a pointer is null
Torbjörn Andersson
2009-12-20
Changed the M4 event handler to encode the keyboard flags into KEVENT_KEY events
Paul Gilbert
2009-12-07
M4: Make M4Surface member w, h, pixels protected; some cleanup
Max Horn
2009-12-07
M4: Rename M4Surface::getData() to getBasePtr() for consistency
Max Horn
2009-01-01
Whoa! Removing trailing spaces.
Eugene Sandulenko
2008-04-20
Initial import of the work in progress M4 engine
Filippos Karapetis