Eugene Sandulenko
23516ef9bd
JANITORIAL: Fix whitespaces
2019-09-17 00:40:02 +02:00
Eugene Sandulenko
7d96b82d4e
NEWS: Mention cloud support
2019-09-17 00:10:07 +02:00
Lothar Serra Mari
c097a13d97
NEWS: Add release date for 2.1.0 to German NEWS file
2019-09-16 23:53:17 +02:00
Eugene Sandulenko
5e9c23702c
NEWS: Specify 2.1.0 release date
2019-09-16 23:48:55 +02:00
Lothar Serra Mari
114285c6b7
I18N: Update translation (German)
...
Currently translated at 100.0% (1161 of 1161 strings)
2019-09-16 23:22:42 +02:00
Strangerke
10a74b2e6c
HDB: Turn a couple of arrays into static const
2019-09-16 23:11:40 +02:00
Strangerke
35ff6adfd5
HDB: Fix some more uninitialized variables
2019-09-16 23:06:17 +02:00
Lothar Serra Mari
9b2cc0d597
NEWS: Update titles of Mission Supernova games in German NEWS file
2019-09-16 22:58:11 +02:00
Lothar Serra Mari
0d56ba9f91
NEWS: Update mentions of Mission Supernova games in German NEWS file
2019-09-16 22:50:40 +02:00
Thierry Crozat
f90bc01c42
NEWS: Update mentions of Mission Supernova games
2019-09-16 21:47:26 +01:00
George Kormendi
5c55a3e2b0
I18N: Update translation (Hungarian)
...
Currently translated at 100.0% (1161 of 1161 strings)
2019-09-16 22:44:46 +02:00
Timo Mikkolainen
4d78cbe8e7
I18N: Update translation (Finnish)
...
Currently translated at 100.0% (1161 of 1161 strings)
2019-09-16 22:44:45 +02:00
Lothar Serra Mari
a92fbd33f3
I18N: Update translation (German)
...
Currently translated at 100.0% (1161 of 1161 strings)
2019-09-16 22:44:45 +02:00
Eugene Sandulenko
4577c9b03b
NEWS: Mention Mission Supernova 2
2019-09-16 22:12:42 +02:00
Thanasis Antoniou
bbe2b18afb
ANDROIDSDL: Enable optimizations for the build
...
Since this already had the enable-release, it is better to build with enable-optimizations too
2019-09-16 16:04:24 +03:00
Alexander Tkachev
d488e1dd55
Revert "WIN32: Fix getting the parent directory of non-existant file nodes"
2019-09-16 13:15:23 +02:00
Ben Castricum
91347f29e5
I18N: Update translation (Dutch)
...
Currently translated at 100.0% (1161 of 1161 strings)
2019-09-16 12:51:52 +02:00
Thierry Crozat
e0a44f1abb
I18N: Update translations templates
2019-09-16 11:03:24 +02:00
Thanasis Antoniou
7c20b07ffb
BLADERUNNER: Add engine gui option to avoid use of delayMillis()
2019-09-16 12:00:25 +03:00
Ben Castricum
5453653a4c
I18N: Update translation (Dutch)
...
Currently translated at 98.3% (1139 of 1159 strings)
2019-09-16 09:17:31 +02:00
Ben Castricum
ee056be182
I18N: Update translation (Dutch)
...
Currently translated at 94.8% (1099 of 1159 strings)
2019-09-16 08:44:42 +02:00
Thierry Crozat
4db2f8139f
I18N: Regenerate translations data file
2019-09-16 05:05:05 +02:00
D G Turner
b2d3ead004
DIRECTOR: Fix Some MSVC Warnings
...
These were reported by Henke37 via IRC.
2019-09-16 01:21:06 +01:00
D G Turner
cbb5a31715
DEBUGGER: Fix MSVC Warning
...
This was reported by Henke37 on IRC.
2019-09-16 00:39:41 +01:00
D G Turner
78495ae462
CLOUD: Fix MSVC Warning in Google Drive Token Refresher
...
This was reported by Henke37 on IRC.
2019-09-15 23:56:51 +01:00
D G Turner
24073733e6
AGI: Replace Various String Functions with Common String Usage
...
This removes a number of fixed size temporary string buffers and
usage of unsafe string functions.
2019-09-15 23:30:34 +01:00
D G Turner
d83e0df8f0
GRAPHICS: Fix MSVC Warning in Nine Patch
2019-09-15 23:24:33 +01:00
D G Turner
8da29e1b89
WINTERMUTE: Fix MSVC Warning
...
This is due to the _lastLine variable being unsigned, but having
-1 assigned to it as a default / invalid value. This could probably
be assigned 0 with no issues, but since this is exposed, this warning
is fixed instead by assigning the unsigned equivalent of -1 so no
dependent code will see a change.
2019-09-15 23:00:36 +01:00
D G Turner
971b16fdac
SCUMM: HE: Fix MSVC Warning
...
This was reported by Henke37 on IRC.
2019-09-15 22:47:43 +01:00
D G Turner
2c21c1a25e
ILLUSIONS: Fix Further MSVC Warning
...
This was reported by Henke37 on IRC.
2019-09-15 22:40:17 +01:00
Thierry Crozat
a4aba129dc
I18N: Update translation (Dutch)
...
Currently translated at 92.4% (1071 of 1159 strings)
2019-09-15 23:21:24 +02:00
Thierry Crozat
e3f626996f
I18N: Update translation (French)
...
Currently translated at 100.0% (1159 of 1159 strings)
2019-09-15 23:18:07 +02:00
Rafał Będźkowski
41e6d0d6d2
I18N: Update translation (Polish)
...
Currently translated at 76.4% (886 of 1159 strings)
2019-09-15 22:54:20 +02:00
jepael
6611f757de
I18N: Update translation (Finnish)
...
Currently translated at 100.0% (1159 of 1159 strings)
2019-09-15 22:54:20 +02:00
Lothar Serra Mari
16bcd7abf8
I18N: Update translation (German)
...
Currently translated at 97.0% (1124 of 1159 strings)
2019-09-15 22:54:20 +02:00
D G Turner
84d0a294af
SCUMM: Replace Various String Functions with Common String Usage
...
This removes the dependency on the unsafe strcpy and strcat string
functions with usage of Common::String instead.
2019-09-15 20:20:03 +01:00
Thanasis Antoniou
34f3e8667c
BLADERUNNER: Fix map glitches and teleport in BB09
2019-09-15 20:58:47 +03:00
D G Turner
28fe02eb30
TOON: Replace Various String Functions with Common String Usage
...
This removes the dependency on the unsafe strcpy and strcat string
functions with usage of Common::String instead.
2019-09-15 18:15:19 +01:00
D G Turner
04242ce829
LUA: Fix Coverity Warnings in File Class
2019-09-15 16:21:02 +01:00
George Kormendi
91d0b35f48
I18N: Update translation (Hungarian)
...
Currently translated at 100.0% (1159 of 1159 strings)
2019-09-15 14:35:52 +02:00
Thierry Crozat
9b05b6beaf
I18N: Update translations templates
2019-09-15 11:37:04 +02:00
Lothar Serra Mari
fd9b34c4a4
I18N: Add networking stack to the translation file database
2019-09-15 11:33:55 +02:00
D G Turner
497b8b4df5
GLK: FROTZ: Change GameID to avoid Conflict with Pegasus Prime Engine
...
The game id "pegasus" was already used for the Journeyman Project Pegasus
Prime engine, so this caused a detection conflict.
Fixes bug #11146 .
2019-09-15 09:53:28 +01:00
Thierry Crozat
01ba672de6
I18N: Update translations templates
2019-09-15 10:40:19 +02:00
Thanasis Antoniou
29aa2e163b
BLADERUNNER: Remove redundant initializations
...
Redundant setting of actors health (Init_Actor_Health) and a duplicate _crimesDatabase init
2019-09-15 10:06:23 +03:00
D G Turner
b17ca95569
TOUCHE: Remove Various Fixed Sized String Buffer Usage
2019-09-15 00:46:59 +01:00
D G Turner
9467bf7faa
SWORD1: Remove Fixed Sized Buffer Usage from Savegame Name Code
2019-09-15 00:28:28 +01:00
D G Turner
8a65f44311
HDB: Remove Another Fixed Size String Buffer
...
This reduces the scope for buffer overflow issues.
2019-09-15 00:03:11 +01:00
Cameron Cawley
410923351b
Revert "COMMON: Implement FSNode::createDirectoryRecursive()"
...
This reverts commit aca627bec7b407790d78a64df984344ff454c15b.
2019-09-15 00:07:46 +02:00
Thanasis Antoniou
e7d331fe94
ANDROID: Use FORBIDDEN_SYMBOL_EXCEPTION_getenv for browser_lastpath purposes
2019-09-15 00:46:02 +03:00