scummvm/engines/agos
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
..
drivers AGOS: Reduce audio header dependencies 2016-04-14 16:48:02 +03:00
agos.cpp ENGINES: Remove default1x scaler flag 2017-10-07 12:30:29 -05:00
agos.h AGOS: Reduce audio header dependencies 2016-04-14 16:48:02 +03:00
animation.cpp AGOS: Fix uninitialized variables 2016-05-24 19:49:38 +02:00
animation.h
charset-fontdata.cpp
charset.cpp
configure.engine CONFIGURE: Introduced new engine dependency: highres 2016-03-05 14:25:56 +01:00
contain.cpp
cursor.cpp AGOS: Reduce audio header dependencies 2016-04-14 16:48:02 +03:00
debug.cpp
debug.h
debugger.cpp AGOS: Reduce audio header dependencies 2016-04-14 16:48:02 +03:00
debugger.h
detection_tables.h AGOS: Added Russian Simon2 Talkie. Submitted by Dimouse 2016-04-16 23:39:38 +02:00
detection.cpp ALL: Make simpleSaveNames() a MetaEngineFeature 2016-08-24 16:07:55 +06:00
draw.cpp AGOS: Fix value truncation in AGOSEngine::animateSprites 2017-09-11 08:14:55 +02:00
event.cpp AGOS: Reduce audio header dependencies 2016-04-14 16:48:02 +03:00
feeble.cpp AGOS: Fix uninitialized variables 2016-05-24 19:49:38 +02:00
gfx.cpp AGOS: Adjust indentation. 2015-06-30 18:54:10 +02:00
icons.cpp AGOS: Reduce audio header dependencies 2016-04-14 16:48:02 +03:00
input_pn.cpp
input.cpp AGOS: Reduce audio header dependencies 2016-04-14 16:48:02 +03:00
intern.h
items.cpp
menus.cpp
midi.cpp JANITORIAL: Remove trailing spaces 2016-10-09 14:59:58 +02:00
midi.h Revert "AGOS: Add updated patch for #647 - Simon 1 DOS Adlib instrument bank" 2015-07-23 22:33:56 +02:00
midiparser_s1d.cpp AGOS: MidiParser_S1D: do proper skipping of SysEx 2015-06-21 11:19:28 +02:00
module.mk AGOS: Add initial version of Simon1 DOS AdLib output. 2015-07-23 22:33:56 +02:00
oracle.cpp
pn.cpp
POTFILES
res_ami.cpp
res_snd.cpp AGOS: Reduce audio header dependencies 2016-04-14 16:48:02 +03:00
res.cpp AGOS: Reduce audio header dependencies 2016-04-14 16:48:02 +03:00
rooms.cpp AGOS: Fix changing rooms in the PC version of Waxworks. 2015-05-19 20:23:21 +10:00
saveload.cpp ALL: game state => saved game 2016-11-29 20:15:20 +01:00
script_dp.cpp
script_e1.cpp AGOS: Reduce audio header dependencies 2016-04-14 16:48:02 +03:00
script_e2.cpp AGOS: Reduce audio header dependencies 2016-04-14 16:48:02 +03:00
script_ff.cpp AGOS: Reduce audio header dependencies 2016-04-14 16:48:02 +03:00
script_pn.cpp AGOS: Reduce audio header dependencies 2016-04-14 16:48:02 +03:00
script_pp.cpp
script_s1.cpp AGOS: Reduce audio header dependencies 2016-04-14 16:48:02 +03:00
script_s2.cpp AGOS: Reduce audio header dependencies 2016-04-14 16:48:02 +03:00
script_ww.cpp AGOS: Reduce audio header dependencies 2016-04-14 16:48:02 +03:00
script.cpp AGOS: Reduce audio header dependencies 2016-04-14 16:48:02 +03:00
sound.cpp JANITORIAL: Typos detected with lintian & grep 2016-02-15 18:27:02 +01:00
sound.h
string_pn.cpp AGOS: Safer string manipulation 2016-05-12 14:29:53 +02:00
string.cpp AGOS: Add missing subtitle delay for Simon the Sorcerer 1 (Hebrew DOS CD). 2016-10-25 09:12:09 +11:00
subroutine.cpp AGOS: Fix wrongly indented debugC() statement 2016-07-20 18:39:42 +02:00
verb_pn.cpp
verb.cpp
vga_e2.cpp AGOS: Reduce audio header dependencies 2016-04-14 16:48:02 +03:00
vga_ff.cpp AGOS: Reduce audio header dependencies 2016-04-14 16:48:02 +03:00
vga_pn.cpp
vga_s1.cpp AGOS: Reduce audio header dependencies 2016-04-14 16:48:02 +03:00
vga_s2.cpp AGOS: Reduce audio header dependencies 2016-04-14 16:48:02 +03:00
vga_ww.cpp
vga.cpp AGOS: Reduce audio header dependencies 2016-04-14 16:48:02 +03:00
vga.h
window.cpp
zones.cpp AGOS: Allow digital sound effects file to be used in PC version of Elvira 2. 2015-06-21 19:14:54 +10:00