diff options
author | Sven Hesse | 2006-05-12 13:04:00 +0000 |
---|---|---|
committer | Sven Hesse | 2006-05-12 13:04:00 +0000 |
commit | 6add5edcee14c804c83d0aba5e2f3838563a51c4 (patch) | |
tree | dde5022b456027be3631e9087bdf68fec4fff8a3 | |
parent | ccac2aea20628d66cc7d64085cc8ed744e6450f9 (diff) | |
download | scummvm-rg350-6add5edcee14c804c83d0aba5e2f3838563a51c4.tar.gz scummvm-rg350-6add5edcee14c804c83d0aba5e2f3838563a51c4.tar.bz2 scummvm-rg350-6add5edcee14c804c83d0aba5e2f3838563a51c4.zip |
Crediting Patrick Combet (aka Dorian Gray) for the Gobliiins ADL player
svn-id: r22414
-rw-r--r-- | AUTHORS | 1 | ||||
-rw-r--r-- | gui/credits.h | 2 | ||||
-rwxr-xr-x | tools/credits.pl | 1 |
3 files changed, 4 insertions, 0 deletions
@@ -185,6 +185,7 @@ Special thanks to Sander Buskens - For his work on the initial reversing of Monkey2 Canadacow - For the original MT-32 emulator Kevin Carnes - For Scumm16, the basis of ScummVM's older gfx codecs + Patrick Combet - For the original Gobliiins ADL player Ivan Dubrov - For contributing the initial version of the Gobliiins engine Joachim Eberhard - For numerous contributions to documentation diff --git a/gui/credits.h b/gui/credits.h index bd520d143f..a723c76ab0 100644 --- a/gui/credits.h +++ b/gui/credits.h @@ -221,6 +221,8 @@ static const char *credits[] = { "\\C\\c2""For the original MT-32 emulator", "\\C\\c0""Kevin Carnes", "\\C\\c2""For Scumm16, the basis of ScummVM's older gfx codecs", +"\\C\\c0""Patrick Combet", +"\\C\\c2""For the original Gobliiins ADL player", "\\C\\c0""Ivan Dubrov", "\\C\\c2""For contributing the initial version of the Gobliiins engine", "\\C\\c0""Joachim Eberhard", diff --git a/tools/credits.pl b/tools/credits.pl index 629e659b29..260978df3c 100755 --- a/tools/credits.pl +++ b/tools/credits.pl @@ -662,6 +662,7 @@ begin_credits("Credits"); add_person("Sander Buskens", "", "For his work on the initial reversing of Monkey2"); add_person("", "Canadacow", "For the original MT-32 emulator"); add_person("Kevin Carnes", "", "For Scumm16, the basis of ScummVM's older gfx codecs"); + add_person("Patrick Combet", "Dorian Gray", "For the original Gobliiins ADL player"); add_person("Ivan Dubrov", "", "For contributing the initial version of the Gobliiins engine"); add_person("Joachim Eberhard", "joachimeberhard", "For numerous contributions to documentation"); add_person("", "Jezar", "For his freeverb filter implementation"); |