diff options
author | Thierry Crozat | 2017-03-29 23:38:08 +0100 |
---|---|---|
committer | Thierry Crozat | 2017-03-29 23:38:08 +0100 |
commit | 8054869161d25241e288ab2a5a93598e1b38d460 (patch) | |
tree | 6c6cfbe5b3e3fd4871a0878b5d4e8adcb5689fcc | |
parent | 11fda24477d3d8923c2af129b3a57b4986259f4c (diff) | |
download | scummvm-rg350-8054869161d25241e288ab2a5a93598e1b38d460.tar.gz scummvm-rg350-8054869161d25241e288ab2a5a93598e1b38d460.tar.bz2 scummvm-rg350-8054869161d25241e288ab2a5a93598e1b38d460.zip |
CREDITS: Add credits for Lab
-rw-r--r-- | AUTHORS | 10 | ||||
-rwxr-xr-x | devtools/credits.pl | 11 | ||||
-rw-r--r-- | gui/credits.h | 9 |
3 files changed, 25 insertions, 5 deletions
@@ -148,6 +148,12 @@ ScummVM Team Gregory Montoir - (retired) Johannes Schickel - (retired) + Lab: + Arnaud Boutonne + Filippos Karapetis + Willem Jan Palenstijn + Eugene Sandulenko + Lastexpress: Matthew Hoops - (retired) Jordi Vilalta Prat @@ -722,8 +728,8 @@ Special thanks to supportive. Joe Pearce from The Wyrmkeep Entertainment Co. for sharing the source of - their famous title Inherit the Earth and always prompt replies to our - questions. + their famous title Inherit the Earth, for sharing the source of The + Labyrinth of Time and for always replying promptly to our questions. Aric Wilmunder, Ron Gilbert, David Fox, Vince Lee, and all those at LucasFilm/LucasArts who made SCUMM the insane mess to reimplement that it diff --git a/devtools/credits.pl b/devtools/credits.pl index 5f7dbe0235..0d1df66262 100755 --- a/devtools/credits.pl +++ b/devtools/credits.pl @@ -657,6 +657,13 @@ begin_credits("Credits"); add_person("Johannes Schickel", "LordHoto", "(retired)"); end_section(); + begin_section("Lab"); + add_person("Arnaud Boutonné", "Strangerke", ""); + add_person("Filippos Karapetis", "[md5]", ""); + add_person("Willem Jan Palenstijn", "wjp", ""); + add_person("Eugene Sandulenko", "sev", ""); + end_section(); + begin_section("Lastexpress"); add_person("Matthew Hoops", "clone2727", "(retired)"); add_person("Jordi Vilalta Prat", "jvprat", ""); @@ -1287,8 +1294,8 @@ begin_credits("Credits"); add_paragraph( "Joe Pearce from The Wyrmkeep Entertainment Co. for sharing the source ". - "of their famous title Inherit the Earth and always prompt replies to ". - "our questions."); + "of their famous title Inherit the Earth, for sharing the source of The Labyrinth of Time ". + "and for always replying promptly to our questions."); add_paragraph( "Aric Wilmunder, Ron Gilbert, David Fox, Vince Lee, and all those at ". diff --git a/gui/credits.h b/gui/credits.h index 3ee4144526..171197a378 100644 --- a/gui/credits.h +++ b/gui/credits.h @@ -184,6 +184,13 @@ static const char *credits[] = { "C0""Johannes Schickel", "C2""(retired)", "", +"C1""Lab", +"A0""Arnaud Boutonne", +"C0""Arnaud Boutonn\351", +"C0""Filippos Karapetis", +"C0""Willem Jan Palenstijn", +"C0""Eugene Sandulenko", +"", "C1""Lastexpress", "C0""Matthew Hoops", "C2""(retired)", @@ -898,7 +905,7 @@ static const char *credits[] = { "C0""", "C0""John Passfield and Steve Stamatiadis for sharing the source of their classic title, Flight of the Amazon Queen and also being incredibly supportive.", "C0""", -"C0""Joe Pearce from The Wyrmkeep Entertainment Co. for sharing the source of their famous title Inherit the Earth and always prompt replies to our questions.", +"C0""Joe Pearce from The Wyrmkeep Entertainment Co. for sharing the source of their famous title Inherit the Earth, for sharing the source of The Labyrinth of Time and for always replying promptly to our questions.", "C0""", "C0""Aric Wilmunder, Ron Gilbert, David Fox, Vince Lee, and all those at LucasFilm/LucasArts who made SCUMM the insane mess to reimplement that it is today. Feel free to drop us a line and tell us what you think, guys!", "C0""", |