Commit Graph

91500 Commits

Author SHA1 Message Date
Thanasis Antoniou
2003c12bc3 BLADERUNNER: Move shutdown() in Engine destructor 2019-09-10 19:18:45 +03:00
Thanasis Antoniou
bef3f902e6 BLADERUNNER: Add DebugMan.clearAllDebugChannels() in shutdown 2019-09-10 19:18:45 +03:00
sluicebox
e8f009e04f IOS: Call exit(0) when exiting to prevent hanging
Prevents the process from hanging on exit when using the
Quit button in launcher or a game's quit function
2019-09-10 13:02:28 +03:00
Strangerke
299c28e93e HDB: Remove useless check on array vs null 2019-09-09 23:22:22 +02:00
Strangerke
5e0fa2a71c HDB: Fix more uninitialized variables in Gfx and Window 2019-09-09 23:16:26 +02:00
Strangerke
0e04da2cc8 HDB: Fix more uninitialized variables in ai-init 2019-09-09 22:47:27 +02:00
Strangerke
9de42a143a HDB: Fix a pointer to local variable outside of scope 2019-09-09 22:30:17 +02:00
Thanasis Antoniou
cd6ebdc88b BLADERUNNER: Allow McCoy to perform both turns when feeding Maggie
First animated turn is to the counter, second is towards Maggie
2019-09-09 22:01:36 +03:00
Thanasis Antoniou
f5b79a4cdf BLADERUNNER: Play full exit KIA sound before quit via KIA 2019-09-09 21:09:36 +03:00
Thierry Crozat
79fcee786a I18N: Update translations templates 2019-09-09 19:41:12 +02:00
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