aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEugene Sandulenko2006-10-15 21:21:17 +0000
committerEugene Sandulenko2006-10-15 21:21:17 +0000
commit6ee478369a47d57343f87a2757f811fa9704848a (patch)
tree8e4a94f7c55788607572e30de07e1ae4b8a2ba67
parentab90fd086e12ee7e0ac91f252b3b9fe942029aa6 (diff)
downloadscummvm-rg350-6ee478369a47d57343f87a2757f811fa9704848a.tar.gz
scummvm-rg350-6ee478369a47d57343f87a2757f811fa9704848a.tar.bz2
scummvm-rg350-6ee478369a47d57343f87a2757f811fa9704848a.zip
Reflect Simon engine rename in credits too.
svn-id: r24340
-rw-r--r--AUTHORS10
-rw-r--r--doc/credits.tex16
-rw-r--r--gui/credits.h10
-rwxr-xr-xtools/credits.pl12
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();