124046 Commits

Author SHA1 Message Date
Orgad Shaneh
fe104cc337 ENGINES: Use MetaEngine consistently for getting autosave slot
The autosave refactoring that was done in
7adad5aaf5831dc5adcee140f38aacc4a5db2518 used g_engine for identifying the
autosave slot. This worked for in-game save/load, but doesn't fit when
called from the launcher.

Fix by passing MetaEngine to SaveStateDescriptor ctor and using it for this
query.

Amends 7adad5aaf5831dc5adcee140f38aacc4a5db2518.
2021-10-24 16:46:06 +02:00
Bernhard
7399dced7b DIRECTOR: Do not override tail flag in fallback detection 2021-10-24 17:33:57 +03:00
Filippos Karapetis
e775552e9d GROOVIE: Fix overridden class members 2021-10-24 17:30:14 +03:00
ScummVM-Translations
9f82b82d4b 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-24 13:16:47 +00:00
athrxx
f74395715e KYRA: (LOL) - fix invalid script stack access
Thanks to benoit-pierre for finding this.

(see PR #3448, https://github.com/scummvm/scummvm/pull/3448)

I chose a different approach for the fix, since I wanted an easy way of detecting/preventing this for similiar cases and I also didn't want to have so much extra code in that particular script function.
2021-10-24 15:16:19 +02:00
athrxx
39a9f86820 KYRA: fix some MSVC warnings 2021-10-24 15:16:19 +02:00
ScummVM-Translations
a53ed2d287 I18N: Update translations templates 2021-10-24 13:15:14 +00:00
eientei
6898b3129a MYST3: Add reason for lack of support of CHS version 2021-10-24 16:15:03 +03:00
eientei
b130e32071 MYST3: Add detection for English v1.0, Chinese (Simplified) 2021-10-24 16:15:03 +03:00
ScummVM-Translations
74013974aa 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-24 13:14:17 +00:00
Ben Castricum
c8dadd413d SCUMM: SAMNMAX - Add missing actor animation in German floppy version too 2021-10-24 16:14:05 +03:00
ScummVM-Translations
d86c9338e8 I18N: Update translations templates 2021-10-24 13:13:43 +00:00
eientei
95b6e8f50d MOHAWK: Add Windows demo of Dr Seuss's ABCs 2021-10-24 16:13:33 +03:00
Le Philousophe
6ba11c8f93 WIN32: Make sure _argc and _argv are present with mingw
In mingw32 when __STRICT_ANSI__ is defined these variables doesn't get
defined
2021-10-24 15:11:18 +03:00
Le Philousophe
d1cc639318 GLK: HUGO: Replace call to isascii by our implementation 2021-10-24 15:11:18 +03:00
Le Philousophe
454e30312c COMMON: Add isAscii function to replace non standard isascii 2021-10-24 15:11:18 +03:00
Le Philousophe
df52fee40d ICB: Remove calls to _flushall
This doesn't seem necessary and it's not a standard function
2021-10-24 15:11:18 +03:00
George Kormendi
91d7f476f9 I18N: Update translation (Hungarian)
Currently translated at 100.0% (1656 of 1656 strings)
2021-10-24 09:56:06 +00:00
Walter Agazzi
0fced4fe8f I18N: Update translation (Italian)
Currently translated at 100.0% (1656 of 1656 strings)
2021-10-24 09:56:06 +00:00
eientei
979cde7d3b DIRECTOR: Fix size for jewels1 demo 2021-10-24 12:56:03 +03:00
Eugene Sandulenko
d247c83515
GROOVIE: Implemented 2 more subs for Triangle puzzle 2021-10-24 11:44:43 +03:00
Eugene Sandulenko
50704ce517
GROOVIE: Further work on Triangle puzzle 2021-10-24 09:24:40 +03:00
Marcel Souza Lemes
88be703596 I18N: Update translation (Portuguese (Brazil))
Currently translated at 100.0% (1656 of 1656 strings)
2021-10-24 04:26:21 +00:00
Cameron Cawley
b4bef6d7d8 DIRECTOR: Use a second file when detecting disneylearning 2021-10-24 02:21:50 +03:00
Eugene Sandulenko
9675561b52 I18N: Update translation (Ukrainian)
Currently translated at 100.0% (1656 of 1656 strings)
2021-10-23 21:07:50 +00:00
Eugene Sandulenko
00a01badf3 I18N: Update translation (Russian)
Currently translated at 100.0% (1656 of 1656 strings)
2021-10-23 21:07:44 +00:00
Ben Castricum
dc5a8de28a SCUMM: SAMNMAX - Add Missing actor animation in German CD version, fixes bug #12249
for details, see bugreport.

I tested all the other CD versions from GOG as well, but the German version
seems to be to only one missing the animation.
2021-10-24 00:01:24 +03:00
Eugene Sandulenko
6dd999ecd4
GROOVIE: More code for Triangle puzzle 2021-10-23 23:55:05 +03:00
Eugene Sandulenko
42f8af29e2
GROOVIE: Added some code for Triangle puzzle 2021-10-23 23:55:05 +03:00
Benoit Pierre
e24fe0a0cc KYRA: (LOL) - fix keymap not getting re-enabled after a save 2021-10-23 22:50:59 +02:00
Thierry Crozat
66d8189b18 I18N: Update translation (French)
Currently translated at 100.0% (1656 of 1656 strings)
2021-10-23 20:48:47 +00:00
Lothar Serra Mari
c3a71a6cdf I18N: Update translation (German)
Currently translated at 100.0% (1656 of 1656 strings)
2021-10-23 20:20:30 +00:00
IlDucci
4f5c619f79 I18N: Update translation (Spanish)
Currently translated at 100.0% (1656 of 1656 strings)
2021-10-23 20:19:40 +00:00
ScummVM-Translations
da25ca0622 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-23 20:01:16 +00:00
Eugene Sandulenko
8a7780cf52
DIRECTOR: Use tail md5 for the fallback detection 2021-10-23 23:00:54 +03:00
ScummVM-Translations
ca7969542c I18N: Update translations templates 2021-10-23 19:53:32 +00:00
Vanfanel
5873dfad7c SDL: Add missing getFeatureState() case for VSYNC. 2021-10-23 20:53:22 +01:00
Vanfanel
58a243842f SDL: Remove redundant #if. 2021-10-23 20:53:22 +01:00
Vanfanel
046b48f90d SDL: Add OSystem::kFeatureVSync to SDL surface and OpenGL graphics. 2021-10-23 20:53:22 +01:00
Vanfanel
3a59c28179 SDL: Generalize VSYNC option so it works for 2D games too, in both SDL surface and opengl graphic modes. 2021-10-23 20:53:22 +01:00
Filippos Karapetis
fc7f51afb0 GROOVIE: Add stubs for the Pente (11H) + Othello (Clan/UHP) mini-games
Also, perform some clean up of the logic in the cell mini-game (T7G)
2021-10-23 20:19:32 +03:00
Eugene Sandulenko
ab4131fd5c
GROOVIE: Some cleanup to Beehive puzzle logic 2021-10-23 19:54:57 +03:00
Eugene Sandulenko
eca09acb7c
GROOVIE: Added skeleton for Triangle puzzle 2021-10-23 19:54:57 +03:00
Eugene Sandulenko
be64198410
GROOVIE: Made o_sleep() non-blocking 2021-10-23 19:54:57 +03:00
ScummVM-Translations
7eb4803b54 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-23 10:40:30 +00:00
Lothar Serra Mari
a4f8e4ae5c CREDITS: Update credits 2021-10-23 12:40:04 +02:00
ScummVM-Translations
e55690cb14 I18N: Update translations templates 2021-10-23 09:26:05 +00:00
eientei
281b87f92f TWINE: Mark later Preview Version as unstable 2021-10-23 11:25:55 +02:00
eientei
d132d04c43 TWINE: Add LBA Preview Version dated August 15 1994 2021-10-23 11:25:55 +02:00
Eugene Sandulenko
3e9c1f8060
DIRECTOR: Comment out detection entry with bad punycode 2021-10-23 12:11:42 +03:00