Commit Graph
137148 Commits
Author SHA1 Message Date
Walter Agazzi 7bc54eef24 DOCS: Minor change to fullscreen description
Changed wording to match the other "tickable" options.
Also removed outdated keybinding as indicated in trac 9968
2022-09-07 01:25:50 +02:00
Roland van Laar b5a2898687 DIRECTOR: LINGO: patch for C.H.A.O.S.
Cast script is missing a ','.
2022-09-06 23:43:15 +02:00
Roland van Laar ecf7926795 DIRECTOR: LINGO: Allow . in varnames
Variables names can contain a dot except as the first char.
The following are valid variables: `a.1` `a2.`

This resolves a prolem in C.H.A.O.S. Continuum which uses dot in
variables names. Thanks to Andrew T on Discord for bringing it to our
attention.

Includes a lingo test.
2022-09-06 22:33:04 +02:00
ScummVM-Translations 2aa76b37d9 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-09-06 20:27:11 +00:00
athrxx b7bbdd4792 SCUMM: remove garbage (debug) code 2022-09-06 22:26:30 +02:00
ScummVM-Translations 75c26ea054 I18N: Update translations templates 2022-09-06 20:02:53 +00:00
athrxx 162e1bb764 SCUMM: (DOTT) - fix AdLib transpose/detune
Continued bug fixing for ticket no. 13460 ("Incorrect MIDI
pitch bending"). This time the AdLib part (which applies
to FM-Towns, too, since it is more or less the same driver).
This fixes the sound when the bird is dropping from the
sky in the DOTT intro.

Also separate the GM code for SAMNMAX a bit after
checking the original code.
2022-09-06 22:01:21 +02:00
lolovo 78a19f1d23 GROOVIE: Fix possible crash with incorrect seeks to endpos in roq.cpp
Fix bug - https://bugs.scummvm.org/ticket/13809

min value should be taken to pass assertion inside of seek to avoid crash using localized files
2022-09-05 22:19:05 -05:00
Walter Agazzi 0a48c8210a MTROPOLIS: Add detection for Obsidian Italian version 2022-09-06 03:10:51 +02:00
D G Turner 7cc4a58670 MTROPOLIS: Fix Enumerated Value Not In Switch GCC Compiler Warnings 2022-09-06 00:13:02 +01:00
D G Turner 3a419a580a MACVENTURE: Remove Another Unused Variable Causing GCC Compiler Warning 2022-09-06 00:12:31 +01:00
D G Turner 89114c992a MACVENTURE: Remove Unused Variable Causing GCC Compiler Warning 2022-09-05 23:14:53 +01:00
Zvika Haramaty 34873d127f SCI32: Make RTL BiDi conversion direction hard coded
The default behaviour for `Common::convertBiDiString` is to use
BIDI_PAR_ON for direction, which means that it tries to guess to
paragraph language, and choose the direction according to it.

However, in SQ6 many (all?) texts begin with control characters,
which make that function to think that these are English texts,
and therefore it chooses LTR direction, and punctuations are wrongly
placed.

Since the call to the function is under `if` clause for RTL,
it's safe to hard code that direction.
2022-09-05 20:24:07 +03:00
Thierry Crozat e36abe967e COMMON: Move std::initializer_list to scummsys.h 2022-09-04 23:20:17 +01:00
Avijeet e5877985ff MACVENTURE: Change comment 2022-09-04 20:30:02 +02:00
Avijeet 22308ed4f7 MACVENTURE: Fix window borders 2022-09-04 20:30:02 +02:00
Avijeet 081c3db06b MACVENTURE: Fix window titles 2022-09-04 20:30:02 +02:00
Avijeet 26c3c4f160 MACVENTURE: Invert exit window's color when active 2022-09-04 20:30:02 +02:00
Avijeet e97bdbd5a5 MACVENTURE: Fix text alignment of window titles 2022-09-04 20:30:02 +02:00
Avijeet 300a575b86 MACVENTURE: Trim inventory window title to fit it in the border 2022-09-04 20:30:02 +02:00
Avijeet 51543aa523 MACVENTURE: Use MacMenu::loadMenuResource 2022-09-04 20:30:02 +02:00
Avijeet 64d4c93568 MACVENTURE: Support return to launcher 2022-09-04 20:30:02 +02:00
antoniou79 84eb1eb28e BLADERUNNER: Fix swap argument so as to swap all entries 2022-09-04 18:01:56 +03:00
Paweł Kołodziejski 7513abd4f2 WINTERMUTE: Fixed compilation 2022-09-04 16:06:35 +02:00
Paweł Kołodziejski 89e543729e WINTERMUTE: Restore original setting string 2022-09-04 15:31:29 +02:00
athrxx 3ef9ec5560 SCUMM: (DOTT) - fix bug no. 13460 (Incorrect MIDI pitch bending)
(General Midi Part only)

The bug report says that the AdLib part is broken, too. I am not sure about that device. For GM it was very obvious, though...
2022-09-04 13:32:38 +02:00
Paweł Kołodziejski 3a67525ac6 WINTERMUTE: Cleanup include guard names 2022-09-04 12:10:52 +02:00
Walter Agazzi 5d7d41519d WINTERMUTE: Add detection for Dirty Split PC-Action version 2022-09-03 11:25:57 +02:00
Paweł Kołodziejski b87b6ee445 WINTERMUTE: Fixed setting string 2022-09-03 06:07:50 +02:00
elasota 139536ced1 MTROPOLIS: Refactor boot file tables to reduce detection size 2022-09-02 23:20:20 -04:00
athrxx 92639d8ba4 SCI: fix bug no. 11683 ("QFG2 - Heavy reverb from city street sounds ...") 2022-09-02 14:55:44 -08:00
Alex 2e6ad6255a Update ci.yml
Signed-off-by: sashashura <93376818+sashashura@users.noreply.github.com>
2022-09-02 20:18:08 +02:00
Martin Gerhardy db4eb789e7 TWINE: added missing clip functionality
see https://bugs.scummvm.org/ticket/12074

but this doesn't yet fix the holomap clipping bug
2022-09-02 17:08:43 +02:00
athrxx d5331c3c2c AGOS: fix some warnings
(only the obvious ones, where nothing can be broken by the fix)
2022-09-02 15:36:48 +02:00
athrxx 5ac8561a63 SCUMM: fix warning
(Wshadow)
2022-09-02 15:36:48 +02:00
Eugene Sandulenko 6e4860343c GUI: Avoid dupicate icon loading 2022-09-02 14:59:29 +02:00
Eugene Sandulenko 80c750a0a4 GUI: Fix mass add crash with older ScummVM configs 2022-09-02 14:30:44 +02:00
sluicebox 9bbdec165c SCI: Fix QFG3 Laibon Teller options
This is a follow-up to the script patches for the dead-end event
bugs in the Laibon's hut: 6e743a97ef

Those patches had the unintended side effect of allowing two dialogue
options during an event where they shouldn't be available. Now their
logic is updated to match the other patches so that they only appear
during their intended event.

Fixes bug #13748
2022-09-01 09:44:05 -08:00
Paweł Kołodziejski 038b031093 WINTERMUTE: MeshX -> XMesh 2022-09-01 19:08:07 +02:00
Paweł Kołodziejski 2559b4be9c WINTERMUTE: Restore accidentally renamed shader files 2022-09-01 18:51:33 +02:00
Walter Agazzi 23fd59dc7e AGS: Add detection for various games (mostly from itch.io) 2022-09-01 14:41:26 +02:00
Walter Agazzi 18f8666d49 AGS: Add language detection for a couple of games 2022-09-01 14:41:26 +02:00
elasota e082187093 MTROPOLIS: Add some handling for MTI data. 2022-09-01 01:48:41 -04:00
elasota 97bff6115e MTROPOLIS: Handle 8-bit mToon vertical displacement flag correctly 2022-09-01 01:48:41 -04:00
athrxx 5a2daf6ed3 SCUMM: (GUI) - fix another regression 2022-09-01 00:03:16 +02:00
athrxx 342cb9a36d SCUMM: fix regression/typo
(from 7932cf7 )
2022-08-31 23:05:45 +02:00
AndywinXp c4ec012419 SCUMM: Fix DIG and COMI loading cursors not being shown 2022-08-31 22:52:41 +02:00
ScummVM-Translations 21d84f062a 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-31 20:48:11 +00:00
athrxx 7932cf7a46 SCUMM: (GUI) - fix invalid mem access 2022-08-31 22:47:06 +02:00
ScummVM-Translations 6cb7d2c96c I18N: Update translations templates 2022-08-31 13:58:45 +00:00