Commit Graph

91992 Commits

Author SHA1 Message Date
Hubert Maier
79b70f9cf5 JANITORIAL: Keep copyright "sign" upper-case like the rest of the engines 2019-10-08 09:19:06 +02:00
Paul Gilbert
b37201ef76 GLK: JACL: Fix exiting game when game window is closed 2019-10-07 19:01:52 -07:00
Paul Gilbert
7327144857 GLK: JACL: Standardizing on calls to get stream line 2019-10-07 19:01:52 -07:00
Paul Gilbert
1342fce6f6 GLK: JACL: Hooking up savegame code to GMM 2019-10-07 19:01:52 -07:00
Paul Gilbert
2d2a6746f1 GLK: JACL: Fix game script execution 2019-10-07 19:01:52 -07:00
Paul Gilbert
1a78b67d08 GLK: JACL: Graceful exit when error occurs 2019-10-07 19:01:52 -07:00
Paul Gilbert
fecf1b3834 GLK: JACL: Cleanup of loader code 2019-10-07 19:01:52 -07:00
Paul Gilbert
66468fa2fe GLK: JACL: gcc compilation fixes 2019-10-07 19:01:52 -07:00
dreammaster
af4f390ab2 GLK: JACL: Adding subengine files 2019-10-07 19:01:51 -07:00
Paul Gilbert
a00ed41679 GLK: JACL: Adding subengine files 2019-10-07 19:01:51 -07:00
Paul Gilbert
3653e83dc9 GLK: JACL: Skeleton subengine commit 2019-10-07 19:01:51 -07:00
Filippos Karapetis
b808b572cf SCI32: Make the Hoyle 5 poker card bitmask a bit more explicit 2019-10-08 01:52:56 +03:00
Filippos Karapetis
e086ac376e SCI32: Some initial work on the Hoyle 5 poker logic
The game can be entered now, but there's only some dummy logic in place
to get it working
2019-10-08 01:36:43 +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
Bastien Bouclet
eabb81829f GRAPHICS: Fix modern theme tab widgets being 2px too tall
This was noticeable in the graphics tab of the options dialog when
scrolling down. The widgets would be partially drawn on top of the
tabs.
2019-10-07 22:18:27 +02:00
Bastien Bouclet
1d764bd787 GRAPHICS: Vector renderer clipping rect related cleanups
Selecting whether a clipping variant of a draw call needs to be used is
no longer the responsibility to the caller. The clipping rect is now
part of the state of the renderer.

Also fix some of the draw calls to better apply the clipping rect.
2019-10-07 21:47:42 +02:00
D G Turner
b87ebdce21 BLADERUNNER: Add Further Missing Default Switch Cases
These are flagged by GCC if -Wswitch-default is enabled.
2019-10-07 07:41:20 +01:00
Thierry Crozat
750b19dce9 I18N: Regenerate translations data file 2019-10-07 05:05:06 +02:00
Filippos Karapetis
95f8cfff16 STARTREK: Handle shared messages
Also, start moving message patches inside patchRoomMessage(), and
remove some redundant state variables
2019-10-07 01:08:51 +03:00
Paul Gilbert
7caf897ee2 GLK: Improve abysmal performance of stream read check 2019-10-06 11:24:23 -07:00
Paul Gilbert
d831218b98 GLK: Fix reading beyond the end of a file 2019-10-06 11:00:24 -07:00
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 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
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