[Scummvm-cvs-logs] scummvm master -> f35889713cd3db95dd9e8378ceb4f805fa54d13c

lordhoto lordhoto at gmail.com
Tue Aug 12 17:43:24 CEST 2014


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

Summary:
007548f314 CGE: Get rid of superflous game name in extra field.
f35889713c CGE2: Get rid of superflous game name in extra field.


Commit: 007548f31480f5d6ee853ee40bcc4156ed6c0a2d
    https://github.com/scummvm/scummvm/commit/007548f31480f5d6ee853ee40bcc4156ed6c0a2d
Author: Johannes Schickel (lordhoto at scummvm.org)
Date: 2014-08-12T17:41:29+02:00

Commit Message:
CGE: Get rid of superflous game name in extra field.

Changed paths:
    engines/cge/detection.cpp



diff --git a/engines/cge/detection.cpp b/engines/cge/detection.cpp
index 60558f1..022ff4d 100644
--- a/engines/cge/detection.cpp
+++ b/engines/cge/detection.cpp
@@ -57,7 +57,7 @@ static const ADGameDescription gameDescriptions[] = {
 		Common::PL_POL, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO0()
 	},
 	{
-		"soltys", "Soltys Freeware",
+		"soltys", "Freeware",
 		{
 			{"vol.cat", 0, "0c33e2c304821a2444d297fc5e2d67c6", 50176},
 			{"vol.dat", 0, "f9ae2e7f8f7cac91378cdafca43faf1e", 8437676},
@@ -66,7 +66,7 @@ static const ADGameDescription gameDescriptions[] = {
 		Common::PL_POL, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO1(GAMEOPTION_COLOR_BLIND_DEFAULT_OFF)
 	},
 	{
-		"soltys", "Soltys Demo (not supported)",
+		"soltys", "Demo (not supported)",
 		{
 			{"vol.cat", 0, "1e077c8ff58109a187f07ac54b0c873a", 18788},
 			{"vol.dat", 0, "75d385a6074c58b69f7730481f256051", 1796710},
@@ -75,7 +75,7 @@ static const ADGameDescription gameDescriptions[] = {
 		Common::EN_ANY, Common::kPlatformDOS, ADGF_DEMO , GUIO1(GAMEOPTION_COLOR_BLIND_DEFAULT_OFF)
 	},
 	{
-		"soltys", "Soltys Demo (not supported)",
+		"soltys", "Demo (not supported)",
 		{
 			{"vol.cat", 0, "f17987487fab1ebddd781d8d02fedecc", 7168},
 			{"vol.dat", 0, "c5d9b15863cab61dc125551576dece04", 1075272},
@@ -84,7 +84,7 @@ static const ADGameDescription gameDescriptions[] = {
 		Common::PL_POL, Common::kPlatformDOS, ADGF_DEMO , GUIO1(GAMEOPTION_COLOR_BLIND_DEFAULT_OFF)
 	},
 	{
-		"soltys", "Soltys Freeware v1.0",
+		"soltys", "Freeware v1.0",
 		{
 			{"vol.cat", 0, "f1675684c68ab90272f5776f8f2c3974", 50176},
 			{"vol.dat", 0, "4ffeff4abc99ac5999b55ccfc56ab1df", 8430868},
@@ -93,7 +93,7 @@ static const ADGameDescription gameDescriptions[] = {
 		Common::EN_ANY, Common::kPlatformDOS, ADGF_NO_FLAGS , GUIO1(GAMEOPTION_COLOR_BLIND_DEFAULT_OFF)
 	},
 	{
-		"soltys", "Soltys Freeware v1.0",
+		"soltys", "Freeware v1.0",
 		{
 			{"vol.cat", 0, "20fdce799adb618100ef9ee2362be875", 50176},
 			{"vol.dat", 0, "0e43331c846094d77f5dd201827e0a3b", 8439339},
@@ -102,7 +102,7 @@ static const ADGameDescription gameDescriptions[] = {
 		Common::PL_POL, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO1(GAMEOPTION_COLOR_BLIND_DEFAULT_OFF)
 	},
 	{
-		"soltys", "Soltys Freeware v1.0",
+		"soltys", "Freeware v1.0",
 		{
 			{"vol.cat", 0, "fcae86b20eaa5cedec17b24fa5e85eb4", 50176},
 			{"vol.dat", 0, "ff10d54acc2c95696c57e05819b6906f", 8450151},


Commit: f35889713cd3db95dd9e8378ceb4f805fa54d13c
    https://github.com/scummvm/scummvm/commit/f35889713cd3db95dd9e8378ceb4f805fa54d13c
Author: Johannes Schickel (lordhoto at scummvm.org)
Date: 2014-08-12T17:42:04+02:00

Commit Message:
CGE2: Get rid of superflous game name in extra field.

Changed paths:
    engines/cge2/detection.cpp



diff --git a/engines/cge2/detection.cpp b/engines/cge2/detection.cpp
index f6664f7..2b16f8c 100644
--- a/engines/cge2/detection.cpp
+++ b/engines/cge2/detection.cpp
@@ -41,7 +41,7 @@ static const PlainGameDescriptor CGE2Games[] = {
 
 static const ADGameDescription gameDescriptions[] = {
 		{
-			"sfinx", "Sfinx Freeware",
+			"sfinx", "Freeware",
 			{
 				{ "vol.cat", 0, "21197b287d397c53261b6616bf0dd880", 129024 },
 				{ "vol.dat", 0, "de14291869a8eb7c2732ab783c7542ef", 34180844 },






More information about the Scummvm-git-logs mailing list