Eugene Sandulenko
071ce9ef29
GUI: Add I18N comments to the launcher buttons
2023-03-26 18:02:27 +02:00
ScummVM-Translations
f71bb53859
I18N: Update translations templates
2023-03-26 15:42:57 +00:00
Eugene Sandulenko
b2e6c74eff
I18N: Added more explanations to the render modes
2023-03-26 17:42:20 +02:00
Lothar Serra Mari
4f4ce3bcc3
ANDROID: Update German store metadata
2023-03-26 16:34:36 +02:00
antoniou79
4b13402901
ANDROID: Update English metadata for Play Store (2.7.0 beta 4)
2023-03-26 17:10:18 +03:00
ScummVM-Translations
2f89d29ca5
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/
2023-03-26 12:22:18 +00:00
Eugene Sandulenko
a768d12707
GUI: Remove leftover debug message
2023-03-26 14:22:01 +02:00
ScummVM-Translations
7ee92b1807
I18N: Update translations templates
2023-03-26 12:21:09 +00:00
Eugene Sandulenko
4869bf0780
GUI: Added close button to the TextViewer dialog
2023-03-26 14:20:52 +02:00
Eugene Sandulenko
b639b65599
MM: MM1: Add missing override keyword
2023-03-26 14:20:52 +02:00
antoniou79
d16c5ee118
ANDROID: Update versioncodes reservation for 2.7.0 beta 4
2023-03-26 14:38:31 +03:00
Antoniou Athanasios
9641570a31
I18N: Update translation (Greek)
...
Currently translated at 100.0% (1861 of 1861 strings)
2023-03-26 11:30:43 +00:00
Eugene Sandulenko
31b74b394b
I18N: Regenerate translations.dat
2023-03-26 13:24:12 +02:00
Eugene Sandulenko
32ac76497c
I18N: Put full language name to Arabic PO file
2023-03-26 13:23:19 +02:00
Timo Mikkolainen
8a778c6898
I18N: Update translation (Finnish)
...
Currently translated at 100.0% (1861 of 1861 strings)
2023-03-26 11:21:34 +00:00
Malek Bellasfar
e53145e2f6
I18N: Update translation (Arabic)
...
Currently translated at 100.0% (1861 of 1861 strings)
2023-03-26 11:16:35 +00:00
Malek Bellasfar
4b2bc9aab2
I18N: Update translation (Arabic)
...
Currently translated at 100.0% (1861 of 1861 strings)
2023-03-26 11:11:29 +00:00
Malek Bellasfar
2be7dfef48
I18N: Update translation (Arabic)
...
Currently translated at 100.0% (1861 of 1861 strings)
2023-03-26 11:06:35 +00:00
Malek Bellasfar
909da1c5bf
I18N: Update translation (Arabic)
...
Currently translated at 99.9% (1860 of 1861 strings)
2023-03-26 11:06:14 +00:00
Malek Bellasfar
33722d125e
I18N: Update translation (Arabic)
...
Currently translated at 97.4% (1814 of 1861 strings)
2023-03-26 11:04:31 +00:00
ScummVM-Translations
96795fb394
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/
2023-03-26 11:03:28 +00:00
antoniou79
ab2df113e3
ANDROID: Remove redundant exceptions and comments
2023-03-26 14:03:09 +03:00
Malek Bellasfar
8418adced3
I18N: Update translation (Arabic)
...
Currently translated at 97.0% (1807 of 1861 strings)
2023-03-26 10:55:52 +00:00
Malek Bellasfar
546ba28ed2
I18N: Update translation (Arabic)
...
Currently translated at 91.6% (1705 of 1861 strings)
2023-03-26 10:43:27 +00:00
Malek Bellasfar
93c12dc1b9
I18N: Update translation (Arabic)
...
Currently translated at 87.1% (1622 of 1861 strings)
2023-03-26 10:27:10 +00:00
Kaloyan Chehlarski
48a387832d
ENGINES: Correctly store extended save playtime
...
Changed the extended saves code so time is stored in milliseconds
instead of seconds. This fixes an issue where loading a save would
pass a playtime value of 1/1000 of the real playtime to the engine,
resulting in total playtime effectively being zeroed every time a
save is loaded.
Existing savefile compatibility is ignored since the value stored
inside old saves would be wrong for any savefile that has been
saved over more than once.
2023-03-26 13:24:31 +03:00
ScummVM-Translations
049635fd2c
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/
2023-03-26 09:05:31 +00:00
Antoniou Athanasios
8ce6a32ac2
ANDROID: Clean up log code and use Backends::Log
2023-03-26 12:05:12 +03:00
ScummVM-Translations
e5dd85dd60
I18N: Update translations templates
2023-03-26 08:45:08 +00:00
Kaloyan Chehlarski
2dea1e4730
NANCY: Improve engine settings
...
Removed the unused checkboxes for second chance and original
menus from the engine settings dialog. Added the default values
for the character speech and player speech to NancyMetaEngine
so they're both checked when adding a new game.
2023-03-26 11:44:07 +03:00
Kaloyan Chehlarski
6c28de7698
NANCY: Make second chance always active
...
The Second Chance autosave functionality is now always active
alongside ScummVM's regular autosave feature.
2023-03-26 11:44:06 +03:00
Kaloyan Chehlarski
75607c519c
NANCY: Correctly advance primary video with no valid responses
...
Changed the check for responses available in primary videos so it takes
into account disabled responses. This fixes the dialogue with Mikhail
at the end of The Vampire Diaries.
2023-03-26 11:44:06 +03:00
Kaloyan Chehlarski
87fcd3c93d
NANCY: Add support for small format secondary video
...
Secondary videos with a small video format now get displayed properly.
Added constants for small and large video formats.
2023-03-26 11:44:06 +03:00
Kaloyan Chehlarski
c246c5cdd9
NANCY: Correct scaled blitting
...
Fixed an issue where some objects would be rendered at the wrong
scale when overlapped with a transparent object (e.g. the clock
in The Vampire Diaries).
2023-03-26 11:44:05 +03:00
Kaloyan Chehlarski
13b2e82b6c
NANCY: Disable mouse input while cursor is invisible
2023-03-26 11:44:05 +03:00
Kaloyan Chehlarski
1ee352bfc8
NANCY: Add support for empty videos in secondary movie
2023-03-26 11:44:04 +03:00
Kaloyan Chehlarski
3157da3f28
NANCY: Fix thunder sound playing in every scene
2023-03-26 11:44:03 +03:00
Kaloyan Chehlarski
5097e10b56
NANCY: Correct viewport scrolling hotspots activation
...
Fixed an issue where the top edge of the viewport would still be active
even in scenes where no vertical scrolling is possible.
2023-03-26 11:44:02 +03:00
Kaloyan Chehlarski
5b9b6b5ba3
NANCY: Implement lightning in TVD endgame
...
Decoupled lightning from the LightningOn action record and
implemented the logic for it to be activated during the endgame
section of The Vampire Diaries.
2023-03-26 11:44:01 +03:00
Kaloyan Chehlarski
5127a513fc
NANCY: Set correct event flag trigger for TVD map
2023-03-26 11:44:00 +03:00
Kaloyan Chehlarski
438fc14ee3
NANCY: Add support for start and end frame in primary video
...
This fixes a couple of primary videos in The Vampire Diaries.
2023-03-26 11:44:00 +03:00
Kaloyan Chehlarski
79d3d248cf
NANCY: Do not unload persistent sounds
...
Persistent sounds no longer get unloaded when calling stopSound().
2023-03-26 11:44:00 +03:00
Kaloyan Chehlarski
a3f7a13a70
NANCY: Fix certain flag checks in primary video
...
Fixed an issue where if an inventory/event flag gets changed in the same
scene as a primary video, that primary video wouldn't be affected
by the changes and could serve incorrect responses. This fixes
scene 750 in The Vampire Diaries.
2023-03-26 11:43:59 +03:00
Kaloyan Chehlarski
2bdb15c4dd
NANCY: Change base class of HotMultiframeMultisceneChange
2023-03-26 11:43:59 +03:00
Kaloyan Chehlarski
6be1e25ef8
NANCY: Implement RemoveInventoryNoHS action record
2023-03-26 11:43:59 +03:00
Kaloyan Chehlarski
2aee2d301f
DEVTOOLS: create_nancy fixes
...
Fixed a conditional dialogue with a wrong item condition and added
a missing comma.
2023-03-26 11:43:58 +03:00
Kaloyan Chehlarski
160910cb0d
NANCY: Correctly add item back to inventory after use
...
Fixed an issue where a used item would be visibly added to the
inventory, but not to the underlying flag array.
2023-03-26 11:43:58 +03:00
Kaloyan Chehlarski
8665aa3b4f
NANCY: Remove nonsense comment
2023-03-26 11:43:57 +03:00
Kaloyan Chehlarski
7b572e378c
NANCY: Make sure menu sound is loaded on startup
2023-03-26 11:43:56 +03:00
Kaloyan Chehlarski
c1fe024206
NANCY: Remove unused debug shortcut keymaps
2023-03-26 11:43:56 +03:00