ScummVM-Translations
80d66bc85d
I18N: Update translations templates
2021-08-28 19:01:30 +00:00
Eugene Sandulenko
580ec65220
RELEASE: This is 2.4.0git
2021-08-28 21:01:11 +02:00
ScummVM-Translations
e2ab01cf04
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-28 18:59:10 +00:00
Eugene Sandulenko
51153fbdd8
DEVTOOLS: Update Amiga .in file location
2021-08-28 20:58:49 +02:00
Lothar Serra Mari
38e60015c9
I18N: Update translation (German)
...
Currently translated at 100.0% (1679 of 1679 strings)
2021-08-28 18:43:49 +00:00
ScummVM-Translations
d01f884f53
I18N: Update translations templates
2021-08-28 18:36:52 +00:00
ScummVM-Translations
4a8b41d4f7
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-28 18:36:51 +00:00
Orgad Shaneh
b7a46e97f5
GUI: Re-enable warning when saving over an older savegame
...
The assignment back to _saveList is required, because the initial read does
not assign playtime.
In case the slot is empty, querySaveMetaInfos returns an empty description
with saveSlot -1 on most engines, so _saveList[selItem] loses its slot.
Cover this by adding a check.
Reverts 0425dff824
.
2021-08-28 21:36:35 +03:00
ScummVM-Translations
fdb9d9cc25
I18N: Update translations templates
2021-08-28 17:58:14 +00:00
antoniou79
5f9b39e55b
ENGINES: Fix autosave overwrite message
...
The message is formatted as U32String, and the argument is U32String so %S should be used.
2021-08-28 20:57:48 +03:00
Martin Gerhardy
1bd9b5521d
TWINE: fixed savegame menu entry handling
2021-08-28 19:51:58 +02:00
Martin Gerhardy
05675b4700
TWINE: allow to rename your savegame
...
see bug #12844
2021-08-28 19:34:27 +02:00
Martin Gerhardy
c58fc049a2
TWINE: cleanup model header parsing
2021-08-28 19:34:27 +02:00
Lothar Serra Mari
801e549428
NEWS: Update German NEWS file
2021-08-28 19:31:48 +02:00
Eugene Sandulenko
8f9f4fe7d3
NEWS: Mention full GUI translations into Japanese and Korean
2021-08-28 18:20:24 +02:00
a/
176e81f5d3
SAGA2: Use streams for locateRegion
2021-08-28 23:57:30 +09:00
a/
5fd2ab4794
SAGA2: Rename _containerList
2021-08-28 23:57:30 +09:00
a/
ab60363941
SAGA2: More const correctness in contain.cpp
2021-08-28 23:57:30 +09:00
Lothar Serra Mari
46886b787e
I18N: Update translations data file
2021-08-28 16:54:15 +02:00
ScummVM-Translations
153b86c36b
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-28 12:57:00 +00:00
D G Turner
8b239a2577
GUI: Fix GCC Signed vs. Unsigned Comparison Warning
2021-08-28 13:56:09 +01:00
ScummVM-Translations
f1d34c869c
I18N: Update translations templates
2021-08-28 12:49:24 +00:00
Thierry Crozat
18ee050adf
GUI: Only display autosave warning if there are normal saves in autosave slots
...
This fixes bug #12845 .
2021-08-28 13:48:53 +01:00
athrxx
c19a3f1cc1
SCUMM: (COMI/CJK) - add actor text color hack
...
Just something I came across in the disasm while doing something else. I also ran the original CJK interpreter in VirtualBox to confirm this weirdness...
2021-08-28 14:10:00 +02:00
ScummVM-Translations
b0815c17e8
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-28 09:27:17 +00:00
Le Philousophe
d1e195c298
BUILD: Add $(DIST_FILES_DOCS) to targets using it
...
This makes sure all docs are present before copying them
2021-08-28 11:27:06 +02:00
Le Philousophe
5205e1ad23
BUILD: Add a target to download manual when not present
...
Don't use special characters in file name as make and shell don't have
same rules.
2021-08-28 11:27:06 +02:00
ScummVM-Translations
f97f463946
I18N: Update translations templates
2021-08-28 08:43:15 +00:00
Lothar Serra Mari
d6f105e906
BACKENDS: OPENGLSDL: Only relocate the window to the center of the screen if truly necessary
2021-08-28 10:43:04 +02:00
Lothar Serra Mari
1b42675e52
BACKENDS: OPENGLSDL: Limit window positioning workaround to Win32
...
It looks like other platforms are not affected by this, at least I
wasn't able to reproduce the issue on Linux in any way.
Since branching off to the next release is very soon and we are running
out of time, I'm limiting this to Win32 in order to avoid unneccessary
breakage by only fixing _really_ affected platforms.
2021-08-28 10:43:04 +02:00
Lothar Serra Mari
4c7bc5effb
BACKENDS: OPENGLSDL: Do not try to center window in fullscreen or maximized mode
2021-08-28 10:43:04 +02:00
Lothar Serra Mari
1b6c4f48aa
BACKENDS: OPENGLSDL: Forcefully center the window to prevent off-screen rendering
2021-08-28 10:43:04 +02:00
Lothar Serra Mari
cedd57a4ac
BACKENDS: OPENGLSDL: Fix wrong check for maximized windows
2021-08-28 10:43:04 +02:00
Lothar Serra Mari
3da65d47cb
BACKENDS: OPENGLSDL: Prevent window resizing events in fullscreen mode
2021-08-28 10:43:04 +02:00
Lothar Serra Mari
d07c97f3cd
BACKENDS: OPENGLSDL: Remember maximized window state
2021-08-28 10:43:04 +02:00
Paul Gilbert
e94b88f586
AGS: Properly maintain volume changes across savegames
2021-08-27 19:35:01 -07:00
ScummVM-Translations
c77f0ed659
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-28 01:02:28 +00:00
Eugene Sandulenko
b53973b06a
MOHAWK: Added detection for Mac tortoise. Bugreport #12828
2021-08-28 03:02:07 +02:00
ScummVM-Translations
a99cb7be32
I18N: Update translations templates
2021-08-28 00:33:53 +00:00
ScummVM-Translations
5ba4f22f79
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-28 00:33:51 +00:00
Eugene Sandulenko
1fe1e994e8
MOHAWK: Added detection for harryhh demo. Bugreport #12849
2021-08-28 02:33:19 +02:00
ScummVM-Translations
a549333172
I18N: Update translations templates
2021-08-27 23:43:55 +00:00
ScummVM-Translations
10fdbe2e00
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-27 23:43:54 +00:00
Eugene Sandulenko
7b639ead0a
ZVISION: Added detection for Mac ZGI. Bugreport #11756
2021-08-28 01:43:29 +02:00
ScummVM-Translations
2db9e72bd6
I18N: Update translations templates
2021-08-27 22:31:06 +00:00
Thierry Crozat
0425dff824
GUI: Fix saving in a new slot with the list save dialog
...
This revert part of a17816f1
(GUI: Warn when saving a "young" game
over an "older" one).
The issue was that when trying to save in a new slot with the list
save dialog, this was not creating the save.
This finishes to fix bug #12850
2021-08-27 23:30:44 +01:00
Thierry Crozat
626d0ed4b6
GUI: Fix assert when double clicking on item in list save dialog
...
This was a regression from 44e5d3f9
(GUI: Factor out save/load
activation to a function).
This fixes part of bug #12850
2021-08-27 23:30:44 +01:00
Thierry Crozat
5867d5420f
GUI: Fix clicking in an empty space in the Grid Load dialog
...
This was unexpectedly closing the dialog.
This was a regression from 44e5d3f9
(GUI: Factor out save/load
activation to a function)
2021-08-27 23:30:44 +01:00
Eugene Sandulenko
89f92a007a
AGI: Improved detection for preagi titles.
...
Filenames "title" and "title.pic" are too generic, so second
file was added for each entry
2021-08-28 00:27:52 +02:00
Cameron Cawley
d540054c0a
DS: Remove .ARM.exidx* and .ARM.extab* sections from plugins
...
Thanks to @lephilousophe for helping out with this.
2021-08-27 17:45:37 +01:00