92160 Commits

Author SHA1 Message Date
Hubert Maier
80a96fd90d AMIGAOS4: Automate special target installation even more (#1901)
* AMIGAOS4: Update amigaos.mk

- reorg
- add stripping/copying engine plugins
- add Ext_Ins_so.rexx

* Ext_Inst_so.rexx

Add script to extract and install all compiled-in shared libraries to a local sobjs/ dir.
Reason is that not every AmigaOS4 installation, especially vanilla ones, feature all mandatory libraries (which has led to many bug reports and lots of gathering of the correct libraries for users in the past)

* AMIGAOS4: RM2AG.rexx

- Add automatic installation to the correct path
- Add deleting the temp file
- Typos and rewording
- Add I/O panic switches
2019-10-21 21:38:24 +03:00
Thierry Crozat
93a864f39a I18N: Update translations templates 2019-10-21 20:14:10 +02:00
sluicebox
4b13347df8 SCI32: Add support for AIFF audio
Used by at least LSL6 Mac CD for voices
2019-10-21 11:13:24 -07:00
sluicebox
4ed93d2bcb SCI32: Add LSL6 Mac CD detection entry
Trac #11218
2019-10-21 11:13:24 -07:00
sluicebox
8dcdc63af1 SCI: Add LSL6 Mac Floppy kGetCWD workaround
The game now starts
2019-10-21 11:13:24 -07:00
sluicebox
855d8c9155 SCI: Add LSL6 Mac Floppy detection entry 2019-10-21 11:13:24 -07:00
Thanasis Antoniou
6694bf5823 CONFIGURE: Added some CXXFLAGS for android x86_64 2019-10-21 21:05:52 +03:00
Thanasis Antoniou
0ed4c2fb96 CONFIGURE: Comments on SDK and NDK env vars for Android 2019-10-21 15:04:34 +03:00
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