antoniou
f900cbecdd
ANDROID: Fix reset browser_lastpath via button
...
Also replace literal "scummvm" with Common::ConfigManager::kApplicationDomain in android options
2021-08-12 15:17:32 +03:00
djsrv
2aa7e3e558
COMMON: Replace matchString pathMode with general wildcard exclusions
...
Different characters may need to be excluded for different path styles.
2021-08-09 17:43:12 -04:00
Paul Gilbert
9db14ee109
BACKENDS: Update all the backends to support SeekableWriteStream
2021-08-08 18:13:30 -07:00
Fiodar Stryzhniou
37e837bc85
SYMBIAN: Add a dependency static library
...
Add a dependency static library with libc functions missing in Symbian.
2021-08-07 21:36:48 +03:00
Max Horn
84de72ac76
MACOSX: fix deprecation warnings
2021-08-07 10:46:14 +02:00
djsrv
ed41e12fd2
ANDROID: Pass Path to hasFile instead of String
...
hasFile was changed to take a Path, so converting it to a String and
converting it back didn't make much sense.
2021-08-07 10:44:37 +02:00
djsrv
9a22c59b67
WIN32: Fix compilation
2021-08-07 10:44:37 +02:00
djsrv
7eb4841065
ALL: Use Path type in Archive functions
2021-08-07 10:44:37 +02:00
Fiodar
bcc7b05b41
SYMBIAN: Implement openUrl() method. ( #3236 )
2021-08-06 11:25:30 +03:00
antoniou
dad5179e9d
ANDROID: Fix warning unchecked conversion
...
In CustomKeyboardView for mKeysDownCodesSet ArraySet
Also enable the option -Xlint:unchecked (within build.gradle) to show the unchecked conversion warnings on compile
2021-08-05 13:26:31 +03:00
Thierry Crozat
1af6ae593a
COMMON: Change OSystem::getSystemLanguage to always return a language code
2021-08-04 19:28:47 +01:00
Max Horn
34523aba7e
JANITORIAL: Fix some typos
2021-08-04 15:43:15 +02:00
Le Philousophe
68a327ecb1
BACKENDS: Harden grabOverlay in all platforms
...
Use specific copy code where applicable and replace duplicated code by
calls to copyBlit which optimizes blitting
2021-08-04 13:27:07 +02:00
antoniou
bdb1cc2012
ANDROID: Only show SAF revokation in Options from launcher
...
But not in per Game domain settings (via Edit Game...)
2021-08-02 23:43:44 +03:00
antoniou
84323fc78e
ANDROID: Remove checkbox for Android SAF from global options
...
Themes rebuilt, and version bumped to SCUMMVM_STX0.8.50
2021-08-02 22:57:37 +03:00
Cameron Cawley
5ecae89722
ANDROID3D: Fix JNI code
2021-08-02 17:28:35 +01:00
Fiodar Stryzhniou
70db437f0d
SYMBIAN: Update symbian/README
2021-08-02 16:13:31 +02:00
Fiodar Stryzhniou
09645004ec
SYMBIAN: Fix codestyle from #3170 .
2021-08-02 16:13:06 +02:00
Fiodar Stryzhniou
ad8129ffa3
SYMBIAN: Resolved installer conflict between test and release versions.
2021-08-02 16:11:38 +02:00
Fiodar Stryzhniou
21bcbb4254
SYMBIAN: Apply style fix from #3170
2021-08-02 16:11:38 +02:00
Fiodar Stryzhniou
0b4c8176f9
SYMBIAN: Add test UID app for ScummVm.hrh generator.
2021-08-01 17:22:57 +02:00
Thierry Crozat
ec06d940a2
BACKENDS: Explicitly use ellipsis for OSD text if needed
...
This is the default, so this commit does not change the behaviour.
But this will allow to change the default at a later stage.
2021-08-01 17:22:13 +02:00
antoniou
250206bd00
ANDROID: Add a checkbox for a revoke SAF permissions button
...
Themes were updated to version SCUMMVM_THEME_VERSION_STR "SCUMMVM_STX0.8.48"
2021-08-01 16:10:54 +03:00
antoniou
4ac31d5481
ANDROID: Use SAF if a directory is not writeable
2021-08-01 16:10:54 +03:00
Orgad Shaneh
85c4f53f7f
BUILD: Support peldd on mingw cross-compiler
2021-07-30 05:47:22 +03:00
Cameron Cawley
74e7d777a9
BACKENDS: Add OSystem::messageBox() and use it for error handling
2021-07-27 20:50:51 +02:00
Fiodar Stryzhniou
10028c857c
SYMBIAN: Can find and use game data placed by installer on any drive.
...
Apply style fixes from #3170
2021-07-27 20:36:35 +02:00
Fiodar Stryzhniou
b4218c9f8e
SYMBIAN: Allow installation help file for beta versions.
...
Apply code style fixes from #3170 .
2021-07-27 20:34:39 +02:00
Fiodar Stryzhniou
371396ff61
SYMBIAN: Add uids for new exe's.
2021-07-27 20:33:56 +02:00
Fiodar Stryzhniou
be35c553f0
SYMBIAN: Fix race condition.
...
Add cleanup from results previous build before new start.
Code style fixes from #3170 .
Forced CPU usage.
2021-07-27 20:33:28 +02:00
Fiodar Stryzhniou
a4ee71abe4
SYMBIAN: Update help/ScummVM.rtf
2021-07-27 20:32:08 +02:00
Fiodar Stryzhniou
c994a77353
SYMBIAN: Add engines layout for app creation.
2021-07-27 20:29:40 +02:00
Fiodar
4eb00e965a
SYMBIAN: Avoid deleting argv if no command line arguments have been set
...
Also apply style fixes from #3170 .
2021-07-22 00:12:16 +03:00
Fiodar Stryzhniou
c4518c7d2c
SYMBIAN: Remove unused files.
2021-07-20 08:32:39 +03:00
D G Turner
4cbbabf1a2
SYMBIAN: Minor Fixes for Code Formatting Conventions
...
No functional change.
2021-07-17 05:43:13 +01:00
antoniou
acc14ba30e
ANDROID: Release pressed keys upon closing overlay keyboard
2021-07-16 19:49:00 +03:00
Fiodar Stryzhniou
6ddfb08b16
SYMBIAN: Simplify access to file server session.
...
This fixes bug #12728 .
2021-07-16 01:10:34 +01:00
Fiodar Stryzhniou
1783836a0f
SYMBIAN: symbian_builder can apply single line patches.
2021-07-12 11:48:29 +02:00
Fiodar Stryzhniou
f992ae017b
SYMBIAN: Fix exception in thread function for piper.py and build_apps.py
...
Allow build older version with current symbian_builder module in case regression.
Set verbose option in installer builder instead error-checking.
Fix ugly 'crcrlf' line endings.
2021-07-12 11:48:29 +02:00
Fiodar Stryzhniou
d48a14fd08
SYMBIAN: Add right source_patcher.py.
2021-07-12 11:48:29 +02:00
Fiodar Stryzhniou
4c8ea82bb7
SYMBIAN: Enhancement for app build.
...
Add missed library dependency.
Resolve linker errors compiling certain files with exe
Added generator for installer builder
Added source patcher. It make abld build system happy if these patches break other ports and therefore can't accepted. Currently fixes "..." in macros arguments.
Delete obsolete files.
2021-07-12 11:48:29 +02:00
Cameron Cawley
edaa04bdc8
DS: Add a dsdist target
2021-07-11 23:36:11 +01:00
Cameron Cawley
ceb5f67c05
N64: Fix compilation
2021-07-09 23:17:54 +01:00
Martin Gerhardy
a0c237f7b9
EVENTRECORDER: added new event for OSystem::getTimeAndDate
2021-07-09 19:23:21 +02:00
Le Philousophe
9743161b00
DREAMCAST: Fix build
2021-07-09 17:20:28 +02:00
antoniou79
cffdc106a8
ANDROID: Use 64bit version of AAsset_getLength and AAsset_seek
...
Complementary to commit 8e55f03b6d
2021-07-09 10:13:50 +03:00
Paul Gilbert
8e55f03b6d
ANDROID: Compilation fix for 64-bit stream change
2021-07-08 20:37:51 -07:00
Paul Gilbert
005561d305
COMMON: Increase Stream pos, seek, size from int32 to int64
2021-07-08 18:24:28 -07:00
Michael Ball
eab82da166
3DS: Resolve leftover signedness issues
...
Resolves leftover signedness issues to conform to baccbedf50 .
2021-07-09 00:02:36 +01:00
Matthew Duggan
fc6ab2b3e0
ANDROID: Revert Compilation fix due to Point field changes
...
This reverts commit e3151e69aa .
The Rect change that needed this change has now been reverted, so revert this
too.
2021-07-07 20:45:52 +09:00