scummvm/engines/queen
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
..
bankman.cpp QUEEN: Make GPL headers consistent in themselves. 2014-02-18 02:39:37 +01:00
bankman.h QUEEN: Make GPL headers consistent in themselves. 2014-02-18 02:39:37 +01:00
command.cpp QUEEN: Silence GCC 7 warnings about potential buffer overflow 2017-08-06 20:06:18 +02:00
command.h QUEEN: Make GPL headers consistent in themselves. 2014-02-18 02:39:37 +01:00
configure.engine
credits.cpp QUEEN: Make GPL headers consistent in themselves. 2014-02-18 02:39:37 +01:00
credits.h QUEEN: Make GPL headers consistent in themselves. 2014-02-18 02:39:37 +01:00
cutaway.cpp QUEEN: Make GPL headers consistent in themselves. 2014-02-18 02:39:37 +01:00
cutaway.h QUEEN: Make GPL headers consistent in themselves. 2014-02-18 02:39:37 +01:00
debug.cpp ALL: Rename Debugger::DCmd_Register to Debugger::registerCmd. 2014-05-27 02:04:08 +02:00
debug.h QUEEN: Make GPL headers consistent in themselves. 2014-02-18 02:39:37 +01:00
defs.h QUEEN: Make GPL headers consistent in themselves. 2014-02-18 02:39:37 +01:00
detection.cpp QUEEN: Added some md5s. Bug #6946 2016-03-28 12:13:02 +02:00
display.cpp QUEEN: Improved Russian fonts 2016-12-11 00:08:40 +01:00
display.h QUEEN: Make GPL headers consistent in themselves. 2014-02-18 02:39:37 +01:00
graphics.cpp QUEEN: Make GPL headers consistent in themselves. 2014-02-18 02:39:37 +01:00
graphics.h QUEEN: Make GPL headers consistent in themselves. 2014-02-18 02:39:37 +01:00
grid.cpp QUEEN: Make GPL headers consistent in themselves. 2014-02-18 02:39:37 +01:00
grid.h QUEEN: Make GPL headers consistent in themselves. 2014-02-18 02:39:37 +01:00
input.cpp QUEEN: Make GPL headers consistent in themselves. 2014-02-18 02:39:37 +01:00
input.h QUEEN: Make GPL headers consistent in themselves. 2014-02-18 02:39:37 +01:00
journal.cpp QUEEN: Make GPL headers consistent in themselves. 2014-02-18 02:39:37 +01:00
journal.h QUEEN: Make GPL headers consistent in themselves. 2014-02-18 02:39:37 +01:00
logic.cpp QUEEN: Fix bug #6700 - "FOTAQ: Weird Response Glitches" 2014-10-27 03:18:41 +02:00
logic.h QUEEN: Make GPL headers consistent in themselves. 2014-02-18 02:39:37 +01:00
midiadlib.cpp AUDIO: Remove all AudioStream access to OPL 2015-07-07 20:19:47 -04:00
midiadlib.h AUDIO: Remove all AudioStream access to OPL 2015-07-07 20:19:47 -04:00
module.mk
music.cpp AUDIO: Remove all AudioStream access to OPL 2015-07-07 20:19:47 -04:00
music.h QUEEN: Make GPL headers consistent in themselves. 2014-02-18 02:39:37 +01:00
musicdata.cpp QUEEN: Make GPL headers consistent in themselves. 2014-02-18 02:39:37 +01:00
POTFILES QUEEN: Update list of files that contain translatable strings 2014-10-04 01:03:00 +01:00
queen.cpp ENGINES: Remove default1x scaler flag 2017-10-07 12:30:29 -05:00
queen.h COMMON: Migrate Various Endian Functions to Common from Engine Code. 2017-07-30 22:03:29 +02:00
resource.cpp QUEEN: Make GPL headers consistent in themselves. 2014-02-18 02:39:37 +01:00
resource.h QUEEN: Make GPL headers consistent in themselves. 2014-02-18 02:39:37 +01:00
restables.cpp QUEEN: Make GPL headers consistent in themselves. 2014-02-18 02:39:37 +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
state.cpp QUEEN: Make GPL headers consistent in themselves. 2014-02-18 02:39:37 +01:00
state.h QUEEN: Make GPL headers consistent in themselves. 2014-02-18 02:39:37 +01:00
structs.h QUEEN: Make GPL headers consistent in themselves. 2014-02-18 02:39:37 +01:00
talk.cpp QUEEN: Allow the engine to quit while dialog options are shown 2014-10-27 03:36:52 +02:00
talk.h QUEEN: Make GPL headers consistent in themselves. 2014-02-18 02:39:37 +01:00
walk.cpp QUEEN: Immediately stop actor movement when the game is exiting 2015-05-12 00:29:20 +03:00
walk.h QUEEN: Make GPL headers consistent in themselves. 2014-02-18 02:39:37 +01:00
xref.txt