aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTravis Howell2006-09-29 11:22:18 +0000
committerTravis Howell2006-09-29 11:22:18 +0000
commitfa5c1db17035d9985f598787bca9772f4ae8ef70 (patch)
tree4cccbc497f89072fdca32aa8e8a39b0d91cd56ad
parent36551b480918245d58b97c30b8648d4fb4552d93 (diff)
downloadscummvm-rg350-fa5c1db17035d9985f598787bca9772f4ae8ef70.tar.gz
scummvm-rg350-fa5c1db17035d9985f598787bca9772f4ae8ef70.tar.bz2
scummvm-rg350-fa5c1db17035d9985f598787bca9772f4ae8ef70.zip
Update credits
svn-id: r24018
-rw-r--r--AUTHORS3
-rw-r--r--doc/credits.tex2
-rw-r--r--gui/credits.h2
-rwxr-xr-xtools/credits.pl2
-rw-r--r--tools/module.mk12
5 files changed, 11 insertions, 10 deletions
diff --git a/AUTHORS b/AUTHORS
index aba0706554..1b99988b88 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -259,5 +259,6 @@ 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 and Simon the Sorcerer's
+ the source code of The Feeble Files and Simon the Sorcerer's Puzzle Pack
+ with us.
diff --git a/doc/credits.tex b/doc/credits.tex
index 787e486bb3..6fcc5a3bd3 100644
--- a/doc/credits.tex
+++ b/doc/credits.tex
@@ -383,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 and Simon the Sorcerer's
+Alan Bridgman, Simon Woodroffe and everyone at Adventure Soft for sharing the source code of The Feeble Files and Simon the Sorcerer's Puzzle Pack with us.
\end{list}
\end{trivlist}
diff --git a/gui/credits.h b/gui/credits.h
index e2dee73095..6650cfeaca 100644
--- a/gui/credits.h
+++ b/gui/credits.h
@@ -297,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 and Simon the Sorcerer's ",
+"\\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 Puzzle Pack with us.",
"\\C\\c0""",
"\\C\\c0""",
};
diff --git a/tools/credits.pl b/tools/credits.pl
index bf7fe61a34..075f6c0dcc 100755
--- a/tools/credits.pl
+++ b/tools/credits.pl
@@ -773,7 +773,7 @@ begin_credits("Credits");
add_paragraph(
"Alan Bridgman, Simon Woodroffe and everyone at Adventure Soft for ".
- "sharing the source code of The Feeble Files and Simon the Sorcerer's ",
+ "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 fcf16b799b..dd44b415bf 100644
--- a/tools/module.mk
+++ b/tools/module.mk
@@ -42,12 +42,12 @@ tools/md5table$(EXEEXT): $(srcdir)/tools/md5table.c
#
credits:
- ./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
+ $(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
md5scumm: tools/md5table$(EXEEXT)
tools/md5table$(EXEEXT) --c++ < $(srcdir)/tools/scumm-md5.txt > engines/scumm/scumm-md5.h