scummvm/engines/parallaction
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
..
adlib.cpp PARALLACTION: Cleanup object initialization 2016-05-28 15:26:31 +02:00
balloons.cpp PARALLACTION: Cleanup object initialization 2016-05-28 15:26:31 +02:00
callables_br.cpp PARALLACTION: Make GPL headers consistent in themselves. 2014-02-18 02:39:37 +01:00
callables_ns.cpp PARALLACTION: Make GPL headers consistent in themselves. 2014-02-18 02:39:37 +01:00
configure.engine BUILD: Split configure.engines down to a single file per engine. 2013-11-24 00:45:38 +00:00
debug.cpp PARALLACTION: Cleanup object initialization 2016-05-28 15:26:31 +02:00
debug.h PARALLACTION: Remove leftover "debugLevel" command prototype. 2014-05-10 19:02:50 +01:00
detection.cpp ENGINES: Make variable names of AdvancedMetaEngine conform to our guidelines. 2016-03-08 19:01:13 +01:00
dialogue.cpp PARALLACTION: Fix object initialization 2016-05-30 19:32:49 +02:00
disk_br.cpp PARALLACTION: Cleanup object initialization 2016-05-28 15:26:31 +02:00
disk_ns.cpp PARALLACTION: Cleanup object initialization 2016-05-28 15:26:31 +02:00
disk.h PARALLACTION: Make GPL headers consistent in themselves. 2014-02-18 02:39:37 +01:00
exec_br.cpp PARALLACTION: Make GPL headers consistent in themselves. 2014-02-18 02:39:37 +01:00
exec_ns.cpp PARALLACTION: Make GPL headers consistent in themselves. 2014-02-18 02:39:37 +01:00
exec.cpp PARALLACTION: Cleanup object initialization 2016-05-28 15:26:31 +02:00
exec.h PARALLACTION: Make GPL headers consistent in themselves. 2014-02-18 02:39:37 +01:00
font.cpp PARALLACTION: Fix object initialization 2016-05-30 19:32:49 +02:00
gfxbase.cpp PARALLACTION: Cleanup object initialization 2016-05-28 15:26:31 +02:00
graphics.cpp ENGINES: Remove default1x scaler flag 2017-10-07 12:30:29 -05:00
graphics.h PARALLACTION: Cleanup object initialization 2016-05-28 15:26:31 +02:00
gui_br.cpp PARALLACTION: Cleanup object initialization 2016-05-28 15:26:31 +02:00
gui_ns.cpp PARALLACTION: Cleanup object initialization 2016-05-28 15:26:31 +02:00
gui.cpp PARALLACTION: Make GPL headers consistent in themselves. 2014-02-18 02:39:37 +01:00
gui.h PARALLACTION: Make GPL headers consistent in themselves. 2014-02-18 02:39:37 +01:00
input.cpp PARALLACTION: Fix object initialization 2016-05-30 19:32:49 +02:00
input.h PARALLACTION: Make GPL headers consistent in themselves. 2014-02-18 02:39:37 +01:00
inventory.cpp PARALLACTION: Make GPL headers consistent in themselves. 2014-02-18 02:39:37 +01:00
inventory.h PARALLACTION: Make GPL headers consistent in themselves. 2014-02-18 02:39:37 +01:00
module.mk
objects.cpp PARALLACTION: Cleanup object initialization 2016-05-28 15:26:31 +02:00
objects.h PARALLACTION: Make GPL headers consistent in themselves. 2014-02-18 02:39:37 +01:00
parallaction_br.cpp PARALLACTION: Use Common::strlcpy instead of strncpy as suggested by LordHoto 2016-05-04 23:57:34 +02:00
parallaction_ns.cpp PARALLACTION: More string safety 2016-05-30 19:32:49 +02:00
parallaction.cpp PARALLACTION: Use Common::strlcpy instead of strncpy as suggested by LordHoto 2016-05-04 23:57:34 +02:00
parallaction.h ALL: Change main engine header guard defines to <directory>_<engine>_H 2016-05-17 18:21:30 +02:00
parser_br.cpp PARALLACTION: Make GPL headers consistent in themselves. 2014-02-18 02:39:37 +01:00
parser_ns.cpp PARALLACTION: Make GPL headers consistent in themselves. 2014-02-18 02:39:37 +01:00
parser.cpp PARALLACTION: Cleanup object initialization 2016-05-28 15:26:31 +02:00
parser.h PARALLACTION: Cleanup object initialization 2016-05-28 15:26:31 +02:00
POTFILES
saveload.cpp ALL: save file => saved game 2016-11-29 21:10:59 +01:00
saveload.h ALL: Resolve multiple clang warnings 2014-03-30 14:38:02 +02:00
sound_br.cpp PARALLACTION: Cleanup object initialization 2016-05-28 15:26:31 +02:00
sound_ns.cpp PARALLACTION: Safer string manipulation 2016-05-28 15:26:31 +02:00
sound.h PARALLACTION: Make GPL headers consistent in themselves. 2014-02-18 02:39:37 +01:00
staticres.cpp PARALLACTION: Clarify source for the binary blob 2016-01-22 17:57:17 +01:00
walk.cpp PARALLACTION: Make GPL headers consistent in themselves. 2014-02-18 02:39:37 +01:00
walk.h PARALLACTION: Make GPL headers consistent in themselves. 2014-02-18 02:39:37 +01:00