mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-01 05:11:09 +00:00
CREDITS: Add credits for Lab
This commit is contained in:
parent
11fda24477
commit
8054869161
10
AUTHORS
10
AUTHORS
@ -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
|
||||
|
@ -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 ".
|
||||
|
@ -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""",
|
||||
|
Loading…
Reference in New Issue
Block a user