[Scummvm-git-logs] scummvm branch-1-9 -> 50ddc1f122969f5ecaff2d5b53e4f7fd9316ac0c

criezy criezy at scummvm.org
Tue Sep 27 00:18:25 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:
50ddc1f122 CREDITS: Core team has been disbanded and LordHoto retired


Commit: 50ddc1f122969f5ecaff2d5b53e4f7fd9316ac0c
    https://github.com/scummvm/scummvm/commit/50ddc1f122969f5ecaff2d5b53e4f7fd9316ac0c
Author: Thierry Crozat (criezy at scummvm.org)
Date: 2016-09-26T21:39:27+01:00

Commit Message:
CREDITS: Core team has been disbanded and LordHoto retired

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



diff --git a/AUTHORS b/AUTHORS
index 102eedd..fd35620 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -10,12 +10,6 @@ ScummVM Team
                                     Administrator
      Eugene Sandulenko            - Project Leader
 
-  Core Team
-  ---------
-     Willem Jan Palenstijn
-     Eugene Sandulenko
-     Johannes Schickel
-
   Retired Project Leaders
   -----------------------
      James Brown
@@ -142,7 +136,7 @@ ScummVM Team
        Oystein Eftevaag
        Florian Kagerer
        Gregory Montoir              - (retired)
-       Johannes Schickel
+       Johannes Schickel            - (retired)
 
     Lastexpress:
        Matthew Hoops                - (retired)
@@ -362,12 +356,12 @@ ScummVM Team
                                       mixer, audiostreams, data structures,
                                       etc. (retired)
        Eugene Sandulenko
-       Johannes Schickel
+       Johannes Schickel            - (retired)
 
     GUI:
        Vicent Marti
        Eugene Sandulenko
-       Johannes Schickel
+       Johannes Schickel            - (retired)
 
     Miscellaneous:
        David Corrales-Lopez         - Filesystem access improvements (GSoC
@@ -480,7 +474,7 @@ Other contributions
 
     Win64:
        Chris Gray                   - (retired)
-       Johannes Schickel
+       Johannes Schickel            - (retired)
 
   GUI Translations
   ----------------
diff --git a/devtools/credits.pl b/devtools/credits.pl
index 3f1511c..ffefc98 100755
--- a/devtools/credits.pl
+++ b/devtools/credits.pl
@@ -496,14 +496,6 @@ begin_credits("Credits");
 			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", "");
@@ -649,7 +641,7 @@ begin_credits("Credits");
 				add_person("Oystein Eftevaag", "vinterstum", "");
 				add_person("Florian Kagerer", "athrxx", "");
 				add_person("Gregory Montoir", "cyx", "(retired)");
-				add_person("Johannes Schickel", "LordHoto", "");
+				add_person("Johannes Schickel", "LordHoto", "(retired)");
 			end_section();
 
 			begin_section("Lastexpress");
@@ -918,13 +910,13 @@ begin_credits("Credits");
 			begin_section("Infrastructure");
 				add_person("Max Horn", "Fingolfin", "Backend & Engine APIs, file API, sound mixer, audiostreams, data structures, etc. (retired)");
 				add_person("Eugene Sandulenko", "sev", "");
-				add_person("Johannes Schickel", "LordHoto", "");
+				add_person("Johannes Schickel", "LordHoto", "(retired)");
 			end_section();
 
 			begin_section("GUI");
 				add_person("Vicent Marti", "tanoku", "");
 				add_person("Eugene Sandulenko", "sev", "");
-				add_person("Johannes Schickel", "LordHoto", "");
+				add_person("Johannes Schickel", "LordHoto", "(retired)");
 			end_section();
 
 			begin_section("Miscellaneous");
@@ -1052,7 +1044,7 @@ begin_credits("Credits");
 
 			begin_section("Win64");
 				add_person("Chris Gray", "Psychoid", "(retired)");
-				add_person("Johannes Schickel", "LordHoto", "");
+				add_person("Johannes Schickel", "LordHoto", "(retired)");
 			end_section();
 		end_section();
 
diff --git a/gui/credits.h b/gui/credits.h
index 720f917..b5d0b5d 100644
--- a/gui/credits.h
+++ b/gui/credits.h
@@ -12,11 +12,6 @@ static const char *credits[] = {
 "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",
@@ -177,6 +172,7 @@ static const char *credits[] = {
 "C0""Gregory Montoir",
 "C2""(retired)",
 "C0""Johannes Schickel",
+"C2""(retired)",
 "",
 "C1""Lastexpress",
 "C0""Matthew Hoops",
@@ -438,11 +434,13 @@ static const char *credits[] = {
 "C2""Backend & Engine APIs, file API, sound mixer, audiostreams, data structures, etc. (retired)",
 "C0""Eugene Sandulenko",
 "C0""Johannes Schickel",
+"C2""(retired)",
 "",
 "C1""GUI",
 "C0""Vicent Marti",
 "C0""Eugene Sandulenko",
 "C0""Johannes Schickel",
+"C2""(retired)",
 "",
 "C1""Miscellaneous",
 "C0""David Corrales-Lopez",
@@ -580,6 +578,7 @@ static const char *credits[] = {
 "C0""Chris Gray",
 "C2""(retired)",
 "C0""Johannes Schickel",
+"C2""(retired)",
 "",
 "",
 "C1""GUI Translations",





More information about the Scummvm-git-logs mailing list