Add Joachim as documentation writer

svn-id: r23025
This commit is contained in:
Eugene Sandulenko 2006-06-11 11:10:40 +00:00
parent 8acb3f9e88
commit d8e25897d3
4 changed files with 14 additions and 5 deletions

View file

@ -115,6 +115,9 @@ ScummVM Team
-----------------
All active team members
Documentation
-------------
Joachim Eberhard
Retired Team Members
--------------------
Tore Anderson - Former Debian GNU/Linux maintainer
@ -206,7 +209,6 @@ Special thanks to
Patrick Combet - For the original Gobliiins ADL player
Ivan Dubrov - For contributing the initial version of the Gobliiins
engine
Joachim Eberhard - For numerous contributions to documentation
Jezar - For his freeverb filter implementation
Jim Leiterman - Various info on his FM-TOWNS/Marty SCUMM ports
lloyd - For deep tech details about C64 Zak & MM

View file

@ -188,6 +188,10 @@
\item
All active team members
\end{list}
\item \textbf{\large Documentation}
\begin{list}{}{\setlength{\leftmargin}{0.2cm}}
Joachim Eberhard & \textit{}\\
\end{list}
\item \textbf{\large Retired Team Members}
\begin{list}{}{\setlength{\leftmargin}{0.2cm}}
\item \begin{tabular}[h]{p{0.3\linewidth}p{0.6\linewidth}}
@ -316,7 +320,6 @@ And to all the contributors, users, and beta testers we've missed. Thanks!
Kevin Carnes & \textit{For Scumm16, the basis of ScummVM's older gfx codecs}\\
Patrick Combet & \textit{For the original Gobliiins ADL player}\\
Ivan Dubrov & \textit{For contributing the initial version of the Gobliiins engine}\\
Joachim Eberhard & \textit{For numerous contributions to documentation}\\
Jezar & \textit{For his freeverb filter implementation}\\
Jim Leiterman & \textit{Various info on his FM-TOWNS/Marty SCUMM ports}\\
lloyd & \textit{For deep tech details about C64 Zak \& MM}\\

View file

@ -120,6 +120,9 @@ static const char *credits[] = {
"\\C\\c0""All active team members",
"\\C\\c0""",
"\\C\\c0""",
"\\C\\c1""Documentation",
"\\C\\c0""Joachim Eberhard",
"\\C\\c0""",
"\\C\\c1""Retired Team Members",
"\\C\\c0""Tore Anderson",
"\\C\\c2""Former Debian GNU/Linux maintainer",
@ -247,8 +250,6 @@ static const char *credits[] = {
"\\C\\c2""For the original Gobliiins ADL player",
"\\C\\c0""Ivan Dubrov",
"\\C\\c2""For contributing the initial version of the Gobliiins engine",
"\\C\\c0""Joachim Eberhard",
"\\C\\c2""For numerous contributions to documentation",
"\\C\\c0""Jezar",
"\\C\\c2""For his freeverb filter implementation",
"\\C\\c0""Jim Leiterman",

View file

@ -571,6 +571,10 @@ begin_credits("Credits");
add_paragraph("All active team members");
end_section();
begin_section("Documentation");
add_person("Joachim Eberhard", "joachimeberhard", "");
end_section();
begin_section("Retired Team Members");
begin_persons();
add_person("Tore Anderson", "tore", "Former Debian GNU/Linux maintainer");
@ -683,7 +687,6 @@ begin_credits("Credits");
add_person("Kevin Carnes", "", "For Scumm16, the basis of ScummVM's older gfx codecs");
add_person("Patrick Combet", "Dorian Gray", "For the original Gobliiins ADL player");
add_person("Ivan Dubrov", "", "For contributing the initial version of the Gobliiins engine");
add_person("Joachim Eberhard", "joachimeberhard", "For numerous contributions to documentation");
add_person("", "Jezar", "For his freeverb filter implementation");
add_person("Jim Leiterman", "", "Various info on his FM-TOWNS/Marty SCUMM ports");
add_person("", "lloyd", "For deep tech details about C64 Zak & MM");