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
2011-06-20
ALL: Remove trailing whitespaces
Max Horn
2011-05-12
GIT: Clean up: Suppress SVN tags, now useless
strangerke
2011-04-14
ALL: colour -> color
Max Horn
2010-11-03
M4: Changed debug calls to debugCN since they all have newlines
Paul Gilbert
2010-11-02
M4: Converted all printf's to debug
Paul Gilbert
2010-06-20
Implemented explicit transparency index support - the previous hardcoded inde...
Paul Gilbert
2010-06-14
Further memory leak fixes reported by Valgrind
Paul Gilbert
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