[Scummvm-cvs-logs] scummvm master -> 203aead81175e4c5985890b16222131d7befd59b

Strangerke Strangerke at scummvm.org
Wed Feb 27 22:28:48 CET 2013


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:
203aead811 HOPKINS: Update credits


Commit: 203aead81175e4c5985890b16222131d7befd59b
    https://github.com/scummvm/scummvm/commit/203aead81175e4c5985890b16222131d7befd59b
Author: Strangerke (strangerke at scummvm.org)
Date: 2013-02-27T13:27:48-08:00

Commit Message:
HOPKINS: Update credits

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



diff --git a/AUTHORS b/AUTHORS
index 82526dd..003fd9a 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -106,6 +106,10 @@ ScummVM Team
        Scott Thomas
        Jordi Vilalta Prat
 
+    Hopkins:
+       Arnaud Boutonne
+       Paul Gilbert
+
     Hugo:
        Arnaud Boutonne
        Oystein Eftevaag
diff --git a/devtools/credits.pl b/devtools/credits.pl
index 28c3139..03585a5 100755
--- a/devtools/credits.pl
+++ b/devtools/credits.pl
@@ -590,6 +590,11 @@ begin_credits("Credits");
 				add_person("Jordi Vilalta Prat", "jvprat", "");
 			end_section();
 
+			begin_section("Hopkins");
+				add_person("Arnaud Boutonné", "Strangerke", "");
+				add_person("Paul Gilbert", "dreammaster", "");
+			end_section();
+
 			begin_section("Hugo");
 				add_person("Arnaud Boutonné", "Strangerke", "");
 				add_person("Oystein Eftevaag", "vinterstum", "");
diff --git a/gui/credits.h b/gui/credits.h
index 42e515d..da47cb2 100644
--- a/gui/credits.h
+++ b/gui/credits.h
@@ -129,6 +129,11 @@ static const char *credits[] = {
 "C0""Scott Thomas",
 "C0""Jordi Vilalta Prat",
 "",
+"C1""Hopkins",
+"A0""Arnaud Boutonne",
+"C0""Arnaud Boutonn\351",
+"C0""Paul Gilbert",
+"",
 "C1""Hugo",
 "A0""Arnaud Boutonne",
 "C0""Arnaud Boutonn\351",






More information about the Scummvm-git-logs mailing list