Commit Graph
8933 Commits
Author SHA1 Message Date
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
Hubert Maier 9a515b0d33 AMIGAOS4: Automate installation process on local builds 2020-05-29 19:20:31 +02: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 1e1d8fbe5a RISCOS/PS3: Ensure that event sources are using the right parent class 2020-05-15 15:48:08 +02:00
Cameron Cawley 65a09ee0fa BASE: Always set a default value for the vsync config key 2020-05-15 15:48:08 +02:00
Cameron Cawley 487c2f6221 RISCOS: Fix missing include 2020-05-15 15:48:08 +02:00
Cameron Cawley fd0741bfb1 RISCOS: Fix missing include 2020-05-15 14:17:42 +01:00
Pawel Kolodziejski 440fe9d5f4 SDL: Fixed win32 target compilation 2020-05-13 01:39:47 +02:00
Pawel Kolodziejski 6e02b9d5d6 SDL: Based on PR #1624 and more sync with ScummVM 2020-05-12 23:46:03 +02:00
Pawel Kolodziejski 8538d8d5e9 SDL: Bypass some joystick keymapper flow as it generate simultaneous mouse event too. This restore proper joystick events to engines which support joystick. 2020-05-12 21:03:38 +02:00
Pawel Kolodziejski a36764257b SDL: Fixed typo in pollEvent and reduce code duplication. 2020-05-12 14:58:16 +02: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
Pawel Kolodziejski 128f7fc156 SDL: Attempt to fix joystick support 2020-05-11 21:57:41 +02:00
Pawel Kolodziejski 88cefe47c0 ALL: Small sync with ScummVM 2020-05-11 21:56:33 +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
Pawel Kolodziejski d01d06216f SDL: Move detection of the desktop resolution into the SdlWindow class 2020-05-10 23:04: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 05990f23e6 RISCOS: Add FindHelp from ScummVM 2020-05-10 20:06:28 +02:00
Cameron Cawley 335ac3e539 RISCOS: Support creating a StrongHelp manual 2020-05-10 20:06:28 +02:00