aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-09-11PRINCE: Added few English translationsEugene Sandulenko
2019-09-11BLADERUNNER: Ensure the Color256 struct is correctly packed (#1838)Cameron Cawley
2019-09-11CRYO: EDEN: Move graphics into a separate classDavid Fioramonti
Eden game object now contains a graphics object with which to delegate graphics operations and store states of the graphics. Much of the video playing is done in the graphics class so I have moved a lot of the video state into there. Some graphics related variables were moved out of eden and into graphics, but many are still in eden. Since they are still coupled there are lots of getters and setters. For example both eden_graphics and eden share a handle to the same video object. I have made a few more things public than desirable. I changed graphics to eden_graphics since it is specialized to eden and not just cryo.
2019-09-10SCI32: Fix QFG4 Gate options after dungeonsluicebox
Fixes bug #11044
2019-09-10HDB: Fix empty string testsluicebox
2019-09-10BLADERUNNER: Fix -Wsign-compare warningCameron Cawley
2019-09-10PRINCE: Removed Russian untranslated strings from English translationEugene Sandulenko
This will show proper stats on untranslated strings.
2019-09-10PRINCE: Added current text dumpsEugene Sandulenko
Text in Russian were manually cleared from typos. Texts in all languages were adjusted to the Polish original text structure.
2019-09-10BLADERUNNER: Move shutdown() in Engine destructorThanasis Antoniou
2019-09-10BLADERUNNER: Add DebugMan.clearAllDebugChannels() in shutdownThanasis Antoniou
2019-09-10IOS: Call exit(0) when exiting to prevent hangingsluicebox
Prevents the process from hanging on exit when using the Quit button in launcher or a game's quit function
2019-09-09HDB: Remove useless check on array vs nullStrangerke
2019-09-09HDB: Fix more uninitialized variables in Gfx and WindowStrangerke
2019-09-09HDB: Fix more uninitialized variables in ai-initStrangerke
2019-09-09HDB: Fix a pointer to local variable outside of scopeStrangerke
2019-09-09BLADERUNNER: Allow McCoy to perform both turns when feeding MaggieThanasis Antoniou
First animated turn is to the counter, second is towards Maggie
2019-09-09BLADERUNNER: Play full exit KIA sound before quit via KIAThanasis Antoniou
2019-09-09I18N: Update translations templatesThierry Crozat
2019-09-09I18N: Regenerate translations data fileThierry Crozat
2019-09-09BLADERUNNER: Improve interaction with Gordo in the cityThanasis Antoniou
2019-09-09BLADERUNNER: Fix Leon Clerk encounter bugThanasis Antoniou
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-09BUILD: Fix GCC bogus warning by removing constLe Philousophe
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-09BLADERUNNER: Replace animation mode values with their proper enumsThanasis Antoniou
2019-09-09BLADERUNNER: Fix CT02 map obstacles glitchesThanasis Antoniou
2019-09-08SUPERNOVA: Update English translation for part 2Thierry Crozat
2019-09-08HDB: Reduce the scope of some more variablesStrangerke
2019-09-08HDB: Remove unused static in setButtonsStrangerke
2019-09-08ANDROID: Rewrite to make use of OpenGLGraphicsManager (#1695)Cameron Cawley
* ANDROID: Rewrite to make use of OpenGLGraphicsManager * ANDROID: Fix emulated mouse button up events
2019-09-08HDB: Fix out of bounds read in HDBGame::setInMapNameBastien Bouclet
2019-09-08GRAPHICS: Fix VectorRenderer's colorFillClip to apply the clipping rectBastien Bouclet
2019-09-08HDB: Remove accidentally added fileStrangerke
2019-09-08SUPERNOVA: Fix telomat interaction in improved modeThierry Crozat
2019-09-08SUPERNOVA: Fix setting game speed with number keys in improved modeThierry Crozat
2019-09-08SUPERNOVA: Fix typo in newspaper article English translationThierry Crozat
2019-09-08BLADERUNNER: Fix silent InShot for BB01Thanasis Antoniou
2019-09-08BLADERUNNER: Fix McCoy's visibility in BB02 elevatorThanasis Antoniou
2019-09-08NEWS: Mention HDB support in German NEWS fileLothar Serra Mari
2019-09-08BLADERUNNER: Fix Hasan behavior post Act 2Thanasis Antoniou
2019-09-08BLADERUNNER: Debugger output x,y 2d co-ordinate for mouse click infoThanasis Antoniou
2019-09-07GLK: Fix stalling of event processing loopPaul Gilbert
2019-09-07SCI32: Fix QFG4 Necrotaur gate messagesluicebox
Fixes bug #11057
2019-09-07SCI32: Fix QFG4 Ad Avis and Necrotaur chasesluicebox
Fixes several script bugs, trac #11056
2019-09-07Merge branch 'master' of https://github.com/scummvm/scummvmStrangerke
2019-09-07HDB: Remove useless returnsStrangerke
2019-09-07BLADERUNNER: Improved support for Russian translationsPeter Kohaut
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-07HDB: Fix some array compared to nullptr, reduce some variable scopesStrangerke
2019-09-07HDB: Remove useless existence checks on entityNameStrangerke
2019-09-07HDB: Replace some unsafe strcpy by strncpyStrangerke
2019-09-06SCI: Fix script patch comment typossluicebox
2019-09-07HDB: Fix song 2 fading volumeStrangerke