[Scummvm-cvs-logs] scummvm master -> 94ad45b0589faf3e316ecd988831e2d99f5ea28d
sev-
sev at scummvm.org
Fri Jun 17 19:21:42 CEST 2011
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:
94ad45b058 Merge pull request #30 from tsoliman/configure-enhancement-warning-clean
Commit: 94ad45b0589faf3e316ecd988831e2d99f5ea28d
https://github.com/scummvm/scummvm/commit/94ad45b0589faf3e316ecd988831e2d99f5ea28d
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2011-06-17T10:19:57-07:00
Commit Message:
Merge pull request #30 from tsoliman/configure-enhancement-warning-clean
Configure enhancement warning clean
Changed paths:
base/commandLine.cpp
base/main.cpp
base/version.cpp
common/error.cpp
common/error.h
configure
engines/advancedDetector.cpp
engines/advancedDetector.h
engines/dreamweb/detection_tables.h
engines/engine.cpp
engines/engine.h
engines/game.cpp
engines/game.h
engines/groovie/detection.cpp
engines/lastexpress/detection.cpp
engines/m4/detection.cpp
engines/mohawk/detection_tables.h
engines/saga/detection_tables.h
engines/sci/detection_tables.h
engines/sword25/detection_tables.h
engines/tsage/detection_tables.h
diff --cc engines/game.h
index 1cf2c4b,9798954..9082d93
--- a/engines/game.h
+++ b/engines/game.h
@@@ -61,12 -70,11 +70,13 @@@ public
const Common::String &description,
Common::Language language = Common::UNK_LANG,
Common::Platform platform = Common::kPlatformUnknown,
- uint32 guioptions = 0);
+ uint32 guioptions = 0,
+ GameSupportLevel gsl = kStableGame);
/**
- * Update the description string by appending (LANG/PLATFORM/EXTRA) to it.
+ * Update the description string by appending (EXTRA/PLATFORM/LANG) to it.
+ * Values that are missing are omitted, so e.g. (EXTRA/LANG) would be
+ * added if no platform has been specified but a language and an extra string.
*/
void updateDesc(const char *extra = 0);
More information about the Scummvm-git-logs
mailing list