Commit Graph

92417 Commits

Author SHA1 Message Date
Bastien Bouclet
6a627e3e98 COMMON: Fix very noisy warning when building with GCC 9 in C++11 mode 2019-11-10 21:04:29 +01:00
Eugene Sandulenko
038183301a FULLPIPE: Fix const'ness 2019-11-10 20:35:45 +01:00
Eugene Sandulenko
2f34b872f6 FULLPIPE: More debug putput 2019-11-10 20:31:01 +01:00
Thierry Crozat
92587be338 I18N: Update translations templates 2019-11-10 20:17:28 +01:00
Bastien Bouclet
bd3f157464 GUI: Fix memory leak in the about dialog
Also don't eagerly allocate EE as it consumes quite a bit of memory.
2019-11-10 20:05:04 +01:00
Eugene Sandulenko
416ab05eaa FULLPIPE: Use more portable double loading 2019-11-10 19:50:53 +01:00
Eugene Sandulenko
6cad53e546 FULLPIPE: Added more debug output 2019-11-10 19:50:53 +01:00
Eugene Sandulenko
baa7e0f5f3 FULLPIPE: Do not void global engine pointer too early 2019-11-10 19:50:48 +01:00
Hubert Maier
1f5185f130 AMIGAOS4: Formatting 2019-11-10 17:28:15 +00:00
Hubert Maier
04b111db70 AMIGAOS4: Fix oversight 2019-11-10 17:28:15 +00:00
Hubert Maier
86ba632fe0 AMIGAOS4: more verbose debug comments 2019-11-10 17:28:15 +00:00
Hubert Maier
2afb56cdf4 AMIGAOS4: Increase stack cookie
Just to be on the safe side.
Right now the binary consumes roughly 700 000 bytes.
Double that and add a a panic amount of roughly 50%, which leaves us at 2 MB.
2019-11-10 17:28:15 +00:00
Hubert Maier
994967cfed AMIGAOS4: Clean up and increase stack cookie 2019-11-10 17:28:15 +00:00
Hubert Maier
db367845d3 AmigaOS4: More fixes and cleaning 2019-11-10 17:28:15 +00:00
Hubert Maier
072e80580b AMIGAOS4: Fix leftovers 2019-11-10 17:28:15 +00:00
Hubert Maier
e30112b814 AMIGAOS4: Clean up fs
- replace sprintf with snprintf and obey MAXPATHLEN
2019-11-10 17:28:15 +00:00
Lothar Serra Mari
39b030d92e I18N: Update translation (German)
Currently translated at 100.0% (1181 of 1181 strings)
2019-11-10 17:00:49 +01:00
Thierry Crozat
90c07bf544 I18N: Update translations templates 2019-11-10 16:38:56 +01:00
Thanasis Antoniou
ca8539dabe BLADERUNNER: Add a engine checkbox to target 120 fps
This is added in the Engine tab for the game. Default is false (60 fps)
2019-11-10 17:37:56 +02:00
Thanasis Antoniou
e7a19d378e ANDROID: Disable support for split screen
Currently the ScummVM app will just exit in split-screen so that's not desireable

Disabled until we implement proper support, if deemed necessary
2019-11-10 17:05:20 +02:00
Cameron Cawley
773295842a
IMAGE: Remove unnecessary check from Image::writePNG()
Surfaces with pixel formats not supported by libpng are already converted to RGBA, meaning that the check isn't needed.
2019-11-10 12:40:44 +00:00
Bastien Bouclet
c847476a93 CLOUD: Only download saves when necessary
Prevents the save/load dialog from refreshing and loosing the selection
when there is no file to download.
2019-11-10 11:06:08 +01:00
Thierry Crozat
5c078d80c9 I18N: Update translations templates 2019-11-10 06:08:46 +01:00
sluicebox
b593fe2f45 SDL: Fix Windows screenshots with unicode paths
Use Common::FSNode to test for screenshot existence instead of
SDL_RWFromFile(). SDL does different character encoding conversions
which fail on Windows when a unicode character is in the path.

Fixes bug #11118
2019-11-10 07:08:22 +02:00
Eugene Sandulenko
4952d1c760 GUI: Fix colors in About. Now it works on Amiga 2019-11-10 00:27:25 +01:00
Cameron Cawley
d1fa1154fe BACKENDS: Fix using fillScreen in non-paletted screen modes 2019-11-10 01:25:46 +02:00
jepael
a00ccb215f I18N: Update translation (Finnish)
Currently translated at 100.0% (1179 of 1179 strings)
2019-11-10 00:03:41 +01:00
Rodrigo Vegas Sánchez-Ferrero
47c42dc757 I18N: Update translation (Spanish)
Currently translated at 100.0% (1179 of 1179 strings)
2019-11-10 00:03:40 +01:00
scootergrisen
0d4215c977 I18N: Update translation (Danish)
Currently translated at 100.0% (1179 of 1179 strings)
2019-11-10 00:03:39 +01:00
Cameron Cawley
c6a6988a92 RISCOS: Reduce the required DigitalRenderer version 2019-11-09 18:36:48 +00:00
Cameron Cawley
48ab35f358 RISCOS: Improve file system code 2019-11-09 18:30:21 +00:00
D G Turner
3544fe355a TUCKER: Fix Missing Default Switch Cases
These are flagged by GCC if -Wswitch-default is enabled.
2019-11-09 17:54:34 +00:00
athrxx
c0ed6eabd4 KYRA: (EOB2) - workaround for minor graphics glitch
The game would actually allow placing the 4 horns or the large red rings from the ringmaster riddle into the inventory ring slots. Simply, because these items are flagged that way in the data file (itemtype.dat). I wasn't aware of this until I happened to come across some youtube video. The video was from DosBox, but this doesn't make a difference.

This patch prevents placing these items into the ring slots.
2019-11-09 17:22:21 +01:00
jepael
843e0f6a4b POSIX: Fix compiler warning 2019-11-09 16:36:30 +01:00
sluicebox
3b1c928f52 SCI: Fix SQ5 WD40 alarm countdown lockup
Fixes bug #11255
2019-11-08 22:55:31 -08:00
D G Turner
fbb60c6d89 TOUCHE: Fix Missing Default Switch Cases
These are flagged by GCC if -Wswitch-default is enabled.
2019-11-09 05:42:33 +00:00
Thierry Crozat
fd2f01fdda I18N: Update translations templates 2019-11-09 04:28:29 +01:00
D G Turner
29aef74f66 TOON: Fix Missing Default Switch Cases
These are flagged by GCC if -Wswitch-default is enabled.
2019-11-09 03:24:47 +00:00
D G Turner
5447a13013 XEEN: Fix Missing Default Switch Cases
These are flagged by GCC if -Wswitch-default is enabled.
2019-11-09 01:03:55 +00:00
Cameron Cawley
b2452d6ffd CRYO: Use byteswap functions from common/endian.h 2019-11-09 01:08:14 +02:00
Thierry Crozat
8ac0012fdd COMMON: Clarify documentation for OSystem::convertEncoding 2019-11-08 20:43:25 +00:00
Thierry Crozat
8b586ed418 WIN32: Fix free being used on arrays allocated with new 2019-11-08 20:43:25 +00:00
Eugene Sandulenko
4b21711ca4 PRINCE: I18N: Update translation (English)
Currently translated at 58.2% (1605 of 2757 strings)
2019-11-08 19:03:34 +01:00
Thanasis Antoniou
b8c26508c9 ANDROID: Fix OSD message display crash or fail
For translated message text. Android expected UTF-8 format for the message

Also makeToast for OSD needed to be run from the main UI thread
2019-11-08 16:59:52 +02:00
Thanasis Antoniou
6fde4e89f8 GUI: Fix crash on low resolutions
Related to about cls() and easter egg. Crashed on Android port on small screen devices
2019-11-08 16:58:16 +02:00
Thanasis Antoniou
4af463476b BLADERUNNER: Fix wrong order for GPS map selection 2019-11-08 16:28:18 +02:00
sluicebox
f74f8e3c53 WIN32: Exit when WinSparkle runs installer
Trac #10368
2019-11-08 09:19:07 +01:00
Ben Castricum
0118120766 I18N: Update translation (Dutch)
Currently translated at 100.0% (1179 of 1179 strings)
2019-11-08 09:00:36 +01:00
D G Turner
1cc669a317 SCUMM HE: Fix Signed vs. Unsigned Compiler Warning 2019-11-08 00:04:06 +00:00
Eugene Sandulenko
ccab85ffb2 SCUMM HE: MBC: Remove empty callbacks 2019-11-07 17:08:11 +01:00