[Scummvm-cvs-logs] scummvm master -> 4ba1c5c106efc1523811731db107e90c7afbca63
criezy
criezy at scummvm.org
Wed Mar 9 23:27:12 CET 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:
4ba1c5c106 CREDITS: Add credits for web sites maintainer and new skins
Commit: 4ba1c5c106efc1523811731db107e90c7afbca63
https://github.com/scummvm/scummvm/commit/4ba1c5c106efc1523811731db107e90c7afbca63
Author: Thierry Crozat (criezy at scummvm.org)
Date: 2011-03-09T14:21:56-08:00
Commit Message:
CREDITS: Add credits for web sites maintainer and new skins
Also add Andre in the credits for Android port.
Changed paths:
AUTHORS
gui/credits.h
tools/credits.pl
diff --git a/AUTHORS b/AUTHORS
index 9504f6d..e97e107 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -187,6 +187,7 @@ ScummVM Team
Backend Teams
-------------
Android:
+ Andre Heider
Angus Lees
Dreamcast:
@@ -265,6 +266,17 @@ ScummVM Team
--------------
Fredrik Wendel - (retired)
+ Website (maintenance)
+ ---------------------
+ James Brown
+ Thierry Crozat - Wiki maintainer
+ Andre Heider - Buildbot maintainer
+ Max Horn
+ Joost Peters - Doxygen Project Documentation maintainer
+ Jordi Vilalta Prat - Wiki maintainer
+ Eugene Sandulenko
+ John Willis
+
Website (content)
-----------------
All active team members
@@ -396,6 +408,7 @@ Other contributions
David Jensen - SVG logo conversion
Jean Marc Gimenez - ScummVM logo
Raina - ScummVM forum buttons
+ William Claydon - Skins for doxygen and wiki
Code contributions
------------------
diff --git a/gui/credits.h b/gui/credits.h
index a75af3c..2b1dbda 100644
--- a/gui/credits.h
+++ b/gui/credits.h
@@ -210,6 +210,7 @@ static const char *credits[] = {
"",
"C1""Backend Teams",
"C1""Android",
+"C0""Andre Heider",
"C0""Angus Lees",
"",
"C1""Dreamcast",
@@ -294,6 +295,20 @@ static const char *credits[] = {
"C0""Fredrik Wendel",
"C2""(retired)",
"",
+"C1""Website (maintenance)",
+"C0""James Brown",
+"C0""Thierry Crozat",
+"C2""Wiki maintainer",
+"C0""Andre Heider",
+"C2""Buildbot maintainer",
+"C0""Max Horn",
+"C0""Joost Peters",
+"C2""Doxygen Project Documentation maintainer",
+"C0""Jordi Vilalta Prat",
+"C2""Wiki maintainer",
+"C0""Eugene Sandulenko",
+"C0""John Willis",
+"",
"C1""Website (content)",
"C0""All active team members",
"C0""",
@@ -445,6 +460,8 @@ static const char *credits[] = {
"C2""ScummVM logo",
"C0""Raina",
"C2""ScummVM forum buttons",
+"C0""William Claydon",
+"C2""Skins for doxygen and wiki",
"",
"C1""Code contributions",
"C0""Ori Avtalion",
diff --git a/tools/credits.pl b/tools/credits.pl
index 0d5b332..d32cc9b 100755
--- a/tools/credits.pl
+++ b/tools/credits.pl
@@ -702,6 +702,7 @@ begin_credits("Credits");
begin_section("Backend Teams");
begin_section("Android");
+ add_person("Andre Heider", "dhewg", "");
add_person("Angus Lees", "Gus", "");
end_section();
@@ -796,6 +797,19 @@ begin_credits("Credits");
add_person("Fredrik Wendel", "", "(retired)");
end_persons();
end_section();
+
+ begin_section("Website (maintenance)");
+ begin_persons();
+ add_person("James Brown", "Ender". "IRC Logs maintainer");
+ add_person("Thierry Crozat", "criezy", "Wiki maintainer");
+ add_person("Andre Heider", "dhewg", "Buildbot maintainer");
+ add_person("Max Horn", "Fingolfin". "Forum, IRC channel and Mailing list maintainer");
+ add_person("Joost Peters", "JoostP", "Doxygen Project Documentation maintainer");
+ add_person("Jordi Vilalta Prat", "jvprat", "Wiki maintainer");
+ add_person("Eugene Sandulenko", "sev". "Forum, IRC channel, Screen Shots and Mailing list maintainer");
+ add_person("John Willis", "DJWillis". "");
+ end_persons();
+ end_section();
begin_section("Website (content)");
add_paragraph("All active team members");
@@ -949,6 +963,7 @@ begin_credits("Credits");
add_person("David Jensen", "Tyst", "SVG logo conversion");
add_person("Jean Marc Gimenez", "", "ScummVM logo");
add_person("", "Raina", "ScummVM forum buttons");
+ add_person("William Claydon", "billwashere", "Skins for doxygen and wiki");
end_persons();
end_section();
More information about the Scummvm-git-logs
mailing list