scummvm/backends
Le Philousophe 77fce6614e BACKENDS: OPENGL: Disable scissor test when overlay is for games
WIthout this, the game cannot draw outside its area for subtitles.
This is exhibited when scaling is set to center.
2022-11-20 17:18:38 +01:00
..
audiocd JANITORIAL: Fix various single-character typos 2022-11-11 20:55:56 +01:00
cloud GUI: Add files amount to SaveLoadCloudSyncProgressDialog 2022-08-02 22:08:19 +02:00
dialogs AMIGAOS: Don't use unsafe strcat and strcpy 2022-10-23 22:46:19 +02:00
events COMMON: Allow registering multiple event mappers 2022-06-18 23:13:17 +02:00
fs WIN32: Don't use unsafe sprintf and vsprintf 2022-10-23 22:46:19 +02:00
graphics BACKENDS: OPENGL: Disable scissor test when overlay is for games 2022-11-20 17:18:38 +01:00
graphics3d BACKENDS3D: Revert my changes to Framebuffer viewport state. 2022-11-15 23:23:50 +01:00
keymapper COMMON: Allow registering multiple event mappers 2022-06-18 23:13:17 +02:00
log ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
midi MACOSX: Simplify detection conditions for the older CoreAudio API 2022-11-09 12:27:51 +01:00
mixer SDL: Allow selecting the audio channel count from the command line 2022-11-18 17:17:00 +01:00
mutex ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
networking NETWORKING: Properly process TLS errors. 2022-10-10 22:37:22 +02:00
platform COMMON: Move FFT, DCT, MDCT, RDFT, SineTable, CosineTable and getSineWindow into Math 2022-11-20 14:32:05 +01:00
plugins VITA: Add plugins support 2022-08-07 18:15:09 +02:00
presence/discord ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
saves JANITORIAL: Fix various single-character typos 2022-11-11 20:55:56 +01:00
taskbar MACOSX: Update some comments about macOS 10.4/10.5 behavior 2022-11-05 10:09:58 +01: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: Fix euro symbol description in keycodeDescTable 2022-10-07 12:45:40 +02:00
base-backend.cpp ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
base-backend.h ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
modular-backend.cpp COMMON: Allow games to use overlay for something else than GUI 2022-11-12 19:12:05 +01:00
modular-backend.h COMMON: Allow games to use overlay for something else than GUI 2022-11-12 19:12:05 +01:00
module.mk BACKENDS: OPENGL: Initial WIP import for shader support 2022-10-08 23:39:18 +02:00