aboutsummaryrefslogtreecommitdiff
path: root/backends/platform
AgeCommit message (Collapse)Author
2019-10-23ANDROID: Simplify handling of menu/back button eventsCameron Cawley
2019-10-23ANDROID: Add swap menu and back buttons optionCameron Cawley
2019-10-21AMIGAOS4: Automate special target installation even more (#1901)Hubert Maier
* AMIGAOS4: Update amigaos.mk - reorg - add stripping/copying engine plugins - add Ext_Ins_so.rexx * Ext_Inst_so.rexx Add script to extract and install all compiled-in shared libraries to a local sobjs/ dir. Reason is that not every AmigaOS4 installation, especially vanilla ones, feature all mandatory libraries (which has led to many bug reports and lots of gathering of the correct libraries for users in the past) * AMIGAOS4: RM2AG.rexx - Add automatic installation to the correct path - Add deleting the temp file - Typos and rewording - Add I/O panic switches
2019-10-21ANDROID: Set target SDK to 28Thanasis Antoniou
2019-10-203DS: Change the audio thread to wait for the audio buffers to completeBastien Bouclet
Fixes the regular pop sounds caused by buffer underruns / clobbering of the previous implementation.
2019-10-203DS: Don't immediately update the screen when enabling the overlayBastien Bouclet
Fixes the overlay dirty buffer being visible for a frame when opening the GUI while in-game.
2019-10-19IOS7: enable home indicator auto-hide on iPhone X and upStefan Will
This makes the annoying white line at the bottom of the screen go away on newer (home button-less) iPhones. https://developer.apple.com/documentation/uikit/uiviewcontroller/2887510-prefershomeindicatorautohidden
2019-10-18ANDROID: Fix warningCameron Cawley
2019-10-16ANDROID: Use more portable directory query methodEugene Sandulenko
2019-10-143DS: Fix creating the scummvm directory on the SD cardBastien Bouclet
2019-10-143DS: Fix OSystem::grabOverlayBastien Bouclet
Fixes the transparency effects in the GUI.
2019-10-143DS: Embed ScummVM's support files in the packageBastien Bouclet
2019-10-13SWITCH: Fix cloud integrationrsn8887
2019-10-13AMIGAOS4: amigaos.mk - Fix cp commandHubert Maier
2019-10-13AMIGAOS4: amigaos.mk - Add plugins targetHubert Maier
2019-10-13AMIGAOS4: Further update amigaos.mkHubert 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-11ANDROID: Fix audio cd manager crash upon exitThanasis Antoniou
2019-10-09WII: Destroy everything before exitingLe Philousophe
That let's close virtual keyboard file.
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-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-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-04MAEMO: Update debian/changelogTarek Soliman
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: 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-21BACKENDS: Add a default clipboard implementationCameron 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-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
2019-09-14ANDROIDSDL: Remove warning about unhandled kFeatureAntoniou Athanasios
The fix is borrowed from the Switch backend
2019-09-10IOS: Call exit(0) when exiting to prevent hangingsluicebox
Prevents the process from hanging on exit when using the Quit button in launcher or a game's quit function