scummvm/engines/tony
Eugene Sandulenko 23d74fddb4 CONFIGURE: Introduced new engine dependency: highres
Some backends like GCW0 do no support graphics >320x240 due to
the hardware limitation (downscaling is possible but it will ruin
the pixel hunting which is often part of the gameplay).

Instead of manually updating the list of engines, we now introduce
a new dependency.

I marked all relevant engines, but some, like tinsel, require more
work with putting their relevant high-res games under USE_HIGHRES
define.
2016-03-05 14:25:56 +01:00
..
mpal TONY: Fix disabled ui after capturing guard on Ferris Wheel 2015-04-05 07:50:13 -05:00
configure.engine CONFIGURE: Introduced new engine dependency: highres 2016-03-05 14:25:56 +01:00
custom.cpp TONY: Make GPL headers consistent in themselves. 2014-02-18 02:39:39 +01:00
custom.h TONY: Make GPL headers consistent in themselves. 2014-02-18 02:39:39 +01:00
debugger.cpp ALL: Make Debugger command function names conform to our guidelines. 2014-05-27 02:04:08 +02:00
debugger.h TONY: Make GPL headers consistent in themselves. 2014-02-18 02:39:39 +01:00
detection_tables.h TONY: Add detection for Tony Tough Czech "not installed" 2015-12-12 16:03:55 +01:00
detection.cpp TONY: Let listSaves return list sorted on slot numbers. 2016-02-25 21:39:45 +01:00
font.cpp TONY: Make GPL headers consistent in themselves. 2014-02-18 02:39:39 +01:00
font.h TONY: Fix clang warnings - Courtesy of LordHoto 2014-03-10 06:51:27 +01:00
game.cpp TONY: Switch to 565 screen format. 2014-06-17 09:34:15 +02:00
game.h TONY: Fix clang warnings - Courtesy of LordHoto 2014-03-10 06:51:27 +01:00
gfxcore.cpp TONY: Fix image loading on BE systems again 2014-10-28 15:46:19 +02:00
gfxcore.h TONY: Revert 60980e783e 2014-03-10 06:51:28 +01:00
gfxengine.cpp TONY: Reduce the scope of more variables 2014-02-28 23:24:09 +01:00
gfxengine.h TONY: Make GPL headers consistent in themselves. 2014-02-18 02:39:39 +01:00
globals.cpp TONY: Make GPL headers consistent in themselves. 2014-02-18 02:39:39 +01:00
globals.h TONY: Make GPL headers consistent in themselves. 2014-02-18 02:39:39 +01:00
input.cpp TONY: Make GPL headers consistent in themselves. 2014-02-18 02:39:39 +01:00
input.h TONY: Make GPL headers consistent in themselves. 2014-02-18 02:39:39 +01:00
inventory.cpp TONY: Reduce the scope of some more variables 2014-02-28 22:47:36 +01:00
inventory.h TONY: Revert 60980e783e 2014-03-10 06:51:28 +01:00
loc.cpp TONY: Fix typo in comment 2016-01-01 04:25:23 +01:00
loc.h TONY: Simplify some code related to LOX in RMItem::readFromStream() 2015-12-31 14:56:05 +01:00
module.mk TONY: Implemented ScummVM debugger, with an initial 'scene' command 2012-05-22 00:29:27 +10:00
resid.h TONY: Make GPL headers consistent in themselves. 2014-02-18 02:39:39 +01:00
sound.cpp TONY: Add support to the new compressed speech containers 2016-01-04 13:43:36 +01:00
sound.h TONY: Add support for compressed music and sfx 2016-01-03 00:17:43 +01:00
tony.cpp TONY: Initialize _vdbCodec in contructor 2016-01-04 14:10:24 +01:00
tony.h TONY: Add support to the new compressed speech containers 2016-01-04 13:43:36 +01:00
tonychar.cpp TONY: Make GPL headers consistent in themselves. 2014-02-18 02:39:39 +01:00
tonychar.h TONY: Make GPL headers consistent in themselves. 2014-02-18 02:39:39 +01:00
utils.cpp TONY: Make GPL headers consistent in themselves. 2014-02-18 02:39:39 +01:00
utils.h TONY: Make GPL headers consistent in themselves. 2014-02-18 02:39:39 +01:00
window.cpp TONY: Fix inclusion of util.h 2015-07-04 01:51:48 +03:00
window.h TONY: Make GPL headers consistent in themselves. 2014-02-18 02:39:39 +01:00