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
Martin Gerhardy
580223e2b2
TWINE: added Lupin Island Destiny and Prequel mod support
...
see https://bugs.scummvm.org/ticket/12833
2021-08-23 17:43:59 +02:00
Martin Gerhardy
49590e1f4c
TWINE: add SCENE_SIZE_MAX comment
2021-08-23 17:43:59 +02:00
Roland van Laar
e542099638
DEVTOOLS: COMPANION: Fix dir globbing
...
There were two problems:
- glob pattern only found directories:
Now it returns both directories and files.
- top level dir was included in the punyencoding
2021-08-23 17:16:15 +02:00
Eugene Sandulenko
198975a007
AUDIO: Fix message format
2021-08-23 16:26:31 +02:00
Eugene Sandulenko
3af9677427
CRUISE: Added support for Amiga Spanish version
2021-08-23 16:17:31 +02:00
Eugene Sandulenko
3f1e1113de
CRUISE: Added Atari ST French version. Bugreport #12824
2021-08-23 16:17:31 +02:00
Eugene Sandulenko
2e1391e3b0
SCUMM: Added atlantis Mac demo. Bugreport #12831
2021-08-23 16:17:31 +02:00
Eugene Sandulenko
bd280c8971
MOHAWK: Added another grandma demo. Bugreport #12830
2021-08-23 16:17:31 +02:00
Eugene Sandulenko
11bb4634e6
MOHAWK: Added Mac English/Spanish arthur demo. Bugreport #12829
2021-08-23 16:17:31 +02:00
IlDucci
a7f5e2127b
I18N: Update translation (Spanish)
...
Currently translated at 100.0% (1671 of 1671 strings)
2021-08-23 14:04:38 +00:00
athrxx
033084505c
SCUMM: (COMI) - fix bug no. 4424 ("Guybrush walks in place when examining certain objects")
...
Minor walking code fix from disasm. I have verified that the changes have to be applied to all SCUMM7/8 games, but not to the lower versions.
2021-08-23 15:48:10 +02:00
Cameron Cawley
0d916a9ef3
BUILD: Remove engines/detection_table.h as part of make distclean
2021-08-23 13:53:46 +01:00
ScummVM-Translations
e6253d18f3
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 11:50:21 +00:00
Martin Gerhardy
ca57b25a32
TWINE: fixed issue #12827 (Unable to exit scene on citadel island)
...
introduced in 70fd4f428d
2021-08-23 13:50:07 +02:00
ScummVM-Translations
2df0dca6aa
I18N: Update translations templates
2021-08-23 11:34:45 +00:00
Orgad Shaneh
6aeda12247
ENGINES: Warn when overwriting a non-autosave on autosave
2021-08-23 13:34:35 +02:00
Orgad Shaneh
a0c818bde6
COMMON: Introduce SaveFileManager::exists
...
Checks if a savefile with given name exists.
Implement on all backends.
2021-08-23 13:34:35 +02:00
Orgad Shaneh
fb8f233ed7
BACKENDS: Replace virtual with override in SaveFileManager subclasses
2021-08-23 13:34:35 +02:00
Orgad Shaneh
7adad5aaf5
ENGINES: Streamline auto-save write/delete protection
...
Some engines call setAutosave and some don't. isAutosave is used to
determine if a saved game is an autosave, but in fact, on most cases it
just falls back to comparing the name to "Autosave".
This is wrong for several reasons:
* Older versions of ScummVM used Autosave 0.
* The name "Autosave" is translated, so if you change the language, it
won't be detected.
Instead of relying on the name, use the well-known getAutosaveSlot() from
Engine/MetaEngine.
Fixes #12735 .
2021-08-23 13:34:35 +02:00
ScummVM-Translations
c4e58093d7
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 11:26:53 +00:00
einstein95
465f242f0a
DEVTOOLS: COMPANION: Set last modified time to one from volume
2021-08-23 13:26:42 +02:00
ScummVM-Translations
714863f0e3
I18N: Update translations templates
2021-08-23 10:17:29 +00:00
Martin Gerhardy
063970ba8a
TWINE: removed outdated todo comment
2021-08-23 12:17:01 +02:00
Martin Gerhardy
b3befdf6b9
TWINE: fixed unlocking achievements when resetting game flags
2021-08-23 12:17:01 +02:00