scummvm/engines/toltecs
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 TOLTECS: Initialized Animation class 2016-06-10 14:21:17 +02:00
animation.h
configure.engine
console.cpp
console.h
detection.cpp ALL: Remove comma before the word 'instead' 2016-11-29 20:22:19 +01:00
menu.cpp TOLTECS: Initialize Menu class 2016-06-10 14:17:04 +02:00
menu.h
microtiles.cpp
microtiles.h
module.mk
movie.cpp TOLTECS: Initialize class variables 2016-05-02 17:32:43 +02:00
movie.h JANITORIAL: Reduce audio header dependencies 2016-04-14 16:10:21 +03:00
music.cpp
music.h
palette.cpp
palette.h
POTFILES
render.cpp
render.h
resource.cpp TOLTECS: Initialize class variables 2016-05-02 17:32:43 +02:00
resource.h
saveload.cpp
screen.cpp
screen.h
script.cpp
script.h
segmap.cpp TOLTECS: Fix typo 2016-06-25 16:21:00 +02:00
segmap.h TOLTECS: Initialize objects 2016-06-10 14:12:27 +02:00
sound.cpp
sound.h
sprite.cpp TOLTECS: Initialize class variables 2016-05-02 17:32:43 +02:00
toltecs.cpp ENGINES: Remove default1x scaler flag 2017-10-07 12:30:29 -05:00
toltecs.h ALL: Change main engine header guard defines to <directory>_<engine>_H 2016-05-17 18:21:30 +02:00