scummvm/backends
Eugene Sandulenko 14ec3f45fa - Heavily modified patch #1214784: "Disable overlay scaling"
- Eriktorbjorn's patch from same tracker item for scaling sword1/2 cutscenes
  is applied as is. It lacks resolution switch on-the-fly.
- GUI widgets are repositioned on the fly and use most space, even aspect
  ratio corrected screen is used without scaling
- Heavy tesing is required, but works for me in all cases except for bug
  #1483272: "GUI: SCUMM pause dialog breaks upon scaler switch" which needs more
  work.
- I probavly broke some backend or two

svn-id: r22505
2006-05-17 23:52:45 +00:00
..
dc - Heavily modified patch #1214784: "Disable overlay scaling" 2006-05-17 23:52:45 +00:00
fs Add code for get current directory 2006-05-13 11:18:52 +00:00
gp32 - Heavily modified patch #1214784: "Disable overlay scaling" 2006-05-17 23:52:45 +00:00
maemo Backends now are also responsile for deiniting properly. In particular, moved the call to quit() from scummvm_main to the various backend main routines (porters may want to replace it by something different) 2006-04-02 14:31:23 +00:00
midi Avoid using exceptions 2006-04-14 23:21:59 +00:00
morphos - Heavily modified patch #1214784: "Disable overlay scaling" 2006-05-17 23:52:45 +00:00
null - Heavily modified patch #1214784: "Disable overlay scaling" 2006-05-17 23:52:45 +00:00
PalmOS - Heavily modified patch #1214784: "Disable overlay scaling" 2006-05-17 23:52:45 +00:00
ps2 - Heavily modified patch #1214784: "Disable overlay scaling" 2006-05-17 23:52:45 +00:00
psp - Heavily modified patch #1214784: "Disable overlay scaling" 2006-05-17 23:52:45 +00:00
sdl - Heavily modified patch #1214784: "Disable overlay scaling" 2006-05-17 23:52:45 +00:00
symbian Updates for S60V3 and UIQ3 2006-05-04 20:47:27 +00:00
wince - Heavily modified patch #1214784: "Disable overlay scaling" 2006-05-17 23:52:45 +00:00
x11 - Heavily modified patch #1214784: "Disable overlay scaling" 2006-05-17 23:52:45 +00:00
intern.h With this change, backends are now responsible for instantiating their OSystem class before calling scummvm_main (Note: PalmOS and Symbian are not yet converted, and won't work currently) 2006-04-02 14:16:31 +00:00
module.mk Moved dummy MIDI driver from backends/ to sound/ (this fixes bug #1435221) 2006-02-25 14:45:31 +00:00