scummvm/engines/wage
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
..
combat.cpp JANITORIAL: Make GPL headers uniform 2016-09-03 12:46:38 +02:00
configure.engine WAGE: Sync with modern ScummVM 2015-12-27 15:39:52 +01:00
debugger.cpp WAGE: Fix warnings 2016-04-20 08:10:00 +02:00
debugger.h WAGE: Implement script command in debugger 2016-03-16 13:27:59 +01:00
design.cpp JANITORIAL: Make GPL headers uniform 2016-09-03 12:46:38 +02:00
design.h JANITORIAL: Make GPL headers uniform 2016-09-03 12:46:38 +02:00
detection_tables.h WAGE: Update Parrot Talk games status 2017-08-30 09:06:20 +02:00
detection.cpp WAGE: Increased md5 sum size to 2MB and recalculated all checksums 2017-08-15 21:16:05 +01:00
dialog.cpp GRAPHICS: Move font-related MacGUI code to MacFontManager 2016-10-06 23:49:39 +02:00
dialog.h JANITORIAL: Make GPL headers uniform 2016-09-03 12:46:38 +02:00
entities.cpp WAGE: Switch to the common readPascalString 2017-01-14 12:46:27 +01:00
entities.h GRAPHICS: Move font-related MacGUI code to MacFontManager 2016-10-06 23:49:39 +02:00
gui.cpp WAGE: Do something when player is not defined instead of crashes 2017-08-24 09:25:25 +02:00
gui.h WAGE: Remove all old console code 2017-08-05 00:27:12 +02:00
module.mk WAGE: Remove all old console code 2017-08-05 00:27:12 +02:00
POTFILES WAGE: Add POTFILES 2016-11-26 16:13:00 +01:00
randomhat.cpp JANITORIAL: Make GPL headers uniform 2016-09-03 12:46:38 +02:00
randomhat.h JANITORIAL: Make GPL headers uniform 2016-09-03 12:46:38 +02:00
saveload.cpp WAGE: Fix warning 2016-09-05 08:15:29 +02:00
script.cpp WAGE: Correctly specify target name for dumped scripts 2017-08-29 20:15:19 +02:00
script.h WAGE: Correctly specify target name for dumped scripts 2017-08-29 20:15:19 +02:00
sound.cpp WAGE: Since the sounds are blocking, made the sound handle global 2017-08-29 09:33:44 +02:00
sound.h WAGE: Since the sounds are blocking, made the sound handle global 2017-08-29 09:33:44 +02:00
util.cpp WAGE: Read rectangles sanely 2017-08-24 08:53:08 +02:00
wage.cpp ENGINES: Remove default1x scaler flag 2017-10-07 12:30:29 -05:00
wage.h WAGE: Correctly specify target name for dumped scripts 2017-08-29 20:15:19 +02:00
world.cpp WAGE: Correctly specify target name for dumped scripts 2017-08-29 20:15:19 +02:00
world.h WAGE: Switch menu reading to common code 2017-01-14 13:04:40 +01:00