[Scummvm-cvs-logs] scummvm master -> 7335c6f2cd5835164c632627f00dc089a80ec2b3

Strangerke Strangerke at scummvm.org
Fri May 20 22:49:34 CEST 2016


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:
7335c6f2cd CREDITS - Mark Clone2727 as Retired


Commit: 7335c6f2cd5835164c632627f00dc089a80ec2b3
    https://github.com/scummvm/scummvm/commit/7335c6f2cd5835164c632627f00dc089a80ec2b3
Author: Strangerke (strangerke at scummvm.org)
Date: 2016-05-20T22:28:23+02:00

Commit Message:
CREDITS - Mark Clone2727 as Retired

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



diff --git a/AUTHORS b/AUTHORS
index 6956e09..6e6f1b3 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -47,7 +47,7 @@ ScummVM Team
 
     AGI:
        Stuart George
-       Matthew Hoops
+       Matthew Hoops                - (retired)
        Filippos Karapetis
        Martin Kiewitz
        Pawel Kolodziejski
@@ -140,7 +140,7 @@ ScummVM Team
        Johannes Schickel
 
     Lastexpress:
-       Matthew Hoops
+       Matthew Hoops                - (retired)
        Jordi Vilalta Prat
        Julien Templier
 
@@ -158,7 +158,7 @@ ScummVM Team
 
     Mohawk:
        Bastien Bouclet
-       Matthew Hoops
+       Matthew Hoops                - (retired)
        Filippos Karapetis
        Alyssa Milburn
        Eugene Sandulenko
@@ -176,7 +176,7 @@ ScummVM Team
        peres
 
     Pegasus:
-       Matthew Hoops
+       Matthew Hoops                - (retired)
 
     Queen:
        David Eriksson               - (retired)
@@ -405,7 +405,8 @@ ScummVM Team
      Thierry Crozat               - Numerous contributions to documentation
      Joachim Eberhard             - Numerous contributions to documentation
                                     (retired)
-     Matthew Hoops                - Wiki editor
+     Matthew Hoops                - Numerous contributions to documentation
+                                    (retired)
 
   Retired Team Members
   --------------------
diff --git a/devtools/credits.pl b/devtools/credits.pl
index e695a36..80f4c6d 100755
--- a/devtools/credits.pl
+++ b/devtools/credits.pl
@@ -536,7 +536,7 @@ begin_credits("Credits");
 
 			begin_section("AGI");
 				add_person("Stuart George", "darkfiber", "");
-				add_person("Matthew Hoops", "clone2727", "");
+				add_person("Matthew Hoops", "clone2727", "(retired)");
 				add_person("Filippos Karapetis", "[md5]", "");
 				add_person("Martin Kiewitz", "m_kiewitz", "");
 				add_person("Paweł Kołodziejski", "aquadran", "");
@@ -647,7 +647,7 @@ begin_credits("Credits");
 			end_section();
 
 			begin_section("Lastexpress");
-				add_person("Matthew Hoops", "clone2727", "");
+				add_person("Matthew Hoops", "clone2727", "(retired)");
 				add_person("Jordi Vilalta Prat", "jvprat", "");
 				add_person("Julien Templier", "littleboy", "");
 			end_section();
@@ -669,7 +669,7 @@ begin_credits("Credits");
 
 			begin_section("Mohawk");
 				add_person("Bastien Bouclet", "bgk", "");
-				add_person("Matthew Hoops", "clone2727", "");
+				add_person("Matthew Hoops", "clone2727", "(retired)");
 				add_person("Filippos Karapetis", "[md5]", "");
 				add_person("Alyssa Milburn", "fuzzie", "");
 				add_person("Eugene Sandulenko", "sev", "");
@@ -691,7 +691,7 @@ begin_credits("Credits");
 			end_section();
 
 			begin_section("Pegasus");
-				add_person("Matthew Hoops", "clone2727", "");
+				add_person("Matthew Hoops", "clone2727", "(retired)");
 			end_section();
 
 			begin_section("Queen");
@@ -958,7 +958,7 @@ begin_credits("Credits");
 			begin_persons();
 				add_person("Thierry Crozat", "criezy", "Numerous contributions to documentation");
 				add_person("Joachim Eberhard", "joachimeberhard", "Numerous contributions to documentation (retired)");
-				add_person("Matthew Hoops", "clone2727", "Wiki editor");
+				add_person("Matthew Hoops", "clone2727", "Numerous contributions to documentation (retired)");
 			end_persons();
 		end_section();
 
diff --git a/gui/credits.h b/gui/credits.h
index e27973c..79f4516 100644
--- a/gui/credits.h
+++ b/gui/credits.h
@@ -58,6 +58,7 @@ static const char *credits[] = {
 "C1""AGI",
 "C0""Stuart George",
 "C0""Matthew Hoops",
+"C2""(retired)",
 "C0""Filippos Karapetis",
 "C0""Martin Kiewitz",
 "C0""Pawel Kolodziejski",
@@ -173,6 +174,7 @@ static const char *credits[] = {
 "",
 "C1""Lastexpress",
 "C0""Matthew Hoops",
+"C2""(retired)",
 "C0""Jordi Vilalta Prat",
 "C0""Julien Templier",
 "",
@@ -192,6 +194,7 @@ static const char *credits[] = {
 "C1""Mohawk",
 "C0""Bastien Bouclet",
 "C0""Matthew Hoops",
+"C2""(retired)",
 "C0""Filippos Karapetis",
 "C0""Alyssa Milburn",
 "C0""Eugene Sandulenko",
@@ -211,6 +214,7 @@ static const char *credits[] = {
 "",
 "C1""Pegasus",
 "C0""Matthew Hoops",
+"C2""(retired)",
 "",
 "C1""Queen",
 "C0""David Eriksson",
@@ -481,7 +485,7 @@ static const char *credits[] = {
 "C0""Joachim Eberhard",
 "C2""Numerous contributions to documentation (retired)",
 "C0""Matthew Hoops",
-"C2""Wiki editor",
+"C2""Numerous contributions to documentation (retired)",
 "",
 "C1""Retired Team Members",
 "C0""Chris Apers",






More information about the Scummvm-git-logs mailing list