132170 Commits

Author SHA1 Message Date
athrxx
3589e5cf1b KYRA: (LOK/Mac) - improve sound driver
(talkie version adjustments )
2022-08-13 16:51:41 +02:00
athrxx
6a1f0077ad KYRA :(LOK/Mac) - use correct credits file 2022-08-13 16:51:36 +02:00
athrxx
4a28783478 KYRA: (LOK/Mac) - priorize resource files that match the selected language
The talkie version seems to have file versions for all supported languages in the game folder. So we try the ones that match our language first.
2022-08-13 16:51:33 +02:00
athrxx
eb6a769085 KYRA: (LOK/Mac) - fix talkie version
The talkie version was silently killed while we completed the support for the regular Mac version.

Also cleanup all the LOK static resources a bit (remove garbage offsets).
2022-08-13 16:51:22 +02:00
AndywinXp
edf63e8672 SCUMM: DiMUSE: Prevent crashes if a .SOU/.BUN file can't be found 2022-08-13 11:57:55 +02:00
treloret
4368a380c4 SCI: Added detection for SCI fanmade games and removed unused gameid 2022-08-13 02:04:40 +03:00
elasota
c868fe1365 MTROPOLIS: Update subtitle format 2022-08-12 19:00:31 -04:00
Xaviu
da318a01ff I18N: Update translation (Catalan)
Currently translated at 73.2% (1301 of 1777 strings)
2022-08-12 15:37:28 +00:00
Orgad Shaneh
2e441b12e6 COMMON: Fix compiler warning on Win64
Amends 7d4d135b99d7454b2f4d3a8c25e0ed47828a759f.
2022-08-12 17:06:21 +03:00
Matthew Duggan
72bc43d8f2 DEVTOOLS: Add a helper script for adding a class to an engine
When working on new parts of an engine, the boilerplate needed to add a new
class can be a bit of a chore.  Created a simple script to save some work.
2022-08-12 15:52:28 +10:00
Matthew Duggan
4ac44a8c12 DEVTOOLS: Mark engine template functions as override 2022-08-12 15:49:50 +10:00
ScummVM-Translations
c3b3b1d456 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-08-12 04:55:59 +00:00
Misty De Meo
c6dd719994
DIRECTOR: fix phantplanet size 2022-08-11 21:55:32 -07:00
ScummVM-Translations
0bdc2d99eb I18N: Update translations templates 2022-08-12 04:33:45 +00:00
sluicebox
9be84837b3 SCI: Add speed_throttle debug command
Allows testing the speed throttler for possible improvements
and to demonstrate what it affects and what it doesn't.

`speed_throttle 0` disables kGameIsRestarting throttling.
(Except for game-specific workarounds.)

This command is possible due to several recent cleanups of other
throttling mechanisms that overlapped and were absorbed by this one.
2022-08-12 00:33:20 -04:00
sluicebox
fb35db5260 SCI: Document kGameIsRestarting speed throttler 2022-08-12 00:33:20 -04:00
sluicebox
4cffc809b2 SCI: Fix "You wins" message in PQ1 poker 2022-08-12 00:33:19 -04:00
sluicebox
ec6d350ba6 SCI: Fix LB2 CD interrupted introduction music 2022-08-12 00:33:19 -04:00
ScummVM-Translations
442e31e78a 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-08-12 03:56:16 +00:00
Donovan Watteau
31916ae722 CI: Add missing jpeg library for macOS 2022-08-12 04:56:04 +01:00
Marcel Souza Lemes
361e444fc6 I18N: Update translation (Portuguese (Brazil))
Currently translated at 100.0% (1777 of 1777 strings)
2022-08-12 03:37:28 +00:00
ScummVM-Translations
73d739f6ed I18N: Update translations templates 2022-08-11 21:30:16 +00:00
Carlo Bramini
bdd2fb61d1 BACKENDS: OPENGLSDL: Fix corrupted graphics.
Size of the alpha channel is not set to its default value and this caused totally corrupted graphics on my PC.
See:
https://bugs.scummvm.org/ticket/13712
2022-08-12 00:30:05 +03:00
Cameron Cawley
e61bba9e23 ULTIMA: Replace Std::pair with Common::Pair 2022-08-12 00:27:15 +03:00
Cameron Cawley
7bd5497dfe COMMON: Add Common::Pair 2022-08-12 00:27:15 +03:00
Orgad Shaneh
b3d0813300 SCUMM: Fix indentation
Amends commit 4451101b80f07197e441cfad8cbd7fd2498b4bc8.
2022-08-11 22:58:54 +03:00
Donovan Watteau
1e44fd3fdf SCUMM: Restrict the "I am Choas." Loom workaround to the English talkie 2022-08-11 22:25:10 +03:00
ScummVM-Translations
611b7639e3 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-08-11 19:23:55 +00:00
treloret
5d0cd767c1 SLUDGE: Added missing entries to 3 sludge games 2022-08-11 22:23:44 +03:00
VAN-Gluon
dc591d57aa I18N: Update translation (Japanese)
Currently translated at 100.0% (1777 of 1777 strings)
2022-08-11 17:17:34 +00:00
Antoniou Athanasios
d677f3b401 I18N: Update translation (Greek)
Currently translated at 100.0% (1777 of 1777 strings)
2022-08-11 17:17:22 +00:00
Walter Agazzi
1b410d6576 I18N: Update translation (Italian)
Currently translated at 100.0% (1777 of 1777 strings)
2022-08-11 12:21:17 +00:00
Donovan Watteau
9c78d324a6 SCUMM: Add a bit more comments about Trac#832 workaround
Most of the workarounds in SCUMM explain a bit what's going on, even
when referring to a Trac issue, but this one didn't say much.

I tested that this problem still occurs today (boot param 5234 is
perfect for this), while the original interpreter within DREAMM
doesn't mind this script.
2022-08-11 14:00:51 +02:00
Lothar Serra Mari
c3aa84381c I18N: Update translation (German)
Currently translated at 100.0% (1777 of 1777 strings)
2022-08-11 11:09:12 +00:00
Purple T
a27c76799e I18N: Update translation (French)
Currently translated at 100.0% (1777 of 1777 strings)
2022-08-11 09:30:29 +00:00
IlDucci
2ed75ef4b8 I18N: Update translation (Spanish)
Currently translated at 100.0% (1777 of 1777 strings)
2022-08-11 09:30:24 +00:00
Donovan Watteau
5538830bda SCUMM: Don't try to apply the Captain Dread glitch workaround on the Ultimate Talkie
This bug was already fixed in the Ultimate Talkie edition, but a good
part of this script has been rewritten in this version, so I'd rather
avoid triggering any _scriptPointer change there. The Bit[129] check
was probably enough to prevent this, but I'd rather be safe.

Adding the check is also a way of documenting that this version fixed
this.
2022-08-11 11:26:47 +02:00
neuromancer
806e8263fb HYPNO: disable user interaction during cutscenes/intro commands 2022-08-11 08:52:14 +02:00
neuromancer
242a48a1f5 HYPNO: avoid drawing too many profiles in the boyz main menu 2022-08-11 08:52:14 +02:00
George Kormendi
b9b8b41aa5 I18N: Update translation (Hungarian)
Currently translated at 100.0% (1777 of 1777 strings)
2022-08-11 06:37:28 +00:00
ScummVM-Translations
d6d35be922 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-08-10 23:22:05 +00:00
elasota
f9726095d8 MTROPOLIS: Fix wrong ID 2022-08-10 19:21:36 -04:00
ScummVM-Translations
b098755faf I18N: Update translations templates 2022-08-10 23:16:47 +00:00
ScummVM-Translations
ee4aaff026 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-08-10 23:16:45 +00:00
elasota
013209615b MTROPOLIS: Fix save-at-checkpoints and gameplay subtitles option IDs being swapped, rename gameplay subtitles option 2022-08-10 19:16:22 -04:00
ScummVM-Translations
cfd2d7cea3 I18N: Update translations templates 2022-08-10 13:28:26 +00:00
athrxx
319e50fc35 SCUMM: (LOOM/VGA Talkie) - improve verb handling
- get rid of weird hackery in o5_verbOps
- make sure the verbs are properly restored after loading a savegame
2022-08-10 15:27:23 +02:00
athrxx
d4ad27547e SCUMM: (v5/6/EGA) - disable palManipulate in EGA dithering mode.
The orginal does not have an EGA mode implementation for this. For INDY4 (which uses palManipulate) the EGA mode has been ditched completely in the full version. I have tried to make a palManipulate implementation for ScummVM, but it is just glitchy and ugly...
2022-08-10 15:27:19 +02:00
IlDucci
5c23ddc49d I18N: Update translation (Spanish)
Currently translated at 100.0% (1777 of 1777 strings)
2022-08-10 12:11:11 +00:00
VAN-Gluon
99c7f01387 I18N: Update translation (Japanese)
Currently translated at 100.0% (1777 of 1777 strings)
2022-08-10 11:37:28 +00:00