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
Eugene Sandulenko
94e543c5c8
GRAPHICS: MACGUI: Implement enforcing built-in fonts
2019-10-04 20:22:59 +02:00
Eugene Sandulenko
c5f3e12616
PINK: Add built-in empty border and use for texts
2019-10-04 19:10:03 +02:00
Eugene Sandulenko
93e8109cdf
GRAPHICS: MACGUI: Add possibility to pass borders as a surface
2019-10-04 19:10:03 +02:00
Tarek Soliman
f7a19617d2
MAEMO: Update debian/changelog
2019-10-04 11:35:01 -05:00
Eugene Sandulenko
7266129fad
PINK: Use proper menu action ids. The PDA now works!
2019-10-04 17:18:54 +02:00
Eugene Sandulenko
c0c8dc0351
GRAPHICS: MACGUI: Fix action id processing from the PE exe menus
2019-10-04 17:18:27 +02:00
Eugene Sandulenko
4f3d41c77d
GRAPHICS: Properly process && in PE exe menus
2019-10-04 16:49:00 +02:00
Eugene Sandulenko
02ff887ae0
GRAPHICS: MACGUI: Enhande printMenu output
2019-10-04 16:48:26 +02:00
Eugene Sandulenko
28ac30b4fc
GRAPHICS: MACGUI: Properly process action menu ids from PE exe
2019-10-04 16:47:42 +02:00
Eugene Sandulenko
15b44e9a10
GRAPHICS: MACGUI: Remove extra debug output
2019-10-04 16:12:43 +02:00
Eugene Sandulenko
35773e76b9
GRAPHICS: MACGUI: Unify MacMenuItem and MacMenuSubItem
2019-10-04 15:54:48 +02:00