aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-05-02TITANIC: News entry for Titanic floor selection fixPaul Gilbert
2018-05-02XEEN: Add CD tag to detection entryTarek Soliman
2018-05-02TITANIC: Hopefully fix Release mode crash when selecting floors manuallyPaul Gilbert
2018-05-02MADS: Add Rex Nebular to the list of games skipping copy protectionPaul Gilbert
2018-05-02SHERLOCK: Display savegame metadata in launcher/GMMAdrian Frühwirth
Saving/loading already handles savegame creation/play time, the information just wasn't displayed until now because the MetaEngine features weren't being reported as supported which I assume to be an oversight. Fixes Trac#10006.
2018-05-02JANITORIAL: Fix whitespaceAdrian Frühwirth
2018-05-02CREDITS: Add XeenBastien Bouclet
2018-05-01CREDITS: Add credits for Xeen enginePaul Gilbert
2018-05-01I18N: Update translations templatesThierry Crozat
2018-05-01SCUMM: Protect autosave (slot 0) from deletion/overwritingAdrian Frühwirth
2018-05-01SLUDGE: Objectify FloorManagerSimei Yin
2018-05-01I18N: Update translation (Finnish)jepael
Currently translated at 100.0% (973 of 973 strings)
2018-05-01I18N: Update translation (Finnish)Timo Mikkolainen
Currently translated at 99.4% (968 of 973 strings)
2018-05-01I18N: Update translations templatesThierry Crozat
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