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
/
sword2
/
driver
/
keyboard.cpp
Age
Commit message (
Expand
)
Author
2004-01-06
It's a new year in BS2 land, too!
Torbjörn Andersson
2003-12-28
Hopefully the last big renaming. Now the datatypes have names like
Torbjörn Andersson
2003-11-16
More cleanup. I've eliminated all the temporary global variables I've added
Torbjörn Andersson
2003-11-11
Moved low-level keyboard and mouse handling to a new Input class, and
Torbjörn Andersson
2003-10-28
bs2 -> sword2
Max Horn
2003-10-04
Moved some stuff out of driver96.h. Eventually I'd like to get rid of most
Torbjörn Andersson
2003-10-04
added namespace Sword2
Max Horn
2003-09-28
More cleanup, plus support for cutscene leadout music. For now, we only
Torbjörn Andersson
2003-09-24
Replaced abs() with ABS and BOOL with bool, plus some minor cleanups.
Torbjörn Andersson
2003-09-23
Removed ancient version history. Much of it doesn't apply to us, and was
Torbjörn Andersson
2003-09-23
Changed the keyboard handling to store "keyboard events", rather than just
Torbjörn Andersson
2003-09-23
cleanup
Torbjörn Andersson
2003-09-16
Removed some unnecessary #includes and #defines.
Torbjörn Andersson
2003-07-28
Compiles on mingw now
Travis Howell
2003-07-28
fixed yet more warnings
Max Horn
2003-07-28
bs2 driver
Jonathan Gray