aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Hoops2012-03-21 14:55:12 -0400
committerMatthew Hoops2012-03-21 14:55:12 -0400
commit1e8eea426899fee80bae496ca74b4230294c6e67 (patch)
treecf156eff90ca001e368c3d275c62b08e621f89e7
parent1ec7e516822ae344cabd8a35ef226653514339f1 (diff)
downloadscummvm-rg350-1e8eea426899fee80bae496ca74b4230294c6e67.tar.gz
scummvm-rg350-1e8eea426899fee80bae496ca74b4230294c6e67.tar.bz2
scummvm-rg350-1e8eea426899fee80bae496ca74b4230294c6e67.zip
CREDITS: Add pegasus
-rw-r--r--AUTHORS6
-rwxr-xr-xdevtools/credits.pl8
-rw-r--r--gui/credits.h5
3 files changed, 19 insertions, 0 deletions
diff --git a/AUTHORS b/AUTHORS
index 9f71be9467..e13de73a45 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -137,6 +137,9 @@ ScummVM Team
Parallaction:
peres
+ Pegasus:
+ Matthew Hoops
+
Queen:
David Eriksson - (retired)
Gregory Montoir - (retired)
@@ -597,3 +600,6 @@ Special thanks to
Broken Sword 2.5 team for providing sources of their engine and their
great support.
+ Bob Bell, Michel Kripalani, Tommy Yune, from Presto Studios for providing
+ the source code of The Journeyman Project: Pegasus Prime.
+
diff --git a/devtools/credits.pl b/devtools/credits.pl
index b3a506125f..db6975641a 100755
--- a/devtools/credits.pl
+++ b/devtools/credits.pl
@@ -608,6 +608,10 @@ begin_credits("Credits");
add_person("", "peres", "");
end_section();
+ begin_section("Pegasus");
+ add_person("Matthew Hoops", "clone2727", "");
+ end_section();
+
begin_section("Queen");
add_person("David Eriksson", "twogood", "(retired)");
add_person("Gregory Montoir", "cyx", "(retired)");
@@ -1127,6 +1131,10 @@ begin_credits("Credits");
"Broken Sword 2.5 team for providing sources of their engine and their great ".
"support.");
+ add_paragraph(
+ "Bob Bell, Michel Kripalani, Tommy Yune, from Presto Studios for ".
+ "providing the source code of The Journeyman Project: Pegasus Prime.");
+
end_section();
end_credits();
diff --git a/gui/credits.h b/gui/credits.h
index ecfe280d20..928799efd7 100644
--- a/gui/credits.h
+++ b/gui/credits.h
@@ -157,6 +157,9 @@ static const char *credits[] = {
"C1""Parallaction",
"C0""peres",
"",
+"C1""Pegasus",
+"C0""Matthew Hoops",
+"",
"C1""Queen",
"C0""David Eriksson",
"C2""(retired)",
@@ -710,5 +713,7 @@ static const char *credits[] = {
"C0""",
"C0""Broken Sword 2.5 team for providing sources of their engine and their great support.",
"C0""",
+"C0""Bob Bell, Michel Kripalani, Tommy Yune, from Presto Studios for providing the source code of The Journeyman Project: Pegasus Prime.",
+"C0""",
"",
};