scummvm/engines/made
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
..
configure.engine BUILD: Split configure.engines down to a single file per engine. 2013-11-24 00:45:38 +00:00
console.cpp MADE: Make GPL headers consistent in themselves. 2014-02-18 02:39:36 +01:00
console.h MADE: Make GPL headers consistent in themselves. 2014-02-18 02:39:36 +01:00
database.cpp MADE: Cleanup 2016-05-02 15:19:08 +02:00
database.h MADE: Make GPL headers consistent in themselves. 2014-02-18 02:39:36 +01:00
detection.cpp ENGINES: Make variable names of AdvancedMetaEngine conform to our guidelines. 2016-03-08 19:01:13 +01:00
graphics.cpp MADE: Make GPL headers consistent in themselves. 2014-02-18 02:39:36 +01:00
graphics.h MADE: Make GPL headers consistent in themselves. 2014-02-18 02:39:36 +01:00
made.cpp ENGINES: Remove default1x scaler flag 2017-10-07 12:30:29 -05:00
made.h MADE: Make GPL headers consistent in themselves. 2014-02-18 02:39:36 +01:00
module.mk MADE: Added basic debugging console to engine 2010-11-08 12:17:19 +00:00
music.cpp MADE: Music: initialize musicType variable 2015-07-05 21:26:08 +02:00
music.h MADE: Cleanup AdLib driver initialization... 2015-07-05 01:09:55 +02:00
pmvplayer.cpp MADE: Cleanup 2016-05-02 15:19:08 +02:00
pmvplayer.h MADE: Make GPL headers consistent in themselves. 2014-02-18 02:39:36 +01:00
redreader.cpp MADE: Cleanup 2016-05-02 15:19:08 +02:00
redreader.h MADE: Make GPL headers consistent in themselves. 2014-02-18 02:39:36 +01:00
resource.cpp MADE: Cleanup 2016-05-02 15:19:08 +02:00
resource.h MADE: Make GPL headers consistent in themselves. 2014-02-18 02:39:36 +01:00
screen.cpp MADE: Cleanup 2016-05-02 15:19:08 +02:00
screen.h MADE: Make GPL headers consistent in themselves. 2014-02-18 02:39:36 +01:00
screenfx.cpp JANITORIAL: Remove trailing spaces 2016-10-09 14:59:58 +02:00
screenfx.h MADE: Initialize some more variables, remove an useless variable 2015-01-27 07:21:52 +01:00
script.cpp MADE: Initialize some variables, remove a useless variable 2015-01-27 07:14:55 +01:00
script.h MADE: Initialize some variables, remove a useless variable 2015-01-27 07:14:55 +01:00
scriptfuncs.cpp MADE: Initialize some variables, remove a useless variable 2015-01-27 07:14:55 +01:00
scriptfuncs.h MADE: Make GPL headers consistent in themselves. 2014-02-18 02:39:36 +01:00
sound.cpp MADE: Fix static noise when playing sounds 2017-09-07 00:52:50 +01:00
sound.h MADE: Fix movie audio glitches caused by reset of audio decoder 2015-07-19 20:26:50 +02:00