mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-01 05:11:09 +00:00
Add the Mohawk crew to the credits.
svn-id: r46787
This commit is contained in:
parent
85787988a0
commit
eb2e457817
9
AUTHORS
9
AUTHORS
@ -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
|
||||
|
@ -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",
|
||||
|
@ -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", "");
|
||||
|
Loading…
Reference in New Issue
Block a user