[Scummvm-cvs-logs] scummvm master -> 3542dc2c44cf3f404b6cd1eb4b4f800a192b04ad

Strangerke Strangerke at scummvm.org
Thu Sep 22 19:01:27 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:
3542dc2c44 CGE: Add credits


Commit: 3542dc2c44cf3f404b6cd1eb4b4f800a192b04ad
    https://github.com/scummvm/scummvm/commit/3542dc2c44cf3f404b6cd1eb4b4f800a192b04ad
Author: Strangerke (strangerke at scummvm.org)
Date: 2011-09-22T09:55:06-07:00

Commit Message:
CGE: Add credits

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



diff --git a/AUTHORS b/AUTHORS
index 70382c0..c023fac 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -60,6 +60,10 @@ ScummVM Team
        Oliver Kiehl          - (retired)
        Ludvig Strigeus       - (retired)
 
+    CGE:
+       Arnaud Boutonne
+       Paul Gilbert
+
     Cine:
        Vincent Hamm          - (retired)
        Pawel Kolodziejski
diff --git a/devtools/credits.pl b/devtools/credits.pl
index 8d4bc19..6199252 100755
--- a/devtools/credits.pl
+++ b/devtools/credits.pl
@@ -515,6 +515,11 @@ begin_credits("Credits");
 		  add_person("Ludvig Strigeus", "ludde", "(retired)");
 	  end_section();
 
+	  begin_section("CGE");
+		  add_person("Arnaud Boutonné", "Strangerke", "");
+		  add_person("Paul Gilbert", "dreammaster", "");
+	  end_section();
+
 	  begin_section("Cine");
 		  add_person("Vincent Hamm", "yaz0r", "(retired)");
 		  add_person("Paweł Kołodziejski", "aquadran", "");
diff --git a/gui/credits.h b/gui/credits.h
index 13898e0..ca2c10c 100644
--- a/gui/credits.h
+++ b/gui/credits.h
@@ -72,6 +72,10 @@ static const char *credits[] = {
 "C0""Ludvig Strigeus",
 "C2""(retired)",
 "",
+"C1""CGE",
+"C0""Arnaud Boutonn\351",
+"C0""Paul Gilbert",
+"",
 "C1""Cine",
 "C0""Vincent Hamm",
 "C2""(retired)",






More information about the Scummvm-git-logs mailing list