Commit Graph

1547 Commits

Author SHA1 Message Date
Thanasis Antoniou
e7a19d378e ANDROID: Disable support for split screen
Currently the ScummVM app will just exit in split-screen so that's not desireable

Disabled until we implement proper support, if deemed necessary
2019-11-10 17:05:20 +02:00
Cameron Cawley
c6a6988a92 RISCOS: Reduce the required DigitalRenderer version 2019-11-09 18:36:48 +00:00
Bastien Bouclet
0b74f984de PS3: Implement the cloud synchronization features 2019-11-03 19:14:15 +01:00
Bastien Bouclet
6919e71608 DOC: Update the documentation for engineId 2019-11-03 11:43:00 +01:00
Thanasis Antoniou
4eecfb8da9 ANDROID: Disable verification of certificates validity for cloud saving
Also added macros for the plain (non-SDL) Android port __ANDROID_PLAIN_PORT__ and ANDROID_PLAIN_PORT

The workaround of this commit uses the same logic as for the Nintendo Switch port and should suffice for testing purposes. It should be replaced by more elaborate code of installing and maintaining a certificates pem file.
2019-11-01 19:13:27 +02:00
Paul Gilbert
537515e808 XEEN: Proper fix for incorrect %lu format specifiers 2019-10-31 20:16:31 -07:00
Hubert Maier
4e74be4f76 AMIGAOS4: Fix more bugs in RM2AG.rexx
- Fix comments
- Fix path error
- Fix output format error
2019-10-24 20:32:47 +03:00
Hubert Maier
f11c81c5f0 AMIGAOS4: Fix dist scripts (#1905)
* AMIGAOS4: Fix Script

Turns out i had the wrong directory set to pull the shared libraries from.

* AMIGAOS4: Fix script

Fix arithmetic conversion error on EXIT cases.
2019-10-23 23:13:38 +02: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
4e248a70bf ANDROID: Set target sdk to 28 in project.properties
Also minor additions of tags in Manifest files
2019-10-21 13:59:00 +03:00
Thanasis Antoniou
4762b02a52 ANDROID: Set target SDK to 28 2019-10-21 12:39:32 +02:00
Eugene Sandulenko
2b0bce6090 AMIGAOS4: Move icon files to dists/ as per new building rules 2019-10-13 13:11:13 +02:00
Le Philousophe
578ad11011 CRYOMNI3D: Add Brazilian language support 2019-10-13 09:22:04 +02:00
Eugene Sandulenko
df5c0c3552 UPDATES: And WinSparkle is not happy about x64 builds. How lame 2019-10-12 23:33:46 +02:00
Eugene Sandulenko
d9775670fe UPDATES: WinSparkle is not happy about old versions and deltas. Removing them for now 2019-10-12 23:30:33 +02:00
Eugene Sandulenko
ba39ed2aef UPDATES: Re-added updated macOS 2.1.0 build signatures 2019-10-12 23:07:36 +02:00
Eugene Sandulenko
c71c114083 UPDATES: Added "windows" update target OS for legacy Sparkle installations 2019-10-12 17:06:58 +02:00
Eugene Sandulenko
1e67c0dd98 UPDATES: Disable 64-bit macOS update which is broken atm 2019-10-12 13:32:52 +02: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
Lothar Serra Mari
dfff7a5b5e Revert "DISTS: WIN32: Update Inno Setup file"
This reverts commit 323b62310a.

The previous commit breaks the Win32 setup generation on the buildbot
since it is not adapted to HTML documents for the README and for the
NEWS files yet. Sorry for the noise.
2019-10-05 21:53:30 +02:00
Eugene Sandulenko
9a935be7fb UPDATES: Added EdDSA signatures to macOS deltas 2019-10-05 19:30:23 +02:00
Eugene Sandulenko
0189306442 UPDATES: Added MacOS delta packages for 2.1.0 2019-10-05 19:21:59 +02:00
Lothar Serra Mari
323b62310a DISTS: WIN32: Update Inno Setup file 2019-10-05 16:01:02 +02:00
Eugene Sandulenko
e32afd638e DISTS: Added MacOS signatures for 2.1.0 2019-10-05 15:14:33 +02:00
Eugene Sandulenko
665e38f4fb UPDATES: Added signatures for 2.1.0 Windows builds 2019-10-05 12:27:32 +02:00
Eugene Sandulenko
4c6ec46340 DISTS: Added new keys for Sparkle 1.22.0 2019-10-05 12:27:32 +02:00
Thanasis Antoniou
6cc2556963 ANDROID: Update AndroidManifest.xml.in for READ_EXTERNAL_STORAGE 2019-09-30 07:21:17 +03:00
Eugene Sandulenko
3c92722db6 ANDROID: Request permissions to external storage 2019-09-27 00:22:20 +02:00
Eugene Sandulenko
41b49444b6 RELEASE: This is 2.2.0git 2019-09-23 00:12:30 +02:00
Cameron Cawley
e8e4239559 RISCOS: Ensure the Iconv module is loaded 2019-09-19 13:12:09 +01:00
Antoniou Athanasios
f9b6745d68 ANDROIDSDL: Use "debug" or "release" as a parameter for building the port 2019-09-18 19:38:20 +03:00
Cameron Cawley
0fd6e4c2c9 RISCOS: Don't try to load the required modules if they aren't installed 2019-09-18 17:14:10 +01:00
Thanasis Antoniou
b6b95a6c82 ANDROIDSDL: Remove enable-release and enable-optimizations from config
Maybe this would help provide a better back trace for reported issues
2019-09-17 13:33:31 +03:00
Thanasis Antoniou
bbe2b18afb ANDROIDSDL: Enable optimizations for the build
Since this already had the enable-release, it is better to build with enable-optimizations too
2019-09-16 16:04:24 +03:00
Thierry Crozat
50496b35a7 SUPERNOVA: Update engine data file with latest English translation 2019-09-13 01:08:30 +01:00
Strangerke
155dd28f18 HDB: Remove accidentally added file 2019-09-08 19:33:47 +02:00
Strangerke
b1db45b718 HDB: Remove useless returns 2019-09-07 22:49:07 +02:00
Cameron Cawley
8b4c3ea302 ANDROID: Use a better icon for the on screen control
Modified from https://www.iconfinder.com/icons/352464/keyboard_icon, which is available under the Creative Commons (Attribution-Share Alike 3.0 Unported) license.
2019-08-20 14:32:50 +03:00
Cameron Cawley
12c232eefc ANDROID: Add a button to show the virtual keyboard 2019-08-20 14:32:50 +03:00
Thanasis Antoniou
bb434ee3e1 DISTS:ANDROIDSDL: Update splash logo.png 2019-08-12 17:30:13 +03:00
sluicebox
b12194ef73 WIN32: Remove DISCARDABLE from resource script
Removes memory attribute that's been ignored since Win16
2019-08-04 13:46:34 -07:00
Antoniou Athanasios
e9623740f0 WIN32: Add a default application manifest
This fixes an OpenGL renderer issue for builds with MSYS2/Mingw64 or MSYS2/Mingw32

The issue pertains to MSYS2 adding a default manifest file (default-manifest.o) to the executable

The bug is for PC systems with GPU drivers that were not properly supported for Windows 10 
systems, like Intel HD Graphics series 1st and 2nd generations. In those systems, launching a 
game in ScummVM (built with MSYS2/Mingw) with the OpenGL renderer would cause the game 
screen to be a white blank image, and various warnings would be output to the console, eg.
"WARNING: GL ERROR: GL_INVALID_ENUM on glTexSubImage2D(0x0DE1, 0, 0, area.top, src.w, area.height(), _glFormat, _glType, src.gere.cpp:167)!"
This was due to MSYS2/Mingw builds trying to load the (poorly supported) GPU driver while advertising support for Windows 10 in their
embedded default Manifest file. Hence, the GPU driver DLL (eg ig4icd64.dll) would be unloaded, causing the bug.

More information is available in the following links:
https://github.com/pal1000/save-legacy-intel-graphics
https://github.com/LWJGL/lwjgl/issues/119
https://github.com/msys2/MSYS2-packages/issues/454
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69880

Credits to sluicebox for the VS GenerateManifest flag
2019-08-04 14:18:50 +03:00
SupSuper
32a997d243 BUILD: Fix 8-bit Windows icon transparency
They were showing as black squares in Windows XP
2019-08-03 05:30:19 +01:00
Alexander Tkachev
1bebaf96f7 CLOUD: Regenerate wwwroot archive to include graphic resources 2019-07-30 14:51:41 -04:00
Jaromir Wysoglad
e5a5aed28c SUPERNOVA: Update translation 2019-07-28 15:09:14 +01:00
Jaromir Wysoglad
28f262eaee SUPERNOVA: Fix translation of "Wundersam!" 2019-07-28 15:09:14 +01:00
Jaromir Wysoglad
ab4af5c614 SUPERNOVA: Add info, doc, help screens for MS2 2019-07-28 15:09:14 +01:00
Jaromir Wysoglad
eb2a017a68 SUPERNOVA: Generate new dat files for supernova. 2019-07-28 15:09:14 +01:00
Le Philousophe
70eca71905 CRYOMNI3D: Add Spanish version of Versailles 2019-07-05 07:52:44 +02:00
Le Philousophe
d46988491d CRYOMNI3D: Add German version of Versailles 2019-07-05 07:52:00 +02:00