aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--AUTHORS4
-rw-r--r--doc/credits.tex4
-rw-r--r--gui/credits.h5
-rwxr-xr-xtools/credits.pl5
-rw-r--r--tools/module.mk12
5 files changed, 20 insertions, 10 deletions
diff --git a/AUTHORS b/AUTHORS
index c903f974e2..aba0706554 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -71,6 +71,7 @@ ScummVM Team
Eugene Sandulenko
Simon:
+ Torbjorn Andersson
Travis Howell
Oliver Kiehl
@@ -201,6 +202,7 @@ Other contributions
Code contributions
------------------
+ John Doe - Improved DXA compression
Ori Avtalion - Subtitle control options in the GUI
Stuart Caie - Decoders for Simon 1 Amiga data files
Paolo Costabel - PSP port contributions
@@ -257,5 +259,5 @@ Special thanks to
is today. Feel free to drop us a line and tell us what you think, guys!
Alan Bridgman, Simon Woodroffe and everyone at Adventure Soft for sharing
- the source code of The Feeble Files with us.
+ the source code of The Feeble Files and Simon the Sorcerer's
diff --git a/doc/credits.tex b/doc/credits.tex
index 6c8c0e2d92..787e486bb3 100644
--- a/doc/credits.tex
+++ b/doc/credits.tex
@@ -113,6 +113,7 @@
\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}
@@ -334,6 +335,7 @@ All active team members
\item \textbf{\large Code contributions}
\begin{list}{}{\setlength{\leftmargin}{0.2cm}}
\item \begin{tabular}[h]{p{0.3\linewidth}p{0.6\linewidth}}
+ John Doe & \textit{Improved DXA compression}\\
Ori Avtalion & \textit{Subtitle control options in the GUI}\\
Stuart Caie & \textit{Decoders for Simon 1 Amiga data files}\\
Paolo Costabel & \textit{PSP port contributions}\\
@@ -381,7 +383,7 @@ Joe Pearce from The Wyrmkeep Entertainment Co. for sharing the source of their f
\item
Aric Wilmunder, Ron Gilbert, David Fox, Vince Lee, and all those at LucasFilm/LucasArts who made SCUMM the insane mess to reimplement that it is today. Feel free to drop us a line and tell us what you think, guys!
\item
-Alan Bridgman, Simon Woodroffe and everyone at Adventure Soft for sharing the source code of The Feeble Files with us.
+Alan Bridgman, Simon Woodroffe and everyone at Adventure Soft for sharing the source code of The Feeble Files and Simon the Sorcerer's
\end{list}
\end{trivlist}
diff --git a/gui/credits.h b/gui/credits.h
index 8cd60589da..e2dee73095 100644
--- a/gui/credits.h
+++ b/gui/credits.h
@@ -73,6 +73,7 @@ static const char *credits[] = {
"\\C\\c0""Eugene Sandulenko",
"\\C\\c0""",
"\\C\\c1""Simon",
+"\\C\\c0""Torbj\366rn Andersson",
"\\C\\c0""Travis Howell",
"\\C\\c0""Oliver Kiehl",
"\\C\\c0""",
@@ -222,6 +223,8 @@ static const char *credits[] = {
"\\C\\c2""ScummVM forum theme",
"\\C\\c0""",
"\\C\\c1""Code contributions",
+"\\C\\c0""John Doe",
+"\\C\\c2""Improved DXA compression",
"\\C\\c0""Ori Avtalion",
"\\C\\c2""Subtitle control options in the GUI",
"\\C\\c0""Stuart Caie",
@@ -294,7 +297,7 @@ static const char *credits[] = {
"\\C\\c0""",
"\\C\\c0""Aric Wilmunder, Ron Gilbert, David Fox, Vince Lee, and all those at LucasFilm/LucasArts who made SCUMM the insane mess to reimplement that it is today. Feel free to drop us a line and tell us what you think, guys!",
"\\C\\c0""",
-"\\C\\c0""Alan Bridgman, Simon Woodroffe and everyone at Adventure Soft for sharing the source code of The Feeble Files with us.",
+"\\C\\c0""Alan Bridgman, Simon Woodroffe and everyone at Adventure Soft for sharing the source code of The Feeble Files and Simon the Sorcerer's ",
"\\C\\c0""",
"\\C\\c0""",
};
diff --git a/tools/credits.pl b/tools/credits.pl
index 934ad65e5a..bf7fe61a34 100755
--- a/tools/credits.pl
+++ b/tools/credits.pl
@@ -536,6 +536,7 @@ begin_credits("Credits");
end_section();
begin_section("Simon");
+ add_person("Torbjörn Andersson", "eriktorbjorn", "");
add_person("Travis Howell", "Kirben", "");
add_person("Oliver Kiehl", "olki", "");
end_section();
@@ -703,6 +704,7 @@ begin_credits("Credits");
begin_section("Code contributions");
begin_persons();
+ add_person("John Doe", "", "Improved DXA compression");
add_person("Ori Avtalion", "salty-horse", "Subtitle control options in the GUI");
add_person("Stuart Caie", "", "Decoders for Simon 1 Amiga data files");
add_person("Paolo Costabel", "", "PSP port contributions");
@@ -771,7 +773,8 @@ begin_credits("Credits");
add_paragraph(
"Alan Bridgman, Simon Woodroffe and everyone at Adventure Soft for ".
- "sharing the source code of The Feeble Files with us.");
+ "sharing the source code of The Feeble Files and Simon the Sorcerer's ",
+ "Puzzle Pack with us.");
end_section();
diff --git a/tools/module.mk b/tools/module.mk
index dd44b415bf..fcf16b799b 100644
--- a/tools/module.mk
+++ b/tools/module.mk
@@ -42,12 +42,12 @@ tools/md5table$(EXEEXT): $(srcdir)/tools/md5table.c
#
credits:
- $(srcdir)/tools/credits.pl --text > AUTHORS
- $(srcdir)/tools/credits.pl --tex > doc/credits.tex
- $(srcdir)/tools/credits.pl --rtf > Credits.rtf
- $(srcdir)/tools/credits.pl --cpp > gui/credits.h
- $(srcdir)/tools/credits.pl --html > ../../web/trunk/credits.inc
- $(srcdir)/tools/credits.pl --xml > ../../docs/trunk/docbook/credits.xml
+ ./tools/credits.pl --text > AUTHORS
+ ./tools/credits.pl --tex > doc/credits.tex
+ ./tools/credits.pl --rtf > Credits.rtf
+ ./tools/credits.pl --cpp > gui/credits.h
+ ./tools/credits.pl --html > ../web/credits.inc
+ ./tools/credits.pl --xml > ../../docs/trunk/docbook/credits.xml
md5scumm: tools/md5table$(EXEEXT)
tools/md5table$(EXEEXT) --c++ < $(srcdir)/tools/scumm-md5.txt > engines/scumm/scumm-md5.h