152569 Commits

Author SHA1 Message Date
NabeelShabbir
3587b96876 COMPOSER: Add keymapper support 2024-06-17 13:21:58 +01:00
Purple T
5477ef5116 I18N: Update translation (French)
Currently translated at 100.0% (2223 of 2223 strings)
2024-06-17 11:45:25 +00:00
Filippos Karapetis
dfe249474c GOB: Whitespace fixes 2024-06-17 13:31:18 +03:00
Marcel Souza Lemes
c994c5ee8a I18N: Update translation (Portuguese (Brazil))
Currently translated at 100.0% (2223 of 2223 strings)
2024-06-17 01:43:10 +00:00
Strangerke
b870556f99 BAGEL: add const keyword to multiple variables 2024-06-16 23:45:36 +01:00
Strangerke
0143b17ca1 BAGEL: Remove some unused includes, pass some parameters by reference 2024-06-16 23:29:40 +01:00
Eugene Sandulenko
c1b63ed731
DIRECTOR: Simplify code for object definition 2024-06-17 00:16:06 +02:00
Donovan Watteau
81c0503008 MACOSX: Fix macOS builds with plugins (as used for OSX PPC releases) 2024-06-16 09:12:16 +02:00
Eugene Sandulenko
98367f323a
JANITORIAL: Fix code formatting 2024-06-16 01:12:02 +02:00
codengine
3704b01c46 DIRECTOR: XOBJ: Remove usage comment for "Karma" in jwxini 2024-06-16 01:07:07 +02:00
codengine
650057a5f8 DIRECTOR: XOBJ: Remove filexobj and use fileio instead 2024-06-16 01:07:07 +02:00
codengine
f8710e88dd DIRECTOR: Add detection table entry for Karma (German) 2024-06-16 01:07:07 +02:00
codengine
18b670b617 DIRECTOR: XOBJ: Add filexobj 2024-06-16 01:07:07 +02:00
codengine
07221c99b4 DIRECTOR: XOBJ: Add bimxobj 2024-06-16 01:07:07 +02:00
codengine
ec48ec243d DIRECTOR: XOBJ: Duplicate methods from inixobj in jwxini
As both xLibs use the same name (INI), this change is required for now until we have a system where the xLibs can be selected target-specific.

When this is done, this commit should be reverted.
2024-06-16 01:07:07 +02:00
codengine
362882e805 DIRECTOR: XOBJ: Add inixobj 2024-06-16 01:07:07 +02:00
codengine
46b350a804 DIRECTOR: XOBJ: Revert redundant duplicate definitions in jwxini xLib 2024-06-16 01:07:07 +02:00
codengine
7f8db3afdd DIRECTOR: Add a handful of german detection entries
- Das Buch von Lulu
- Mein Freund, der Hase
- Blinky Bill 1 (german)
2024-06-16 01:07:07 +02:00
ScummVM-Translations
f415a599f3 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/
2024-06-15 22:48:24 +00:00
Misty De Meo
7f9b731b16 BASE: silence clang warning
clang interprets this expression as possibly a mistaken attempt to
add a number to the string, rather than to index into the string.
Adding parens around the string silences the warning.
2024-06-16 00:48:09 +02:00
ScummVM-Translations
9e08b6b360 I18N: Update translations templates 2024-06-15 22:47:00 +00:00
Eugene Sandulenko
ccd0fec217
GUI: UX improvements to the IntegrityDialog
Now it at least shows the progress bar but the current approach
is hackish: we do a forced full redraw and huge files are not
updating mid-way
2024-06-16 00:46:27 +02:00
Hubert Maier
75c94afbe9 JANITORIAL: Fix LARRRY typo in access martian_resources.cpp 2024-06-16 01:00:38 +03:00
amytant
0866f10e22 JANITORIAL: Fix typo in SCI script_patches.cpp 2024-06-16 00:56:52 +03:00
Walter Agazzi
fb0d9a6eee DIRECTOR: Add detection for fisher-price toyland
+ a few demos
2024-06-15 23:03:36 +02:00
Timo Mikkolainen
301f82d53d I18N: Update translation (Finnish)
Currently translated at 100.0% (2223 of 2223 strings)
2024-06-15 18:43:11 +00:00
Lothar Serra Mari
4295ab4562 I18N: Update translation (German)
Currently translated at 94.9% (2110 of 2223 strings)
2024-06-15 18:43:09 +00:00
Walter Agazzi
80add912f1 DIRECTOR: Add detection for Interactive Bible for Kids games 2024-06-15 20:16:08 +02:00
Eugene Sandulenko
489de12c84
NEWS: Added missing full stops` 2024-06-15 15:59:12 +02:00
Walter Agazzi
970796de0f AGS: Add a few new games / versions
From AGS forums and TRAC
Fix #15175, #15172
2024-06-15 15:30:35 +02:00
athrxx
a679820502 SCUMM: (MI1/Mac) - fix mem leak 2024-06-15 15:27:32 +02:00
athrxx
6fb06a0bbc SCUMM: (MI1/Mac) - fix invalid mem access 2024-06-15 15:27:32 +02:00
neuromancer
9e8a17e736 FREESCAPE: second pass on the detection tables to add missing data 2024-06-15 14:39:45 +02:00
neuromancer
d7daf457f9 FREESCAPE: first pass on the detection tables to add missing data 2024-06-15 14:39:45 +02:00
neuromancer
6b7e2c545a NEWS: added freescape changes 2024-06-15 14:39:45 +02:00
neuromancer
fed139dd92 FREESCAPE: fixes for zx release of castle 2024-06-15 14:39:45 +02:00
AndywinXp
f216ee38c7 SCUMM: HE: Fix TMSK ZPlanes handling
This closes ticket 13420:
"SCUMM: PUTTZOO Animation overlap bug
with final iceberg in Putt-Putt Saves the Zoo"

Not only this now works correctly, but now in updated versions
of the game the hair of the lower left penguin is not masked
anymore, so the iceberg piece will be drawn on top of said hair.
I have verified that this is 100% accurate, the code for TMSK
decompression is the same in every HE version, and the original
executable shows exactly the same behavior.

So refrain from filing a bug for that, thanks :P
2024-06-15 11:53:12 +02:00
AndywinXp
8c72225477 SCUMM: Relabel drawObject() argument 2024-06-15 11:47:53 +02:00
IlDucci
27dcae3660 I18N: Update translation (Spanish)
Currently translated at 100.0% (2223 of 2223 strings)
2024-06-15 09:12:41 +00:00
ScummVM-Translations
1da90a7e7b 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/
2024-06-15 08:23:53 +00:00
SupSuper
22dd76e6a8 BAGEL: Fix frame skipping when videos are out of screen 2024-06-15 09:23:00 +01:00
SupSuper
7dacb67583 VIDEO: Add option to reset playback start time 2024-06-15 09:22:59 +01:00
ScummVM-Translations
33d9083d34 I18N: Update translations templates 2024-06-15 06:15:22 +00:00
sluicebox
dbb93adee4 SCI32: Add support for HOYLE5 School House Math variant 2024-06-15 00:12:04 -06:00
sluicebox
2dec932aff SCI32: HOYLE5 script patch cleanup 2024-06-15 00:00:56 -06:00
Paul Gilbert
3abb1edd52 BAGEL: Fix crash opening original restore dialog 2024-06-14 20:14:48 -07:00
Le Philousophe
c1b4dfad77 BASE: Rework path parsing on command line
Make a macro to unify processing.
Use the new Path helper to handle WIN32 and save to settings using the
toConfig helper.
This makes sure the path is properly encoded and will not be improperly
decoded later.
2024-06-15 02:07:38 +02:00
Le Philousophe
f675e643b8 COMMON: Add helper function to parse command-line provided paths 2024-06-15 02:07:38 +02:00
Le Philousophe
b930232e6d COMMON: Punyencode path if it's already encoded.
This allows to have puny-encoded folders on disk and use them without
seeing them decoded by ScummVM like if they were encoded by us.
2024-06-15 02:07:38 +02:00
ScummVM-Translations
89cf857f36 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/
2024-06-15 00:04:47 +00:00