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

Strangerke Strangerke at scummvm.org
Tue Sep 25 23:09:22 CEST 2012


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:
be9c9e59b7 TONY: Add credits for Tony


Commit: be9c9e59b75a5a341eec0bdb6812ae3e3c4c338b
    https://github.com/scummvm/scummvm/commit/be9c9e59b75a5a341eec0bdb6812ae3e3c4c338b
Author: Strangerke (strangerke at scummvm.org)
Date: 2012-09-25T14:07:43-07:00

Commit Message:
TONY: Add credits for Tony

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



diff --git a/AUTHORS b/AUTHORS
index 2900d1c..3775f50 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -203,6 +203,11 @@ ScummVM Team
        Filippos Karapetis
        Joost Peters
 
+    Tony:
+       Arnaud Boutonne
+       Paul Gilbert
+       Alyssa Milburn
+
     Toon:
        Sylvain Dupont
 
diff --git a/devtools/credits.pl b/devtools/credits.pl
index 7e1985f..669b5e4 100755
--- a/devtools/credits.pl
+++ b/devtools/credits.pl
@@ -687,6 +687,12 @@ begin_credits("Credits");
 				add_person("Joost Peters", "joostp", "");
 			end_section();
 
+			begin_section("Tony");
+				add_person("Arnaud Boutonné", "Strangerke", "");
+				add_person("Paul Gilbert", "dreammaster", "");
+				add_person("Alyssa Milburn", "fuzzie", "");
+			end_section();
+
 			begin_section("Toon");
 				add_person("Sylvain Dupont", "SylvainTV", "");
 			end_section();
diff --git a/gui/credits.h b/gui/credits.h
index 43b9292..7164e3e 100644
--- a/gui/credits.h
+++ b/gui/credits.h
@@ -237,6 +237,11 @@ static const char *credits[] = {
 "C0""Filippos Karapetis",
 "C0""Joost Peters",
 "",
+"C1""Tony",
+"C0""Arnaud Boutonn\351",
+"C0""Paul Gilbert",
+"C0""Alyssa Milburn",
+"",
 "C1""Toon",
 "C0""Sylvain Dupont",
 "",






More information about the Scummvm-git-logs mailing list