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
/
tony
/
input.cpp
Age
Commit message (
Expand
)
Author
2014-02-18
TONY: Make GPL headers consistent in themselves.
Johannes Schickel
2012-11-12
TONY: Fix compiler warnings in Input class.
D G Turner
2012-11-11
TONY: Replace Input class internal buffers with Common standard.
D G Turner
2012-11-11
TONY: Remove further unused code from Input class.
D G Turner
2012-11-11
TONY: Remove unused functions from Input class.
D G Turner
2012-09-01
TONY: Move some more code from .h to .cpp files
Strangerke
2012-08-27
TONY: Remove various bits of unused code.
Alyssa Milburn
2012-08-22
TONY: Replace _vm with g_vm.
Alyssa Milburn
2012-06-19
TONY: Added an extra check for shouldQuit into the main event loop
Paul Gilbert
2012-06-18
TONY: Remove useless void in function declaration
Strangerke
2012-06-07
TONY: Rename variables and functions in utils.h
Strangerke
2012-06-05
TONY: Rename variables and functions in input.h
Strangerke
2012-06-02
TONY: Fix Valgrind warnings of checks on uninitialised variables
Paul Gilbert
2012-05-22
TONY: Implemented ScummVM debugger, with an initial 'scene' command
Paul Gilbert
2012-05-14
TONY: Fix some formatting
Strangerke
2012-05-14
TONY: Remove original header
Strangerke
2012-05-13
TONY: Further globals added to Globals class
Paul Gilbert
2012-05-12
TONY: Properly implement game saving and loading.
Paul Gilbert
2012-05-12
TONY: Conversion of more methods to coroutines
Paul Gilbert
2012-05-12
TONY: Fix for properly signaling right button release.
Paul Gilbert
2012-05-06
TONY: Refactored RMInput class to use ScummVM event loop
Paul Gilbert
2012-05-04
TONY: Fixed many warnings identified by gcc
Paul Gilbert
2012-05-03
TONY: Formatting fixes
Paul Gilbert
2012-05-03
TONY: Implemented stubs for Input.cpp methods
Paul Gilbert
2012-04-30
TONY: Added include files for graphics engine and all dependent classes
Paul Gilbert