Walter Agazzi
409a24b129
AGS: Add language detection of games/demos (initial L)
2022-05-16 21:24:00 +01:00
Lothar Serra Mari
119a5e86c4
NEWS: Fix typo in German NEWS file
2022-05-16 19:53:51 +02:00
Lothar Serra Mari
a439855206
NEWS: Update German NEWS file
2022-05-16 18:41:16 +02:00
ScummVM-Translations
90cfe8394a
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/
2022-05-16 16:05:34 +00:00
Coen Rampen
694dcb4f90
NEWS: Added AGOS updates
2022-05-16 18:05:16 +02:00
ScummVM-Translations
66d81aa53f
I18N: Update translations templates
2022-05-16 11:25:51 +00:00
Coen Rampen
38eff6c7c3
AGOS: Add OPL3 mode for Elvira 1
...
This commit enables the Accolade AdLib driver's OPL3 mode for Elvira 1. It adds
some extra notes, most notable in the intro track. A small fix is applied to
one of the instruments in the intro track to make it work properly with this
mode.
2022-05-16 12:18:11 +02:00
Coen Rampen
287490fe0b
AGOS: Fix some Elvira 1 tracks not looping
...
Some Elvira 1 music tracks would not loop properly. These tracks make use of
the loop event, which stores the position in the MIDI stream where the parser
will later loop to. An event is optionally preceded by a delta, as indicated by
the _noDelta property of the parser. However, when looping, this flag was not
set to the state matching the event after the loop point. This would sometimes
cause the parser to interpret a MIDI event as a delta, which would break the
parsing.
This is fixed by storing the _noDelta flag with the loop data and setting it
to the stored value when looping.
2022-05-16 12:18:11 +02:00
Coen Rampen
07a6b54f54
AGOS: Add CMS support for Elvira 1
...
This adds support for the Creative Music System / Gameblaster to Elvira 1.
2022-05-16 12:18:11 +02:00
Coen Rampen
021a828e2e
AUDIO: Decouple CMS emulator from engines
...
This commit adds a mediator class to decouple the CMS emulator from the engines
that use it. This allows for easier updating or replacement of the emulator or
addition of new emulators. It also enables using the emulator via a callback
mechanism.
2022-05-16 12:18:10 +02:00
Antoniou Athanasios
18f6d8c6b2
I18N: Update translation (Greek)
...
Currently translated at 100.0% (1723 of 1723 strings)
2022-05-16 09:31:26 +00:00
Marcel Souza Lemes
6c808b4efb
I18N: Update translation (Portuguese (Brazil))
...
Currently translated at 100.0% (1723 of 1723 strings)
2022-05-16 09:27:52 +00:00
George Kormendi
7ef9faee8e
I18N: Update translation (Hungarian)
...
Currently translated at 100.0% (1723 of 1723 strings)
2022-05-16 09:27:52 +00:00
jepael
d109b47efb
I18N: Update translation (Finnish)
...
Currently translated at 100.0% (1723 of 1723 strings)
2022-05-16 09:27:50 +00:00
IlDucci
058b6aa6b5
I18N: Update translation (Spanish)
...
Currently translated at 100.0% (1723 of 1723 strings)
2022-05-15 19:10:31 +00:00
athrxx
b29b5acc0a
COMMON: (MASS ADD) - fix language code comparison for obsolete lang codes
...
We now correctly recognize obsolete language codes.
(e. g. "jp" will be considered the same as "ja")
Another step to bring down the number of detected targets...
2022-05-15 18:50:13 +02:00
ScummVM-Translations
583d3f47d3
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/
2022-05-15 16:40:24 +00:00
AndywinXp
99be32ed10
DIRECTOR: Add detection for Wolfgang the Cyberwolf
...
DIRECTOR: Fix detection for Wolfgang
DIRECTOR: Add detection for Wolfgang mac
Also add a comment by eientei about the installation check
DIRECTOR: Add comment about Wolfgang's language
2022-05-15 18:40:13 +02:00
ScummVM-Translations
c2b29298b5
I18N: Update translations templates
2022-05-15 13:26:14 +00:00
ShaharAriel
404071df0e
SCUMM: Add zak and MM Hebrew preposition
...
The English chars here are reference in font to Hebrew chars
2022-05-15 16:26:04 +03:00
ShaharAriel
fe642720d8
SCUMM: Add RTL support for MM
...
This add MM to existing fixes of RTL support
2022-05-15 16:26:04 +03:00
athrxx
315c3bcf02
COMMON: (AD) - add more file names to graylist
...
START.EXE and ITEM.DAT
2022-05-15 15:02:04 +02:00
Lothar Serra Mari
0136d186e8
I18N: Update translation (German)
...
Currently translated at 100.0% (1723 of 1723 strings)
2022-05-15 10:31:18 +00:00
ScummVM-Translations
a6b50afd92
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/
2022-05-15 10:27:01 +00:00
Lothar Serra Mari
d4295d8af5
I18N: Update GUI translations datafile
2022-05-15 12:26:40 +02:00
Lothar Serra Mari
d53da9b8cc
NEWS: Update German NEWS file
2022-05-15 12:26:02 +02:00
ScummVM-Translations
f78a68e09c
I18N: Update translations templates
2022-05-15 10:16:38 +00:00
Die4Ever
2296af6b1e
GUI: Move the lowres string handling logic inside the button widgets
2022-05-15 13:16:29 +03:00
Orgad Shaneh
4034ab2335
SCUMM: Use true/false for bool member
2022-05-15 13:11:47 +03:00
Hubert Maier
9ba4d973ec
TONY: Remove hack for AmigaOS4
...
This was fixed in one of the OS updates
2022-05-15 13:08:37 +03:00
antoniou79
4e636920ee
BLADERUNNER: For 2x scaled VQA v2 videos fill last row and column
...
By basically copying the previous to last row and column pixels' color respectively
2022-05-15 12:43:31 +03:00
Paul Gilbert
ca2798cb0f
GLK: Added detection entries
2022-05-14 20:33:33 -07:00
Paul Gilbert
4284ca5773
ULTIMA: NUVIE: Fix spelling of view.cpp
2022-05-14 17:09:35 -07:00
ScummVM-Translations
97f379a593
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/
2022-05-15 00:01:23 +00:00
sluicebox
5e03f7a688
SCI: Fix LONGBOW Amiga when saving peasant woman
2022-05-14 19:57:37 -04:00
ScummVM-Translations
07a4ca358a
I18N: Update translations templates
2022-05-14 23:48:56 +00:00
Orgad Shaneh
0e2ddd6899
SCUMM: Centralize RTL support condition
...
Store it in a member instead of duplicating the condition.
2022-05-15 02:48:46 +03:00
Carlo Bramini
b195cbbcd0
WIN32: Migrate from ShellExecute to ShellExecuteEx Function
...
That function allows more readable code, without needing to test if the
returned value is greater than 32.
Supported platforms are:
Windows 95: Supported.
Windows 98: Supported.
Windows NT: Required Windows NT 4.0 or later.
Windows 2000 and newer: Supported.
Windows CE: Requires Windows CE 1.0 or later.
This fix comes from my port of SCUMMVM for Windows CE/Embedded/Mobile since
this family of OSs support ShellExecuteEx(), but not ShellExecute().
2022-05-14 10:05:50 +02:00
Hubert Maier
a83ce7d609
AMIGAOS: Revise directory creation
...
- Change warnings to debug
- Fix trailing slash
2022-05-14 09:55:55 +03:00
Hubert Maier
49c7f4c6a1
AMIGAOS: Add directory creation to FS
2022-05-14 09:55:55 +03:00
Hubert Maier
0a7f7f6b84
AMIGAOS: Update configure script
...
- Remove hardcoded newlib toolchain (there´s an open-source clib2 toolchain
available). Let the user decide which toolchain using LDFLAGS env var.
- Minor comment fixes.
2022-05-14 09:55:55 +03:00
ScummVM-Translations
a13340410e
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/
2022-05-14 06:48:26 +00:00
Donovan Watteau
5d8cc4fd75
SCUMM: Fix MM NES dark rooms colors on strict-alignment archs
...
Fix the missing case for SCUMM_NEED_ALIGNMENT archs in previous
commit 985ccfa8df .
2022-05-14 09:48:15 +03:00
ScummVM-Translations
2a36aef83c
I18N: Update translations templates
2022-05-13 19:35:07 +00:00
Orgad Shaneh
3231a6e3a2
SCUMM: Use inline member initialization
...
and initialize all members.
2022-05-13 22:34:56 +03:00
Stian Schultz
09fff4468b
I18N: Update translation (Norwegian Bokmål)
...
Currently translated at 100.0% (1723 of 1723 strings)
2022-05-13 13:59:12 +00:00
elasota
5f0c6fa4d0
CREATE_PROJECT: Add /Zc:__cplusplus so __cplusplus macro matches C++ feature level
2022-05-13 10:22:21 +03:00
Thierry Crozat
2657061bfd
AGS: Add detection for additional versions of some Wadjet Eye games
2022-05-12 21:19:25 +01:00
neuromancer
c405828d10
HYPNO: improved transition implementation for wet and boyz
2022-05-12 21:37:14 +02:00
sluicebox
0d16892c1d
SCI32: Fix GK2 lockups when music volume is turned off
...
Fixes a bug in the original that locks up many scenes and room
transitions if the music volume slider is lowered all the way
2022-05-12 14:59:53 -04:00