scummvm/engines/sherlock
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
..
scalpel ENGINES: Remove default1x scaler flag 2017-10-07 12:30:29 -05:00
tattoo ENGINES: Remove default1x scaler flag 2017-10-07 12:30:29 -05:00
animation.cpp
animation.h
configure.engine
debugger.cpp
debugger.h
detection.cpp
detection_tables.h SHERLOCK: SS: Fix Italian fan detection entry language 2017-05-09 20:57:47 -04:00
events.cpp
events.h
fixed_text.cpp
fixed_text.h
fonts.cpp
fonts.h
image_file.cpp
image_file.h
inventory.cpp
inventory.h
journal.cpp
journal.h
map.cpp
map.h
module.mk
music.cpp
music.h
objects.cpp
objects.h
people.cpp
people.h
POTFILES
resources.cpp
resources.h
saveload.cpp SHERLOCK: Remove redundant derived Serializer class 2017-08-07 19:08:03 -04:00
saveload.h SHERLOCK: Remove redundant derived Serializer class 2017-08-07 19:08:03 -04:00
scene.cpp
scene.h
screen.cpp
screen.h
sherlock.cpp
sherlock.h
sound.cpp
sound.h
surface.cpp
surface.h
talk.cpp
talk.h
user_interface.cpp
user_interface.h