aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Horn2006-05-30 10:08:02 +0000
committerMax Horn2006-05-30 10:08:02 +0000
commit865b48e0955ad5c3d290f82f3d4fd5252ea54ad2 (patch)
tree11437c3c8c92fdcc7c54001719e1273171405f8c
parentcd822f57dda46dfc9feb6eb76c270e48038ab224 (diff)
downloadscummvm-rg350-865b48e0955ad5c3d290f82f3d4fd5252ea54ad2.tar.gz
scummvm-rg350-865b48e0955ad5c3d290f82f3d4fd5252ea54ad2.tar.bz2
scummvm-rg350-865b48e0955ad5c3d290f82f3d4fd5252ea54ad2.zip
Added sections for infrastructure and GUI to the credits file. These are badly incomplete; folks, please add yourself as appropriate
svn-id: r22766
-rw-r--r--AUTHORS14
-rw-r--r--doc/credits.tex17
-rw-r--r--gui/credits.h11
-rwxr-xr-xtools/credits.pl14
4 files changed, 52 insertions, 4 deletions
diff --git a/AUTHORS b/AUTHORS
index 5ff493372b..8cb68894a9 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -97,8 +97,18 @@ ScummVM Team
Other subsystems
----------------
- Jerome Fisher - MT-32 emulator
- Jochen Hoenicke - Speaker & PCjr sound support, Adlib work
+ Infrastructure:
+ Max Horn - Backend & Engine APIs, file API, sound mixer,
+ audiostreams, data structures, etc.
+ Eugene Sandulenko
+
+ GUI:
+ Eugene Sandulenko
+ Johannes Schickel
+
+ Miscellaneous:
+ Jerome Fisher - MT-32 emulator
+ Jochen Hoenicke - Speaker & PCjr sound support, Adlib work
Website (content)
-----------------
diff --git a/doc/credits.tex b/doc/credits.tex
index fbd2b8eab2..b7607af719 100644
--- a/doc/credits.tex
+++ b/doc/credits.tex
@@ -160,11 +160,28 @@
\end{list}
\item \textbf{\large Other subsystems}
\begin{list}{}{\setlength{\leftmargin}{0.2cm}}
+\item \textbf{ Infrastructure}
+\begin{list}{}{\setlength{\leftmargin}{0.2cm}}
+\item \begin{tabular}[h]{p{0.3\linewidth}p{0.6\linewidth}}
+ Max Horn & \textit{Backend & Engine APIs, file API, sound mixer, audiostreams, data structures, etc.}\\
+ Eugene Sandulenko & \textit{}\\
+ \end{tabular}
+\end{list}
+\item \textbf{ GUI}
+\begin{list}{}{\setlength{\leftmargin}{0.2cm}}
+\item \begin{tabular}[h]{p{0.3\linewidth}p{0.6\linewidth}}
+ Eugene Sandulenko & \textit{}\\
+ Johannes Schickel & \textit{}\\
+ \end{tabular}
+\end{list}
+\item \textbf{ Miscellaneous}
+\begin{list}{}{\setlength{\leftmargin}{0.2cm}}
\item \begin{tabular}[h]{p{0.3\linewidth}p{0.6\linewidth}}
Jerome Fisher & \textit{MT-32 emulator}\\
Jochen Hoenicke & \textit{Speaker \& PCjr sound support, Adlib work}\\
\end{tabular}
\end{list}
+\end{list}
\item \textbf{\large Website (content)}
\begin{list}{}{\setlength{\leftmargin}{0.2cm}}
\item
diff --git a/gui/credits.h b/gui/credits.h
index da9f353be8..46654b0ed9 100644
--- a/gui/credits.h
+++ b/gui/credits.h
@@ -99,11 +99,22 @@ static const char *credits[] = {
"\\C\\c0""",
"\\C\\c0""",
"\\C\\c1""Other subsystems",
+"\\C\\c1""Infrastructure",
+"\\C\\c0""Max Horn",
+"\\C\\c2""Backend & Engine APIs, file API, sound mixer, audiostreams, data structures, etc.",
+"\\C\\c0""Eugene Sandulenko",
+"\\C\\c0""",
+"\\C\\c1""GUI",
+"\\C\\c0""Eugene Sandulenko",
+"\\C\\c0""Johannes Schickel",
+"\\C\\c0""",
+"\\C\\c1""Miscellaneous",
"\\C\\c0""Jerome Fisher",
"\\C\\c2""MT-32 emulator",
"\\C\\c0""Jochen Hoenicke",
"\\C\\c2""Speaker & PCjr sound support, Adlib work",
"\\C\\c0""",
+"\\C\\c0""",
"\\C\\c1""Website (content)",
"\\C\\c0""All active team members",
"\\C\\c0""",
diff --git a/tools/credits.pl b/tools/credits.pl
index bd3a2f7925..7ee5649246 100755
--- a/tools/credits.pl
+++ b/tools/credits.pl
@@ -550,10 +550,20 @@ begin_credits("Credits");
end_section();
begin_section("Other subsystems");
- begin_persons();
+ begin_section("Infrastructure");
+ add_person('Max Horn', 'Fingolfin', "Backend & Engine APIs, file API, sound mixer, audiostreams, data structures, etc.");
+ add_person("Eugene Sandulenko", "sev", "");
+ end_section();
+
+ begin_section("GUI");
+ add_person("Eugene Sandulenko", "sev", "");
+ add_person("Johannes Schickel", "LordHoto", "");
+ end_section();
+
+ begin_section("Miscellaneous");
add_person("Jerome Fisher", "KingGuppy", "MT-32 emulator");
add_person("Jochen Hoenicke", "hoenicke", "Speaker & PCjr sound support, Adlib work");
- end_persons();
+ end_section();
end_section();
begin_section("Website (content)");