scummvm/engines/tucker
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 TUCKER: Make GPL headers consistent in themselves. 2014-02-18 02:39:39 +01:00
console.h TUCKER: Make GPL headers consistent in themselves. 2014-02-18 02:39:39 +01:00
detection.cpp ENGINES: Make variable names of AdvancedMetaEngine conform to our guidelines. 2016-03-08 19:01:13 +01:00
graphics.cpp TUCKER: Some renaming in Graphics 2014-03-09 15:13:56 +01:00
graphics.h TUCKER: Some renaming in Graphics 2014-03-09 15:13:56 +01:00
locations.cpp TUCKER: Use boolean instead of integer in several places 2014-03-15 12:34:08 +01:00
module.mk TUCKER: Added basic debugging console to engine 2010-11-08 12:24:18 +00:00
resource.cpp TUCKER: Don't try parsing missing debug values in demo 2016-03-12 21:29:10 +02:00
saveload.cpp TUCKER: Some more renaming 2014-03-09 00:00:27 +01:00
sequences.cpp TUCKER: Hide cursor in cutscenes 2016-02-24 00:13:53 +02:00
staticres.cpp TUCKER: Add missing music to the intro 2015-09-27 11:56:46 +02:00
tucker.cpp ENGINES: Remove default1x scaler flag 2017-10-07 12:30:29 -05:00
tucker.h ALL: Change main engine header guard defines to <directory>_<engine>_H 2016-05-17 18:21:30 +02:00