diff options
author | Thierry Crozat | 2016-09-26 21:33:55 +0100 |
---|---|---|
committer | Thierry Crozat | 2016-09-26 21:33:55 +0100 |
commit | 92bd10ff28f664a332cbc398391c1c2170461b11 (patch) | |
tree | f5b4e9dd20d86f7b2cd02e23dc102e3420ab1ca9 | |
parent | dc19419507240ba42650e671b4e379578f571d53 (diff) | |
download | scummvm-rg350-92bd10ff28f664a332cbc398391c1c2170461b11.tar.gz scummvm-rg350-92bd10ff28f664a332cbc398391c1c2170461b11.tar.bz2 scummvm-rg350-92bd10ff28f664a332cbc398391c1c2170461b11.zip |
CREDITS: Core team has been disbanded and LordHoto retired
-rw-r--r-- | AUTHORS | 14 | ||||
-rwxr-xr-x | devtools/credits.pl | 16 | ||||
-rw-r--r-- | gui/credits.h | 9 |
3 files changed, 12 insertions, 27 deletions
@@ -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 3f1511c399..ffefc98a0f 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 720f917182..b5d0b5da34 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", |