diff options
-rw-r--r-- | AUTHORS | 6 | ||||
-rw-r--r-- | gui/credits.h | 8 | ||||
-rwxr-xr-x | tools/credits.pl | 6 |
3 files changed, 10 insertions, 10 deletions
@@ -132,15 +132,15 @@ ScummVM Team Paul Gilbert Max Horn Filippos Karapetis + Martin Kiewitz Walter van Niftrik Willem Jan Palenstijn Jordi Vilalta Prat Lars Skovlund - Martin Kiewitz TeenAgent: - Vladimir Menshakov Robert Megone - Help with callback rewriting + Vladimir Menshakov Tinsel: Torbjorn Andersson @@ -316,11 +316,11 @@ Other contributions fixes Stuart Caie - Decoders for Amiga and AtariST data files (AGOS engine) - Tobias Gunkel - Graphic support for PCE version of Loom Paolo Costabel - PSP port 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 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 05f3d122a5..9fd9e669fd 100644 --- a/gui/credits.h +++ b/gui/credits.h @@ -152,16 +152,16 @@ static const char *credits[] = { "C0""Paul Gilbert", "C0""Max Horn", "C0""Filippos Karapetis", +"C0""Martin Kiewitz", "C0""Walter van Niftrik", "C0""Willem Jan Palenstijn", "C0""Jordi Vilalta Prat", "C0""Lars Skovlund", -"C0""Martin Kiewitz", "", "C1""TeenAgent", -"C0""Vladimir Menshakov", "C0""Robert Megone", "C2""Help with callback rewriting", +"C0""Vladimir Menshakov", "", "C1""Tinsel", "C0""Torbj\366rn Andersson", @@ -359,8 +359,6 @@ static const char *credits[] = { "C2""Subtitle control options in the GUI; BASS GUI fixes", "C0""Stuart Caie", "C2""Decoders for Amiga and AtariST data files (AGOS engine)", -"C0""Tobias Gunkel", -"C2""Graphic support for PCE version of Loom", "C0""Paolo Costabel", "C2""PSP port contributions", "C0""Thierry Crozat", @@ -369,6 +367,8 @@ static const char *credits[] = { "C2""CinE engine objectification", "C0""Thomas Fach-Pedersen", "C2""ProTracker module player", +"C0""Tobias Gunkel", +"C2""Graphic support for PCE version of Loom", "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 b305ac6e89..038b4a3319 100755 --- a/tools/credits.pl +++ b/tools/credits.pl @@ -619,16 +619,16 @@ begin_credits("Credits"); add_person("Paul Gilbert", "dreammaster", ""); add_person("Max Horn", "Fingolfin", ""); add_person("Filippos Karapetis", "[md5]", ""); + add_person("Martin Kiewitz", "m_kiewitz", ""); add_person("Walter van Niftrik", "waltervn", ""); add_person("Willem Jan Palenstijn", "wjp", ""); add_person("Jordi Vilalta Prat", "jvprat", ""); add_person("Lars Skovlund", "lskovlun", ""); - add_person("Martin Kiewitz", "m_kiewitz", ""); end_section(); begin_section("TeenAgent"); - add_person("Vladimir Menshakov", "whoozle", ""); add_person("Robert Megone", "sanguine", "Help with callback rewriting"); + add_person("Vladimir Menshakov", "whoozle", ""); end_section(); @@ -846,11 +846,11 @@ begin_credits("Credits"); begin_persons(); add_person("Ori Avtalion", "salty-horse", "Subtitle control options in the GUI; BASS GUI fixes"); add_person("Stuart Caie", "", "Decoders for Amiga and AtariST data files (AGOS engine)"); - add_person("Tobias Gunkel", "hennymcc", "Graphic support for PCE version of Loom"); add_person("Paolo Costabel", "", "PSP port contributions"); add_person("Thierry Crozat", "criezy", "Support for Broken Sword 1 Macintosh version"); add_person("Martin Doucha", "next_ghost", "CinE engine objectification"); add_person("Thomas Fach-Pedersen", "madmoose", "ProTracker module player"); + add_person("Tobias Gunkel", "hennymcc", "Graphic support for PCE version of Loom"); add_person("Janne Huttunen", "", "V3 actor mask support, Dig/FT SMUSH audio"); add_person("Kovács Endre János", "", "Several fixes for Simon1"); add_person("Jeroen Janssen", "japj", "Numerous readability and bugfix patches"); |