diff options
author | Matthew Hoops | 2009-12-31 03:17:59 +0000 |
---|---|---|
committer | Matthew Hoops | 2009-12-31 03:17:59 +0000 |
commit | eb2e45781749c31b2bd637fb40b6e0315d2601b6 (patch) | |
tree | 6757fa39ddd689a536063b19dd35b57b15a28edf | |
parent | 85787988a03c247e01596ebbb1386a478ded2df7 (diff) | |
download | scummvm-rg350-eb2e45781749c31b2bd637fb40b6e0315d2601b6.tar.gz scummvm-rg350-eb2e45781749c31b2bd637fb40b6e0315d2601b6.tar.bz2 scummvm-rg350-eb2e45781749c31b2bd637fb40b6e0315d2601b6.zip |
Add the Mohawk crew to the credits.
svn-id: r46787
-rw-r--r-- | AUTHORS | 9 | ||||
-rw-r--r-- | gui/credits.h | 8 | ||||
-rwxr-xr-x | tools/credits.pl | 7 |
3 files changed, 22 insertions, 2 deletions
@@ -118,6 +118,12 @@ ScummVM Team Benjamin Haisch Filippos Karapetis + Mohawk: + Matthew Hoops + Filippos Karapetis + Eugene Sandulenko + David Turner + Parallaction: peres @@ -320,7 +326,8 @@ Other contributions Thierry Crozat - Support for Broken Sword 1 Macintosh version Martin Doucha - CinE engine objectification Thomas Fach-Pedersen - ProTracker module player - Tobias Gunkel - Graphic support for PCE version of Loom + Tobias Gunkel - Sound support for C64 version of MM/Zak, Loom + PCE support Janne Huttunen - V3 actor mask support, Dig/FT SMUSH audio Kovacs Endre Janos - Several fixes for Simon1 Jeroen Janssen - Numerous readability and bugfix patches diff --git a/gui/credits.h b/gui/credits.h index 9fd9e669fd..43db5d7b4e 100644 --- a/gui/credits.h +++ b/gui/credits.h @@ -138,6 +138,12 @@ static const char *credits[] = { "C0""Benjamin Haisch", "C0""Filippos Karapetis", "", +"C1""Mohawk", +"C0""Matthew Hoops", +"C0""Filippos Karapetis", +"C0""Eugene Sandulenko", +"C0""David Turner", +"", "C1""Parallaction", "C0""peres", "", @@ -368,7 +374,7 @@ static const char *credits[] = { "C0""Thomas Fach-Pedersen", "C2""ProTracker module player", "C0""Tobias Gunkel", -"C2""Graphic support for PCE version of Loom", +"C2""Sound support for C64 version of MM/Zak, Loom PCE support", "C0""Janne Huttunen", "C2""V3 actor mask support, Dig/FT SMUSH audio", "C0""Kov\341cs Endre J\341nos", diff --git a/tools/credits.pl b/tools/credits.pl index b1c255d7d8..d1f3af5b3a 100755 --- a/tools/credits.pl +++ b/tools/credits.pl @@ -602,6 +602,13 @@ begin_credits("Credits"); add_person("Benjamin Haisch", "john_doe", ""); add_person("Filippos Karapetis", "[md5]", ""); end_section(); + + begin_section("Mohawk"); + add_person("Matthew Hoops", "clone2727", ""); + add_person("Filippos Karapetis", "[md5]", ""); + add_person("Eugene Sandulenko", "sev", ""); + add_person("David Turner", "digitall", ""); + end_section(); begin_section("Parallaction"); add_person("", "peres", ""); |