Commit Graph
137148 Commits
Author SHA1 Message Date
ScummVM-Translations 36b51b5186 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-02-23 05:17:45 +00:00
cadihowley de10617720 DOCS: style edits to search box page 2022-02-23 18:17:34 +13:00
ScummVM-Translations 235a54285c I18N: Update translations templates 2022-02-23 00:22:44 +00:00
Thierry Crozat 66f8104919 GUI: Save launcher grouping mode in config file 2022-02-23 00:22:29 +00:00
Thierry Crozat 3d5523722e I18N: Update translation (French)
Currently translated at 100.0% (1706 of 1706 strings)
2022-02-23 00:19:09 +00:00
Lothar Serra Mari 8e4ec241fb I18N: Update translations datafile 2022-02-22 21:33:52 +01:00
SupSuper 57d0df273e GUI: Scale grid widget icons with filtering 2022-02-22 17:46:21 +00:00
Eugene Sandulenko 261f012162 AGS: Added detection for Perfect Tides 2022-02-22 18:24:09 +01:00
Eugene Sandulenko 4945c4c73c JANITORIAL: Fix trailing spaces 2022-02-22 18:23:50 +01:00
neuromancer 81478d8a9c HYPNO: fixed rebase conflicts 2022-02-22 08:56:11 +01:00
ScummVM-Translations 2acb250dd9 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-02-21 21:20:02 +00:00
Eugene Sandulenko 9a1aff9cf4 JANITORIAL: Fix indentation 2022-02-21 22:19:37 +01:00
ScummVM-Translations 1871f51b03 I18N: Update translations templates 2022-02-21 20:53:51 +00:00
antoniou79 426f4832a5 BLADERUNNER: Mouse's _lastFrameTime should by uint32
It is used for time difference check
2022-02-21 22:51:50 +02:00
antoniou79 4bd2a36ba9 BLADERUNNER: Allow use of beta crosshairs and additive draw
This is only through the debugger mouse command
2022-02-21 22:46:48 +02:00
antoniou79 cf9794d895 BLADERUNNER: Prevent segfault in Shape::draw()
By returning early if rect width or height are negative

This prevents access violation in the for loop bellow, which won't have a valid end clause and READ_LE_UINT16(src_p) will cause the illegal memory access
2022-02-21 22:31:23 +02:00
antoniou79 d539cfac0c BLADERUNNER: Remove equality check in mouse tick
This is the original's behavior
2022-02-21 22:26:36 +02:00
antoniou79 5d5fb34aa1 BLADERUNNER: Check for recoil jitter
Check if on actor click and on item click

This is the original's behavior too
2022-02-21 22:21:47 +02:00
antoniou79 2362e857a7 BLADERUNNER: Don't open KIA if McCoy is moving
This behavior is in the original engine too.
2022-02-21 22:15:13 +02:00
Roland van Laar e74ef17a6d DIRECTOR: LINGO: wip XPlayAnim for PACo
XPlayAnim is implemented as a lingo function.
It will currently only display the last frame in the current Palette.

Note: XPlayAnim should be an XObj. For that we first need to implement
loading Xobjects from rsrc files.
2022-02-21 19:20:01 +01:00
Roland van Laar 24b7267b8b VIDEO: Implement decoder for PACo files
The code decodes PACo video frames.
Other features, such as audio and palette changes are detected
but not handled.

Format documentation: https://wiki.multimedia.cx/index.php?title=PACo
Thanks to Kostya for reverse engineering the format and the original C
code.
2022-02-21 19:11:28 +01:00
Roland van Laar c20dc805c5 DIRECTOR: LINGO: Fix the stage keywords
Set the stage's coordinates, i.e.  top and left to 0, bottom and right
to the surface's height and width.

The stage coordinates, stageLeft, stageRight, stageTop and stageBottom
give the position of the stage with respect to the upper left of the
monitor (0,0).
In ScummVMs case we don't display outside the window and default to the
current window.

For more information see page 160 of the Director 3.1 Interactivity
Manual.
2022-02-21 18:56:40 +01:00
neuromancer 9da9d4a328 HYPNO: avoid crashing during vent level in spider 2022-02-21 18:55:43 +01:00
Die4Ever 83c801cd21 GROOVIE: nicer warning for bad files according to bug 13296
https://bugs.scummvm.org/ticket/13296
2022-02-20 18:29:30 -06:00
Die4Ever 1c13254f83 GROOVIE: fix The Making of T11H video scaling 2022-02-20 18:23:57 -06:00
neuromancer 39df14a946 HYPNO: avoid looping octo fight in spider 2022-02-20 23:05:41 +01:00
Walter Agazzi a7c57a593e I18N: Update translation (Italian)
Currently translated at 100.0% (1706 of 1706 strings)
2022-02-20 21:08:17 +00:00
Thierry Crozat d1219be412 AGS: Add detection for Big Box Limited Edition of Detective Gallo
This was provided in bug #13312.
2022-02-20 21:06:30 +00:00
Walter Agazzi 73887c427f AGS: Update entries according to latest commit 2022-02-20 21:01:53 +00:00
Walter Agazzi 4277eb497b AGS: Add english version of -plugin macros 2022-02-20 21:01:53 +00:00
Walter Agazzi 89cca087bc AGS: Use new macros for commercial games detection 2022-02-20 21:01:53 +00:00
Walter Agazzi b18d13a847 AGS: Use new macros for pre-25 games/demos 2022-02-20 21:01:53 +00:00
Walter Agazzi 9e01a674c7 AGS: Use EN_ANY language for PLUGIN macros
Games detected by those macros are all english
but one (will use standard detection)
2022-02-20 21:01:53 +00:00
Walter Agazzi 0acc855a9c AGS: Add detection macros with default EN_ANY lang 2022-02-20 21:01:53 +00:00
Max Raskin 5b25843ebb Revert "AGOS: Adding support for Simon The Sorcerer Hebrew dub - the Gal Shemesh patch"
This reverts commit 7516504b70.
2022-02-20 21:35:10 +01:00
athrxx 1ce1554157 SCUMM: fix bug 13306 (SCUMM: LOOM (not VGA): Bobbin walks in front of the sheep for a split second) 2022-02-20 19:09:57 +01:00
athrxx 8e3c775983 KYRA: (LOK/MAC) - minor sound driver cleanup 2022-02-20 19:09:48 +01:00
athrxx 6771be9de3 KYRA: fix some header dependencies
(currently the compilation depends on the order of the header includes)
2022-02-20 19:09:39 +01:00
Thierry Crozat 81cd0eb39c I18N: Update translation (French)
Currently translated at 100.0% (1706 of 1706 strings)
2022-02-20 17:58:08 +00:00
ScummVM-Translations 55bc524bd0 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-02-20 17:34:59 +00:00
neuromancer 17906600b7 HYPNO: avoid crash with invalid rect in spider 2022-02-20 18:34:58 +01:00
Antoniou Athanasios c6816096db I18N: Update translation (Greek)
Currently translated at 100.0% (1706 of 1706 strings)
2022-02-20 17:28:05 +00:00
VAN-Gluon 0eda11dbe5 I18N: Update translation (Japanese)
Currently translated at 100.0% (1706 of 1706 strings)
2022-02-20 17:10:25 +00:00
Eugene Sandulenko 3c09008e4f I18N: Update translation (Ukrainian)
Currently translated at 100.0% (1706 of 1706 strings)
2022-02-20 17:10:25 +00:00
Marcel Souza Lemes ad47b7fd76 I18N: Update translation (Portuguese (Brazil))
Currently translated at 100.0% (1706 of 1706 strings)
2022-02-20 17:10:24 +00:00
George Kormendi 85538ae648 I18N: Update translation (Hungarian)
Currently translated at 100.0% (1706 of 1706 strings)
2022-02-20 17:10:23 +00:00
Eugene Sandulenko 204cd7dfc8 I18N: Update translation (Russian)
Currently translated at 100.0% (1706 of 1706 strings)
2022-02-20 17:10:16 +00:00
Max Raskin 7516504b70 AGOS: Adding support for Simon The Sorcerer Hebrew dub - the Gal Shemesh patch
applied over the "Mahshevet" version.
2022-02-20 17:19:41 +02:00
neuromancer f6ea98a10e HYPNO: correctly end segments in arcade 2022-02-20 15:19:50 +01:00
Lothar Serra Mari e3a23b3617 I18N: Update translation (German)
Currently translated at 100.0% (1706 of 1706 strings)
2022-02-20 12:02:20 +00:00