aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Horn2008-09-05 22:16:29 +0000
committerMax Horn2008-09-05 22:16:29 +0000
commita5a50e8ab944e250637e47ccdd1ed534901c9d6a (patch)
tree2006a72a8c582f738cc016bff5f084b5054bb237
parent5bac6ed4110b0953e77f70fdc57c310112e9d824 (diff)
downloadscummvm-rg350-a5a50e8ab944e250637e47ccdd1ed534901c9d6a.tar.gz
scummvm-rg350-a5a50e8ab944e250637e47ccdd1ed534901c9d6a.tar.bz2
scummvm-rg350-a5a50e8ab944e250637e47ccdd1ed534901c9d6a.zip
Added Chris to credits
svn-id: r34373
-rw-r--r--AUTHORS5
-rw-r--r--gui/credits.h4
-rwxr-xr-xtools/credits.pl3
3 files changed, 9 insertions, 3 deletions
diff --git a/AUTHORS b/AUTHORS
index 2272c20781..45cebf57c6 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -168,9 +168,12 @@ ScummVM Team
Johannes Schickel
Miscellaneous:
- David Corrales-Lopez - Filesystem access improvements
+ David Corrales-Lopez - Filesystem access improvements (GSoC 2007
+ task)
Jerome Fisher - MT-32 emulator
Jochen Hoenicke - Speaker & PCjr sound support, Adlib work
+ Chris Page - Return to launcher, savestate improvements,
+ leak fixes, ... (GSoC 2008 task)
Robin Watts - ARM assembly routines for nice speedups on
several ports; improvements to the sound mixer
diff --git a/gui/credits.h b/gui/credits.h
index ca2fda811d..b8d2e345c8 100644
--- a/gui/credits.h
+++ b/gui/credits.h
@@ -175,11 +175,13 @@ static const char *credits[] = {
"\\C\\c0""",
"\\C\\c1""Miscellaneous",
"\\C\\c0""David Corrales-Lopez",
-"\\C\\c2""Filesystem access improvements",
+"\\C\\c2""Filesystem access improvements (GSoC 2007 task)",
"\\C\\c0""Jerome Fisher",
"\\C\\c2""MT-32 emulator",
"\\C\\c0""Jochen Hoenicke",
"\\C\\c2""Speaker & PCjr sound support, Adlib work",
+"\\C\\c0""Chris Page",
+"\\C\\c2""Return to launcher, savestate improvements, leak fixes, ... (GSoC 2008 task)",
"\\C\\c0""Robin Watts",
"\\C\\c2""ARM assembly routines for nice speedups on several ports; improvements to the sound mixer",
"\\C\\c0""",
diff --git a/tools/credits.pl b/tools/credits.pl
index d1a73ab9fb..45351146c2 100755
--- a/tools/credits.pl
+++ b/tools/credits.pl
@@ -660,9 +660,10 @@ begin_credits("Credits");
end_section();
begin_section("Miscellaneous");
- add_person("David Corrales-Lopez", "david_corrales", "Filesystem access improvements");
+ add_person("David Corrales-Lopez", "david_corrales", "Filesystem access improvements (GSoC 2007 task)");
add_person("Jerome Fisher", "KingGuppy", "MT-32 emulator");
add_person("Jochen Hoenicke", "hoenicke", "Speaker & PCjr sound support, Adlib work");
+ add_person("Chris Page", "cp88", "Return to launcher, savestate improvements, leak fixes, ... (GSoC 2008 task)");
add_person("Robin Watts", "robinwatts", "ARM assembly routines for nice speedups on several ports; improvements to the sound mixer");
end_section();
end_section();