aboutsummaryrefslogtreecommitdiff
path: root/engines/tony/input.cpp
AgeCommit message (Expand)Author
2014-02-18TONY: Make GPL headers consistent in themselves.Johannes Schickel
2012-11-12TONY: Fix compiler warnings in Input class.D G Turner
2012-11-11TONY: Replace Input class internal buffers with Common standard.D G Turner
2012-11-11TONY: Remove further unused code from Input class.D G Turner
2012-11-11TONY: Remove unused functions from Input class.D G Turner
2012-09-01TONY: Move some more code from .h to .cpp filesStrangerke
2012-08-27TONY: Remove various bits of unused code.Alyssa Milburn
2012-08-22TONY: Replace _vm with g_vm.Alyssa Milburn
2012-06-19TONY: Added an extra check for shouldQuit into the main event loopPaul Gilbert
2012-06-18TONY: Remove useless void in function declarationStrangerke
2012-06-07TONY: Rename variables and functions in utils.hStrangerke
2012-06-05TONY: Rename variables and functions in input.hStrangerke
2012-06-02TONY: Fix Valgrind warnings of checks on uninitialised variablesPaul Gilbert
2012-05-22TONY: Implemented ScummVM debugger, with an initial 'scene' commandPaul Gilbert
2012-05-14TONY: Fix some formattingStrangerke
2012-05-14TONY: Remove original headerStrangerke
2012-05-13TONY: Further globals added to Globals classPaul Gilbert
2012-05-12TONY: Properly implement game saving and loading.Paul Gilbert
2012-05-12TONY: Conversion of more methods to coroutinesPaul Gilbert
2012-05-12TONY: Fix for properly signaling right button release.Paul Gilbert
2012-05-06TONY: Refactored RMInput class to use ScummVM event loopPaul Gilbert
2012-05-04TONY: Fixed many warnings identified by gccPaul Gilbert
2012-05-03TONY: Formatting fixesPaul Gilbert
2012-05-03TONY: Implemented stubs for Input.cpp methodsPaul Gilbert
2012-04-30TONY: Added include files for graphics engine and all dependent classesPaul Gilbert