Johannes Schickel
|
b9bfa3a857
|
TONY: Make GPL headers consistent in themselves.
|
2014-02-18 02:39:39 +01:00 |
|
D G Turner
|
0a709d955d
|
TONY: Replace Input class internal buffers with Common standard.
The mouse position is now represented internally by Common::Point and
the keyDown buffer is an array of Common::Keycode values for depressed
keys.
|
2012-11-11 23:14:17 +00:00 |
|
D G Turner
|
659a4b8b14
|
TONY: Remove further unused code from Input class.
|
2012-11-11 23:14:02 +00:00 |
|
D G Turner
|
535180dc7b
|
TONY: Remove unused functions from Input class.
|
2012-11-11 23:13:47 +00:00 |
|
Strangerke
|
3ab8ebc4f7
|
TONY: Move some more code from .h to .cpp files
|
2012-09-01 02:27:31 +02:00 |
|
Alyssa Milburn
|
7b4dd0a682
|
TONY: Remove various bits of unused code.
|
2012-08-27 12:50:33 +02:00 |
|
Strangerke
|
e8a6f61f88
|
TONY: Remove useless void in function declaration
|
2012-06-18 08:24:33 +02:00 |
|
Strangerke
|
a46b06a587
|
TONY: Move functions comment to doxygen format
|
2012-06-17 19:39:58 +02:00 |
|
Strangerke
|
985602a72d
|
TONY: Rename some Italian into English
|
2012-06-12 00:07:50 +02:00 |
|
Strangerke
|
014330a538
|
TONY: Rename variables and functions in input.h
|
2012-06-05 00:02:15 +02:00 |
|
Strangerke
|
88762667b5
|
TONY: Fix some formatting
|
2012-05-14 21:29:27 +02:00 |
|
Strangerke
|
099fe1e9e6
|
TONY: Remove original header
|
2012-05-14 07:43:50 +02:00 |
|
Paul Gilbert
|
073e46503c
|
TONY: Properly implement game saving and loading.
Saving isn't enabled in the demo, so for testing purposes I'm currently dissbling the ADGF_DEMO flag in the detection tables so saving is enabled.
|
2012-05-12 21:54:37 +10:00 |
|
Paul Gilbert
|
109e5f8226
|
TONY: Conversion of more methods to coroutines
|
2012-05-12 20:49:36 +10:00 |
|
Paul Gilbert
|
8bfc60f5c9
|
TONY: Refactored RMInput class to use ScummVM event loop
|
2012-05-06 16:39:42 +10:00 |
|
Paul Gilbert
|
ba2711b5e3
|
TONY: Implemented methods of sound.cpp (mostly stubbed out)
|
2012-05-03 21:43:00 +10:00 |
|
Paul Gilbert
|
68bcaa61b9
|
TONY: More header files and functionality added
|
2012-04-30 23:16:19 +10:00 |
|
Paul Gilbert
|
b0eef82972
|
TONY: Added include files for graphics engine and all dependent classes
|
2012-04-30 09:27:12 +10:00 |
|