Fix credits
svn-id: r23090
This commit is contained in:
parent
a709eb05b7
commit
f66f86fbd7
4 changed files with 17 additions and 6 deletions
4
AUTHORS
4
AUTHORS
|
@ -86,7 +86,7 @@ ScummVM Team
|
||||||
Nicolas Bacca
|
Nicolas Bacca
|
||||||
Kostas Nakos
|
Kostas Nakos
|
||||||
|
|
||||||
PlayStation 2:
|
Playstation 2:
|
||||||
Robert Goeffringmann
|
Robert Goeffringmann
|
||||||
|
|
||||||
PSP (PlayStation Portable):
|
PSP (PlayStation Portable):
|
||||||
|
@ -117,7 +117,9 @@ ScummVM Team
|
||||||
|
|
||||||
Documentation
|
Documentation
|
||||||
-------------
|
-------------
|
||||||
|
Documentation Manager:
|
||||||
Joachim Eberhard
|
Joachim Eberhard
|
||||||
|
|
||||||
Retired Team Members
|
Retired Team Members
|
||||||
--------------------
|
--------------------
|
||||||
Tore Anderson - Former Debian GNU/Linux maintainer
|
Tore Anderson - Former Debian GNU/Linux maintainer
|
||||||
|
|
|
@ -139,7 +139,7 @@
|
||||||
Kostas Nakos & \textit{}\\
|
Kostas Nakos & \textit{}\\
|
||||||
\end{tabular}
|
\end{tabular}
|
||||||
\end{list}
|
\end{list}
|
||||||
\item \textbf{ PlayStation 2}
|
\item \textbf{ Playstation 2}
|
||||||
\begin{list}{}{\setlength{\leftmargin}{0.2cm}}
|
\begin{list}{}{\setlength{\leftmargin}{0.2cm}}
|
||||||
\item \begin{tabular}[h]{p{0.3\linewidth}p{0.6\linewidth}}
|
\item \begin{tabular}[h]{p{0.3\linewidth}p{0.6\linewidth}}
|
||||||
Robert G\"offringmann & \textit{}\\
|
Robert G\"offringmann & \textit{}\\
|
||||||
|
@ -190,7 +190,12 @@ All active team members
|
||||||
\end{list}
|
\end{list}
|
||||||
\item \textbf{\large Documentation}
|
\item \textbf{\large Documentation}
|
||||||
\begin{list}{}{\setlength{\leftmargin}{0.2cm}}
|
\begin{list}{}{\setlength{\leftmargin}{0.2cm}}
|
||||||
|
\item \textbf{ Documentation Manager}
|
||||||
|
\begin{list}{}{\setlength{\leftmargin}{0.2cm}}
|
||||||
|
\item \begin{tabular}[h]{p{0.3\linewidth}p{0.6\linewidth}}
|
||||||
Joachim Eberhard & \textit{}\\
|
Joachim Eberhard & \textit{}\\
|
||||||
|
\end{tabular}
|
||||||
|
\end{list}
|
||||||
\end{list}
|
\end{list}
|
||||||
\item \textbf{\large Retired Team Members}
|
\item \textbf{\large Retired Team Members}
|
||||||
\begin{list}{}{\setlength{\leftmargin}{0.2cm}}
|
\begin{list}{}{\setlength{\leftmargin}{0.2cm}}
|
||||||
|
|
|
@ -87,7 +87,7 @@ static const char *credits[] = {
|
||||||
"\\C\\c0""Nicolas Bacca",
|
"\\C\\c0""Nicolas Bacca",
|
||||||
"\\C\\c0""Kostas Nakos",
|
"\\C\\c0""Kostas Nakos",
|
||||||
"\\C\\c0""",
|
"\\C\\c0""",
|
||||||
"\\C\\c1""PlayStation 2",
|
"\\C\\c1""Playstation 2",
|
||||||
"\\C\\c0""Robert Goeffringmann",
|
"\\C\\c0""Robert Goeffringmann",
|
||||||
"\\C\\c0""",
|
"\\C\\c0""",
|
||||||
"\\C\\c1""PSP (PlayStation Portable)",
|
"\\C\\c1""PSP (PlayStation Portable)",
|
||||||
|
@ -121,8 +121,10 @@ static const char *credits[] = {
|
||||||
"\\C\\c0""",
|
"\\C\\c0""",
|
||||||
"\\C\\c0""",
|
"\\C\\c0""",
|
||||||
"\\C\\c1""Documentation",
|
"\\C\\c1""Documentation",
|
||||||
|
"\\C\\c1""Documentation Manager",
|
||||||
"\\C\\c0""Joachim Eberhard",
|
"\\C\\c0""Joachim Eberhard",
|
||||||
"\\C\\c0""",
|
"\\C\\c0""",
|
||||||
|
"\\C\\c0""",
|
||||||
"\\C\\c1""Retired Team Members",
|
"\\C\\c1""Retired Team Members",
|
||||||
"\\C\\c0""Tore Anderson",
|
"\\C\\c0""Tore Anderson",
|
||||||
"\\C\\c2""Former Debian GNU/Linux maintainer",
|
"\\C\\c2""Former Debian GNU/Linux maintainer",
|
||||||
|
|
|
@ -536,7 +536,7 @@ begin_credits("Credits");
|
||||||
add_person("Kostas Nakos", "knakos", "");
|
add_person("Kostas Nakos", "knakos", "");
|
||||||
end_section();
|
end_section();
|
||||||
|
|
||||||
begin_section("PlayStation 2");
|
begin_section("Playstation 2");
|
||||||
add_person("Robert Göffringmann", "lavosspawn", "");
|
add_person("Robert Göffringmann", "lavosspawn", "");
|
||||||
end_section();
|
end_section();
|
||||||
|
|
||||||
|
@ -572,8 +572,10 @@ begin_credits("Credits");
|
||||||
end_section();
|
end_section();
|
||||||
|
|
||||||
begin_section("Documentation");
|
begin_section("Documentation");
|
||||||
|
begin_section("Documentation Manager");
|
||||||
add_person("Joachim Eberhard", "joachimeberhard", "");
|
add_person("Joachim Eberhard", "joachimeberhard", "");
|
||||||
end_section();
|
end_section();
|
||||||
|
end_section();
|
||||||
|
|
||||||
begin_section("Retired Team Members");
|
begin_section("Retired Team Members");
|
||||||
begin_persons();
|
begin_persons();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue