Commit Graph
8933 Commits
Author SHA1 Message Date
Bastien Bouclet 650da9eb5b 3DS: Don't immediately update the screen when enabling the overlay
Fixes the overlay dirty buffer being visible for a frame when opening
the GUI while in-game.
2019-10-20 17:06:33 +02:00
Stefan Will 67abb355f1 IOS7: enable home indicator auto-hide on iPhone X and up
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-19 18:04:53 +03:00
Cameron Cawley 3d83d144a3 OPENGL: Fix warning when using builtin OpenGL functions 2019-10-18 16:49:12 +01:00
Cameron Cawley 5589c2bd60 ANDROID: Fix warning 2019-10-18 16:48:18 +01:00
D G Turner 690370554f SDL: Fix Missing Default Switch Cases in Events Class
These are flagged by GCC if -Wswitch-default is enabled.
2019-10-16 23:24:05 +01:00
Jaromir Wysoglad b9d3c84db4 TTS: Fix language setting. 2019-10-16 19:30:56 +02:00
Eugene Sandulenko b585b925e5 ANDROID: Use more portable directory query method 2019-10-16 00:16:25 +02:00
Bastien Bouclet 0f9cdfc0b8 3DS: Fix creating the scummvm directory on the SD card 2019-10-14 21:32:52 +02:00
Bastien Bouclet dfc0a5127e 3DS: Fix OSystem::grabOverlay
Fixes the transparency effects in the GUI.
2019-10-14 21:24:25 +02:00
Bastien Bouclet f22e07825f 3DS: Embed ScummVM's support files in the package 2019-10-14 21:22:23 +02:00
rsn8887 cdbcb29609 SWITCH: Fix cloud integration 2019-10-13 14:19:05 -05:00
Hubert Maier 7901bbe7ac AMIGAOS4: amigaos.mk - Fix cp command 2019-10-13 18:41:15 +03:00
Hubert Maier 26d51bf5d8 AMIGAOS4: amigaos.mk - Add plugins target 2019-10-13 15:36:14 +02:00
Hubert Maier 58bbcdc24c AMIGAOS4: Further update amigaos.mk
- 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-13 13:08:05 +02:00
Hubert Maier 75ebbc865f AMIGAOS4: Fix positioning of workaround
Otherwise both dos.library and it's interface will remain open in the rare (?) occasion of p.size <= 0,
2019-10-13 13:08:05 +02:00
Eugene Sandulenko 506817952c MACOS: Fix crash in app menu creation 2019-10-12 15:32:18 +02:00
sluicebox da77bfd792 TTS: Use lowercase when including Windows headers
Fixes building for mingw-w64 on case sensitive file systems
2019-10-11 15:41:53 -07:00
Thanasis Antoniou c964ed2b0b ANDROID: Fix audio cd manager crash upon exit 2019-10-11 21:49:18 +03:00
sluicebox 912bbf364c TTS: Enable in Mingw-w64 builds
TTS libraries can now be used in default Mingw-w64 environments.

- Removes reference to sapiddk.h which isn't used and isn't in Mingw-w64
- Defines guids whose symbols are missing from Mingw-w64
- Restores TTS detection to configure script
2019-10-10 22:55:12 +03:00
Le Philousophe c27199496c WII: Destroy everything before exiting
That let's close virtual keyboard file.
2019-10-09 13:33:11 +02:00
Le Philousophe be4dd18dbc PLUGINS: Implement NONE relocation for PPC
It's used by recent versions of GCC in .eh_frame sections
2019-10-09 13:33:11 +02:00
Le Philousophe 81b364fbb3 WII: Add time.h to forbidden symbols exceptions
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-09 13:33:11 +02:00
Le Philousophe 24e786d1f0 WII: Fix reset_cb prototype for newer versions of libogc 2019-10-09 13:33:11 +02:00
Hubert Maier 83c318e633 AMIGAOS4: Properly copy the doc drawer
...and add another comment and clean up.
2019-10-08 11:33:32 +03:00
Hubert Maier 3d60bee8a4 JANITORIAL: Add more info to track it down later 2019-10-08 11:32:30 +03:00
Hubert Maier 6dd67641f1 JANITORIAL: English and spacing 2019-10-08 11:32:30 +03:00
Hubert Maier 7525be638e JANITORIAL: Wording 2019-10-08 11:32:30 +03:00
Hubert Maier bfc296bc4b AMIGAOS4: Fix NULL access 2019-10-08 11:32:30 +03:00
Thanasis Antoniou bd969478f8 ANDROID: Ask for external storage access onCreate()
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-08 00:02:12 +03:00
Thanasis Antoniou 113d33b280 ANDROID: Update starting version code for next release apks to 40 2019-10-06 18:00:39 +03:00
Eugene Sandulenko 0390cfe649 GCW0: Clarify where to put binary on the device 2019-10-06 12:49:20 +02:00
Eugene Sandulenko cf87c64635 GCW0: The hardware has its own downscaler, do not use half-scaler 2019-10-06 12:48:38 +02:00
Thierry Crozat 2365721b23 JANITORIAL: Fix typo in comment 2019-10-05 21:59:59 +01:00
Thanasis Antoniou 30b789de39 ANDROID: Set target SDK to 26 to AndroidManifest.xml and project.properties files 2019-10-05 23:57:35 +03:00
Eugene Sandulenko a69be0720b ANDROID: Bump the target SDK to match the Google Play release 2019-10-05 18:52:01 +02:00
Eugene Sandulenko 62d19782ee ANDROID: Added info about historical release version codes 2019-10-05 18:52:01 +02:00
D G Turner f6fff71d8d OPENGL: Add Missing Default Switch Cases
These are flagged by GCC if -Wswitch-default is enabled.
2019-10-05 04:54:57 +01:00
D G Turner 07ce549664 NETWORKING: Fix Signed vs. Unsigned Compiler Warnings 2019-10-05 02:07:54 +01:00
D G Turner 7b247bad4c SWITCH: Remove Set But Unused Variables from Events Code
These were causing compiler warnings for the porter.
2019-10-05 01:49:21 +01:00
Tarek Soliman f7a19617d2 MAEMO: Update debian/changelog 2019-10-04 11:35:01 -05:00
D G Turner f47a58ba64 CLOUD: Add Missing Default Switch Cases
These are flagged by GCC if -Wswitch-default is enabled.
2019-10-04 00:08:14 +01:00
Dries Harnie 1c3df744a1 ANDROID: Copy pthread mutex manager from ScummVM 2019-09-28 16:09:48 +02:00
Dries Harnie 2436446331 BUILD: Add gradle wrapper script for CI 2019-09-28 15:47:41 +02:00
Dries Harnie 3adddcaba2 ANDROID: Request runtime permissions for SD card 2019-09-28 15:47:41 +02:00
Dries Harnie 5f556103df ANDROID: Fix some errors pointed out by lint 2019-09-28 15:47:41 +02:00
Dries Harnie 1ede4ebd0d ANDROID: Move to Gradle 2019-09-28 15:47:41 +02:00
Dries Harnie 8910f90d1b BUILD: Use correct ABI for android, use correct target 2019-09-28 15:47:41 +02:00
Eugene Sandulenko 27fbde1443 ANDROID: Added more logic for scraping the storage paths 2019-09-27 00:22:20 +02:00
Eugene Sandulenko 3c92722db6 ANDROID: Request permissions to external storage 2019-09-27 00:22:20 +02:00
Eugene Sandulenko 0481669b1f ANDROID: Fix exception 2019-09-27 00:22:20 +02:00