diff options
author | Max Horn | 2008-09-05 22:16:29 +0000 |
---|---|---|
committer | Max Horn | 2008-09-05 22:16:29 +0000 |
commit | a5a50e8ab944e250637e47ccdd1ed534901c9d6a (patch) | |
tree | 2006a72a8c582f738cc016bff5f084b5054bb237 /tools | |
parent | 5bac6ed4110b0953e77f70fdc57c310112e9d824 (diff) | |
download | scummvm-rg350-a5a50e8ab944e250637e47ccdd1ed534901c9d6a.tar.gz scummvm-rg350-a5a50e8ab944e250637e47ccdd1ed534901c9d6a.tar.bz2 scummvm-rg350-a5a50e8ab944e250637e47ccdd1ed534901c9d6a.zip |
Added Chris to credits
svn-id: r34373
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/credits.pl | 3 |
1 files changed, 2 insertions, 1 deletions
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(); |