scummvm/engines/voyeur
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 VIDEO: Allow setting the mixer sound type used to play audio tracks 2017-07-27 06:40:07 +02:00
animation.h VIDEO: Allow setting the mixer sound type used to play audio tracks 2017-07-27 06:40:07 +02:00
configure.engine VOYEUR: remove empty first line 2016-10-04 22:21:22 +03:00
data.cpp VOYEUR: Workaround original game using invalid hotspot Ids 2017-08-07 19:20:05 -04:00
data.h VOYEUR: Workaround original game using invalid hotspot Ids 2017-08-07 19:20:05 -04:00
debugger.cpp VOYEUR: Changed engine to use Graphics::ManagedSurface 2016-03-14 20:56:30 -04:00
debugger.h VOYEUR: Remove setVm from Debugger 2014-02-26 22:54:13 +01:00
detection_tables.h VOYEUR: Make GPL headers consistent in themselves. 2014-02-18 02:43:50 +01:00
detection.cpp ALL: Make simpleSaveNames() a MetaEngineFeature 2016-08-24 16:07:55 +06:00
events.cpp VOYEUR: Fix exiting game from the VCR screen 2017-08-06 23:02:55 -04:00
events.h VOYEUR: Janitorial - Remove trailing whitespace 2014-05-28 23:30:29 +02:00
files_threads.cpp JANITORIAL: Silence more GCC 7 warnings 2017-08-06 13:30:51 +02:00
files.cpp VOYEUR: Changed engine to use Graphics::ManagedSurface 2016-03-14 20:56:30 -04:00
files.h VOYEUR: Reorder ViewPortResource fields to fix VS packing warnings 2016-05-26 22:17:42 -04:00
module.mk VOYEUR: Changed engine to use Graphics::ManagedSurface 2016-03-14 20:56:30 -04:00
screen.cpp ENGINES: Remove default1x scaler flag 2017-10-07 12:30:29 -05:00
screen.h VOYEUR: Changed engine to use Graphics::ManagedSurface 2016-03-14 20:56:30 -04: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
staticres.cpp VOYEUR: Janitorial - Remove trailing whitespace 2014-05-28 23:30:29 +02:00
staticres.h VOYEUR: Rename some computer fields 2014-03-07 08:04:33 +01:00
voyeur_game.cpp VOYEUR: Fix exiting game from the VCR screen 2017-08-06 23:02:55 -04:00
voyeur.cpp VOYEUR: Workaround original game using invalid hotspot Ids 2017-08-07 19:20:05 -04:00
voyeur.h VOYEUR: Workaround original game using invalid hotspot Ids 2017-08-07 19:20:05 -04:00