7264 Commits

Author SHA1 Message Date
Philippe Valembois
a8f270eb25 DS: Fix build of C files when specifying -ansi in CXXFLAGS
Compiling externally provided C files using CXXFLAGS makes build fail
when specifying -ansi because files are not ANSI C compliant.
configure script don't provide a CFLAGS variable so we just override
using -std flag
2020-06-02 19:47:57 +02:00
Marcus Comstedt
a37a33c008 DC: Fix a compilation warning 2020-06-01 19:47:31 +02:00
Philippe Valembois
3be555db01 3DS: Don't use auto as it's a C++11ism
That makes build fail when using -ansi
2020-05-30 19:43:13 +02:00
Matthew Jimenez
b4083476d5 KEYMAPPER: Allow mapped actions without modifier keys when no mapped actions exist for current modifier keys 2020-05-30 19:37:20 +02:00
SupSuper
fa615bc52f BACKENDS: Fix inconsistent usage of const modifier
Fixes warnings from mismatching method signatures between parent and child managers
2020-05-30 06:49:09 +01:00
Cameron Cawley
ade9ed2afe TIMIDITY: Replace u_char with unsigned char 2020-05-29 21:37:58 +01:00
Cameron Cawley
6379adad21 WIN32: Fix missing include 2020-05-29 21:17:34 +01:00
Cameron Cawley
23e3a672b0 DS: Fix compilation with C++11 enabled 2020-05-29 20:05:02 +01:00
Cameron Cawley
b28e112d62 OPENGL: Use a 4 bytes per pixel mode when taking screenshots
GL_RGBA and GL_UNSIGNED_BYTE are guaranteed to be usable with glReadPixels() when using OpenGL ES 1.
2020-05-27 12:45:50 +02:00
Cameron Cawley
0a942b1cb1 NULL: Store the parameters passed to initSize() 2020-05-27 12:44:59 +02:00
Cameron Cawley
84c763a048 NULL: Add 16bit support 2020-05-27 12:44:59 +02:00
Cameron Cawley
30c00656e1 NULL: Ensure that the timer callback is called regularly 2020-05-27 12:41:51 +02:00
Cameron Cawley
068b3371bd NULL: Add implementation of getMillis, delayMillis and getTimeAndDate 2020-05-27 12:41:51 +02:00
Cameron Cawley
8201d58577 BACKENDS: Ensure that _timerManager is deleted before _mutexManager 2020-05-25 20:21:05 +01:00
Eugene Sandulenko
a94e90d838 BACKENDS: Fix potential race condition in DefaultTimer 2020-05-25 17:56:15 +02:00
Thanasis Antoniou
a405524123 ANDROID: Use ApplicationContext for WIFI service look up
Android Studio warns for memory leaks otherwise on devices < Android N
2020-05-24 20:30:21 +03:00
Zvika Haramaty
a611975561 WIN32: Fix convertEncoding problem due to String deallcation 2020-05-19 12:32:58 +02:00
Cameron Cawley
fd0741bfb1 RISCOS: Fix missing include 2020-05-15 14:17:42 +01:00
Zvika Haramaty
44c0b4644f SDL: Return unicode keycode for Hebrew input
Before this commit, when typing in Hebrew, SDL reported the equivalent
English keycode. Thus, if user typed Hebrew letter Aleph, it was
reported as ascii of 't' (or 'T', I don't remember...).

It's still impossible to type Hebrew letters in the GUI's input dialogs,
but it's a step forward.
2020-05-12 14:37:10 +02:00
mataniko
2f5eb14d4b JANITORIAL: Rename additional RTL references and comments 2020-05-12 10:36:38 +02:00
mataniko
321a02aff2 JANITORIAL: Rename shouldRTL, resetRTL and FORCE_RTL 2020-05-12 10:36:38 +02:00
mataniko
06242a712b JANITORIAL: Rename EVENT_RTL
Now that ScummVM is adding RTL support, the EVENT_RTL should be disambigious that it is for returning to launcher
2020-05-12 10:36:38 +02:00
Bastien Bouclet
dad5571592 3DS: Fix crash when closing the console while the 3DS options dialog is open 2020-05-11 18:29:08 +02:00
Eugene Sandulenko
2f9c28a699 ANDROID: Another blind attempt to fix compilation. Sigh 2020-05-11 10:11:08 +02:00
Eugene Sandulenko
a211e9db2b ANDROID: Instantiate static class variable 2020-05-11 10:06:58 +02:00
Eugene Sandulenko
ca25a95e2c 3DS: Remove extra dereferencing 2020-05-11 08:31:36 +02:00
Eugene Sandulenko
b11a2aea65 ANDROID: Fix reference 2020-05-11 08:28:28 +02:00
Eugene Sandulenko
449f895680 3DS: Fix compilation 2020-05-11 07:45:46 +02:00
Eugene Sandulenko
fc54286705 ANDROID: Fix compilation 2020-05-11 07:41:21 +02:00
Eugene Sandulenko
bcc9c81174 PSP: Fix compilation 2020-05-11 07:39:26 +02:00
Eugene Sandulenko
1a64d19de7 ANDROID: Fix compilation 2020-05-11 01:51:42 +02:00
Eugene Sandulenko
4f30f26d80 3DS: Fix compilation 2020-05-11 01:51:15 +02:00
Henrik "Henke37" Andersson
8ff38d7409 PSP: Use PauseToken. 2020-05-11 01:35:03 +02:00
Henrik "Henke37" Andersson
84da618366 PS3: Use PauseToken. 2020-05-11 01:35:03 +02:00
Henrik "Henke37" Andersson
7676efd0d9 Backends: Use PauseToken for showing the vkeyboard 2020-05-11 01:35:03 +02:00
Henrik "Henke37" Andersson
ecd23a7e20 Android: Use PauseToken 2020-05-11 01:35:03 +02:00
Henrik "Henke37" Andersson
e73fd6b2cd 3DS: Use PauseToken 2020-05-11 01:35:03 +02:00
Eugene Sandulenko
7a152e9af4 JANITORIAL: #include "engine.h" -> "engines/engine.h" 2020-05-10 23:45:43 +02:00
Henrik "Henke37" Andersson
ce4cfdf5d2 BACKENDS: Use PauseToken 2020-05-10 23:39:31 +02:00
Cameron Cawley
2f6d219dce SDL: Move detection of the desktop resolution into the SdlWindow class 2020-05-10 21:53:07 +02:00
Cameron Cawley
f8a883f2b1 SDL: Unify implementations of activateManager and deactivateManager 2020-05-10 12:02:44 +01:00
mataniko
b0895cf7c2 BACKENDS: Fix SDL version check for SDL_EnableScreenSaver 2020-05-10 00:50:54 -04:00
mataniko
38325bfb94 BACKENDS: Don't turn off screen when ScummVM is running a game 2020-05-10 00:35:29 -04:00
mataniko
dbf404b786 BACKENDS: Allow the screensaver to turn on when ScummVM is running 2020-05-09 19:46:29 -04:00
D G Turner
8f6620b84f SDL2: Fix GCC Compiler Warning about Enum vs. Non-Enum Type in Conditional
The issue is that SDL_GetWindowWMInfo returns a SDL_bool enumeration type
rather than a standard bool. It should be noted that SDL_GetWMInfo used
later in this function returns a int type instead and thus will cast to
bool without warning.
2020-05-09 05:41:20 +01:00
SupSuper
9a3e420bd2 TTS: Fix crash on Windows when there are no audio devices 2020-04-29 15:22:21 +01:00
rsn8887
68fad60eb6 PSP2: Fix cloud integration 2020-04-27 23:02:18 -05:00
Thierry Crozat
e0441544d1 IPHONE: Add support for kFeatureNoQuit
This will ensure the Quit buttons in the GUI are hidden.
2020-04-26 16:26:03 +01:00
Thierry Crozat
298c61844a IOS7: Use abort() instead of exit() for the Fatal error message view 2020-04-26 16:19:37 +01:00
Thierry Crozat
a5bad37f17 IOS: Use abort() instead of exit() 2020-04-26 16:19:37 +01:00