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
/
queen
/
input.cpp
Age
Commit message (
Expand
)
Author
2005-07-30
Remove trailing whitespaces.
Eugene Sandulenko
2005-06-24
When including files from common/, explicitly use the common/ prefix
Max Horn
2005-05-09
fixed debug areas display ; some minor cleanup
Gregory Montoir
2005-01-01
Updated copyright
Max Horn
2004-12-20
Speedup a bit PalmOS port
Chris Apers
2004-12-05
Clean up OSystem::Event
Max Horn
2004-11-20
Removing walkthrough stuff again (talked to aquadran about this, he had no ob...
Max Horn
2004-11-19
added walkthrough
Paweł Kołodziejski
2004-10-08
cleanup ; follow the code conventions
Gregory Montoir
2004-09-28
Rename remaining OSystem methods to match our coding guidelines
Max Horn
2004-08-14
minor cleanp
Gregory Montoir
2004-03-17
Added PalmOS support
Chris Apers
2004-03-17
add ability to acces journal via F5 for consistency with other engines
Jonathan Gray
2004-03-15
implicitly declare use of OSystem
Max Horn
2004-02-02
Fixed initialization order warning.
Torbjörn Andersson
2004-02-01
another valgrind fix
Joost Peters
2004-02-01
fix valgrind warning. (pressing ESC like mad at startup could cause it to che...
Joost Peters
2004-01-25
Remove old debug msg.
Travis Howell
2004-01-06
updated copyright notice
Max Horn
2003-12-29
mass debuglevel change for less verbosity (0 -> 6)
Joost Peters
2003-12-26
enable original screen blankers
Gregory Montoir
2003-12-26
new debugging code, using Common::Debugger
Gregory Montoir
2003-12-12
cleanup
Gregory Montoir
2003-12-01
cleanup header includes
Gregory Montoir
2003-11-15
- Talk clean-up
David Eriksson
2003-11-09
Added (quick-)Saving/Loading
Joost Peters
2003-11-09
enable (some of) the original debug passwords
Gregory Montoir
2003-11-08
cleanup whitespaces
Paweł Kołodziejski
2003-11-02
fix compile error
Max Horn
2003-11-02
Enable keys for panel commands.
David Eriksson
2003-10-31
Fix warning
Torbjörn Andersson
2003-10-31
use Command class
Gregory Montoir
2003-10-30
new Verb class
Gregory Montoir
2003-10-28
add accessors for mouse current pos / button + keyVerb
Gregory Montoir
2003-10-23
Make it possible to quit cutaways!
David Eriksson
2003-10-23
Stop messing with _fastMode in delay().
David Eriksson
2003-10-23
Initial version of the Input class. Some things still missing.
David Eriksson