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
Thierry Crozat
a50f35458e
I18N: Regenerate translations data file
2019-10-21 05:05:01 +02:00
sluicebox
2ee46abfa8
SCI32: Fix GK1 icon bar workaround
...
Fixes an uninitialized parameter workaround, trac #11215
This caused the icon bar to error when in "icon up" mode
2019-10-20 19:47:21 -07:00
sluicebox
4e20bc5bbe
SCI32: Fix GK1 interrupted museum speech
...
Fixes bug #11219
2019-10-20 17:31:41 -07:00
D G Turner
dca112f94b
COMMON: Fix Missing Default Switch Case in Coroutine Macros
...
These are flagged by GCC if -Wswitch-default is enabled.
2019-10-21 00:19:41 +01:00
Thierry Crozat
3f7a07abc1
I18N: Update translations templates
2019-10-21 01:18:26 +02:00
D G Turner
11ef6ef9da
HUGO: Fix Missing Default Switch Cases
...
These are flagged by GCC if -Wswitch-default is enabled.
2019-10-21 00:14:37 +01:00
D G Turner
deb6dc5357
PARALLACTION: Fix Missing Default Switch Cases
...
These are flagged by GCC if -Wswitch-default is enabled.
2019-10-20 21:15:43 +01:00
D G Turner
fd9c22f0b7
STARTREK: Fix Minor Syntax Mistake
...
This unfortunately compiled fine, but was flagged by the GCC
-Wunused-value warning.
2019-10-20 20:53:58 +01:00
Filippos Karapetis
6a316498b5
STARTREK: Unify the text patching code
2019-10-20 21:46:31 +03:00
Lothar Serra Mari
1f2e242e2e
I18N: Update translation (German)
...
Currently translated at 100.0% (1162 of 1162 strings)
2019-10-20 18:51:36 +02:00
Thierry Crozat
688cf8685f
I18N: Update translations templates
2019-10-20 18:14:02 +02:00
D G Turner
8b7a71a3f6
SWORD2: Fix Missing Default Switch Cases
...
These are flagged by GCC if -Wswitch-default is enabled.
2019-10-20 17:09:58 +01:00
Eugene Sandulenko
5b25531e96
PINK: Fix text drawing, use absolute coordinates
2019-10-20 20:09:28 +05:00
Eugene Sandulenko
694ed6e7bc
GRAPHICS: MACGUI: Added possibility to render MacText at any desired place
2019-10-20 20:09:28 +05:00
Bastien Bouclet
c71fa02bf5
3DS: Change the audio thread to wait for the audio buffers to complete
...
Fixes the regular pop sounds caused by buffer underruns / clobbering of
the previous implementation.
2019-10-20 17:06:33 +02:00
Bastien Bouclet
650da9eb5b
3DS: Don't immediately update the screen when enabling the overlay
...
Fixes the overlay dirty buffer being visible for a frame when opening
the GUI while in-game.
2019-10-20 17:06:33 +02:00
Thierry Crozat
0bd6cd389d
I18N: Update translations templates
2019-10-20 16:43:53 +02:00
D G Turner
28a7ebc48d
SWORD1: Fix Missing Default Switch Cases
...
These are flagged by GCC if -Wswitch-default is enabled.
2019-10-20 15:39:58 +01:00
Filippos Karapetis
71346d15eb
STARTREK: Read the text of the MUDD mission rooms from RDF files
...
Also, add a central mechanism to fix text typos
2019-10-20 15:23:44 +03:00
D G Turner
ba6834c96e
SKY: Fix Missing Default Switch Cases
...
These are flagged by GCC if -Wswitch-default is enabled.
2019-10-20 01:53:57 +01:00
Eugene Sandulenko
c69f994b2f
PRINCE: I18N: Update translation (English)
...
Currently translated at 55.9% (1540 of 2757 strings)
2019-10-19 22:55:04 +02:00
Thierry Crozat
3b7ec1eab1
I18N: Update translations templates
2019-10-19 20:57:09 +02:00
D G Turner
9ac4df52a1
GROOVIE: Fix Missing Default Switch Cases
...
These are flagged by GCC if -Wswitch-default is enabled.
2019-10-19 19:53:15 +01:00
Le Philousophe
49476a1bc3
CRYOMNI3D: Fix default cases to raise errors
2019-10-19 20:29:56 +02:00
D G Turner
b0ed255b39
CRUISE: Fix Missing Default Switch Cases
...
These are flagged by GCC if -Wswitch-default is enabled.
2019-10-19 18:47:34 +01:00
Eugene Sandulenko
30c11071c4
PINK: Enable text rendering for localized versions
2019-10-19 17:44:05 +02:00
Eugene Sandulenko
2d1dc5d1c4
GRAPHICS: MACGUI: Added default font for MacText
2019-10-19 17:43:47 +02:00
Eugene Sandulenko
50822e708b
COMMON: Moved string encoding to separate file
2019-10-19 17:38:26 +02:00
Stefan Will
67abb355f1
IOS7: enable home indicator auto-hide on iPhone X and up
...
This makes the annoying white line at the bottom of the screen go away
on newer (home button-less) iPhones.
https://developer.apple.com/documentation/uikit/uiviewcontroller/2887510-prefershomeindicatorautohidden
2019-10-19 18:04:53 +03:00
Bastien Bouclet
287a4a12e2
GUI: Fix crash when opening the save name dialog
...
The changes in 1dce33dd9f909b09a73902b3939b61a81a149b7a introduced a
case where the width of widgets would not be set. This commit reverts
the offending changes and introduces a different fix for the original
issue.
Only recompute the width/height of a stack if it is not explicitly set.
Fixes #11214 .
2019-10-19 10:50:56 +02:00
Cameron Cawley
3d83d144a3
OPENGL: Fix warning when using builtin OpenGL functions
2019-10-18 16:49:12 +01:00
Cameron Cawley
5589c2bd60
ANDROID: Fix warning
2019-10-18 16:48:18 +01:00
Eugene Sandulenko
419cb1e7c7
GRAPHICS: MACGUI: Switched MacText to U32String internally
2019-10-18 17:20:27 +02:00
Eugene Sandulenko
9ff8e69aa9
COMMON: Added new + operator to U32String
2019-10-18 17:20:27 +02:00
Christian Krause
25e448b5bd
TTS: Link libpthread explicitly on Linux platform
2019-10-18 17:04:50 +02:00
D G Turner
75fdc35af4
DRASCULA: Fix Missing Default Switch Cases
...
These are flagged by GCC if -Wswitch-default is enabled.
2019-10-18 15:46:02 +01:00
D G Turner
7bf7a415f7
DRACI: Fix Missing Default Switch Cases
...
These are flagged by GCC if -Wswitch-default is enabled.
2019-10-18 15:24:54 +01:00
Eugene Sandulenko
4d8a0f22f2
GRAPHICS: MACGUI: Fix compilation without freetype
2019-10-18 09:27:33 +02:00
Eugene Sandulenko
eb72d6b479
COMMON: Added String::find()
2019-10-18 00:28:36 +02:00
Eugene Sandulenko
3ae526dfed
GRAPHICS: MACGUI: Added support for Unicode fonts in menu
2019-10-18 00:20:54 +02:00
D G Turner
80522f1187
DIRECTOR: Fix Missing Default Switch Cases
...
These are flagged by GCC if -Wswitch-default is enabled.
2019-10-17 21:43:00 +01:00
D G Turner
9ce2ba2758
CRYOMNI3D: Fix Missing Default Switch Cases
...
These are flagged by GCC if -Wswitch-default is enabled.
2019-10-17 18:47:32 +01:00
Bastien Bouclet
1dce33dd9f
GUI: Fix launcher layout for small widths
...
* Testing if a widget can be centered was ignoring the padding.
* Only resize a layout based on its content if it was not explicitely
sized by its parent. Fixes the logo causing incorrect layout
computations when the window width is lower than the image width.
2019-10-17 19:33:50 +02:00
D G Turner
9bc03dc117
CRYO: Fix Missing Default Switch Cases
...
These are flagged by GCC if -Wswitch-default is enabled.
2019-10-17 15:47:32 +01:00
Eugene Sandulenko
4a41260955
PRINCE: I18N: Update translation (English)
...
Currently translated at 55.2% (1523 of 2757 strings)
2019-10-17 14:57:43 +02:00
Eugene Sandulenko
23a9ce1880
GRAPHICS: MACGUI: Fix crash when clicking on the top window
2019-10-17 09:27:38 +02:00
sluicebox
0334d95364
SCI32: Fix QFG4 error when clicking after runes puzzle
...
Fixes a bug in a script patch, trac #11211
2019-10-16 20:02:08 -07:00
D G Turner
f7593adb3e
CINE: Fix Missing Default Switch Cases
...
These are flagged by GCC if -Wswitch-default is enabled.
2019-10-17 00:47:34 +01:00