91440 Commits

Author SHA1 Message Date
Thierry Crozat
eeb685533d I18N: Regenerate translations data file 2019-09-09 19:40:52 +02:00
Thanasis Antoniou
e3ebca78dc BLADERUNNER: Improve interaction with Gordo in the city 2019-09-09 20:37:02 +03:00
Thanasis Antoniou
8f4d3654f2 BLADERUNNER: Fix Leon Clerk encounter bug
When McCoy leaves CT09 they should be both gone. They were not

This was our bug, a bad translation of an if clause.
Also added in this commit is a bit different behavior for the restored content case.
In restored content, the player is not allowed to leave until the situation is resolved.
2019-09-09 18:07:21 +03:00
Le Philousophe
5cc574a695 BUILD: Fix GCC bogus warning by removing const
GCC emits "warning: type qualifiers ignored on cast result type" when
some types are used for HashMap because of the const modifier.
This applies especially to pointer-to-member-functions.
The const there is not really useful as it only prevents unfortunate
object editions.
2019-09-09 17:39:06 +03:00
Thanasis Antoniou
3827000fe1 BLADERUNNER: Replace animation mode values with their proper enums 2019-09-09 16:10:31 +03:00
Thanasis Antoniou
a4f9842065 BLADERUNNER: Fix CT02 map obstacles glitches 2019-09-09 16:10:31 +03:00
Thierry Crozat
ded24d9b8c SUPERNOVA: Update English translation for part 2 2019-09-08 22:28:40 +01:00
Strangerke
590285a890 HDB: Reduce the scope of some more variables 2019-09-08 22:15:50 +02:00
Strangerke
feafd2a956 HDB: Remove unused static in setButtons 2019-09-08 22:15:15 +02:00
Cameron Cawley
7a05624e1b
ANDROID: Rewrite to make use of OpenGLGraphicsManager (#1695)
* ANDROID: Rewrite to make use of OpenGLGraphicsManager

* ANDROID: Fix emulated mouse button up events
2019-09-08 19:37:48 +01:00
Bastien Bouclet
997e15878a HDB: Fix out of bounds read in HDBGame::setInMapName 2019-09-08 19:55:23 +02:00
Bastien Bouclet
042e196488 GRAPHICS: Fix VectorRenderer's colorFillClip to apply the clipping rect 2019-09-08 19:55:23 +02:00
Strangerke
155dd28f18 HDB: Remove accidentally added file 2019-09-08 19:33:47 +02:00
Thierry Crozat
5d75462967 SUPERNOVA: Fix telomat interaction in improved mode 2019-09-08 17:24:58 +01:00
Thierry Crozat
1b92de6757 SUPERNOVA: Fix setting game speed with number keys in improved mode 2019-09-08 17:24:58 +01:00
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