aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2019-09-06SCI: Fix KQ6 Drink Me missing Mac picsluicebox
2019-09-06SCI: Fix KQ6 Drink Me script patch on Macsluicebox
2019-09-06HDB: Fix the check for no free sound handleStrangerke
2019-09-06HDB: Fix potential out of boundStrangerke
2019-09-06HDB: Turn _voicesOn into a booleanStrangerke
2019-09-06HDB: Fix uninitialized variables in gfxStrangerke
2019-09-06HDB: Remove unused variables in menuStrangerke
2019-09-06HDB: Fix uninitialized variables in ai_init and menuStrangerke
2019-09-06PSP: Fix missing semicolonCameron Cawley
2019-09-06RISCOS: Fix checking the "enable_reporter" config optionCameron Cawley
2019-09-06PSP: Replace PSPSaveFileManager with DefaultSaveFileManagerCameron Cawley
2019-09-06LUA: Remove references to Sword25 (#1833)Cameron Cawley
2019-09-06HDB: More missing initializationsStrangerke
2019-09-06HDB: Reduce the scope of some variablesStrangerke
2019-09-06HDB: Initialize some more uninitialized variables.Strangerke
2019-09-06I18N: Update translations templatesThierry Crozat
2019-09-06I18N: Update translation (Finnish)jepael
Currently translated at 100.0% (1122 of 1122 strings)
2019-09-06I18N: Update translation (French)Purple T
Currently translated at 99.8% (1120 of 1122 strings)
2019-09-06I18N: Update translation (Danish)scootergrisen
Currently translated at 100.0% (1122 of 1122 strings)
2019-09-06I18N: Update translation (German)Lothar Serra Mari
Currently translated at 100.0% (1122 of 1122 strings)
2019-09-05GLK: SCOTT: Replace xstrcasecmp with scumm_stricmpCameron Cawley
2019-09-05SDL: Copy result of SDL_iconv_string()Jaromir Wysoglad