scummvm/engines/access
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
..
amazon JANITORIAL: Remove trailing spaces 2016-10-09 14:59:58 +02:00
martian JANITORIAL: Make GPL headers uniform 2016-09-03 12:46:38 +02:00
video VIDEO: Allow setting the mixer sound type used to play audio tracks 2017-07-27 06:40:07 +02:00
access.cpp ENGINES: Remove default1x scaler flag 2017-10-07 12:30:29 -05:00
access.h ACCESS: Refactor ASurface and Screen to not use virtual inheritance 2016-05-26 21:21:03 -04:00
animation.cpp ACCESS: Fix some uninitialized variables 2016-01-29 07:10:32 +01:00
animation.h JANITORIAL: Remove trailing spaces 2016-10-09 14:59:58 +02:00
asurface.cpp JANITORIAL: Remove trailing spaces 2016-10-09 14:59:58 +02:00
asurface.h ACCESS: Refactor ASurface and Screen to not use virtual inheritance 2016-05-26 21:21:03 -04:00
bubble_box.cpp ACCESS: Refactor ASurface and Screen to not use virtual inheritance 2016-05-26 21:21:03 -04:00
bubble_box.h ACCESS: Some variable renaming 2015-07-27 14:54:23 +03:00
char.cpp ACCESS: Plug memory leak 2016-05-15 12:29:35 +02:00
char.h Merge branch 'master' into mm 2015-07-22 22:43:42 +02:00
configure.engine ACCESS: build the engine by default 2015-11-22 19:50:12 +01:00
data.cpp ACCESS: Some more polishing in the file headers 2014-12-17 18:27:47 +01:00
data.h ACCESS: Some more polishing in the file headers 2014-12-17 18:27:47 +01:00
debugger.cpp JANITORIAL: Remove trailing spaces 2016-10-09 14:59:58 +02:00
debugger.h ACCESS: Creation of access.dat for holding Access games engine data 2015-11-27 12:12:32 -05:00
decompress.cpp JANITORIAL: Remove trailing spaces 2016-10-09 14:59:58 +02:00
decompress.h ACCESS: fix valgrind errors in decompressor 2015-07-05 11:29:35 +02:00
detection.cpp ALL: Make simpleSaveNames() a MetaEngineFeature 2016-08-24 16:07:55 +06:00
detection_tables.h ACCESS: Mark unsupported games as unstable 2016-11-21 20:25:13 -05:00
events.cpp JANITORIAL: Remove trailing spaces 2016-10-09 14:59:58 +02:00
events.h ACCESS: Changed engine to use Graphics::ManagedSurface 2016-03-14 20:56:25 -04:00
files.cpp ACCESS: Changed engine to use Graphics::ManagedSurface 2016-03-14 20:56:25 -04:00
files.h JANITORIAL: Remove trailing spaces 2016-10-09 14:59:58 +02:00
font.cpp ACCESS: Refactor ASurface and Screen to not use virtual inheritance 2016-05-26 21:21:03 -04:00
font.h ACCESS: Refactor ASurface and Screen to not use virtual inheritance 2016-05-26 21:21:03 -04:00
inventory.cpp FULLPIPE: Plug memory leak 2016-05-15 13:07:23 +02:00
inventory.h JANITORIAL: Remove trailing spaces 2016-10-09 14:59:58 +02:00
module.mk ACCESS: movie player for Noctropolis+Synnergist 2015-11-24 15:42:17 +01:00
player.cpp JANITORIAL: Remove trailing spaces 2016-10-09 14:59:58 +02:00
player.h Merge branch 'master' into mm 2015-07-22 22:43:42 +02:00
POTFILES ALL: Unify 'missing engine data' message 2016-12-05 21:04:50 +01:00
resources.cpp ALL: Leave out instructions for engine data issues 2016-12-08 13:38:56 +01:00
resources.h ACCESS: Silence gcc warnings 2015-11-27 12:40:33 -05:00
room.cpp ACCESS: Plug memory leak 2016-05-15 12:30:52 +02:00
room.h Merge branch 'master' into mm 2015-07-22 22:43:42 +02:00
screen.cpp JANITORIAL: Remove trailing spaces 2016-10-09 14:59:58 +02:00
screen.h ACCESS: Fix derived Screen copyBlock method signature 2016-05-27 21:54:41 -04:00
scripts.cpp JANITORIAL: Remove trailing spaces 2016-10-09 14:59:58 +02:00
scripts.h JANITORIAL: Remove trailing spaces 2016-10-09 14:59:58 +02:00
sound.cpp JANITORIAL: Remove trailing spaces 2016-10-09 14:59:58 +02:00
sound.h ACCESS: Reduce audio header dependencies 2016-05-29 20:11:34 +03:00
video.cpp JANITORIAL: Remove trailing spaces 2016-10-09 14:59:58 +02:00
video.h ACCESS: Refactor ASurface and Screen to not use virtual inheritance 2016-05-26 21:21:03 -04:00