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

criezy criezy at scummvm.org
Sun Dec 21 19:34:03 CET 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:
0433eda4de CGE2: Add detection for new English freeware version
bb1df52da8 CREDITS: Add credits for Sfinx translation to English


Commit: 0433eda4dec8b6ac660aacec2ae3866461214ce3
    https://github.com/scummvm/scummvm/commit/0433eda4dec8b6ac660aacec2ae3866461214ce3
Author: Thierry Crozat (criezy at scummvm.org)
Date: 2014-12-21T18:25:57Z

Commit Message:
CGE2: Add detection for new English freeware version

Changed paths:
    engines/cge2/detection.cpp



diff --git a/engines/cge2/detection.cpp b/engines/cge2/detection.cpp
index 6e1b93d..4acdea3 100644
--- a/engines/cge2/detection.cpp
+++ b/engines/cge2/detection.cpp
@@ -80,6 +80,16 @@ static const ADGameDescription gameDescriptions[] = {
 			},
 			Common::EN_ANY, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO1(GAMEOPTION_COLOR_BLIND_DEFAULT_OFF)
 		},
+	
+		{
+			"sfinx", "Freeware v1.1",
+			{
+				{"vol.cat", 0, "f158e469dccbebc5a632eb848df89779", 129024},
+				{"vol.dat", 0, "d40a6b4ae173d6930be54ba56bee15d5", 34182773},
+				AD_LISTEND
+			},
+			Common::EN_ANY, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO1(GAMEOPTION_COLOR_BLIND_DEFAULT_OFF)
+		},
 
 		AD_TABLE_END_MARKER
 };


Commit: bb1df52da8be0322d5f04ddd371dc3c68eb3812a
    https://github.com/scummvm/scummvm/commit/bb1df52da8be0322d5f04ddd371dc3c68eb3812a
Author: Thierry Crozat (criezy at scummvm.org)
Date: 2014-12-21T18:26:40Z

Commit Message:
CREDITS: Add credits for Sfinx translation to English

Changed paths:
    AUTHORS
    devtools/credits.pl
    gui/credits.h



diff --git a/AUTHORS b/AUTHORS
index 9470217..8e90a62 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -524,6 +524,12 @@ Other contributions
        Victor Gonzalez              - Soltys Spanish translation
        Alejandro Gomez de la Munoza - Soltys Spanish translation
 
+    CGE2:
+       Arnaud Boutonne              - Sfinx English translation
+       Thierry Crozat               - Sfinx English translation
+       Peter Bozso                  - Sfinx English translation editor
+       Ryan Clark                   - Sfinx English translation editor
+
     Drascula:
        Thierry Crozat               - Improve French translation
 
diff --git a/devtools/credits.pl b/devtools/credits.pl
index 1c2ece8..e919c0b 100755
--- a/devtools/credits.pl
+++ b/devtools/credits.pl
@@ -1092,6 +1092,12 @@ begin_credits("Credits");
 					add_person("Víctor González", "IlDucci", "Soltys Spanish translation");
 					add_person("Alejandro Gómez de la Muñoza", "TheFireRed", "Soltys Spanish translation");
 				end_section();
+				begin_section("CGE2");
+					add_person("Arnaud Boutonné", "Strangerke", "Sfinx English translation");
+					add_person("Thierry Crozat", "criezy", "Sfinx English translation");
+					add_person("Peter Bozsó", "uruk", "Sfinx English translation editor");
+					add_person("Ryan Clark", "", "Sfinx English translation editor");
+				end_section();
 				begin_section("Drascula");
 					add_person("Thierry Crozat", "criezy", "Improve French translation");
 				end_section();
diff --git a/gui/credits.h b/gui/credits.h
index 5b33797..0610609 100644
--- a/gui/credits.h
+++ b/gui/credits.h
@@ -630,6 +630,18 @@ static const char *credits[] = {
 "C0""Alejandro G\363mez de la Mu\361oza",
 "C2""Soltys Spanish translation",
 "",
+"C1""CGE2",
+"A0""Arnaud Boutonne",
+"C0""Arnaud Boutonn\351",
+"C2""Sfinx English translation",
+"C0""Thierry Crozat",
+"C2""Sfinx English translation",
+"A0""Peter Bozso",
+"C0""Peter Bozs\363",
+"C2""Sfinx English translation editor",
+"C0""Ryan Clark",
+"C2""Sfinx English translation editor",
+"",
 "C1""Drascula",
 "C0""Thierry Crozat",
 "C2""Improve French translation",






More information about the Scummvm-git-logs mailing list