scummvm/engines/groovie
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
..
cell.cpp GROOVIE: Clean initialization for few classes 2016-05-28 15:26:31 +02:00
cell.h GROOVIE: Make GPL headers consistent in themselves. 2014-02-18 02:39:35 +01:00
configure.engine CONFIGURE: Introduced new engine dependency: highres 2016-03-05 14:25:56 +01:00
cursor.cpp GROOVIE: Clean initialization for few classes 2016-05-28 15:26:31 +02:00
cursor.h GROOVIE: Make GPL headers consistent in themselves. 2014-02-18 02:39:35 +01:00
debug.cpp ALL: Rename Debugger::DCmd_Register to Debugger::registerCmd. 2014-05-27 02:04:08 +02:00
debug.h GROOVIE: Make GPL headers consistent in themselves. 2014-02-18 02:39:35 +01:00
detection.cpp ENGINES: Make variable names of AdvancedMetaEngine conform to our guidelines. 2016-03-08 19:01:13 +01:00
detection.h GROOVIE: Make GPL headers consistent in themselves. 2014-02-18 02:39:35 +01:00
font.cpp GROOVIE: Make GPL headers consistent in themselves. 2014-02-18 02:39:35 +01:00
font.h GROOVIE: Clean initialization for few classes 2016-05-28 15:26:31 +02:00
graphics.cpp GROOVIE: Clean initialization for few classes 2016-05-28 15:26:31 +02:00
graphics.h GROOVIE: Add initial full screen functionality for V2 games 2014-11-03 11:40:37 +02:00
groovie.cpp ENGINES: Remove default1x scaler flag 2017-10-07 12:30:29 -05:00
groovie.h ALL: Change main engine header guard defines to <directory>_<engine>_H 2016-05-17 18:21:30 +02:00
lzss.cpp GROOVIE: Make GPL headers consistent in themselves. 2014-02-18 02:39:35 +01:00
lzss.h GROOVIE: Make GPL headers consistent in themselves. 2014-02-18 02:39:35 +01:00
module.mk GROOVIE: Only compile ROQ when groovie2 is enabled 2014-06-02 06:44:53 -04:00
music.cpp GROOVIE: Clean initialization for few classes 2016-05-28 15:26:31 +02:00
music.h GROOVIE: Clean initialization for few classes 2016-05-28 15:26:31 +02:00
player.cpp GROOVIE: Clean initialization for few classes 2016-05-28 15:26:31 +02:00
player.h JANITORIAL: Reduce audio header dependencies 2016-04-14 16:10:21 +03:00
POTFILES I18N: Move specification of engine specific files to enginedir/POTFILES. 2013-08-12 17:54:31 +02:00
resource.cpp GROOVIE: Remove engine-specific "all" debugflag. Minor naming cleanup. 2014-06-05 03:01:12 +01:00
resource.h GROOVIE: Make GPL headers consistent in themselves. 2014-02-18 02:39:35 +01:00
roq.cpp JANITORIAL: Reduce audio header dependencies 2016-04-14 16:10:21 +03:00
roq.h GROOVIE: Do not play audio in V2 games when only one frame is shown 2014-11-07 12:11:33 +02:00
saveload.cpp GROOVIE: Make GPL headers consistent in themselves. 2014-02-18 02:39:35 +01:00
saveload.h GROOVIE: Make GPL headers consistent in themselves. 2014-02-18 02:39:35 +01:00
script.cpp JANITORIAL: Remove trailing spaces 2016-10-09 14:59:58 +02:00
script.h GROOVIE: Add a stub for opcode 42 in V2 games 2014-11-03 11:40:38 +02:00
stuffit.cpp COMMON: Remove BitStream base class to allow inlining calls 2017-08-24 19:46:59 +02:00
stuffit.h GROOVIE: Make GPL headers consistent in themselves. 2014-02-18 02:39:35 +01:00
vdx.cpp JANITORIAL: Reduce audio header dependencies 2016-04-14 16:10:21 +03:00
vdx.h GROOVIE: Make GPL headers consistent in themselves. 2014-02-18 02:39:35 +01:00