Donovan Watteau
008cbd53da
NEWS: Mention pirate dialogue freeze fix in Simon2 for 2.6.1
2022-10-13 15:57:18 +02:00
Misty De Meo
54e30a77ef
DIRECTOR: add Trans'2 demo
2022-10-12 20:17:09 -07:00
Donovan Watteau
14f12c3d6c
SCUMM: Fix the storekeeper closing the door in MI1CD (WORKAROUND)
...
In the v5 releases of Monkey Island 1, the storekeeper on Mêlée Island
closes the door *after* going to the counter, which looks very strange
since he's far away from it, at this point. In the v4 releases, he just
closes it *before* walking away from it, which is much more natural.
AFAIK the storekeeper isn't meant to have the same Jedi powers as the
troll on the bridge, so that's probably yet another scripting oversight
from the SCUMM v4 to v5 update.
Fix this by calling the related script a bit earlier. This was already
fixed in the SegaCD release and in the Ultimate Talkie edition.
2022-10-12 22:53:31 +03:00
Lothar Serra Mari
23c2941421
NEWS: Mention COMI lipsync fix in German NEWS file
2022-10-12 19:01:35 +02:00
Donovan Watteau
4fd6ea1813
SCUMM: Make Trac#1452 subtitle workaround for Dig optional
...
Like the other "missing waitForActor()" workarounds we have.
2022-10-12 13:42:43 +02:00
Walter Agazzi
48ba7526e2
DIRECTOR: Fix Nile Passage to Egypt Mac detection filesize
2022-10-12 13:16:27 +02:00
Walter Agazzi
89d3fe7d33
DIRECTOR: Add detection for Klondike Gold
2022-10-12 13:16:27 +02:00
Walter Agazzi
1118a0d495
DIRECTOR: Add detection for Explore Space
2022-10-12 13:16:27 +02:00
Walter Agazzi
a8d9bacb6a
AGS: Add detection for Glorious Wolf 2
2022-10-12 13:16:27 +02:00
Donovan Watteau
468575ed06
SCUMM: Only apply Trac#2215 subtitle workaround when Indy uses the gold box
...
This subtitle bug only happens if Indy has the gold box and is about to
use it, right after finding the beads in Crete. Document this, and don't
apply the workaround if we're not in this case, since this pauses Indy's
animation for no reason.
See the difference in behavior with the two old savegames included
in Trac#2215 issue.
Also make this an enhancement, while there.
Tested with the Floppy/French, DOS/Talkie/English and
Macintosh/Talkie/English releases. Original issue also in DREAMM.
2022-10-12 13:03:36 +02:00
Donovan Watteau
05c712ffa2
SCUMM: Mention big-endian speech lipsync COMI fix for 2.6.1
2022-10-12 11:06:32 +02:00
Lothar Serra Mari
8fd07255b3
NEWS: Mention TINSEL fixes for 2.6.1
2022-10-12 04:18:12 +02:00
elasota
7730a6c364
MTROPOLIS: Render MTI in 32-bit mode and fix more MTI things.
2022-10-11 21:48:58 -04:00
elasota
553271dd7e
MTROPOLIS: Skip junk data in audio cue point area. Add clearer data type errors.
2022-10-11 21:48:57 -04:00
Stian Schultz
5185721862
I18N: Update translation (Norwegian Bokmål)
...
Currently translated at 100.0% (1768 of 1768 strings)
2022-10-11 14:51:32 +00:00
Stian Schultz
8187114730
I18N: Update translation (Norwegian Bokmål)
...
Currently translated at 100.0% (1768 of 1768 strings)
2022-10-11 14:49:06 +00:00
Marcel Souza Lemes
9f687ccf65
I18N: Update translation (Portuguese (Brazil))
...
Currently translated at 100.0% (1768 of 1768 strings)
2022-10-11 09:33:49 +00:00
George Kormendi
60a58e5b43
I18N: Update translation (Hungarian)
...
Currently translated at 100.0% (1768 of 1768 strings)
2022-10-11 09:33:48 +00:00
Purple T
71620fa138
I18N: Update translation (French)
...
Currently translated at 100.0% (1768 of 1768 strings)
2022-10-11 09:33:47 +00:00
Lothar Serra Mari
5b936f6b9c
I18N: Update translation (German)
...
Currently translated at 100.0% (1768 of 1768 strings)
2022-10-11 09:33:47 +00:00
D G Turner
1ff2bb3ed2
SCUMM: Fix Memset of Non-Trivial Data Structure GCC Compiler Warning
2022-10-11 08:49:09 +01:00
Donovan Watteau
502479d7be
BASE: Add C++11 char array initialized by a string literal test
...
This was not properly implemented in GCC versions before 5.1, and
we still have some ports using older GCC versions.
See https://gcc.gnu.org/bugzilla/show_bug.cgi?id=43453#c7 and commit
6ac3994e3e .
2022-10-11 09:08:37 +03:00
Thierry Crozat
19514bc2ad
AGS: Common: properly restore font metrics when setting an old font renderer
...
From upstream f07e8e20ddf715511012aa20861b9e8cecf7aa4f
2022-10-10 23:42:34 +01:00
Thierry Crozat
f380f418de
AGS: implement IAGSFontRenderer2 and use NotifyFontUpdated for AGSSpriteFont
...
From upstream 63304da8ad002549930c3b894b56f4babec25902
2022-10-10 23:42:34 +01:00
Thierry Crozat
98f4b82f36
AGS: added IAGSFontRenderer2 and NotifyFontUpdated
...
From upstream e42b1371a8258ddd47c79af04a6f78fab2a136f4
2022-10-10 23:42:34 +01:00
Thierry Crozat
69eeb18d36
AGS: Added GetGameInfo to plugin interface
...
From upstream 97d02b47babb0cdd0e82e8815f3f5dbf8e7b2e1b
2022-10-10 23:42:34 +01:00
Thierry Crozat
f9e3580237
AGS: reimplemented clear division of clip position by sound type
...
Currently only MP3/OGG and WAVs are reporting correct sound type dependent pos.
Adapted from upstream 19bdee979c80f339d0ada0bee99b7517c8b595c5
2022-10-10 23:42:34 +01:00
Thierry Crozat
26716156af
AGS: added AudioChannel.SeekMs() to coplement PositionMs
...
From upstream 59a5cacb8ed61e41dd8ef0641dd5de156caf8d32
2022-10-10 23:42:34 +01:00
Walter Agazzi
e248b50d6e
I18N: Update translation (Italian)
...
Currently translated at 100.0% (1768 of 1768 strings)
2022-10-10 21:10:19 +00:00
athrxx
012949a04f
SCUMM: (FM-Towns) - code style fixes
2022-10-10 22:44:17 +02:00
athrxx
e67737a749
SCUMM: (IMS) - use short version strings for MT-32 display
...
The builds distributed over the website have long version strings
(which include the revison number) that don't fit the MT-32 display.
So we just trim them after the version number...
2022-10-10 22:44:13 +02:00
athrxx
cc6f904269
SCUMM: (IMS) - code style fixes
2022-10-10 22:44:08 +02:00
athrxx
3947df46f8
KYRA: code style fixes
2022-10-10 22:44:02 +02:00
Eugene Sandulenko
a670a17480
NETWORKING: Properly process TLS errors.
...
Now, when HTTPS is not supported, we will indicate it to the user.
2022-10-10 22:37:22 +02:00
AndywinXp
938212c6f1
SCUMM: DiMUSE: Fix endianness issues with speech lipsync
2022-10-10 21:26:26 +02:00
Walter Agazzi
f0081da100
DIRECTOR: Add detection for Traitors Gate newer/DVD versions
2022-10-10 18:35:58 +02:00
Walter Agazzi
24b7675e3d
DIRECTOR: Add detection for "Carmen Sandiego Math Detective"
2022-10-10 18:35:58 +02:00
Walter Agazzi
1f178105d0
DIRECTOR: Remove misdetected Maniac Sports entry
2022-10-10 18:35:58 +02:00
Walter Agazzi
174741c987
DIRECTOR: Fix checksum for Shade Viewer and add additional file
...
Fixes bug #13760 with Amiga games being detected as Shade Viewer
variant
2022-10-10 18:35:58 +02:00
Antoniou Athanasios
1883377f29
I18N: Update translation (Greek)
...
Currently translated at 100.0% (1768 of 1768 strings)
2022-10-10 14:47:21 +00:00
IlDucci
303511f042
I18N: Update translation (Spanish)
...
Currently translated at 100.0% (1768 of 1768 strings)
2022-10-10 14:31:37 +00:00
VAN-Gluon
ff7c3f7f49
I18N: Update translation (Japanese)
...
Currently translated at 100.0% (1768 of 1768 strings)
2022-10-10 13:25:41 +00:00
Eugene Sandulenko
0ecda57c36
I18N: Update translation (Ukrainian)
...
Currently translated at 100.0% (1768 of 1768 strings)
2022-10-10 13:25:40 +00:00
Eugene Sandulenko
00a0980027
I18N: Update translation (Russian)
...
Currently translated at 100.0% (1768 of 1768 strings)
2022-10-10 13:25:35 +00:00
Lothar Serra Mari
6e82d770d5
GUI: Update translations datafile
2022-10-10 13:59:56 +02:00
ScummVM-Translations
c81bb57776
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-10-10 11:56:22 +00:00
Lothar Serra Mari
880ce86d71
NEWS: Update German NEWS file
2022-10-10 13:55:59 +02:00
Eugene Sandulenko
3a217aec73
I18N: Update translation (Russian)
...
Currently translated at 100.0% (1768 of 1768 strings)
2022-10-10 11:37:01 +00:00
ScummVM-Translations
05eba2b943
I18N: Update translations templates
2022-10-10 11:29:40 +00:00
ScummVM-Translations
eef12f5b4d
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-10-10 11:29:38 +00:00