diff options
-rw-r--r-- | AUTHORS | 5 | ||||
-rw-r--r-- | gui/credits.h | 4 | ||||
-rwxr-xr-x | tools/credits.pl | 3 |
3 files changed, 9 insertions, 3 deletions
@@ -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(); |