scummvm/engines/avalanche
Colin Snover 432fd522d2 ENGINES: Remove default1x scaler flag
This flag is removed for a few reasons:

* Engines universally set this flag to true for widths > 320,
  which made it redundant everywhere;
* This flag functioned primarily as a "force 1x scaler" flag,
  since its behaviour was almost completely undocumented and users
  would need to figure out that they'd need an explicit non-default
  scaler set to get a scaler to operate at widths > 320;
* (Most importantly) engines should not be in the business of
  deciding how the backend may choose to render its virtual screen.
  The choice of rendering behaviour belongs to the user, and the
  backend, in that order.

A nearby future commit restores the default1x scaler behaviour in
the SDL backend code for the moment, but in the future it is my
hope that there will be a better configuration UI to allow users
to specify how they want scaling to work for high resolutions.
2017-10-07 12:30:29 -05:00
..
animation.cpp JANITORIAL: Reduce audio header dependencies 2016-04-14 16:10:21 +03:00
animation.h AVALANCHE: Unify kProcGeida and kProcSpludwick under kProcFollowAvvy. 2014-04-12 19:27:56 +02:00
avalanche.cpp JANITORIAL: Reduce audio header dependencies 2016-04-14 16:10:21 +03:00
avalanche.h AVALANCHE: Add HighScore. 2014-04-13 10:19:17 +02:00
avalot.cpp JANITORIAL: Silence more GCC 7 warnings 2017-08-06 12:26:05 +02:00
avalot.h AVALANCHE: Make GPL headers consistent in themselves. 2014-02-18 02:39:32 +01:00
background.cpp AVALANCHE: Implement Parser::bossKey(). 2014-03-07 18:24:58 +01:00
background.h AVALANCHE: Implement Parser::bossKey(). 2014-03-07 18:24:58 +01:00
clock.cpp JANITORIAL: Reduce audio header dependencies 2016-04-14 16:10:21 +03:00
clock.h AVALANCHE: Make GPL headers consistent in themselves. 2014-02-18 02:39:32 +01:00
closing.cpp AVALANCHE: Make GPL headers consistent in themselves. 2014-02-18 02:39:32 +01:00
closing.h AVALANCHE: Make GPL headers consistent in themselves. 2014-02-18 02:39:32 +01:00
configure.engine CONFIGURE: Introduced new engine dependency: highres 2016-03-05 14:25:56 +01:00
console.cpp ALL: Rename Debugger::DCmd_Register to Debugger::registerCmd. 2014-05-27 02:04:08 +02:00
console.h AVALANCHE: Make GPL headers consistent in themselves. 2014-02-18 02:39:32 +01:00
detection.cpp ALL: Make simpleSaveNames() a MetaEngineFeature 2016-08-24 16:07:55 +06:00
dialogs.cpp JANITORIAL: Reduce audio header dependencies 2016-04-14 16:10:21 +03:00
dialogs.h AVALANCHE: Make GPL headers consistent in themselves. 2014-02-18 02:39:32 +01:00
dropdown.cpp AVALANCHE: Remove unnecessary TODOs. 2014-04-12 19:51:49 +02:00
dropdown.h AVALANCHE: Rename Menu to DropDownMenu. 2014-03-03 22:38:39 +01:00
enums.h AVALANCHE: Merge ghostDrawGhost and ghostDrawGlerk. 2014-04-12 21:03:17 +02:00
ghostroom.cpp JANITORIAL: Reduce audio header dependencies 2016-04-14 16:10:21 +03:00
ghostroom.h AVALANCHE: Janitorial - remove trailing spaces and tabs 2014-06-07 17:12:24 +02:00
graphics.cpp ENGINES: Remove default1x scaler flag 2017-10-07 12:30:29 -05:00
graphics.h AVALANCHE: Merge ghostDrawGhost and ghostDrawGlerk. 2014-04-12 21:03:17 +02:00
help.cpp AVALANCHE: Janitorial - remove trailing spaces and tabs 2014-06-07 17:12:24 +02:00
help.h AVALANCHE: Make GPL headers consistent in themselves. 2014-02-18 02:39:32 +01:00
highscore.cpp JANITORIAL: Make GPL headers uniform 2016-09-03 12:46:38 +02:00
highscore.h JANITORIAL: Make GPL headers uniform 2016-09-03 12:46:38 +02:00
mainmenu.cpp JANITORIAL: Make GPL headers uniform 2016-09-03 12:46:38 +02:00
mainmenu.h JANITORIAL: Make GPL headers uniform 2016-09-03 12:46:38 +02:00
module.mk AVALANCHE: Janitorial - remove trailing spaces and tabs 2014-06-07 17:12:24 +02:00
nim.cpp JANITORIAL: Reduce audio header dependencies 2016-04-14 16:10:21 +03:00
nim.h AVALANCHE: Make GPL headers consistent in themselves. 2014-02-18 02:39:32 +01:00
parser.cpp JANITORIAL: Reduce audio header dependencies 2016-04-14 16:10:21 +03:00
parser.h AVALANCHE: Add HighScore. 2014-04-13 10:19:17 +02:00
POTFILES AVALANCHE: Add missing POTFILES 2016-02-20 21:24:14 +00:00
sequence.cpp AVALANCHE: Make GPL headers consistent in themselves. 2014-02-18 02:39:32 +01:00
sequence.h AVALANCHE: Make GPL headers consistent in themselves. 2014-02-18 02:39:32 +01:00
shootemup.cpp JANITORIAL: Reduce audio header dependencies 2016-04-14 16:10:21 +03:00
shootemup.h AVALANCHE: Remove some leftovers of the mini-games. 2014-04-06 19:42:46 +02:00
sound.cpp JANITORIAL: Reduce audio header dependencies 2016-04-14 16:10:21 +03:00
sound.h JANITORIAL: Reduce audio header dependencies 2016-04-14 16:10:21 +03:00
timer.cpp AVALANCHE: Fix Timer::afterTheShootemup(). 2014-04-21 23:09:29 +02:00
timer.h AVALANCHE: Remove some leftovers of the mini-games. 2014-04-06 19:42:46 +02:00