[Scummvm-git-logs] scummvm master -> 1ff3282acd0636e055202b28f48799d23a523ab3

bonki bonki at users.noreply.github.com
Wed May 2 23:46:04 CEST 2018


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
1ff3282acd SHERLOCK: Display savegame metadata in launcher/GMM


Commit: 1ff3282acd0636e055202b28f48799d23a523ab3
    https://github.com/scummvm/scummvm/commit/1ff3282acd0636e055202b28f48799d23a523ab3
Author: Adrian Frühwirth (bonki at users.noreply.github.com)
Date: 2018-05-02T23:45:25+02:00

Commit Message:
SHERLOCK: Display savegame metadata in launcher/GMM

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.

Changed paths:
    engines/sherlock/detection.cpp


diff --git a/engines/sherlock/detection.cpp b/engines/sherlock/detection.cpp
index a0598dc..e72700f 100644
--- a/engines/sherlock/detection.cpp
+++ b/engines/sherlock/detection.cpp
@@ -200,6 +200,8 @@ bool SherlockMetaEngine::hasFeature(MetaEngineFeature f) const {
 		(f == kSupportsDeleteSave) ||
 		(f == kSavesSupportMetaInfo) ||
 		(f == kSavesSupportThumbnail) ||
+		(f == kSavesSupportCreationDate) ||
+		(f == kSavesSupportPlayTime) ||
 		(f == kSimpleSavesNames);
 }
 





More information about the Scummvm-git-logs mailing list