[Scummvm-cvs-logs] scummvm master -> 51fbc7200c3758e526195260d4c705de87f56733

sev- sev at scummvm.org
Sat Aug 20 14:16:44 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:
51fbc7200c CREDITS: Reflect new team structure


Commit: 51fbc7200c3758e526195260d4c705de87f56733
    https://github.com/scummvm/scummvm/commit/51fbc7200c3758e526195260d4c705de87f56733
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2011-08-20T05:12:18-07:00

Commit Message:
CREDITS: Reflect new team structure

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



diff --git a/AUTHORS b/AUTHORS
index e9b5b1d..9e05285 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -1,9 +1,20 @@
 ScummVM Team
 ************
-  Project Leaders
-  ---------------
+  Project Leader
+  --------------
      Eugene Sandulenko
 
+  PR Office
+  ---------
+     Arnaud Boutonne       - Public Relations Officer, Project Administrator
+     Eugene Sandulenko     - Project Leader
+
+  Core Team
+  ---------
+     Willem Jan Palenstijn
+     Eugene Sandulenko
+     Johannes Schickel
+
   Retired Project Leaders
   -----------------------
      James Brown
@@ -71,6 +82,7 @@ ScummVM Team
     DreamWeb:
        Vladimir Menshakov
        Torbjorn Andersson
+       Bertrand Augereau
 
     Gob:
        Torbjorn Andersson
@@ -220,6 +232,7 @@ ScummVM Team
 
     Nintendo DS:
        Neil Millstone
+       Bertrand Augereau     - HQ software scaler
 
     OpenPandora:
        John Willis
@@ -568,3 +581,4 @@ Special thanks to
 
    Broken Sword 2.5 team for providing sources of their engine and their
    great support.
+
diff --git a/devtools/credits.pl b/devtools/credits.pl
index 48ee47d..1173574 100755
--- a/devtools/credits.pl
+++ b/devtools/credits.pl
@@ -445,12 +445,27 @@ sub add_paragraph {
 
 begin_credits("Credits");
   begin_section("ScummVM Team");
-    begin_section("Project Leaders");
+    begin_section("Project Leader");
 	  begin_persons();
 		add_person("Eugene Sandulenko", "sev", "");
 	  end_persons();
     end_section();
 
+    begin_section("PR Office");
+	  begin_persons();
+		add_person("Arnaud Boutonné", "Strangerke", "Public Relations Officer, Project Administrator");
+		add_person("Eugene Sandulenko", "sev", "Project Leader");
+	  end_persons();
+    end_section();
+
+    begin_section("Core Team");
+	  begin_persons();
+		add_person("Willem Jan Palenstijn", "wjp", "");
+		add_person("Eugene Sandulenko", "sev", "");
+		add_person("Johannes Schickel", "LordHoto", "");
+	  end_persons();
+    end_section();
+
     begin_section("Retired Project Leaders");
 	  begin_persons();
 		add_person("James Brown", "ender", "");
diff --git a/gui/credits.h b/gui/credits.h
index cc96981..d303dfd 100644
--- a/gui/credits.h
+++ b/gui/credits.h
@@ -2,9 +2,20 @@
 static const char *credits[] = {
 "C1""ScummVM Team",
 "",
-"C1""Project Leaders",
+"C1""Project Leader",
 "C0""Eugene Sandulenko",
 "",
+"C1""PR Office",
+"C0""Arnaud Boutonn\351",
+"C2""Public Relations Officer, Project Administrator",
+"C0""Eugene Sandulenko",
+"C2""Project Leader",
+"",
+"C1""Core Team",
+"C0""Willem Jan Palenstijn",
+"C0""Eugene Sandulenko",
+"C0""Johannes Schickel",
+"",
 "C1""Retired Project Leaders",
 "C0""James Brown",
 "C0""Vincent Hamm",
@@ -85,6 +96,7 @@ static const char *credits[] = {
 "C1""DreamWeb",
 "C0""Vladimir Menshakov",
 "C0""Torbj\366rn Andersson",
+"C0""Bertrand Augereau",
 "",
 "C1""Gob",
 "C0""Torbj\366rn Andersson",
@@ -249,6 +261,8 @@ static const char *credits[] = {
 "",
 "C1""Nintendo DS",
 "C0""Neil Millstone",
+"C0""Bertrand Augereau",
+"C2""HQ software scaler",
 "",
 "C1""OpenPandora",
 "C0""John Willis",






More information about the Scummvm-git-logs mailing list