scummvm/engines/tony
Johannes Schickel 417064e311 Merge pull request #417 from digitall/STACK_fixes
ALL: Fix optimization unstable code on checking for null after new.
2014-01-17 17:48:16 -08:00
..
mpal TONY: Cleanup (don't compare pointer with false). 2014-01-16 22:58:38 +01:00
configure.engine BUILD: Split configure.engines down to a single file per engine. 2013-11-24 00:45:38 +00:00
custom.cpp TONY: Fixed scripted exit to use engine method, rather than error(). 2012-11-14 09:37:19 +00:00
custom.h TONY: Some more cleanup 2012-09-07 08:11:33 +02:00
debugger.cpp TONY: Cleanup whitespace formatting. 2012-11-12 00:39:20 +00: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: Add detection for German "Shoe Box", bug #3582420 2013-06-11 08:11:45 +02:00
detection.cpp TONY: Take advantage of Surface::getPixels. 2013-08-03 04:02:53 +02:00
font.cpp TONY: Cleanup whitespace formatting. 2012-11-12 00:39:20 +00:00
font.h TONY: Cleanup whitespace formatting. 2012-11-12 00:39:20 +00:00
game.cpp TONY: Fix thumbnails on BE. 2013-08-02 00:01:10 +02:00
game.h TONY: Cleanup whitespace formatting. 2012-11-12 00:39:20 +00:00
gfxcore.cpp TONY: Initialise _buf and _origBuf in second RMGfxBuffer constructor 2013-10-13 09:15:59 +02:00
gfxcore.h TONY: Fix thumbnails on BE. 2013-08-02 00:01:10 +02:00
gfxengine.cpp TONY: Fix memory leak on save game failure (CID 1003579) 2013-06-02 22:13:59 +02:00
gfxengine.h TONY: Move some functions from .h to .cpp files 2012-09-01 01:05:22 +02:00
globals.cpp TONY: Remove most of the remaining global functions. 2012-08-28 22:28:44 +02:00
globals.h TONY: Cleanup whitespace formatting. 2012-11-12 00:39:20 +00:00
input.cpp TONY: Fix compiler warnings in Input class. 2012-11-12 03:48:19 +00:00
input.h TONY: Replace Input class internal buffers with Common standard. 2012-11-11 23:14:17 +00:00
inventory.cpp TONY: Cleanup whitespace formatting. 2012-11-12 00:39:20 +00:00
inventory.h TONY: Cleanup whitespace formatting. 2012-11-12 00:39:20 +00:00
loc.cpp TONY: Cleanup whitespace formatting. 2012-11-12 00:39:20 +00:00
loc.h TONY: Cleanup whitespace formatting. 2012-11-12 00:39:20 +00:00
module.mk TONY: Implemented ScummVM debugger, with an initial 'scene' command 2012-05-22 00:29:27 +10:00
resid.h TONY: Cleanup whitespace formatting. 2012-11-12 00:39:20 +00:00
sound.cpp ALL: Remove optimization unstable code on checking for null after new. 2014-01-15 02:36:19 +00:00
sound.h TONY: Rename yet more variables. 2012-09-08 09:59:56 +02:00
tony.cpp TONY: Cleanup whitespace formatting. 2012-11-12 00:39:20 +00:00
tony.h TONY: Add missing getDebugger() for engine API. 2013-12-07 02:32:29 +00:00
tonychar.cpp TONY: Cleanup whitespace formatting. 2012-11-12 00:39:20 +00:00
tonychar.h TONY: Move some functions from .h to .cpp files 2012-09-01 01:05:22 +02:00
utils.cpp TONY: Misc cleanup 2012-09-06 00:23:59 +02:00
utils.h TONY: Move code from .h to .cpp files 2012-09-02 10:34:11 +02:00
window.cpp TONY: Add a reset function in RMWindow in order to group variable initialization 2013-12-17 07:43:58 +01:00
window.h TONY: Add a reset function in RMWindow in order to group variable initialization 2013-12-17 07:43:58 +01:00