91971 Commits

Author SHA1 Message Date
Thierry Crozat
e06ec24807 SUPERNOVA: Hook up F5 to the Main Menu
In the original F5 is used to save/load the game. Since we are
using the ScummVM save/load mechanism I think it makes sense to
open the main menu, that contains load and save buttons, on F5.
2019-10-06 17:10:04 +01: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
D G Turner
a7c497af3b COMMON: Add Missing Default Switch Case to U32String Class
These are flagged by GCC if -Wswitch-default is enabled.
2019-10-06 09:51:01 +01:00
D G Turner
70582daf46 COMMON: Fix Missing Default Switch Cases in Lua Interpreter
These are flagged by GCC if -Wswitch-default is enabled.
2019-10-06 07:58:40 +01:00
D G Turner
6f8105264e DEVTOOLS: Ignore Binary from create_supernova/create_image 2019-10-06 06:24:59 +01:00
D G Turner
fab8fd2685 DEVTOOLS: Add Missing Default Switch Cases
These are flagged by GCC if -Wswitch-default is enabled.
2019-10-06 06:21:55 +01:00
Thierry Crozat
68303c1534 I18N: Update translations templates 2019-10-06 04:03:30 +02:00
Paul Gilbert
98eddcda1d GLK: Add Streams methods for encapsulating ScummVM streams 2019-10-05 19:02:48 -07:00
Paul Gilbert
8ab36786a4 GLK: Splitting bulk of FileStream up into an IOStream base class 2019-10-05 18:39:23 -07: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
4e629e4f91 SAGA: Add Windows trial version of ITE for reference (not supported) 2019-10-05 22:18:29 +02:00
Lothar Serra Mari
dfff7a5b5e Revert "DISTS: WIN32: Update Inno Setup file"
This reverts commit 323b62310a9a8be275e8d8b8c7a368fe08310120.

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
Lothar Serra Mari
c9231a21d9 NEWS: Add release codenames to German NEWS file, formatting 2019-10-05 21:40:19 +02:00
Lothar Serra Mari
a3b57a65a0 CONFIGURE: Fix formatting 2019-10-05 21:27:00 +02:00
Eugene Sandulenko
27935698ac PRINCE: I18N: Update translation (English)
Currently translated at 50.0% (1379 of 2757 strings)
2019-10-05 20:54:34 +02:00
Eugene Sandulenko
2eaf07c89d JANITORIAL: Uniform formatting around release entries 2019-10-05 20:14:11 +02:00
Eugene Sandulenko
6017098114 NEWS: Added historical release codenames 2019-10-05 20:14:11 +02:00
Thanasis Antoniou
afad06b180 CONFIGURE: Add "-march=armv7-a" to linker for arm-v7a target
Based on https://developer.android.com/ndk/guides/standalone_toolchain

From "ABI Compatibility" section:
Also, make sure to provide the following two flags to the linker: -march=armv7-a -Wl,--fix-cortex-a8
2019-10-05 20:42:27 +03: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
Thierry Crozat
4e10753e86 I18N: Update translations templates 2019-10-05 19:08:55 +02:00
Eugene Sandulenko
ed98a96e87 MOHAWK: Add Myst ME as a subengine, and mark 'jpeg' as a required dependency
Because our build system does not allow recursive dependencies, inserting
#error for incorrect configuration. For enabling mystme, myst target must
be enabled as well
2019-10-05 19:07:50 +02: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
Eugene Sandulenko
837d86652b WINTERMUTE: Engine requires jpeg and png as dependecies 2019-10-05 18:52:01 +02:00
Eugene Sandulenko
849a36e654 GLK: Engine requires jpeg and png as dependencies 2019-10-05 18:52:01 +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
Thierry Crozat
54e3449948 I18N: Update translations templates 2019-10-05 14:50:26 +02:00
Filippos Karapetis
2df38d8b2c SCI32: Handle the special Bridge save/load screens in Hoyle 5
Fixes saving/loading the Bridge hands using the ScummVM save/load
screens - bug #11174
2019-10-05 15:49:26 +03:00
Filippos Karapetis
a3f6b94251 SCI32: Add the French version of PQ:SWAT (bug #11100) 2019-10-05 15:45:02 +03: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
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
5aeedd64d5 WINTERMUTE: Fix Possible Uninitialized Variable Compiler Warnings 2019-10-05 01:55:50 +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
D G Turner
03380c0e8a LAB: Replace memcpy of overlapping region with memmove
The result of using memcpy when source and destination overlap is
not clearly defined, so use memmove instead which avoids this problem.
2019-10-05 01:32:41 +01:00
D G Turner
3911b56444 GRAPHICS: MACGUI: Fix Possible Out of Bounds Read with Trailing Ampersand
Since the ampersand is used as an escape character, it is repeated when
it actually appears in the string. Unfortunately, this requires a one
character lookahead which could result in reading beyond the string if
this ampersand is the last character (which would be malformed, but
possible). To avoid an out of bounds read, this is now qualified by
the string length. Trailing ampersands will now be ignored without issue.
2019-10-05 00:38:40 +01:00
D G Turner
452b380976 GRAPHICS: MACGUI: Fix GCC Signed vs. Unsigned Warnings 2019-10-05 00:31:11 +01:00
Eugene Sandulenko
4137a7e402 BUILD: Update ideproject target to the current create_project behavior 2019-10-04 23:29:40 +02:00
Eugene Sandulenko
2d0cfc7148 PRINCE: Remove ADGF_TESTING flag 2019-10-04 23:01:18 +02:00
Eugene Sandulenko
9e2bcfbf79 HDB: Remove ADGF_TESTING flag 2019-10-04 23:01:08 +02:00
Eugene Sandulenko
0b5ea11e3c CRYOMNI3D: Remove ADGF_TESTING flag 2019-10-04 23:00:36 +02:00
Eugene Sandulenko
090bb44d92 PINK: Properly redraw game screen when browsing menus 2019-10-04 22:33:01 +02:00
Eugene Sandulenko
c17800cfc4 GRAPHICS: MACGUI: Add possibility to setup engine redraw callback 2019-10-04 22:32:24 +02:00
Eugene Sandulenko
15ac5da3a3 PINK: Do not use Mac fonts for menu rendering 2019-10-04 20:23:18 +02:00