Bastien Bouclet
6901ee0242
3DS: Use the full resolution for the overlay on the top screen
2019-11-07 11:02:00 +01:00
Cameron Cawley
56e5bd0d77
3DS: Improve the table of contents in the README.md file
2019-11-06 14:21:36 +00:00
Cameron Cawley
2c491243f5
3DS: Update the list of third-party libraries
2019-11-06 14:03:55 +00:00
Bastien Bouclet
4810a5d8d3
3DS: Fix centering of the game screen
2019-11-05 06:09:04 +01:00
Bastien Bouclet
3fcbbbef44
3DS: Reworked OSD message display
...
So the game remains interactive while OSD message are displayed.
2019-11-05 06:09:04 +01:00
Bastien Bouclet
886be5178e
3DS: Some changes to magnify mode
2019-11-05 06:09:04 +01:00
Michael Ball
78de572404
3DS: Implement magnify mode toggle on L and move keyboard to Y/DRIGHT
2019-11-05 05:51:45 +01:00
Bastien Bouclet
cc721bced5
3DS: Add a make rule for a distributable package
2019-11-04 08:59:23 +01:00
Bastien Bouclet
0b74f984de
PS3: Implement the cloud synchronization features
2019-11-03 19:14:15 +01:00
Bastien Bouclet
036d61cbd6
3DS: Implement cloud sync support
2019-11-03 19:14:15 +01:00
Bastien Bouclet
2d11974c28
3DS: Use DATA_PATH to configure support files location
2019-11-03 19:14:15 +01:00
Bastien Bouclet
780db83e13
DC: Update for the engineId changes
2019-11-03 11:43:00 +01:00
MrHuu
3cef5fa46e
3DS: Remove 3dstool dependency
...
This patch alters the way the .cia is build. It removes the need for 3dstool.
Instead of first generating a .romfs file using 3dstool, let makerom generate the romfs while building the .cia.
2019-11-01 21:17:54 +01:00
Cameron Cawley
177d709909
OPENGL: Implement high DPI support on Android ( #1895 )
...
* OPENGL: Implement high DPI support on Android
* PSP2: Fix build
2019-11-01 13:39:46 +02:00
Michael Ball
8b201aa8d6
3DS: Set 'scummvm.romfs' to be removed by 3ds_clean in 3ds.mk
2019-10-30 19:59:55 +01:00
Bastien Bouclet
98f8e05f4e
3DS: Load per-game settings
2019-10-28 20:05:24 +01:00
Bastien Bouclet
e9b1df95ff
3DS: Upload the textures to VRAM in a separate frame
...
So rendering waits for the textures to finish uploading before using
them. Fixes glitchy mouse pointer in Riven.
2019-10-25 19:13:40 +02:00
Hubert Maier
ee2aa6160c
SDL: Fix typo in comment
2019-10-24 20:33:48 +03:00
Bastien Bouclet
755afd82f4
3DS: Fix hi-color cursors
2019-10-24 19:09:49 +02:00
Michael Ball
2d2a46ac9a
3DS: Add files to be removed by 3ds_clean in 3ds.mk:
...
backends/platform/3ds/shader.shbin (byproduct of "make"),
backends/platform/3ds/shader_shbin.h (byproduct of "make"),
$(TARGET).smdh (aka scummvm.smdh, byproduct of "make scummvm.3dsx"),
$(TARGET).bnr (aka scummvm.bnr, byproduct of "make scummvm.cia")
2019-10-24 18:56:31 +02:00
Cameron Cawley
38beac8d95
ANDROID: Simplify handling of menu/back button events
2019-10-23 07:41:31 +03:00
Cameron Cawley
94a53ccb0f
ANDROID: Add swap menu and back buttons option
2019-10-23 07:41:31 +03:00
Hubert Maier
80a96fd90d
AMIGAOS4: Automate special target installation even more ( #1901 )
...
* 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-21 21:38:24 +03:00
Thanasis Antoniou
4762b02a52
ANDROID: Set target SDK to 28
2019-10-21 12:39:32 +02:00
Bastien Bouclet
c71fa02bf5
3DS: Change the audio thread to wait for the audio buffers to complete
...
Fixes the regular pop sounds caused by buffer underruns / clobbering of
the previous implementation.
2019-10-20 17:06:33 +02:00
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
5589c2bd60
ANDROID: Fix warning
2019-10-18 16:48:18 +01: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
Thanasis Antoniou
c964ed2b0b
ANDROID: Fix audio cd manager crash upon exit
2019-10-11 21:49:18 +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
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
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
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
Tarek Soliman
f7a19617d2
MAEMO: Update debian/changelog
2019-10-04 11:35:01 -05: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