Commit Graph

91425 Commits

Author SHA1 Message Date
Thierry Crozat
6f5b13c0d1 SUPERNOVA: Fix typo in newspaper article English translation 2019-09-08 17:24:58 +01:00
Thanasis Antoniou
50fd348fea BLADERUNNER: Fix silent InShot for BB01 2019-09-08 16:28:17 +03:00
Thanasis Antoniou
58571865fa BLADERUNNER: Fix McCoy's visibility in BB02 elevator 2019-09-08 16:28:17 +03:00
Lothar Serra Mari
b77d9d7ce2 NEWS: Mention HDB support in German NEWS file 2019-09-08 15:08:52 +02:00
Thanasis Antoniou
a6401e8dac BLADERUNNER: Fix Hasan behavior post Act 2 2019-09-08 15:05:03 +03:00
Thanasis Antoniou
a51efbf560 BLADERUNNER: Debugger output x,y 2d co-ordinate for mouse click info 2019-09-08 15:05:03 +03:00
Paul Gilbert
106e366424 GLK: Fix stalling of event processing loop 2019-09-07 22:14:21 -07:00
sluicebox
f27329e799 SCI32: Fix QFG4 Necrotaur gate message
Fixes bug #11057
2019-09-07 21:06:55 -07:00
sluicebox
4991425415 SCI32: Fix QFG4 Ad Avis and Necrotaur chase
Fixes several script bugs, trac #11056
2019-09-07 16:09:57 -07:00
Strangerke
d0bc1cf25c Merge branch 'master' of https://github.com/scummvm/scummvm 2019-09-07 22:49:27 +02:00
Strangerke
b1db45b718 HDB: Remove useless returns 2019-09-07 22:49:07 +02:00
Peter Kohaut
94b9304014 BLADERUNNER: Improved support for Russian translations
Adds support for Home Systems, Inc. + Siberian Studio R4 translation
patch.
Added name scrambling algorithm from R4 patch.
Fixed R3 support (previously was not named).

closes #11102
2019-09-07 21:18:20 +02:00
Strangerke
d99ba0a126 HDB: Fix some array compared to nullptr, reduce some variable scopes 2019-09-07 19:47:36 +02:00
Strangerke
49fe42cc33 HDB: Remove useless existence checks on entityName 2019-09-07 01:25:32 +02:00
Strangerke
db58be617b HDB: Replace some unsafe strcpy by strncpy 2019-09-07 00:40:01 +02:00
sluicebox
56d4f4bff3 SCI: Fix script patch comment typos 2019-09-06 15:22:28 -07:00
Strangerke
220ef998bb HDB: Fix song 2 fading volume 2019-09-07 00:19:24 +02:00
sluicebox
46e2f0bec9 SCI: Fix KQ6 Drink Me missing Mac pic 2019-09-06 15:13:43 -07:00
sluicebox
46a4cdc993 SCI: Fix KQ6 Drink Me script patch on Mac 2019-09-06 15:09:04 -07:00
Strangerke
82c47d75cd HDB: Fix the check for no free sound handle 2019-09-06 22:28:37 +02:00
Strangerke
555cd7d33e HDB: Fix potential out of bound 2019-09-06 22:25:33 +02:00
Strangerke
cf001b1116 HDB: Turn _voicesOn into a boolean 2019-09-06 22:14:12 +02:00
Strangerke
44de7e8d5e HDB: Fix uninitialized variables in gfx 2019-09-06 22:08:12 +02:00
Strangerke
bfb1d6d059 HDB: Remove unused variables in menu 2019-09-06 21:51:55 +02:00
Strangerke
caa870bc25 HDB: Fix uninitialized variables in ai_init and menu 2019-09-06 21:46:21 +02:00
Cameron Cawley
e1878a372c
PSP: Fix missing semicolon 2019-09-06 13:59:47 +01:00
Cameron Cawley
0b4869b92b RISCOS: Fix checking the "enable_reporter" config option 2019-09-06 13:53:26 +01:00
Cameron Cawley
7a8ddcbe38 PSP: Replace PSPSaveFileManager with DefaultSaveFileManager 2019-09-06 14:48:16 +02:00
Cameron Cawley
713fe80b47 LUA: Remove references to Sword25 (#1833) 2019-09-06 10:38:14 +03:00
Strangerke
1c8a7800da HDB: More missing initializations 2019-09-06 08:16:04 +02:00
Strangerke
5b01ca8694 HDB: Reduce the scope of some variables 2019-09-06 08:16:04 +02:00
Strangerke
d1b9e1db7a HDB: Initialize some more uninitialized variables. 2019-09-06 08:16:04 +02:00
Thierry Crozat
a31593131b I18N: Update translations templates 2019-09-06 06:55:07 +02:00
jepael
ee5de48434 I18N: Update translation (Finnish)
Currently translated at 100.0% (1122 of 1122 strings)
2019-09-06 06:54:48 +02:00
Purple T
957b15db00 I18N: Update translation (French)
Currently translated at 99.8% (1120 of 1122 strings)
2019-09-06 06:54:48 +02:00
scootergrisen
10f9eee66f I18N: Update translation (Danish)
Currently translated at 100.0% (1122 of 1122 strings)
2019-09-06 06:54:48 +02:00
Lothar Serra Mari
368bfc38be I18N: Update translation (German)
Currently translated at 100.0% (1122 of 1122 strings)
2019-09-06 06:54:47 +02:00
Cameron Cawley
6a784fd860 GLK: SCOTT: Replace xstrcasecmp with scumm_stricmp 2019-09-05 18:26:59 -07:00
Jaromir Wysoglad
6886ae0dae SDL: Copy result of SDL_iconv_string() 2019-09-05 23:52:46 +01:00
Jaromir Wysoglad
26bf329b95 TTS: Fix possible deadlock 2019-09-05 23:52:46 +01:00
Jaromir Wysoglad
ba859f1eed TTS: Minimize the time needed for stop() on Win32
This gets rid of freezes when using TTS on Windows.
2019-09-05 23:52:46 +01:00
Jaromir Wysoglad
8f930126e7 COMMON: Add string size computation to Encoding. 2019-09-05 23:52:46 +01:00
Strangerke
a9be9c1453 HDB: Small loop changes in sound 2019-09-06 00:44:54 +02:00
Strangerke
27e852e17a HDB: Simplify some code by using CLIP() 2019-09-06 00:44:01 +02:00
Strangerke
9ed4c340a2 HDB: Fix uninitialized variable in sound 2019-09-06 00:32:39 +02:00
Eugene Sandulenko
5224112ea5 HDB: Build engine by default 2019-09-06 00:00:40 +02:00
Eugene Sandulenko
39eb3579a9 NEWS: Mention HDB support 2019-09-06 00:00:40 +02:00
jepael
4253feaef9 BLADERUNNER: Fix compiler warning (#1830) 2019-09-05 21:21:39 +02:00
Strangerke
9bb66c7059 HDB: Fix some unintended sign extensions 2019-09-05 21:13:20 +02:00
D G Turner
d74724eee0 HDB: Fix GCC Compiler Warnings for Set-But-Unused Variables 2019-09-05 18:10:31 +01:00