139698 Commits

Author SHA1 Message Date
Vladimir Serbinenko
d2c3387c6a SWORD2: Support Chinese translation
This includes both the translation itself and the font rendering
2023-03-08 01:05:32 +01:00
Vladimir Serbinenko
b7a429afdd SWORD2: Make read methods accept const byte *. 2023-03-08 01:05:32 +01:00
Vladimir Serbinenko
301e8805c2 SWORD2: Add detection entry for Chinese Broken Sword 2
This entry is not strictly necessarry, just needed for better game
language reporting.
2023-03-08 01:05:32 +01:00
ScummVM-Translations
32ae79c28b I18N: Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: ScummVM/scummvm
Translate-URL: https://translations.scummvm.org/projects/scummvm/scummvm/
2023-03-07 22:41:09 +00:00
D G Turner
a77091faa9 BACKENDS: CURL: Fix Deprecated API Warnings By Removing Usage on v7.45.0+ 2023-03-07 23:40:54 +01:00
Timo Mikkolainen
a9d5d2d7e3 I18N: Update translation (Finnish)
Currently translated at 100.0% (1815 of 1815 strings)
2023-03-07 22:34:50 +00:00
neuromancer
047d525f13 FREESCAPE: load correct border palette for certain driller releases 2023-03-07 21:27:45 +01:00
neuromancer
23a594af6c FREESCAPE: load original images and adjust ui for driller cpc 2023-03-07 21:27:45 +01:00
neuromancer
22fcff4ece FREESCAPE: allow to change the palette of title and border per level using managed surfaces 2023-03-07 21:27:45 +01:00
neuromancer
3c9cbb3fe0 FREESCAPE: use managed surfaces for border and title images 2023-03-07 21:27:45 +01:00
neuromancer
1c96737ae1 FREESCAPE: enable some spfx effects for different platforms (zx, cpc) 2023-03-07 21:27:45 +01:00
Giovanni Cascione
0660b90943 LIBRETRO: BUILD: Add psvita to gitlab-ci and build fix 2023-03-07 21:15:49 +01:00
Donovan Watteau
3e49159bf7 CONFIGURE: Recognize more common architectures, and sort them 2023-03-07 20:41:57 +01:00
Donovan Watteau
a5106d86ef BUILD: Disable -Wshadow and -Wmissing-field-initializers before GCC 5
They just gave many false positives creating a lot of noise in build
logs for ports using an older GCC.
2023-03-07 20:41:16 +01:00
Kaloyan Chehlarski
3749b21f18 NANCY: Formatting fixes
Changed spaces to tabs, fixed some double spaces and cleaned up
trailing whitespaces.
2023-03-07 21:19:24 +02:00
Kaloyan Chehlarski
b0cd7b1524 NANCY: Make LightningOn::readData() more readable 2023-03-07 21:19:24 +02:00
Kaloyan Chehlarski
415406bbcc NANCY: Pick correct responses in primary video
Fixed an issue where the incorrect player dialogue would be chosen
when one or more of the other responses are hidden.
2023-03-07 21:19:24 +02:00
Kaloyan Chehlarski
fb7a903080 NANCY: Fix primary video chaining
Fixed an issue where a piece of dialogue would start playing for a split
second before getting switched out with another.
2023-03-07 21:19:22 +02:00
Kaloyan Chehlarski
1fa1de39b6 NANCY: Rename action record dependency types
Renamed the dependency types for ActionRecords to match their
official ones. Also added the dependency types found in nancy3.
2023-03-07 21:19:22 +02:00
Kaloyan Chehlarski
8190f09acc NANCY: Fix incorrect hotspots in textbox
Fixed a wrong calculation for the height of textbox response hotspots
which could result in incorrect dialogue choices being made.
2023-03-07 21:19:22 +02:00
Kaloyan Chehlarski
86b7d58f16 NANCY: Fix AddInventoryNoHS
Fixed a logic error that was introduced when removing NancyFlag.
2023-03-07 21:19:21 +02:00
Kaloyan Chehlarski
0f28c64d6a NANCY: Silence potential nullptr dereference warning 2023-03-07 21:19:21 +02:00
Kaloyan Chehlarski
779e22f4a8 NANCY: Implement LightningOn action record type
Implemented the LightningOn ActionRecord, which changes the
color palette to simulate a lightning flash at randomized intervals.
2023-03-07 21:19:21 +02:00
Giovanni Cascione
0a7e8fff77 LIBRETRO: fix jni path for gitlab-ci 2023-03-07 19:26:32 +01:00
Marco Borrini
ce6b38c28a
GLK: ADRIFT: Add detection for new games (#-A) 2023-03-07 15:43:17 +01:00
Purple T
1747240918 I18N: Update translation (French)
Currently translated at 100.0% (1815 of 1815 strings)
2023-03-07 13:53:40 +00:00
Donovan Watteau
f08c56c527 GRIM: Undo last char/uint8 change for gfx_opengl_shaders.cpp
This one still uses `char`.
2023-03-07 14:15:19 +01:00
Walter Agazzi
f3cac273b8 I18N: Update translation (Italian)
Currently translated at 100.0% (1815 of 1815 strings)
2023-03-07 13:13:43 +00:00
Donovan Watteau
cdbdb58e07 MACOS: BUILD: Don't depend on xattr on older OSX
The API was there but not the tool (which appeared in Leopard), and
even if you give it a replacement, Finder/TextEdit won't use the extra
encoding metadata that's used there, so it's useless on older OSX.
2023-03-07 13:52:18 +01:00
Donovan Watteau
e776d04cc5 JANITORIAL: IMMORTAL: Remove stray semicolon 2023-03-07 13:52:18 +01:00
Donovan Watteau
cc30927ace JANITORIAL: CHAMBER: Remove stray semicolon 2023-03-07 13:52:18 +01:00
Donovan Watteau
7a7a1552b2 JANITORIAL: SCUMM: Fix some typos and extra semicolons 2023-03-07 13:52:18 +01:00
Donovan Watteau
37e3146f49 JANITORIAL: CREATE_PROJECT: Fix a small typo 2023-03-07 13:52:18 +01:00
Donovan Watteau
2b13af4004 JANITORIAL: TONY: Fix small typos 2023-03-07 13:52:18 +01:00
Donovan Watteau
09419beae0 GRIM: Fix MSVC C4245 char/uint8 warning
Related to commit 6df761e70eccad92976644ce6a09ee27edca1f47.
2023-03-07 13:52:18 +01:00
Donovan Watteau
2d0d32e214 TINYGL: Fix MSVC C4309 enum sign warning 2023-03-07 13:52:18 +01:00
ScummVM-Translations
a455dae66b I18N: Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: ScummVM/scummvm
Translate-URL: https://translations.scummvm.org/projects/scummvm/scummvm/
2023-03-07 12:38:10 +00:00
Le Philousophe
1d2ffda577 BACKENDS: CURL: Fix build with old curl versions 2023-03-07 13:37:42 +01:00
Le Philousophe
673ff82b8a BACKENDS: ENET: Yet another fix for Vita build
SOMAXCONN is not defined in their toolchain and a patch in their
boost package uses this value
2023-03-07 13:37:42 +01:00
Le Philousophe
36ccf8b29a BACKENDS: ENET: Yet another fix for AmigaOS build
The previous one was not complete
2023-03-07 13:37:42 +01:00
VAN-Gluon
f53a87e96d I18N: Update translation (Japanese)
Currently translated at 99.2% (1802 of 1815 strings)
2023-03-07 11:29:42 +00:00
George Kormendi
a4e2016c15 I18N: Update translation (Hungarian)
Currently translated at 99.1% (1799 of 1815 strings)
2023-03-07 11:29:41 +00:00
Antoniou Athanasios
3d56b0c460 I18N: Update translation (Greek)
Currently translated at 100.0% (1815 of 1815 strings)
2023-03-07 11:29:34 +00:00
Antoniou Athanasios
99a8fd5a31 I18N: Update translation (Greek)
Currently translated at 100.0% (1815 of 1815 strings)
2023-03-07 11:28:06 +00:00
Le Philousophe
57f3d6ebf3 BACKENDS: ENET: Fix AmigaOS build
There, msg_name is of type char *
2023-03-07 08:41:30 +01:00
Le Philousophe
e51b9a7325 BACKENDS: ENET: Fix Vita build
fcntl is supported here while ioctl isn't.
2023-03-07 08:41:30 +01:00
elasota
5fe1e3b2fa VCRUISE: Add gyros 2023-03-07 02:33:35 -05:00
Matthew Duggan
3a8357e226 TETRAEDGE: Fix Syberia 2 credits and main menu aspect ratios 2023-03-07 16:10:21 +09:00
Matthew Duggan
8393c80aba TETRAEDGE: Make continue button work from main menu 2023-03-07 16:10:21 +09:00
ScummVM-Translations
487dbce74d I18N: Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: ScummVM/scummvm
Translate-URL: https://translations.scummvm.org/projects/scummvm/scummvm/
2023-03-07 02:35:08 +00:00