aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-05-01WINTERMUTE: Push down the AD includesBastien Bouclet
2018-05-01SAGA: Remove useless AD includesBastien Bouclet
2018-05-01PRINCE: Push down the AD includesBastien Bouclet
2018-05-01PLUMBERS: Push down the AD includesBastien Bouclet
2018-05-01MORTEVIELLE: Push down the AD includesBastien Bouclet
2018-05-01FULLPIPE: Remove useless AD includeBastien Bouclet
2018-05-01CRYO: Push down the AD includesBastien Bouclet
2018-05-01CGE2: Push down the AD includesBastien Bouclet
2018-05-01AVALANCHE: Push down AD includesBastien Bouclet
2018-05-01I18N: Update translations templatesThierry Crozat
2018-05-01ENGINES: Mark reportCommon string as translateableLothar Serra Mari
2018-05-01I18N: Update translation (German)Lothar Serra Mari
Currently translated at 100.0% (972 of 972 strings)
2018-05-01I18N: Update translation (Hungarian)George Kormendi
Currently translated at 100.0% (972 of 972 strings)
2018-04-30XEEN: Fix CD track voice playback in World of Xeen CD TalkiePaul Gilbert
2018-04-30GUI: Make the tab completion case insensitive in the debug consoleBastien Bouclet
It made little sense for the tab-completion to be case sensitive while command execution itself is case insensitive.
2018-04-30I18N: Update translations templatesThierry Crozat
2018-04-30I18N: Update translation (Dutch)Ben Castricum
Currently translated at 100.0% (972 of 972 strings)
2018-04-30Revert "ENGINES: Use ScrollContainerWidget in unknown game dialog"Adrian Frühwirth
This reverts commit cf529f311f0be1332f6286b95741160e85651441.
2018-04-30Revert "ENGINES: Improve update of the Unknown Game Dialog when the overlay ↵Adrian Frühwirth
size changes" This reverts commit 8cb9eebd8a8f7cae2dbb68ad3398f444426929c1.
2018-04-30Revert "ENGINES: Fix code formatting"Adrian Frühwirth
This reverts commit ffa6351289a8e2adabebaf32a99e9500d1747c12.
2018-04-30I18N: Update translation (Dutch)Ben Castricum
Currently translated at 100.0% (972 of 972 strings)
2018-04-30I18N: Update translation (Italian)Paolo Bossi
Currently translated at 100.0% (972 of 972 strings)
2018-04-30I18N: Regenerate translations data fileThierry Crozat
2018-04-29XEEN: Support importing Clouds/Darkside savegames to World of XeenPaul Gilbert
2018-04-29ENGINES: Remove include of SDL backend headerThierry Crozat
This should fix compilation errors with non-SDL backends.
2018-04-29XEEN: Add FIXME to hopefully prevent a rare combat failure conditionPaul Gilbert
2018-04-29I18N: Update translation (French)Thierry Crozat
Currently translated at 99.8% (971 of 972 strings)
2018-04-29ENGINES: Fix code formattingThierry Crozat
2018-04-29I18N: Update translations templatesThierry Crozat
2018-04-29ENGINES: Improve update of the Unknown Game Dialog when the overlay size changesThierry Crozat
Previously the dialog was not resized and was just recentered on the screen. Now it is properly resized as well.
2018-04-29ENGINES: Use ScrollContainerWidget in unknown game dialogThierry Crozat
This should fix issues when the text to display in the dialog is too big to fit on the screen.
2018-04-29GUI: Disable the button for reporting a unknown game directly to the ↵Lothar Serra Mari
bugtracker for now
2018-04-29ENGINES: Show the unknown Game dialog only when the detector is launched by ↵Lothar Serra Mari
the Add Game feature
2018-04-29ENGINES: Add a dialog for reporting unknown gamesLothar Serra Mari
Thanks to the great help of @criezy, here's my implementation of an GUI dialog that appears when an unknown game is detected. Features: - Allows copying the data collected by game detector to the clipboard - Allows opening the bug tracker and pre-filling the form fiels This closes https://bugs.scummvm.org/ticket/10435.
2018-04-29COMMON: Add hasInstance() bool to singleton classLothar Serra Mari
2018-04-29GUI: Add copy to clipboard shortcut for EditableWidgetThierry Crozat
2018-04-29OSX: Handle encoding conversion for clipboard textThierry Crozat
2018-04-29SDL: Handle encoding conversion for clipboard textThierry Crozat
2018-04-29OSYSTEM: Add API to copy text to clipboardThierry Crozat
This has also been implemented for the SDL2 and macOS backends.
2018-04-29XEEN: Further fix for movement checks when strafing indoorsPaul Gilbert
2018-04-29XEEN: Fix original bug prematurely resetting WEAK conditionPaul Gilbert
2018-04-29XEEN: Fix opening Other Options menu after canceling loading a savePaul Gilbert
2018-04-29IOS: Consolidate build instructions with the wikiThierry Crozat
This replaces obsolete instructions to build ScummVM in the README.md file with a link to the instructions on the wiki. The wiki has also been updated with additional information that were contained in the README.md. and the wiki has been updated with additional instructions.
2018-04-29SLUDGE: Remove unused global variable dialogValueSimei Yin
2018-04-29SLUDGE: Remove global variable fadeMode and move transition functions to ↵Simei Yin
GraphicsManager
2018-04-29SLUDGE: Remove global variable saveEncoding and refactor CustomSaveData featuresSimei Yin
2018-04-29PRINCE: Update detected game titlesAdrian Frühwirth
2018-04-28XEEN: Further simplification in checkMoveDirectionPaul Gilbert
2018-04-29LILLIPUT: Fix another regressionStrangerke
2018-04-29JANITORIAL: Fix whitespaceAdrian Frühwirth