aboutsummaryrefslogtreecommitdiff
path: root/backends
AgeCommit message (Collapse)Author
2019-10-09WII: Destroy everything before exitingLe Philousophe
That let's close virtual keyboard file.
2019-10-09PLUGINS: Implement NONE relocation for PPCLe Philousophe
It's used by recent versions of GCC in .eh_frame sections
2019-10-09WII: Add time.h to forbidden symbols exceptionsLe Philousophe
As network.h includes time.h, we must add this exception. We can't include network.h before scummsys.h as inclusion depends on definitions located in config.h which is loaded by scummsys.h.
2019-10-09WII: Fix reset_cb prototype for newer versions of libogcLe Philousophe
2019-10-08AMIGAOS4: Properly copy the doc drawerHubert Maier
...and add another comment and clean up.
2019-10-08JANITORIAL: Add more info to track it down laterHubert Maier
2019-10-08JANITORIAL: English and spacingHubert Maier
2019-10-08JANITORIAL: WordingHubert Maier
2019-10-08AMIGAOS4: Fix NULL accessHubert Maier
2019-10-08ANDROID: 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-06ANDROID: Update starting version code for next release apks to 40Thanasis Antoniou
2019-10-06GCW0: Clarify where to put binary on the deviceEugene Sandulenko
2019-10-06GCW0: The hardware has its own downscaler, do not use half-scalerEugene Sandulenko
2019-10-05JANITORIAL: Fix typo in commentThierry Crozat
2019-10-05ANDROID: Set target SDK to 26 to AndroidManifest.xml and project.properties ↵Thanasis Antoniou
files
2019-10-05ANDROID: Bump the target SDK to match the Google Play releaseEugene Sandulenko
2019-10-05ANDROID: Added info about historical release version codesEugene Sandulenko
2019-10-05OPENGL: Add Missing Default Switch CasesD G Turner
These are flagged by GCC if -Wswitch-default is enabled.
2019-10-05NETWORKING: Fix Signed vs. Unsigned Compiler WarningsD G Turner
2019-10-05SWITCH: Remove Set But Unused Variables from Events CodeD G Turner
These were causing compiler warnings for the porter.
2019-10-04MAEMO: Update debian/changelogTarek Soliman
2019-10-04CLOUD: Add Missing Default Switch CasesD G Turner
These are flagged by GCC if -Wswitch-default is enabled.
2019-09-27ANDROID: Added more logic for scraping the storage pathsEugene Sandulenko
2019-09-27ANDROID: Request permissions to external storageEugene Sandulenko
2019-09-27ANDROID: Fix exceptionEugene Sandulenko
2019-09-27ANDROID: Added list of external storages to the list of accessible directoriesEugene Sandulenko
2019-09-27ANDROID: Use external storage enumerator for the root directoryEugene Sandulenko
2019-09-27ANDROID: Hook getAllStorageLocations() into JNIEugene Sandulenko
2019-09-27ANDROID: Hook external storage class into ScummVMHelperEugene Sandulenko
2019-09-27ANDROID: Turn map into spliced list for easier marshallingEugene Sandulenko
2019-09-27ANDROID: Initial code for external storage enumeratorEugene Sandulenko
2019-09-24MAEMO: Update debian/rules for new filesTarek Soliman
2019-09-24SDL: Fix build for older SDL versionsTarek Soliman
This fixed the breakage caused by 6dba0bbfd421121056fba0d348794ead2928c662 in ancient SDL1 versions that don't have SDL_iconv_string() Closes gh-1862
2019-09-24ANDROID: Use _system->destroy() instead of just delete in JNI::Destroy()Thanasis Antoniou
2019-09-23ANDROID: 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-23ANDROID: Fix crash when exiting a game (Blade Runner)Thanasis Antoniou
2019-09-23RELEASE: This is 2.2.0gitEugene Sandulenko
2019-09-21SURFACESDL: Properly distinguish between 555 and 565 modesCameron Cawley
2019-09-21BACKENDS: Add EVENT_CLIPBOARD_UPDATE eventCameron Cawley
2019-09-21BACKENDS: Add a default clipboard implementationCameron Cawley
2019-09-21NETWORKING: Convert translation results to UTF-8 for local webserver pagesThierry Crozat
2019-09-19RISCOS: Minor build system improvementsCameron Cawley
2019-09-18RISCOS: Ignore non-convertible UTF-8 characters when converting the ↵Cameron Cawley
documentation
2019-09-18RISCOS: Fix building outside the main source treeCameron Cawley
2019-09-16Revert "WIN32: Fix getting the parent directory of non-existant file nodes"Alexander Tkachev
2019-09-15CLOUD: Fix MSVC Warning in Google Drive Token RefresherD G Turner
This was reported by Henke37 on IRC.
2019-09-15Revert "COMMON: Implement FSNode::createDirectoryRecursive()"Cameron Cawley
This reverts commit aca627bec7b407790d78a64df984344ff454c15b.
2019-09-15ANDROID: Use FORBIDDEN_SYMBOL_EXCEPTION_getenv for browser_lastpath purposesThanasis Antoniou
2019-09-15ANDROID: Set default browser_lastpath to /storageThanasis Antoniou
Avoid use of get_env
2019-09-15ANDROID: Set default browser_lastpathThanasis Antoniou