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
antoniou79
565a0559ed
STARK: Skip loading bg dialog color for Steam version r161
...
Addresses bug https://bugs.scummvm.org/ticket/12762
2021-08-27 18:37:35 +03:00
Eugene Sandulenko
99fd5ff800
SWORD2: Do not treat right/left click as a doubleclick. Fixes bug #11396
...
Previously, we could right click (which reads the object description), then
left click, and the second click was treated as a double click if the object
happened to be an exit node at the same time. That led to a softlock of the
engine.
2021-08-27 16:38:07 +02:00
Matan Bareket
fed702c059
BUILD: Fix typo in configure
2021-08-27 10:31:47 -04:00
Mataniko
140c0e4090
BUILD: Simplify pandoc and curl checks
2021-08-27 15:54:10 +02:00
mataniko
8a91f500a7
MACOS: Open the new documentation hub from the app menu
2021-08-27 15:54:10 +02:00
mataniko
f21fdee404
BUILD: Add build flags to download the manual from RTD
2021-08-27 15:54:10 +02:00
sluicebox
3e9f802a93
GIT: Ignore CREATE_PROJECT Xcode build products
2021-08-27 08:30:11 -05:00
Martin Gerhardy
1770c8fc36
TWINE: fixed fla video big endian issues
2021-08-27 00:04:54 +02:00
D G Turner
50548c738d
GUI: Fix Incorrect Logic due to Stray Semicolon
2021-08-26 22:56:25 +01:00
D G Turner
3e4ee7e23c
STARTREK: Fix Coverity Warning for Identical Branches
...
CID 1394745
2021-08-26 22:10:18 +01:00
ScummVM-Translations
794e5af69a
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-26 17:36:23 +00:00
Cameron Cawley
bc3c50ae4a
DS: Build with -fno-threadsafe-statics
2021-08-26 18:33:05 +01:00
ScummVM-Translations
e072be5b8e
I18N: Update translations templates
2021-08-26 17:32:48 +00:00
Thierry Crozat
478fbbbe9b
SDL: Fix the default scale factor for high resolution games
...
This fixes bug #12847 : HQ filter broken when applied as a global setting
2021-08-26 18:32:21 +01:00
ScummVM-Translations
3550bd030f
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-26 16:57:33 +00:00
Thierry Crozat
10ad4a5a1f
DOC: Fix default log file path on Windows
2021-08-26 17:57:11 +01:00
ScummVM-Translations
f072d7b9e5
I18N: Update translations templates
2021-08-26 16:13:18 +00:00