scummvm/backends
Le Philousophe 34c70f148d BACKENDS: OPENGL: Don't update screen if there is no pipeline
This avoids crashes when updateScreen is called when context has been
destroyed and not yet created again.
2023-12-09 18:11:30 +01:00
..
audiocd BACKENDS: Fix memory leak in DefaultAudioCDManager. PVS-Studio V773 2023-12-05 09:24:31 -08:00
cloud BACKENDS: CLOUD: Remove last pass-by value arguments 2023-10-30 10:49:36 +01:00
dialogs BACKENDS: DIALOGS: GTK: Set and restore locale when using GTK dialogs 2023-03-03 08:45:21 +01:00
dlc DLC: Remove Playstore code 2023-09-14 08:22:56 +02:00
events BACKENDS: ATARI: Use unordered_set for dirty rects 2023-06-15 22:58:13 +02:00
fs BACKENDS: Add function in FS Factory to map scummvm path to system path 2023-12-03 16:17:32 +00:00
graphics BACKENDS: OPENGL: Don't update screen if there is no pipeline 2023-12-09 18:11:30 +01:00
graphics3d GRAPHICS3D: Clear screen while hiding overlay 2023-11-26 16:12:14 +01:00
keymapper KEYMAPPER: const correctness for getActionMapping 2023-12-03 20:16:27 +11:00
log ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
midi TIMIDITY: Fix Format Truncation GCC Compiler Warning 2023-02-12 14:09:13 +00:00
mixer BACKENDS: Add missing override keyword 2023-11-10 15:22:26 +01:00
mutex ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
networking BACKENDS: Avoid passing arguments by value in cloud and networking 2023-10-29 01:51:38 +02:00
platform DOCS: Rename korean quick guide file 2023-12-09 15:37:21 +01:00
plugins DS: Hack to work around ARM/Thumb relocation issues in the SCUMM engine 2023-11-05 22:01:40 +01:00
presence/discord ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
saves ALL: Unify zlib and gzio API 2023-08-28 21:49:03 +02:00
taskbar BACKENDS: Disable Unity taskbar warning 2023-11-07 16:07:11 -08:00
text-to-speech MACOSX: Update some comments about macOS 10.4/10.5 behavior 2022-11-05 10:09:58 +01:00
timer ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
updates JANITORIAL: Fix some lost or outdated URLs in comments 2022-05-19 07:57:31 +03:00
vkeybd VKEYBD: Support RGB332 backing surface 2023-01-12 10:27:20 +03:00
base-backend.cpp BACKENDS: Remove leftover code 2023-08-14 00:40:42 +02:00
base-backend.h BACKENDS: Remove leftover code 2023-08-14 00:40:42 +02:00
modular-backend.cpp BACKENDS: Remove leftover code 2023-08-14 00:40:42 +02:00
modular-backend.h BACKENDS: Allow filling part of the screen with OSystem::fillScreen 2023-08-06 23:03:46 +02:00
module.mk BACKENDS: ATARI: Implement internal downsampling to 8-bit 2023-11-09 18:20:06 +01:00