scummvm/engines/mortevielle
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
..
actions.cpp MORTEVIELLE: added missing inter screen messages 2015-01-26 22:16:31 +01:00
configure.engine CONFIGURE: Introduced new engine dependency: highres 2016-03-05 14:25:56 +01:00
debugger.cpp ALL: Make Debugger command function names conform to our guidelines. 2014-05-27 02:04:08 +02:00
debugger.h MORTEVIELLE: Make GPL headers consistent in themselves. 2014-02-18 02:39:36 +01:00
detection_tables.h MORTEVIELLE: Use engine data file for french version without menufr.mor 2015-09-07 23:50:36 +01:00
detection.cpp ALL: Make simpleSaveNames() a MetaEngineFeature 2016-08-24 16:07:55 +06:00
dialogs.cpp MORTEVIELLE: Fixed read index parsing alert strings 2015-01-23 14:29:29 +01:00
dialogs.h MORTEVIELLE: Make GPL headers consistent in themselves. 2014-02-18 02:39:36 +01:00
graphics.cpp MORTEVIELLE: Fixed drawBox() to match original code 2015-01-23 14:29:16 +01:00
graphics.h MORTEVIELLE: Make GPL headers consistent in themselves. 2014-02-18 02:39:36 +01:00
menu.cpp MORTEVIELLE: Do not try to use menu.mor file 2015-09-14 22:29:23 +01:00
menu.h MORTEVIELLE: Make GPL headers consistent in themselves. 2014-02-18 02:39:36 +01:00
module.mk MORTEVIELLE: Janitorial - Remove trailing spaces 2014-02-16 18:24:19 +01:00
mortevielle.cpp ENGINES: Remove default1x scaler flag 2017-10-07 12:30:29 -05:00
mortevielle.h MORTEVIELLE: added starting screen string index constant 2015-01-27 20:55:47 +01:00
mouse.cpp MORTEVIELLE: alternatively we can make it local to delay() 2015-01-24 14:03:22 +01:00
mouse.h MORTEVIELLE: Make GPL headers consistent in themselves. 2014-02-18 02:39:36 +01:00
outtext.cpp MORTEVIELLE: added missing inter screen messages 2015-01-26 22:16:31 +01:00
outtext.h MORTEVIELLE: Make GPL headers consistent in themselves. 2014-02-18 02:39:36 +01:00
POTFILES ALL: Unify 'missing engine data' message 2016-12-05 21:04:50 +01:00
saveload.cpp MORTEVIELLE: Use ### as save file pattern 2016-06-08 10:15:06 +02:00
saveload.h MORTEVIELLE: Make GPL headers consistent in themselves. 2014-02-18 02:39:36 +01: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
utils.cpp MORTEVIELLE: Reduce the scope of a variable 2015-11-27 15:05:41 +01:00