aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-06-07DIRECTOR: Show a GUI error message when no sound devices are availableBastien Bouclet
2018-06-07MOHAWK: Display a GUI error message when no audio devices are availableBastien Bouclet
2018-06-06I18N: Update translation (Dutch)Ben Castricum
2018-06-06Merge pull request #1211 from dafioram/morePtrNullBastien Bouclet
2018-06-06SCUMM: Fix recent commit to compile under all circumstancesAdrian Frühwirth
2018-06-06I18N: Update translation (French)Thierry Crozat
2018-06-06NEWS: Mention fix for #10559 (distorted speech in Indy4)Adrian Frühwirth
2018-06-06SCUMM: Work around distorted speech on submarine in Indy4Adrian Frühwirth
2018-06-05I18N: Update translation (French)Donovan Watteau
2018-06-04COMMON: More nullptr usage in common/ptrDavid Fioramonti
2018-06-04I18N: Update translation (German)Lothar Serra Mari
2018-06-04SCUMM: Remove unnecessary space.Torbjörn Andersson
2018-06-04I18N: Update translation (Hungarian)George Kormendi
2018-06-04I18N: Regenerate translations data fileThierry Crozat
2018-06-03SCUMM: Improve 'imuse play' debugger command error handlingAdrian Frühwirth
2018-06-03SAGA: Don't show pause message in saved thumbnailDavid Fioramonti
2018-06-03GRAPHICS: Remove BOM at start of larryscale filesThierry Crozat
2018-06-03I18N: Update translation (Finnish)Timo Mikkolainen
2018-06-03WIN32: Fix fallback in getSystemLanguageCameron Cawley
2018-06-03WIN32: Move Windows-specific implementation of logMessage out of OSystem_SDLCameron Cawley
2018-06-03WIN32: Move Windows-specific implementation of getSystemLanguage out of OSyst...Cameron Cawley
2018-06-03I18N: Update translations templatesThierry Crozat
2018-06-03Merge pull request #1141 from DanielSWolf/larryscaleThierry Crozat
2018-06-03I18N: Update translation (French)Donovan Watteau
2018-06-03I18N: Update translation (French)Donovan Watteau
2018-06-03I18N: Update translation (French)Thierry Crozat
2018-06-03I18N: Update translation (French)Donovan Watteau
2018-06-03I18N: Update translation (French)Thierry Crozat
2018-06-03I18N: Update translation (French)Donovan Watteau
2018-06-03I18N: Update translation (French)Thierry Crozat
2018-06-03I18N: Update translation (French)Donovan Watteau
2018-06-03I18N: Update translations templatesThierry Crozat
2018-06-03BASE: Remove temporary targets when they fail to launchBastien Bouclet
2018-06-01SCUMM: Ensure pointer returned by getResourceAddress() is usableAdrian Frühwirth
2018-06-01I18N: Update translation (Finnish)jepael
2018-05-31SLUDGE: Move save game getter to StackHandlerSimei Yin
2018-05-31SLUDGE: Move stack size getter to struct StackHandlerSimei Yin
2018-05-31SLUDGE: Move copyStack() to struct VariableSimei Yin
2018-05-31SLUDGE: Move last stack finding function to struct VariableStackSimei Yin
2018-05-31SLUDGE: Move stack variable getter/setter to VariableStackSimei Yin
2018-05-31SLUDGE: Move FastArray getter to struct FastArrayHandlerSimei Yin
2018-05-31SLUDGE: Move fastarray functions to struct VariableSimei Yin
2018-05-31SLUDGE: Move value getters to struct VariableSimei Yin
2018-05-31SLUDGE: Move add/comparison functions to struct VariableSimei Yin
2018-05-31SLUDGE: Move costume functions to struct VariableSimei Yin
2018-05-31SLUDGE: Move PersonAnimation functions into struct VariableSimei Yin
2018-05-31SLUDGE: Move text related functions to struct VariableSimei Yin
2018-05-31SLUDGE: Move copyVariable to struct VariableSimei Yin
2018-05-31SLUDGE: Move save/loadVariable() to struct VariableSimei Yin
2018-05-31SLUDGE: Move SetVariable() into struct VariableSimei Yin