aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEugene Sandulenko2010-10-13 22:15:22 +0000
committerEugene Sandulenko2010-10-13 22:15:22 +0000
commit072c5b447c14b895ff90cddf699aedd741c5ff92 (patch)
tree7d42c0c5cd8baf7ca80fe6ec35991404ea06a01d
parente52b77dc7b87b8511c8760cf76e8fe057e83302f (diff)
downloadscummvm-rg350-072c5b447c14b895ff90cddf699aedd741c5ff92.tar.gz
scummvm-rg350-072c5b447c14b895ff90cddf699aedd741c5ff92.tar.bz2
scummvm-rg350-072c5b447c14b895ff90cddf699aedd741c5ff92.zip
CREDITS: Add Sword2.5 team. The wording was agreed with them
svn-id: r53448
-rw-r--r--AUTHORS3
-rw-r--r--gui/credits.h2
-rwxr-xr-xtools/credits.pl4
3 files changed, 9 insertions, 0 deletions
diff --git a/AUTHORS b/AUTHORS
index 4a413d6294..0dc090790b 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -492,3 +492,6 @@ Special thanks to
David P. Gray from Gray Design Associate for sharing the source code of
the Hugo trilogy.
+ Broken Sword 2.5 team for providing sources of their engine and their
+ great support.
+
diff --git a/gui/credits.h b/gui/credits.h
index b469645217..e6be7e01e7 100644
--- a/gui/credits.h
+++ b/gui/credits.h
@@ -580,5 +580,7 @@ static const char *credits[] = {
"C0""",
"C0""David P. Gray from Gray Design Associate for sharing the source code of the Hugo trilogy.",
"C0""",
+"C0""Broken Sword 2.5 team for providing sources of their engine and their great support.",
+"C0""",
"",
};
diff --git a/tools/credits.pl b/tools/credits.pl
index 1421f907db..d74d98e793 100755
--- a/tools/credits.pl
+++ b/tools/credits.pl
@@ -1033,6 +1033,10 @@ begin_credits("Credits");
"David P. Gray from Gray Design Associate for sharing the source code ".
"of the Hugo trilogy.");
+ add_paragraph(
+ "Broken Sword 2.5 team for providing sources of their engine and their great ".
+ "support.");
+
end_section();
end_credits();