mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-21 03:31:40 +00:00
CREDITS: Reflect new team structure
This commit is contained in:
parent
4294c6c67a
commit
51fbc7200c
18
AUTHORS
18
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.
|
||||
|
||||
|
@ -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", "");
|
||||
|
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user