diff options
author | Travis Howell | 2006-09-29 11:19:12 +0000 |
---|---|---|
committer | Travis Howell | 2006-09-29 11:19:12 +0000 |
commit | 36551b480918245d58b97c30b8648d4fb4552d93 (patch) | |
tree | b4cad8464bc9c5c683d11010714dbd7d70189cb2 /tools | |
parent | c15d43be5a574f8ff7142438e69fd03586d304c8 (diff) | |
download | scummvm-rg350-36551b480918245d58b97c30b8648d4fb4552d93.tar.gz scummvm-rg350-36551b480918245d58b97c30b8648d4fb4552d93.tar.bz2 scummvm-rg350-36551b480918245d58b97c30b8648d4fb4552d93.zip |
Update credits
svn-id: r24015
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/credits.pl | 5 | ||||
-rw-r--r-- | tools/module.mk | 12 |
2 files changed, 10 insertions, 7 deletions
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 |