From 6ee478369a47d57343f87a2757f811fa9704848a Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Sun, 15 Oct 2006 21:21:17 +0000 Subject: Reflect Simon engine rename in credits too. svn-id: r24340 --- AUTHORS | 10 +++++----- doc/credits.tex | 16 ++++++++-------- gui/credits.h | 10 +++++----- tools/credits.pl | 12 ++++++------ 4 files changed, 24 insertions(+), 24 deletions(-) diff --git a/AUTHORS b/AUTHORS index 86c4596a8a..bad59ecf15 100644 --- a/AUTHORS +++ b/AUTHORS @@ -28,6 +28,11 @@ ScummVM Team Pawel Kolodziejski Eugene Sandulenko + AGOS: + Torbjorn Andersson + Travis Howell + Oliver Kiehl + BASS: Robert Goeffringmann Oliver Kiehl @@ -70,11 +75,6 @@ ScummVM Team Andrew Kurushin Eugene Sandulenko - Simon: - Torbjorn Andersson - Travis Howell - Oliver Kiehl - Backend Teams ------------- Dreamcast: diff --git a/doc/credits.tex b/doc/credits.tex index 286ae2af65..7dc30a8915 100644 --- a/doc/credits.tex +++ b/doc/credits.tex @@ -41,6 +41,14 @@ Eugene Sandulenko & \textit{}\\ \end{tabular} \end{list} +\item \textbf{ AGOS} +\begin{list}{}{\setlength{\leftmargin}{0.2cm}} +\item \begin{tabular}[h]{p{0.3\linewidth}p{0.6\linewidth}} + Torbj\"orn Andersson & \textit{}\\ + Travis Howell & \textit{}\\ + Oliver Kiehl & \textit{}\\ + \end{tabular} +\end{list} \item \textbf{ BASS} \begin{list}{}{\setlength{\leftmargin}{0.2cm}} \item \begin{tabular}[h]{p{0.3\linewidth}p{0.6\linewidth}} @@ -110,14 +118,6 @@ Eugene Sandulenko & \textit{}\\ \end{tabular} \end{list} -\item \textbf{ Simon} -\begin{list}{}{\setlength{\leftmargin}{0.2cm}} -\item \begin{tabular}[h]{p{0.3\linewidth}p{0.6\linewidth}} - Torbj\"orn Andersson & \textit{}\\ - Travis Howell & \textit{}\\ - Oliver Kiehl & \textit{}\\ - \end{tabular} -\end{list} \end{list} \item \textbf{\large Backend Teams} \begin{list}{}{\setlength{\leftmargin}{0.2cm}} diff --git a/gui/credits.h b/gui/credits.h index 175e06705b..d892a8c560 100644 --- a/gui/credits.h +++ b/gui/credits.h @@ -29,6 +29,11 @@ static const char *credits[] = { "\\C\\c0""Pawel Kolodziejski", "\\C\\c0""Eugene Sandulenko", "\\C\\c0""", +"\\C\\c1""AGOS", +"\\C\\c0""Torbj\366rn Andersson", +"\\C\\c0""Travis Howell", +"\\C\\c0""Oliver Kiehl", +"\\C\\c0""", "\\C\\c1""BASS", "\\C\\c0""Robert G\366ffringmann", "\\C\\c0""Oliver Kiehl", @@ -72,11 +77,6 @@ static const char *credits[] = { "\\C\\c0""Andrew Kurushin", "\\C\\c0""Eugene Sandulenko", "\\C\\c0""", -"\\C\\c1""Simon", -"\\C\\c0""Torbj\366rn Andersson", -"\\C\\c0""Travis Howell", -"\\C\\c0""Oliver Kiehl", -"\\C\\c0""", "\\C\\c0""", "\\C\\c1""Backend Teams", "\\C\\c1""Dreamcast", diff --git a/tools/credits.pl b/tools/credits.pl index 2a27eb9741..fcc53a2368 100755 --- a/tools/credits.pl +++ b/tools/credits.pl @@ -484,6 +484,12 @@ begin_credits("Credits"); add_person("Eugene Sandulenko", "sev", ""); end_section(); + begin_section("AGOS"); + add_person("Torbjörn Andersson", "eriktorbjorn", ""); + add_person("Travis Howell", "Kirben", ""); + add_person("Oliver Kiehl", "olki", ""); + end_section(); + begin_section("BASS"); # Beneath a Steel Sky add_person("Robert Göffringmann", "lavosspawn", ""); add_person("Oliver Kiehl", "olki", ""); @@ -534,12 +540,6 @@ begin_credits("Credits"); add_person("Andrew Kurushin", "ajax16384", ""); add_person("Eugene Sandulenko", "sev", ""); end_section(); - - begin_section("Simon"); - add_person("Torbjörn Andersson", "eriktorbjorn", ""); - add_person("Travis Howell", "Kirben", ""); - add_person("Oliver Kiehl", "olki", ""); - end_section(); end_section(); -- cgit v1.2.3