Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This fixed the breakage caused by 6dba0bbfd421121056fba0d348794ead2928c662
in ancient SDL1 versions that don't have SDL_iconv_string()
Closes gh-1862
|
|
|
|
Since it is already called in Jni::main after scummvm_main() returns. The second call in destroy caused crashes on some devices.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
documentation
|
|
|
|
|
|
This was reported by Henke37 on IRC.
|
|
This reverts commit aca627bec7b407790d78a64df984344ff454c15b.
|
|
|
|
Avoid use of get_env
|
|
|
|
|
|
|
|
The fix is borrowed from the Switch backend
|
|
|
|
Prevents the process from hanging on exit when using the
Quit button in launcher or a game's quit function
|
|
* ANDROID: Rewrite to make use of OpenGLGraphicsManager
* ANDROID: Fix emulated mouse button up events
|
|
|
|
|
|
|
|
|
|
|
|
This gets rid of freezes when using TTS on Windows.
|
|
|
|
|
|
|
|
|
|
Add a new define for the SpeechDispatcherManager
|
|
Use defined(USE_TTS) && defined(PLATFORM) instead
|
|
|
|
Refactoring as suggested by bluegr on github.
|
|
|
|
|