scummvm/engines/chewy
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
..
video CHEWY: Add support for palette fadeout to videos 2016-10-10 04:42:06 +03:00
chewy.cpp ENGINES: Remove default1x scaler flag 2017-10-07 12:30:29 -05:00
chewy.h CHEWY: Create a scene class 2016-10-10 05:05:42 +03:00
configure.engine
console.cpp CHEWY: Add a command to draw sprites on screen to the debugger 2017-03-15 10:28:58 +02:00
console.h CHEWY: Add a command to draw sprites on screen to the debugger 2017-03-15 10:28:58 +02:00
cursor.cpp CHEWY: Initial work on speech for hotspot actions 2017-03-15 10:28:59 +02:00
cursor.h CHEWY: Initial work on speech for hotspot actions 2017-03-15 10:28:59 +02:00
detection.cpp CHEWY: Add additional version information to detection entries 2016-11-01 13:39:32 +01:00
events.cpp CHEWY: Initial work on speech for hotspot actions 2017-03-15 10:28:59 +02:00
events.h CHEWY: Fix Various Unused Variable Warnings. 2017-01-14 08:43:01 +00:00
graphics.cpp CHEWY: Properly clip drawn text 2017-03-14 22:51:12 +02:00
graphics.h CHEWY: More work on scene hotspots 2017-03-14 03:34:50 +02:00
module.mk CHEWY: Create a scene class 2016-10-10 05:05:42 +03:00
resource.cpp CHEWY: Fix undefined behavior 2016-10-07 12:29:14 +03:00
resource.h CHEWY: Initial support for in-game texts (game dialog texts) 2016-10-04 02:27:22 +03:00
scene.cpp CHEWY: More work on scene info handling 2017-07-15 19:48:43 +03:00
scene.h CHEWY: Initial work on speech for hotspot actions 2017-03-15 10:28:59 +02:00
sound.cpp CHEWY: Plug memory leaks 2016-11-13 16:36:43 +01:00
sound.h CHEWY: Initial work on converting TMF music data back to MOD data 2016-10-09 23:39:41 +03:00
text.cpp CHEWY: More work on scene hotspots 2017-03-14 03:34:50 +02:00
text.h CHEWY: More work on scene info handling 2017-07-15 19:48:43 +03:00