Eugene Sandulenko
761f97bf49
SCI: Fix compilation
2019-10-09 10:35:52 +02:00
Filippos Karapetis
151d8e336f
SCI32: More work on Hoyle 5 poker logic
2019-10-09 00:15:52 +03:00
Bastien Bouclet
191059b060
GRAPHICS: Fix drawing rounded rectangle borders for the non AA renderer
...
The check for the clipping rect was in the non-clip version of the method,
and was using values not in screen-space.
2019-10-08 20:54:50 +02:00
Eugene Sandulenko
f9f3565582
PRINCE: I18N: Update translation (English)
...
Currently translated at 50.1% (1382 of 2757 strings)
2019-10-08 17:54:45 +02:00
Hubert Maier
83c318e633
AMIGAOS4: Properly copy the doc drawer
...
...and add another comment and clean up.
2019-10-08 11:33:32 +03:00
Hubert Maier
3d60bee8a4
JANITORIAL: Add more info to track it down later
2019-10-08 11:32:30 +03:00
Hubert Maier
6dd67641f1
JANITORIAL: English and spacing
2019-10-08 11:32:30 +03:00
Hubert Maier
7525be638e
JANITORIAL: Wording
2019-10-08 11:32:30 +03:00
Hubert Maier
bfc296bc4b
AMIGAOS4: Fix NULL access
2019-10-08 11:32:30 +03:00
Hubert Maier
4620843f27
JANITORIAL: Copyright "sign" should be upper-case
2019-10-08 09:19:06 +02:00
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 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