scummvm/backends
Torbjörn Andersson 5c8bd3b687 SURFACESDL: Fix grabOverlay() regression
The grabOverlay() function would only copy half the width of the
overlay. This was probably more or less visible in any game that could
show a ScummVM dialog (e.g. the pause dialog in SCUMM games, or any
message box in the Hugo games).

Is crossBlit() overkill here? Probably, but it should fall back on
copyBlit() if the source and destination formats are the same.

Besides, this way perhaps I will finally get some more feedback on how
to fix the regression.
2021-06-30 19:15:51 +02:00
..
audiocd WIN32: Make Win32AudioCDManager UNICODE compatible 2021-06-29 12:38:01 -05:00
cloud JANITORIAL: Remove trailing whitespaces 2021-05-04 11:46:30 +03:00
dialogs JANITORIAL: Remove trailing whitespaces 2021-05-04 11:46:30 +03:00
events DS: Update the MaxMod callback manually 2021-06-19 14:32:10 +02:00
fs WIN32: Make StdioStream UNICODE compatible 2021-06-29 12:38:01 -05:00
graphics SURFACESDL: Fix grabOverlay() regression 2021-06-30 19:15:51 +02:00
graphics3d/openglsdl BACKENDS: fixed segfault in EventRecorder with buffer out of bounds writes 2021-06-19 14:34:52 +02:00
keymapper JANITORIAL: Remove trailing whitespaces 2021-05-04 11:46:30 +03:00
log JANITORIAL: Replace spaces in indentation with tabs 2021-04-15 21:20:36 +02:00
midi WIN32: Make MidiDriver_WIN UNICODE compatible 2021-06-29 12:38:01 -05:00
mixer DS: Update the MaxMod callback manually 2021-06-19 14:32:10 +02:00
mutex ANDROID: Add override keywords 2020-10-14 17:48:29 +01:00
networking JANITORIAL: Remove trailing whitespaces 2021-05-04 11:46:30 +03:00
platform Update backends/platform/symbian/symbian_builder/piper.py 2021-06-30 16:33:47 +02:00
plugins WIN32: Make Win32Plugin UNICODE compatible 2021-06-29 12:38:01 -05:00
presence/discord ALL: Synced with ScummVM - rev: 33a47d23b8 2020-09-03 02:21:14 +02:00
saves BACKENDS: Fix undefined parsing of timestamps file 2021-06-29 13:37:51 -05:00
taskbar WIN32: Make Win32TaskbarManager UNICODE compatible 2021-06-29 12:38:01 -05:00
text-to-speech WIN32: Make WindowsTextToSpeechManager UNICODE compatible 2021-06-29 12:38:01 -05:00
timer ALL: Synced with ScummVM - rev: 33a47d23b8 2020-09-03 02:21:14 +02:00
updates JANITORIAL: Replace spaces in indentation with tabs 2021-04-15 21:20:36 +02:00
vkeybd BACKENDS: fixed segfault in EventRecorder with buffer out of bounds writes 2021-06-19 14:34:52 +02:00
base-backend.cpp BACKENDS: Add getDefaultScaler and getDefaultScaleFactor to OSystem 2021-06-23 21:29:53 +02:00
base-backend.h SDL: Begin refactoring the API for selecting scalers 2021-06-23 21:29:53 +02:00
modular-backend.cpp GUI: Fix compiler warning 2021-06-24 11:34:45 +03:00
modular-backend.h BACKENDS: Fix compiler warning 2021-06-24 13:17:58 +01:00
module.mk SDL: Refactor OpenGLSdlGraphics3dManager to inherit from SdlGraphicsManager 2021-04-17 20:32:27 +02:00