121255 Commits

Author SHA1 Message Date
djsrv
307bf94beb DIRECTOR: Improve Sprite::setCast behavior 2021-07-16 23:19:05 -04:00
Paul Gilbert
9e7a459d38 AGS: In-progress shifting GlobalAPI to plugins/core/ 2021-07-16 19:48:14 -07:00
Paul Gilbert
c89b21b901 AGS: Shifting more classes to plugins/core/ 2021-07-16 19:48:14 -07:00
Paul Gilbert
9742dfb163 AGS: Shifting multiple classes to plugins/core/ 2021-07-16 19:48:14 -07:00
Paul Gilbert
83bf163365 AGS: Move script exports for DrawingSurface to a new plugins/core/ folder 2021-07-16 19:48:13 -07:00
a/
d6bd7b2f22 SAGA2: Fix global constructor warning in playmode.cpp 2021-07-17 11:32:46 +09:00
a/
582952b6a0 SAGA2: Move backPort to Saga2Engine 2021-07-17 11:29:23 +09:00
a/
500916b5ca SAGA2: Move playerList to Saga2Engine 2021-07-17 11:23:24 +09:00
a/
8b28cb61b3 SAGA2: Fix global constructor warnings in property.cpp 2021-07-17 10:20:19 +09:00
a/
24435f5bfc SAGA2: Fix global constructors in panel.cpp 2021-07-17 07:37:18 +09:00
a/
32ac17817f SAGA2: Move G_BASE to Saga2Engine 2021-07-17 07:37:18 +09:00
a/
9a72b42cf9 SAGA2: Properly initialize gToolBase 2021-07-17 07:37:18 +09:00
djsrv
b832e2c870 DIRECTOR: Ignore case in shared cast name 2021-07-16 18:06:15 -04:00
Walter Agazzi
b1b69dcdd0 I18N: Update translation (Italian)
Currently translated at 100.0% (1649 of 1649 strings)
2021-07-16 22:03:30 +00:00
a/
cc93ff8ff4 SAGA2: Fix global constructor in object.cpp 2021-07-17 06:53:06 +09:00
a/
ce6b9a1a1b SAGA2: Fix global constructor in speech.cpp 2021-07-17 06:52:37 +09:00
a/
39b629de92 SAGA2: Properly initialize static fields in mouseimg.cpp 2021-07-17 06:30:36 +09:00
a/
4c36374d34 SAGA2: Fix global constructor warnigns in mouseimg.cpp 2021-07-17 06:12:11 +09:00
a/
7888757dad SAGA2: Move pointer to Saga2Engine 2021-07-17 06:12:11 +09:00
a/
34fa087b3f SAGA2: Initialize gPixelMap properly 2021-07-17 06:12:11 +09:00
a/
7561607213 SAGA2: Make pointer behavior replicate original 2021-07-17 06:12:11 +09:00
a/
16c1879e58 SAGA2: Remove a few original mouse routines 2021-07-17 06:12:11 +09:00
a/
d3c4d62ec4 SAGA2: Fix global constructors in intrface.h 2021-07-17 06:12:11 +09:00
Thierry Crozat
fe41c9bd7d GUI: Fix loading fonts when translations are disabled
This fixes bug #12737.
The issue is that ThemeEngine::addFont was skipping every font
when translations are disabled, including those for the English
language. Indeed for those the function is called with language
of "*" (since this is what is specified in the theme) and not
an empty string as the implementation assumed.
2021-07-16 21:23:29 +01:00
djsrv
0592520ddf DIRECTOR: Test multiple possible paths for shared cast 2021-07-16 16:22:06 -04:00
Eugene Sandulenko
b53c87bf67
DIRECTOR: Re-add 32bpp debug flag 2021-07-16 22:03:13 +02:00
djsrv
43378b81e4 DIRECTOR: Remove unused render modes 2021-07-16 14:46:21 -04:00
djsrv
30f0b3995a DIRECTOR: Always call renderFrame in updateStage
If we don't do this, nothing is actually updated.
2021-07-16 14:46:21 -04:00
a/
47f5d47542 SAGA2: Fix global constructor warning on gtextbox.cpp 2021-07-17 02:55:26 +09:00
a/
14e96f0b3d SAGA2: Fix global constructors in dispnode.cpp 2021-07-17 02:55:26 +09:00
a/
a613db2c9b SAGA2: Move mainDisplayList to SAGA2Engine 2021-07-17 02:55:26 +09:00
a/
5554a04475 SAGA2: Remove arrowptr.cpp 2021-07-17 02:55:26 +09:00
djsrv
5e5c32c2e2 DIRECTOR: Return to previous movie when playback ends 2021-07-16 12:53:54 -04:00
djsrv
3db07c71ab DIRECTOR: LINGO: Fix play movie
play(0, "movie name") was being interpreted as play done.
We also didn't store the current movie's name if we're switching movies.
2021-07-16 12:53:54 -04:00
djsrv
8e5af4d295 DIRECTOR: Don't repeat sound if playback ends
We should only check if the last sound we saw in this channel is the
same, not if playback of the sound has ended. Otherwise, this can cause
a sound to incorrectly loop like in Meet Mediaband.
2021-07-16 12:53:54 -04:00
antoniou
acc14ba30e ANDROID: Release pressed keys upon closing overlay keyboard 2021-07-16 19:49:00 +03:00
Matthew Duggan
db26443022 ULTIMA8: Add support for IFF subtitles from No Regret. 2021-07-16 21:44:49 +09:00
Matthew Duggan
eb3b79e927 ULTIMA8: Clear No Regret subtitles as needed
This fixes a leftover subtitle at the end of the intro movie.
2021-07-16 21:44:49 +09:00
Orgad Shaneh
3ce662f5d4 COMMON: Fix indentation 2021-07-16 15:23:39 +03:00
Thierry Crozat
2a410768ad OPENGLSDL: Fix increasing/decreasing the window size on macOS 2021-07-16 13:20:38 +01:00
Thierry Crozat
c1a2d5ba1b OPENGLSDL: Remove getting the supported screen resolutions for SDL2
Since we use the SDL_WINDOW_FULLSCREEN_DESKTOP with SDL2, we always
use the desktop resolution in fullscreen mode anyway. Cycling
through other resolutions did nothing and was confusing.
2021-07-16 13:20:38 +01:00
Le Philousophe
5b9bcb4efb SAGA: Fix compilation on C++98 platforms 2021-07-16 12:53:53 +02:00
Eugene Sandulenko
7fa549be5a I18N: Deleted translation (Welsh) 2021-07-16 08:57:47 +00:00
Fiodar Stryzhniou
6ddfb08b16 SYMBIAN: Simplify access to file server session.
This fixes bug #12728.
2021-07-16 01:10:34 +01:00
Eugene Sandulenko
2fa736c8be I18N: Update translation (Ukrainian)
Currently translated at 100.0% (1649 of 1649 strings)
2021-07-15 23:21:39 +00:00
Eugene Sandulenko
590023ff00 I18N: Update translation (Russian)
Currently translated at 100.0% (1649 of 1649 strings)
2021-07-15 23:21:28 +00:00
Eugene Sandulenko
b8c8432a46
SAGA2: Use conventional save names 2021-07-16 01:18:56 +02:00
Eugene Sandulenko
71443dbc7f
SAGA2: Properly write offset to the extened save header 2021-07-16 01:18:56 +02:00
Eugene Sandulenko
0fcb6aa3e5
METAENGINE: Add optional offset parameter for extended saves 2021-07-16 01:18:56 +02:00
ScummVM-Translations
de6953f71d 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-07-15 23:10:31 +00:00