scummvm/engines/kyra
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
..
animator_hof.cpp
animator_lok.cpp
animator_lok.h
animator_mr.cpp
animator_tim.cpp KYRA: (LOL) - fix #7183 (LOL-CD: game crashes and exits when looking/picking item) 2016-08-27 22:09:37 +02:00
animator_v2.cpp
chargen.cpp
configure.engine
darkmoon.cpp
darkmoon.h
debugger.cpp JANITORIAL: Reduce GUI header dependencies 2016-04-14 13:30:14 +03:00
debugger.h
detection_tables.h KYRA: Formatting fixes. 2016-02-27 17:28:01 +01:00
detection.cpp ALL: Make simpleSaveNames() a MetaEngineFeature 2016-08-24 16:07:55 +06:00
eob.cpp
eob.h
eobcommon.cpp JANITORIAL: Reduce audio header dependencies 2016-04-14 16:10:21 +03:00
eobcommon.h
gui_eob.cpp JANITORIAL: Silence more GCC 7 warnings 2017-08-06 13:30:51 +02:00
gui_eob.h
gui_hof.cpp
gui_hof.h
gui_lok.cpp
gui_lok.h
gui_lol.cpp JANITORIAL: Typos detected with lintian & grep 2016-02-15 18:27:02 +01:00
gui_lol.h
gui_mr.cpp
gui_mr.h
gui_rpg.cpp
gui_v1.cpp JANITORIAL: Typos detected with lintian & grep 2016-02-15 18:27:02 +01:00
gui_v1.h
gui_v2.cpp
gui_v2.h
gui.cpp KYRA: Cleanup listing of actual save slots in GUI::updateSaveFileList. 2016-01-26 17:00:38 +01:00
gui.h
item.h
items_eob.cpp
items_hof.cpp
items_lok.cpp KYRA: Remove redundant code. 2016-05-17 19:12:14 +02:00
items_lol.cpp
items_mr.cpp
items_v2.cpp
kyra_hof.cpp
kyra_hof.h
kyra_lok.cpp JANITORIAL: Reduce GUI header dependencies 2016-04-14 13:30:14 +03:00
kyra_lok.h
kyra_mr.cpp
kyra_mr.h
kyra_rpg.cpp
kyra_rpg.h
kyra_v1.cpp
kyra_v1.h KYRA: Fix openSaveForWriting() to return OutSaveFile 2016-08-24 16:07:55 +06:00
kyra_v2.cpp KYRA: Initialize variable before usage. 2016-04-15 00:26:17 +02:00
kyra_v2.h
lol.cpp
lol.h KYRA: (LOL) Fix buffer overflow in _lastOverridePalFile 2016-10-25 23:13:22 +02:00
magic_eob.cpp
module.mk
POTFILES KYRA: Update POTFILES 2016-11-26 11:14:02 +01:00
resource_intern.cpp Revert "KYRA: Plug memory leak" 2016-05-15 15:48:17 +02:00
resource_intern.h
resource.cpp
resource.h KYRA: Simplify Kyra1 audio track filename handling 2016-05-15 16:13:25 +02:00
saveload_eob.cpp ALL: save file => saved game 2016-11-29 21:10:59 +01:00
saveload_hof.cpp KYRA: Fix openSaveForWriting() to return OutSaveFile 2016-08-24 16:07:55 +06:00
saveload_lok.cpp KYRA: Fix openSaveForWriting() to return OutSaveFile 2016-08-24 16:07:55 +06:00
saveload_lol.cpp KYRA: Fix openSaveForWriting() to return OutSaveFile 2016-08-24 16:07:55 +06:00
saveload_mr.cpp KYRA: Fix openSaveForWriting() to return OutSaveFile 2016-08-24 16:07:55 +06:00
saveload_rpg.cpp
saveload.cpp ALL: game state => saved game 2016-11-29 20:15:20 +01:00
scene_eob.cpp
scene_hof.cpp
scene_lok.cpp
scene_lol.cpp KYRA: (LOL) Fix buffer overflow in _lastOverridePalFile 2016-10-25 23:13:22 +02:00
scene_mr.cpp
scene_rpg.cpp
scene_v1.cpp
scene_v2.cpp
screen_eob.cpp
screen_eob.h
screen_hof.cpp
screen_hof.h
screen_lok.cpp
screen_lok.h
screen_lol.cpp
screen_lol.h
screen_mr.cpp
screen_mr.h
screen_v2.cpp
screen_v2.h
screen.cpp ENGINES: Remove default1x scaler flag 2017-10-07 12:30:29 -05:00
screen.h
script_eob.cpp
script_eob.h
script_hof.cpp
script_lok.cpp
script_lol.cpp
script_mr.cpp
script_tim.cpp
script_tim.h
script_v1.cpp
script_v2.cpp
script.cpp
script.h
seqplayer.cpp
seqplayer.h
sequences_darkmoon.cpp
sequences_eob.cpp
sequences_hof.cpp
sequences_hof.h
sequences_lok.cpp JANITORIAL: Silence more GCC 7 warnings 2017-08-06 13:30:51 +02:00
sequences_lol.cpp
sequences_mr.cpp
sequences_v2.cpp
sound_adlib.cpp JANITORIAL: Reduce audio header dependencies 2016-04-14 16:10:21 +03:00
sound_adlib.h
sound_amiga.cpp
sound_digital.cpp
sound_digital.h
sound_intern.h AUDIO: (FM-TOWNS) - cleanup euphony code 2015-11-09 18:41:06 +01:00
sound_lok.cpp
sound_lol.cpp KYRA: (LOL) fix bug #7104 (LOL-CD: mixing sfx and voice mode does not work) 2016-04-03 13:06:16 +02:00
sound_midi.cpp
sound_pcspk.cpp
sound_towns.cpp BACKENDS: Only expose one set of functions for AudioCDManager 2016-03-13 13:57:19 +01:00
sound.cpp KYRA: Run astyle on sound.cpp. 2016-02-09 09:54:04 +01:00
sound.h
sprites_eob.cpp
sprites_lol.cpp
sprites_rpg.cpp
sprites.cpp
sprites.h
staticres_eob.cpp
staticres_lol.cpp KYRA: (LOL) fix bug #7104 (LOL-CD: mixing sfx and voice mode does not work) 2016-04-03 13:06:16 +02:00
staticres_rpg.cpp
staticres.cpp ALL: Leave out instructions for engine data issues 2016-12-08 13:38:56 +01:00
text_hof.cpp
text_hof.h
text_lok.cpp
text_lol.cpp
text_lol.h
text_mr.cpp
text_mr.h
text_rpg.cpp
text_rpg.h
text.cpp
text.h
timer_eob.cpp
timer_hof.cpp
timer_lok.cpp
timer_lol.cpp
timer_mr.cpp
timer_rpg.cpp
timer.cpp JANITORIAL: Typos 2016-10-31 09:56:43 +01:00
timer.h
util.cpp
util.h
vqa.cpp VIDEO: Allow setting the mixer sound type used to play audio tracks 2017-07-27 06:40:07 +02:00
vqa.h VIDEO: Allow setting the mixer sound type used to play audio tracks 2017-07-27 06:40:07 +02:00
wsamovie.cpp
wsamovie.h