Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-10-14 | 3DS: Fix creating the scummvm directory on the SD card | Bastien Bouclet | |
2019-10-14 | 3DS: Fix OSystem::grabOverlay | Bastien Bouclet | |
Fixes the transparency effects in the GUI. | |||
2019-10-14 | 3DS: Embed ScummVM's support files in the package | Bastien Bouclet | |
2019-10-13 | SWITCH: Fix cloud integration | rsn8887 | |
2019-10-13 | AMIGAOS4: amigaos.mk - Fix cp command | Hubert Maier | |
2019-10-13 | AMIGAOS4: amigaos.mk - Add plugins target | Hubert Maier | |
2019-10-13 | AMIGAOS4: Further update amigaos.mk | Hubert Maier | |
- Reordering, restructuring and updating - Added shared library plugins copying, if available - Added copying doc / subdir - Changed copying DIST_FILES_DOCS to doc/ subdir - Added some comments | |||
2019-10-11 | ANDROID: Fix audio cd manager crash upon exit | Thanasis Antoniou | |
2019-10-09 | WII: Destroy everything before exiting | Le Philousophe | |
That let's close virtual keyboard file. | |||
2019-10-09 | WII: Fix reset_cb prototype for newer versions of libogc | Le Philousophe | |
2019-10-08 | AMIGAOS4: Properly copy the doc drawer | Hubert Maier | |
...and add another comment and clean up. | |||
2019-10-08 | ANDROID: Ask for external storage access onCreate() | Thanasis Antoniou | |
This is a quick fix, it needs to be improved upon With this fix on devices with API >= Marshmallow (6.0.1) the ScummVM app will ask for the permission during runtime onCreate(), and not only when trying to browse the list of folders and files. However, it is only a quick fix, because the original behavior will still kick in and the prompt to Quit because no SD Card was detected will be displayed anyway. So even if the user grants access during runtime, they will still be forced to exit the app and will have to relaunch. | |||
2019-10-06 | ANDROID: Update starting version code for next release apks to 40 | Thanasis Antoniou | |
2019-10-06 | GCW0: Clarify where to put binary on the device | Eugene Sandulenko | |
2019-10-05 | JANITORIAL: Fix typo in comment | Thierry Crozat | |
2019-10-05 | ANDROID: Set target SDK to 26 to AndroidManifest.xml and project.properties ↵ | Thanasis Antoniou | |
files | |||
2019-10-05 | ANDROID: Bump the target SDK to match the Google Play release | Eugene Sandulenko | |
2019-10-05 | ANDROID: Added info about historical release version codes | Eugene Sandulenko | |
2019-10-04 | MAEMO: Update debian/changelog | Tarek Soliman | |
2019-09-27 | ANDROID: Added more logic for scraping the storage paths | Eugene Sandulenko | |
2019-09-27 | ANDROID: Request permissions to external storage | Eugene Sandulenko | |
2019-09-27 | ANDROID: Fix exception | Eugene Sandulenko | |
2019-09-27 | ANDROID: Added list of external storages to the list of accessible directories | Eugene Sandulenko | |
2019-09-27 | ANDROID: Hook getAllStorageLocations() into JNI | Eugene Sandulenko | |
2019-09-27 | ANDROID: Hook external storage class into ScummVMHelper | Eugene Sandulenko | |
2019-09-27 | ANDROID: Turn map into spliced list for easier marshalling | Eugene Sandulenko | |
2019-09-27 | ANDROID: Initial code for external storage enumerator | Eugene Sandulenko | |
2019-09-24 | MAEMO: Update debian/rules for new files | Tarek Soliman | |
2019-09-24 | SDL: Fix build for older SDL versions | Tarek Soliman | |
This fixed the breakage caused by 6dba0bbfd421121056fba0d348794ead2928c662 in ancient SDL1 versions that don't have SDL_iconv_string() Closes gh-1862 | |||
2019-09-24 | ANDROID: Use _system->destroy() instead of just delete in JNI::Destroy() | Thanasis Antoniou | |
2019-09-23 | ANDROID: Remove duplicate _system->quit() from JNI::Destroy() | Thanasis Antoniou | |
Since it is already called in Jni::main after scummvm_main() returns. The second call in destroy caused crashes on some devices. | |||
2019-09-23 | ANDROID: Fix crash when exiting a game (Blade Runner) | Thanasis Antoniou | |
2019-09-23 | RELEASE: This is 2.2.0git | Eugene Sandulenko | |
2019-09-21 | BACKENDS: Add a default clipboard implementation | Cameron Cawley | |
2019-09-18 | RISCOS: Ignore non-convertible UTF-8 characters when converting the ↵ | Cameron Cawley | |
documentation | |||
2019-09-18 | RISCOS: Fix building outside the main source tree | Cameron Cawley | |
2019-09-15 | ANDROID: Use FORBIDDEN_SYMBOL_EXCEPTION_getenv for browser_lastpath purposes | Thanasis Antoniou | |
2019-09-15 | ANDROID: Set default browser_lastpath to /storage | Thanasis Antoniou | |
Avoid use of get_env | |||
2019-09-15 | ANDROID: Set default browser_lastpath | Thanasis Antoniou | |
2019-09-14 | ANDROIDSDL: Remove warning about unhandled kFeature | Antoniou Athanasios | |
The fix is borrowed from the Switch backend | |||
2019-09-10 | IOS: Call exit(0) when exiting to prevent hanging | sluicebox | |
Prevents the process from hanging on exit when using the Quit button in launcher or a game's quit function | |||
2019-09-08 | ANDROID: Rewrite to make use of OpenGLGraphicsManager (#1695) | Cameron Cawley | |
* ANDROID: Rewrite to make use of OpenGLGraphicsManager * ANDROID: Fix emulated mouse button up events | |||
2019-09-06 | PSP: Fix missing semicolon | Cameron Cawley | |
2019-09-06 | RISCOS: Fix checking the "enable_reporter" config option | Cameron Cawley | |
2019-09-06 | PSP: Replace PSPSaveFileManager with DefaultSaveFileManager | Cameron Cawley | |
2019-09-05 | SDL: Copy result of SDL_iconv_string() | Jaromir Wysoglad | |
2019-09-02 | COMMON: Don't include win32.h in common/encoding.h | SupSuper | |
2019-09-01 | WIN32: Use uint instead of unsigned int. | Jaromir Wysoglad | |
2019-09-01 | TTS: Rename LinuxTextToSpeechManager to SpeechDispatcherManager | Jaromir Wysoglad | |
Add a new define for the SpeechDispatcherManager | |||
2019-09-01 | TTS: Remove USE_PLATFORM_TTS defines | Jaromir Wysoglad | |
Use defined(USE_TTS) && defined(PLATFORM) instead |