123832 Commits

Author SHA1 Message Date
ScummVM-Translations
911aded447 I18N: Update translations templates 2021-10-16 09:24:15 +00:00
Lothar Serra Mari
23f93b6c3f SAGA: Add missing reference to POTFILES 2021-10-16 11:23:53 +02:00
Lothar Serra Mari
436e34607f NEWS: Update German NEWS file 2021-10-16 10:07:16 +02:00
Eugene Sandulenko
87012cbf21
AD: Added ADGF for calculating md5 from the file tail 2021-10-16 09:24:08 +03:00
sluicebox
a7ea64280d SCI: Handle HOYLE4 Mac palette endianness 2021-10-16 01:05:43 -05:00
Matthew Duggan
db0cbad167 ULTIMA8: Add FR detection entry (bug #13003) 2021-10-16 13:54:45 +09:00
sluicebox
1db2211de3 SCI: Add LAURABOW2 workaround for uninit read in museum
Prevents a warning that frequently occurs during most of the game
as actors walk around the museum.
2021-10-15 21:34:21 -05:00
sluicebox
3ad5a82760 SCI: Apply workarounds to Mac games without object names
Restore object names in QFG1VGA workarounds that were removed to
accommodate the Mac version. Instead, don't match object names
on games that are known to not have them, since there are several.

Fixes workarounds not being applied to HOYLE4 Mac and LSL6 Mac.
2021-10-15 21:34:21 -05:00
ScummVM-Translations
ffd34615f7 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/
2021-10-15 21:10:21 +00:00
Misty De Meo
a90f70884d DIRECTOR: add Time Gal 2021-10-16 00:10:08 +03:00
ScummVM-Translations
9f7d8c27ec I18N: Update translations templates 2021-10-15 18:25:48 +00:00
ScummVM-Translations
44414ce7ad 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/
2021-10-15 18:25:46 +00:00
sluicebox
44245eebbc GUI: Don't apply values from disabled subtitle toggle
When the subtitle toggle controls are disabled for a game, don't
read the value and then set config values based on it.
This caused "Override global audio settings" to always set "subtitles"
and "mute_speech" even when the controls were disabled.

Fixes bug #13007 where "Override global audio settings" always
mutes the speech clips in Hoyle4.
2021-10-15 13:25:34 -05:00
ScummVM-Translations
49648d57a1 I18N: Update translations templates 2021-10-15 18:20:03 +00:00
sluicebox
d93c132d2c SCI: Remove redundant check 2021-10-15 13:09:00 -05:00
sluicebox
68ba0fa2d6 SCI: Remove GUIO_NOSPEECH from HOYLE4
HOYLE4 has speech. Bug #13007
2021-10-15 13:02:53 -05:00
trembyle
df21feb3a7 DIRECTOR: Change Simpsons Studio game IDs
Per request by Discord user Lenny, who runs automated tests on these.
2021-10-15 11:24:06 -04:00
trembyle
f8658d60db DIRECTOR: Add detection for community discoveries
Thanks to Parotaku for suggesting The Mask (D3 Mac / D4 Win)

Thanks to einentei for discovering the Bud weis er screen saver.
2021-10-15 11:17:12 -04:00
trembyle
73933d90fd JANITORIAL: DIRECTOR: Minor formatting fixes
Fixed whitespace, sorting, etc.
2021-10-15 11:16:22 -04:00
Misty De Meo
8a8d999980 DIRECTOR: add Bandai Previews Vol. 3 2021-10-15 10:48:21 -04:00
alxpnv
4576f1f087 ASYLUM: fix loading screen too dark
Also added a missing fade-in

Reported by Attx
2021-10-15 15:35:22 +03:00
alxpnv
32ec986518 ASYLUM: fix vertical alignment for movie subtitles
Bug reported by Attx
2021-10-15 15:35:22 +03:00
Torbjörn Andersson
c6efd7a27c KYRA: Fix error message in loadSpecialAmigaCPS() 2021-10-15 07:25:22 +02:00
Evan Miller
a9a59ba37e SDL: Fix exception on macOS 10.4/10.5
The getBytes:...:remainingRange: API was introduced in 10.6.
2021-10-14 21:00:04 +01:00
athrxx
ea386eda87 KYRA: (LOL) - fix sound index read on BE platforms (bug no. 12987)
regression from 3ae1d92f
2021-10-14 15:40:30 +02:00
Eugene Sandulenko
93746e702f
LURE: Made game flags enum sequential 2021-10-14 13:58:58 +03:00
Eugene Sandulenko
0e48263e50
AD: Allow both MacResFork and non-resfork entries coexist 2021-10-14 13:55:44 +03:00
Eugene Sandulenko
33f8e1228a
MADS: Avoid adding '\0' to quotes 2021-10-14 13:21:07 +03:00
Torbjörn Andersson
f5f78d7c5d SCUMM: The Indy 3 / Loom Macintosh cursors aren't animated
So there's no need to keep reading the cursor from the Mac resource over
and over again.
2021-10-14 08:46:02 +02:00
sluicebox
04cdd7af00 SCI: Fix kSetPort return value
SSCI doesn't return zero; it doesn't return anything. This shouldn't
affect any games since no scripts should depend on a non-existent
return value, but this discrepancy came up while investigating a
fan script that accidentally relies on this.
2021-10-13 19:18:43 -05:00
sluicebox
f3b04519a6 CLOUD: Fix crash on HTTP request with unparsed path
Occurred during an nmap scan. Fixes bug #12997
2021-10-13 19:18:43 -05:00
Misty De Meo
562c0f7c8c GROOVIE: check for USE_MAD for MP3
The groovie engine is unconditionally trying to acess the
`Audio::makeMP3Stream` method, which won't exist if ScummVM is
being compiled without MAD. Other consumers use this `#ifdef` to
determine if they should try to call it, so I've made the same
change here.
2021-10-13 23:52:24 +03:00
Coen Rampen
28dcd89782 SAGA: Add AdLib fallback for IHNM GOG
This commit adds a fallback for the GOG version of I Have No Mouth... This
version is missing the AdLib instrument definition files which are necessary
to use the Miles driver. If these files are missing, the regular AdLib driver
is used, which has built-in instrument definitions. A warning is shown so the
user knows the music is inaccurate without the missing files.
2021-10-13 22:21:16 +02:00
athrxx
27bb4850ab KYRA: (LOL) - try to avoid Common::Array assert on MorphOS 2021-10-13 21:01:04 +02:00
alxpnv
c95a8036b5 ASYLUM: (Fisherman puzzle) fix resetting
Reported by Attx
2021-10-13 16:15:16 +03:00
alxpnv
80763d58b7 ASYLUM: (Fisherman puzzle) identify more variables 2021-10-13 16:15:16 +03:00
alxpnv
493be0c7f9 ASYLUM: (Fisherman puzzle) fix sounds 2021-10-13 16:15:16 +03:00
alxpnv
9600ef7297 ASYLUM: fix loading screen animation too fast
Reported by Attx
2021-10-13 16:15:16 +03:00
Torbjörn Andersson
c2354dc862 SCUMM: Position text better in Indy 3 Mac (bug #12983)
The text positioning seemed to be correct in all cases I checked (which
admittedly weren't all of them). The original spaces characters
differently, but I would say that the original does it wrong. I typed
the same text in ResEdit, and it came out the way ScummVM draws it.

I see no reason for being that bug compatible with the original.
2021-10-13 08:16:08 +02:00
Martin Gerhardy
ebdad0681c BASE: added --list-records command line option 2021-10-13 01:56:43 +03:00
ScummVM-Translations
78b099be57 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/
2021-10-12 22:30:49 +00:00
Cameron Cawley
121088b3ef GUI: Regenerate the theme archives 2021-10-12 23:30:32 +01:00
ScummVM-Translations
2a9df4f159 I18N: Update translations templates 2021-10-12 22:29:31 +00:00
Cameron Cawley
d460f8f70a GUI: Avoid showing ellipses in smaller labels 2021-10-12 23:29:21 +01:00
Cameron Cawley
b444f53685 GUI: Specify the spacing for checkboxes and radio buttons in the theme files 2021-10-12 23:27:07 +01:00
ScummVM-Translations
9fcb6501d1 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/
2021-10-12 21:20:04 +00:00
Filippos Karapetis
598c9bb92c GROOVIE: More work on the 11th Hour gallery puzzle logic 2021-10-13 00:19:26 +03:00
ScummVM-Translations
868037eef8 I18N: Update translations templates 2021-10-12 18:47:23 +00:00
athrxx
072c54318d KYRA: (LOL) - replace sound list char* array with Common::StringArray 2021-10-12 20:45:52 +02:00
Torbjörn Andersson
d3de644b62 SCUMM: Space lines in Indy 3 text boxes like the original (bug #12983)
I didn't think anyone would notice that the lines of the Indy 3 text
boxes were spaced slightly differently in ScummVM than in the original.
I realized it wouldn't be as tricky as first thought to fix that, though
I may clean it up a bit later.

This fixes a tiny part of bug #12983.
2021-10-12 20:14:08 +02:00