scummvm/engines/tony
2012-08-25 10:08:10 +02:00
..
mpal TONY: Replace copyMemory with memcpy. 2012-08-25 10:08:10 +02:00
adv.h TONY: Remove useless void in function declaration 2012-06-18 08:24:33 +02:00
custom.cpp TONY: Removed some debug warnings which aren't needed any longer 2012-08-23 22:05:22 +10:00
custom.h TONY: Rename variables and functions in gfxengine.h 2012-06-05 01:04:53 +02:00
debugger.cpp TONY: Replace _vm with g_vm. 2012-08-22 21:51:51 +02:00
debugger.h TONY: Created a debugger command 'dirty_rects' to show dirty rect areas on-screen 2012-06-22 23:47:39 +10:00
detection_tables.h TONY: Change platform from DOS to Windows 2012-07-15 20:48:43 +02:00
detection.cpp TONY: Store savegame names with Common::String. 2012-08-25 08:41:22 +02:00
font.cpp TONY: Convert more strings to Common::String. 2012-08-25 08:41:22 +02:00
font.h TONY: Convert more strings to Common::String. 2012-08-25 08:41:22 +02:00
game.cpp TONY: Store savegame names with Common::String. 2012-08-25 08:41:22 +02:00
game.h TONY: Store savegame names with Common::String. 2012-08-25 08:41:22 +02:00
gfxcore.cpp TONY: Replace copyMemory with memcpy. 2012-08-25 10:08:10 +02:00
gfxcore.h TONY: Fix spelling of setStretch. 2012-08-22 21:56:12 +02:00
gfxengine.cpp TONY: Animate mouse cursors. 2012-08-25 08:41:21 +02:00
gfxengine.h TONY: Fix dirty rect refresh glitch in the introduction sequence 2012-08-12 19:47:48 +10:00
globals.cpp TONY: Some more renaming (thanks Hkz) 2012-06-21 00:20:16 +02:00
globals.h TONY: Some more renaming (thanks Hkz) 2012-06-21 00:20:16 +02:00
input.cpp TONY: Replace _vm with g_vm. 2012-08-22 21:51:51 +02:00
input.h TONY: Remove useless void in function declaration 2012-06-18 08:24:33 +02:00
inventory.cpp TONY: Replace _vm with g_vm. 2012-08-22 21:51:51 +02:00
inventory.h TONY: Remove useless void in function declaration 2012-06-18 08:24:33 +02:00
loc.cpp TONY: Get rid of RMString. 2012-08-25 10:08:10 +02:00
loc.h TONY: Get rid of RMString. 2012-08-25 10:08:10 +02:00
module.mk TONY: Implemented ScummVM debugger, with an initial 'scene' command 2012-05-22 00:29:27 +10:00
resid.h TONY: Move functions comment to doxygen format 2012-06-17 19:39:58 +02:00
sound.cpp TONY: Fixed problem with spoken voices being clipped when timed text mode is on. 2012-08-23 22:05:23 +10:00
sound.h TONY: Remove useless CODEC class definition 2012-06-20 22:17:41 +02:00
tony.cpp TONY: Fix saveSoundSettings to use setInt for talkspeed. 2012-08-22 21:52:22 +02:00
tony.h TONY: Replace _vm with g_vm. 2012-08-22 21:51:51 +02:00
tonychar.cpp TONY: Replace _vm with g_vm. 2012-08-22 21:51:51 +02:00
tonychar.h TONY: Some more renaming (thanks Hkz) 2012-06-21 00:20:16 +02:00
utils.cpp TONY: Get rid of RMString. 2012-08-25 10:08:10 +02:00
utils.h TONY: Get rid of RMString. 2012-08-25 10:08:10 +02:00
window.cpp TONY: Draw the dirty rectangle debugging last. 2012-08-25 08:41:21 +02:00
window.h TONY: Refactored the Sepia (B & W) mode so the cursor is converted as well 2012-07-02 20:53:31 +10:00