scummvm/engines/cge2
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
..
bitmap.cpp JANITORIAL: Silence more GCC 7 warnings 2017-08-06 12:26:05 +02:00
bitmap.h CGE2: Fix formatting in bitmap.h. 2014-08-11 16:07:29 +02:00
cge2_main.cpp CGE2: Remove trailing whitespace 2014-10-28 16:06:07 +02:00
cge2_main.h CGE2: Remove trailing whitespace 2014-10-28 16:06:07 +02:00
cge2.cpp ENGINES: Remove default1x scaler flag 2017-10-07 12:30:29 -05:00
cge2.h ALL: Change main engine header guard defines to <directory>_<engine>_H 2016-05-17 18:21:30 +02:00
configure.engine CGE2: Add support for Sfinx. 2014-12-01 14:45:18 +01:00
console.cpp CGE2: Move implementation of Console into a .cpp file. 2014-07-28 16:26:10 +02:00
console.h CGE2: Move implementation of Console into a .cpp file. 2014-07-28 16:26:10 +02:00
detection.cpp CGE2: Clean up SearchMan after fallbackDetect 2017-09-20 20:53:14 +02:00
events.cpp JANITORIAL: Reduce GUI header dependencies 2016-04-14 13:30:14 +03:00
events.h CGE2: Get rid of _keyAlt. 2014-08-06 17:44:12 +02:00
fileio.cpp CGE2: Fix a crash when detecting an empty set of VOL files 2014-09-26 23:41:31 +02:00
fileio.h CGE2: Rename XCrpyt() to xCrypt(). 2014-08-11 15:31:34 +02:00
general.h CGE2: Implement display of speech bubbles. 2014-06-10 17:27:59 +02:00
hero.cpp CGE2: Remove trailing whitespace 2014-10-28 16:06:07 +02:00
hero.h CGE2: Add destructor to Hero(). 2014-07-17 17:33:04 +02:00
inventory.cpp CGE2: Some more minor cleanup 2014-08-03 15:44:20 +02:00
map.cpp CGE2: Remove trailing whitespace 2014-10-28 16:06:07 +02:00
map.h CGE2: Implement CGE2Engine::mapCross(). 2014-06-08 14:26:42 +02:00
module.mk CGE2: Implement debug console and add a debug channel for opcodes. 2014-07-26 12:59:39 +02:00
POTFILES CGE2: Add events.cpp to POTFILE 2016-02-20 21:24:49 +00:00
saveload.cpp JANITORIAL: Reduce audio header dependencies 2016-04-14 16:10:21 +03:00
snail.cpp CGE2: Remove trailing whitespace 2014-10-28 16:06:07 +02:00
snail.h CGE2: Prevent the engine from entering an endless loop when loading. 2014-07-29 16:41:56 +02:00
sound.cpp JANITORIAL: Reduce audio header dependencies 2016-04-14 16:10:21 +03:00
sound.h JANITORIAL: Reduce audio header dependencies 2016-04-14 16:10:21 +03:00
spare.cpp CGE2: Silence warning about uninitialized variable. 2014-08-22 14:55:13 +02:00
spare.h CGE2: Remove trailing whitespace 2014-10-28 16:06:07 +02:00
talk.cpp CGE2: Remove trailing whitespace 2014-10-28 16:06:07 +02:00
talk.h CGE2: Move ColorBank and kColorNum to one place. 2014-07-29 13:25:39 +02:00
text.cpp CGE2: Use snprintf() instead of sprintf(). 2014-08-11 20:43:08 +02:00
text.h CGE2: Add workaround for the missing dialogs in room 21 (concert) 2014-07-07 10:41:43 +02:00
toolbar.cpp CGE2: Fix the case of a couple of constants, remove a useless variable 2014-09-28 23:43:07 +02:00
vga13h.cpp CGE2: More portable way of getting max long value 2016-05-02 17:50:15 +02:00
vga13h.h CGE2: Repair FXP's operator=(). 2014-08-12 10:05:51 +02:00
vmenu.cpp CGE2: Fix memory leak concerning the quit menu. 2014-08-03 11:36:56 +02:00
vmenu.h CGE2: Silence GCC warning concerning destructors of Choice's children. 2014-08-03 11:53:28 +02:00