aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEugene Sandulenko2006-10-06 19:08:55 +0000
committerEugene Sandulenko2006-10-06 19:08:55 +0000
commit1373686c348f33634bc284c993cb0d5c2b6f0ff6 (patch)
tree9b131ffa8e64e4241a164a2b1351fbdb0c02537b
parent3d84f1104688db0b23b6fe9ccc86b587ac597837 (diff)
downloadscummvm-rg350-1373686c348f33634bc284c993cb0d5c2b6f0ff6.tar.gz
scummvm-rg350-1373686c348f33634bc284c993cb0d5c2b6f0ff6.tar.bz2
scummvm-rg350-1373686c348f33634bc284c993cb0d5c2b6f0ff6.zip
Added DJWillis as official GP2X porter.
svn-id: r24145
-rw-r--r--AUTHORS3
-rw-r--r--doc/credits.tex6
-rw-r--r--gui/credits.h3
-rwxr-xr-xtools/credits.pl4
4 files changed, 16 insertions, 0 deletions
diff --git a/AUTHORS b/AUTHORS
index 1b99988b88..86c4596a8a 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -80,6 +80,9 @@ ScummVM Team
Dreamcast:
Marcus Comstedt
+ GP2X:
+ John Willis
+
GP32:
Won Star
diff --git a/doc/credits.tex b/doc/credits.tex
index 6fcc5a3bd3..286ae2af65 100644
--- a/doc/credits.tex
+++ b/doc/credits.tex
@@ -127,6 +127,12 @@
Marcus Comstedt & \textit{}\\
\end{tabular}
\end{list}
+\item \textbf{ GP2X}
+\begin{list}{}{\setlength{\leftmargin}{0.2cm}}
+\item \begin{tabular}[h]{p{0.3\linewidth}p{0.6\linewidth}}
+ John Willis & \textit{}\\
+ \end{tabular}
+\end{list}
\item \textbf{ GP32}
\begin{list}{}{\setlength{\leftmargin}{0.2cm}}
\item \begin{tabular}[h]{p{0.3\linewidth}p{0.6\linewidth}}
diff --git a/gui/credits.h b/gui/credits.h
index 6650cfeaca..175e06705b 100644
--- a/gui/credits.h
+++ b/gui/credits.h
@@ -82,6 +82,9 @@ static const char *credits[] = {
"\\C\\c1""Dreamcast",
"\\C\\c0""Marcus Comstedt",
"\\C\\c0""",
+"\\C\\c1""GP2X",
+"\\C\\c0""John Willis",
+"\\C\\c0""",
"\\C\\c1""GP32",
"\\C\\c0""Won Star",
"\\C\\c0""",
diff --git a/tools/credits.pl b/tools/credits.pl
index 075f6c0dcc..2a27eb9741 100755
--- a/tools/credits.pl
+++ b/tools/credits.pl
@@ -548,6 +548,10 @@ begin_credits("Credits");
add_person("Marcus Comstedt", "", "");
end_section();
+ begin_section("GP2X");
+ add_person("John Willis", "DJWillis", "");
+ end_section();
+
begin_section("GP32");
add_person("Won Star", "wonst719", "");
end_section();