scummvm/engines/groovie
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
..
cell.cpp GROOVIE: Clean initialization for few classes 2016-05-28 15:26:31 +02:00
cell.h
configure.engine CONFIGURE: Introduced new engine dependency: highres 2016-03-05 14:25:56 +01:00
cursor.cpp GROOVIE: Clean initialization for few classes 2016-05-28 15:26:31 +02:00
cursor.h
debug.cpp
debug.h
detection.cpp ENGINES: Make variable names of AdvancedMetaEngine conform to our guidelines. 2016-03-08 19:01:13 +01:00
detection.h
font.cpp
font.h GROOVIE: Clean initialization for few classes 2016-05-28 15:26:31 +02:00
graphics.cpp GROOVIE: Clean initialization for few classes 2016-05-28 15:26:31 +02:00
graphics.h
groovie.cpp ENGINES: Remove default1x scaler flag 2017-10-07 12:30:29 -05:00
groovie.h ALL: Change main engine header guard defines to <directory>_<engine>_H 2016-05-17 18:21:30 +02:00
lzss.cpp
lzss.h
module.mk
music.cpp GROOVIE: Clean initialization for few classes 2016-05-28 15:26:31 +02:00
music.h GROOVIE: Clean initialization for few classes 2016-05-28 15:26:31 +02:00
player.cpp GROOVIE: Clean initialization for few classes 2016-05-28 15:26:31 +02:00
player.h JANITORIAL: Reduce audio header dependencies 2016-04-14 16:10:21 +03:00
POTFILES
resource.cpp
resource.h
roq.cpp JANITORIAL: Reduce audio header dependencies 2016-04-14 16:10:21 +03:00
roq.h
saveload.cpp
saveload.h
script.cpp JANITORIAL: Remove trailing spaces 2016-10-09 14:59:58 +02:00
script.h
stuffit.cpp COMMON: Remove BitStream base class to allow inlining calls 2017-08-24 19:46:59 +02:00
stuffit.h
vdx.cpp JANITORIAL: Reduce audio header dependencies 2016-04-14 16:10:21 +03:00
vdx.h