scummvm/engines/tucker
Max Horn cdfd5f85c8 ENGINES: Silence clang warning about unused private member _vm
This affects the Console / debugger classes of multiple engines.
An alternative solution would have been to remove the unused _vm
member vars. However, it seems likely that in the future, the _vm
member could be useful for methods added to the console. So instead,
we add a simple assert(_vm) to silence the clang warning.
2013-04-18 23:50:19 +02:00
..
console.cpp ENGINES: Silence clang warning about unused private member _vm 2013-04-18 23:50:19 +02:00
console.h GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02:00
detection.cpp LAUNCHER: Introduce GUIO0() in order to replace GUIO1(GUIO_NONE) 2011-11-16 22:38:58 +01:00
graphics.cpp GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02:00
graphics.h GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02:00
locations.cpp TUCKER: remove duplicated logic branches in locations 48 and 66 (checked against the original) 2011-12-02 21:13:16 +01:00
module.mk TUCKER: Added basic debugging console to engine 2010-11-08 12:24:18 +00:00
resource.cpp TUCKER: Switch to the common PCX decoder 2012-09-13 01:50:45 +03:00
saveload.cpp JANITORIAL: Fix template definition whitespace 2012-02-10 21:17:27 -06:00
sequences.cpp VIDEO: Convert FlicDecoder to the new AdvancedVideoDecoder API 2012-08-12 08:43:32 -04:00
staticres.cpp TUCKER: Made some static data const. 2011-09-08 19:53:35 +02:00
tucker.cpp TUCKER: Give name to RandomSource, to register it with event recorder 2011-05-17 12:17:27 +02:00
tucker.h JANITORIAL: Fix template definition whitespace 2012-02-10 21:17:27 -06:00