aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEugene Sandulenko2006-05-31 18:44:48 +0000
committerEugene Sandulenko2006-05-31 18:44:48 +0000
commitf59017c9793b9a904332260c5a39e532a6ea2bb3 (patch)
treed0683a2fe3799dcfeb5b66216b0828cda98fcd86
parent086c3dfc762d4cf6f170a6194c93d3114d83b308 (diff)
downloadscummvm-rg350-f59017c9793b9a904332260c5a39e532a6ea2bb3.tar.gz
scummvm-rg350-f59017c9793b9a904332260c5a39e532a6ea2bb3.tar.bz2
scummvm-rg350-f59017c9793b9a904332260c5a39e532a6ea2bb3.zip
Credit Clem and Raina for forum themes
svn-id: r22802
-rw-r--r--AUTHORS6
-rw-r--r--doc/credits.tex4
-rw-r--r--gui/credits.h6
-rwxr-xr-xtools/credits.pl4
4 files changed, 15 insertions, 5 deletions
diff --git a/AUTHORS b/AUTHORS
index 8cb68894a9..2e47038913 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -163,12 +163,14 @@ Other contributions
Win64:
Chris Gray
- Website (design)
- ----------------
+ Websites (design)
+ -----------------
Dobo Balazs - Website design
Yaroslav Fedevych - HTML/CSS for the website
David Jensen - SVG logo conversion
Jean Marc - ScummVM logo
+ Raina - ScummVM forum buttons
+ Clemens Steinhuber - ScummVM forum theme
Code contributions
------------------
diff --git a/doc/credits.tex b/doc/credits.tex
index b7607af719..7cba1ab022 100644
--- a/doc/credits.tex
+++ b/doc/credits.tex
@@ -270,13 +270,15 @@ All active team members
\end{tabular}
\end{list}
\end{list}
-\item \textbf{\large Website (design)}
+\item \textbf{\large Websites (design)}
\begin{list}{}{\setlength{\leftmargin}{0.2cm}}
\item \begin{tabular}[h]{p{0.3\linewidth}p{0.6\linewidth}}
Dob\'o Bal\'azs & \textit{Website design}\\
Yaroslav Fedevych & \textit{HTML/CSS for the website}\\
David Jensen & \textit{SVG logo conversion}\\
Jean Marc & \textit{ScummVM logo}\\
+ Raina & \textit{ScummVM forum buttons}\\
+ Clemens Steinhuber & \textit{ScummVM forum theme}\\
\end{tabular}
\end{list}
\item \textbf{\large Code contributions}
diff --git a/gui/credits.h b/gui/credits.h
index 46654b0ed9..55367b4b88 100644
--- a/gui/credits.h
+++ b/gui/credits.h
@@ -179,7 +179,7 @@ static const char *credits[] = {
"\\C\\c0""Chris Gray",
"\\C\\c0""",
"\\C\\c0""",
-"\\C\\c1""Website (design)",
+"\\C\\c1""Websites (design)",
"\\C\\c0""Dobo Balazs",
"\\C\\c2""Website design",
"\\C\\c0""Yaroslav Fedevych",
@@ -188,6 +188,10 @@ static const char *credits[] = {
"\\C\\c2""SVG logo conversion",
"\\C\\c0""Jean Marc",
"\\C\\c2""ScummVM logo",
+"\\C\\c0""Raina",
+"\\C\\c2""ScummVM forum buttons",
+"\\C\\c0""Clemens Steinhuber",
+"\\C\\c2""ScummVM forum theme",
"\\C\\c0""",
"\\C\\c1""Code contributions",
"\\C\\c0""Ori Avtalion",
diff --git a/tools/credits.pl b/tools/credits.pl
index 7ee5649246..c32ed797a4 100755
--- a/tools/credits.pl
+++ b/tools/credits.pl
@@ -633,12 +633,14 @@ begin_credits("Credits");
end_section();
end_section();
- begin_section("Website (design)");
+ begin_section("Websites (design)");
begin_persons();
add_person("Dobó Balázs", "draven", "Website design");
add_person("Yaroslav Fedevych", "jafd", "HTML/CSS for the website");
add_person("David Jensen", "Tyst", "SVG logo conversion");
add_person("Jean Marc", "", 'ScummVM logo');
+ add_person("", "Raina", 'ScummVM forum buttons');
+ add_person("Clemens Steinhuber", "", 'ScummVM forum theme');
end_persons();
end_section();