Commit Graph

122913 Commits

Author SHA1 Message Date
Purple T
98fde48dae I18N: Update translation (French)
Currently translated at 100.0% (1676 of 1676 strings)
2021-08-24 20:51:49 +00:00
ScummVM-Translations
cd878020b9 I18N: Update translations templates 2021-08-24 20:49:13 +00:00
Thierry Crozat
e4d1871a6e AGS: Translate error dialog messages 2021-08-24 21:48:13 +01:00
Le Philousophe
a318d14b66 DREAMCAST: Fix build by defining missing function
Function has been defined pure virtual in 8c86319923
2021-08-24 19:08:46 +02:00
D G Turner
8075db3c2c DIRECTOR: Simplify convertPixelIntoSurface method in BIT Decoder
This had identical code paths after the recent changes.

CID 1461549
2021-08-24 16:17:52 +01:00
Lothar Serra Mari
5446868121 I18N: Update translation (German)
Currently translated at 100.0% (1676 of 1676 strings)
2021-08-24 11:18:44 +00:00
Martin Gerhardy
72016e4ae3 TWINE: fixed return to launcher 2021-08-24 13:12:46 +02:00
Martin Gerhardy
53b1463f01 TWINE: fixed translation for the custom in-game options 2021-08-24 13:12:46 +02:00
Martin Gerhardy
11fbed8535 TWINE: reset projection state when entering holomap 2021-08-24 13:12:46 +02:00
Martin Gerhardy
d88f6a6737 TWINE: improved getNextHolomapLocation() in a way that the current location is ordered correctly 2021-08-24 13:12:46 +02:00
Marcel Souza Lemes
17e9f6a2f4 I18N: Update translation (Portuguese (Brazil))
Currently translated at 100.0% (1676 of 1676 strings)
2021-08-24 09:31:44 +00:00
Ben Castricum
5ee66a5b26 I18N: Update translation (Dutch)
Currently translated at 100.0% (1676 of 1676 strings)
2021-08-24 09:31:43 +00:00
George Kormendi
fbae866272 I18N: Update translation (Hungarian)
Currently translated at 100.0% (1676 of 1676 strings)
2021-08-24 09:31:41 +00:00
IlDucci
0c4b9fc5c9 I18N: Update translation (Spanish)
Currently translated at 100.0% (1676 of 1676 strings)
2021-08-24 09:31:35 +00:00
sluicebox
7934070bf5 SCI: Avoid global constructor in resource patcher 2021-08-23 21:10:32 -05:00
ScummVM-Translations
2ccdcc9bc3 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-08-24 01:04:21 +00:00
Thierry Crozat
aa114a259c AGS: Improve error message for pre-2.5 games 2021-08-24 02:03:45 +01:00
Eugene Sandulenko
975858b93a I18N: Update translation (Russian)
Currently translated at 100.0% (1676 of 1676 strings)
2021-08-24 00:32:02 +00:00
VAN-Gluon
ace545e767 I18N: Update translation (Japanese)
Currently translated at 100.0% (1676 of 1676 strings)
2021-08-24 00:25:39 +00:00
Eugene Sandulenko
8f3f84b018 I18N: Update translation (Ukrainian)
Currently translated at 100.0% (1676 of 1676 strings)
2021-08-24 00:25:32 +00:00
Eugene Sandulenko
81002f425e
DEVTOOLS: Added more documentation 2021-08-24 02:08:12 +02:00
ScummVM-Translations
71b82ea175 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-08-23 23:52:11 +00:00
Cameron Cawley
3c5d806894 3DS: Log all messages to a file 2021-08-24 01:51:59 +02:00
ScummVM-Translations
322f2386de I18N: Update translations templates 2021-08-23 23:37:19 +00:00
ScummVM-Translations
6fbecfae94 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-08-23 23:37:17 +00:00
Orgad Shaneh
873ba580fb GUI: Warn when enabling autosave on options
...if non-autosave games are stored in autosave slot
2021-08-24 01:37:06 +02:00
ScummVM-Translations
cdbc05e021 I18N: Update translations templates 2021-08-23 20:46:42 +00:00
sluicebox
386c5659ec BASE: Purge keyboard/mouse events before running Engine
Fixes GUI events leaking into engines at startup. This caused
Phantasmagoria 1 to skip its introduction if the game was started from
the ScummVM GUI with a keyboard (Enter) but not with a mouse because
the key-down event started the engine and the key-up event remained
in the queue.

This also purges and mouse events since we happen to already have a
purgeMouseEvents() method. We may want to also clear joystick inputs,
or possibly the entire event queue, but that can be done after the
upcoming release. For now, the known bug is fixed.
2021-08-23 15:46:33 -05:00
SupSuper
c9d67e48a9 BACKENDS: Use FSNode::getName in string operations 2021-08-23 21:22:27 +01:00
SupSuper
8c86319923 BACKENDS: Use U32String for FSNode::getDisplayName 2021-08-23 21:22:27 +01:00
Roland van Laar
61f7390b32 JANITORIAL: DEVTOOLS: COMPANION: formatting 2021-08-23 22:15:22 +02:00
Roland van Laar
f5fa418864 DEVTOOLS: COMPANION: fix skipping first path
The new glob **/* does not include the root director. Skipping the first
element resulted in the first file being skipped.
2021-08-23 22:15:22 +02:00
djsrv
d27574acae DIRECTOR: Fix mouseUp events
Before, the code for setting a button's hilite flag made it so that
mouseUp only ever went to the last sprite that had a mouseDown
event. That is not correct. Whatever sprite the mouse goes up on
gets the event, even if it didn't get the last mouseDown event.
2021-08-23 16:10:44 -04:00
djsrv
1a0393bc19 DIRECTOR: Consider buttons to respond to mouse
Even without scripts, respondsToMouse and isActive should treat
buttons as if they have scripts since they change visually.
2021-08-23 16:10:44 -04:00
djsrv
80b4d55586 DIRECTOR: Make isMouseIn return false for invisible sprites 2021-08-23 16:10:44 -04:00
Martin Gerhardy
1412148344 TWINE: fixed endless rotation on the holomap 2021-08-23 22:08:12 +02:00
Martin Gerhardy
3d67b01510 TWINE: ensure the correct casting for unsigned shorts
... when converting to ints
2021-08-23 22:08:12 +02:00
Orgad Shaneh
121d06bf4a ENGINES: Remove deprecated function 2021-08-23 20:53:27 +03:00
a/
43945dfe39 SAGA2: Remove some globals in audio.cpp 2021-08-24 02:43:16 +09:00
a/
e14937dd9c SAGA2: Rename constant in assign.cpp 2021-08-24 02:43:15 +09:00
a/
c123a4914c SAGA2: Move _actorList from Saga2Engine to ActorManager 2021-08-24 02:43:15 +09:00
a/
323a345cc7 SAGA2: Remove globals in actor.cpp 2021-08-24 02:43:15 +09:00
a/
ebba60f8eb SAGA2: Move currentMapNum to Saga2Engine 2021-08-24 02:43:15 +09:00
Lothar Serra Mari
00cdcbf1fa I18N: Update translation (German)
Currently translated at 100.0% (1671 of 1671 strings)
2021-08-23 17:17:57 +00:00
ScummVM-Translations
e4986ee17b 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-08-23 16:16:30 +00:00
Roland van Laar
dd848d8ad8 DEVTOOLS: COMPANION: remove old perl version
The python dumper-companion had the same and more features as the perl
one.
2021-08-23 18:16:07 +02:00
Roland van Laar
6cfd387798 JANITORAL: DEVTOOLS: fix formatting companion 2021-08-23 18:16:07 +02:00
Roland van Laar
c957c45d7d DEVTOOLS: COMPANION: include suffix in dir mode
The file stem, i.e. the part before the suffix, was used to punyencode
it. Now it takes the whole file, including suffix for encoding.
2021-08-23 18:16:07 +02:00
Roland van Laar
9ddc4a88a3 DEVTOOLS: COMPANION: add decode string option
Will automatically decode punyencoded strings in str mode.
2021-08-23 18:16:07 +02:00
ScummVM-Translations
a73ec931d4 I18N: Update translations templates 2021-08-23 15:44:26 +00:00