CREDITS: Add credits for all of the engines
This commit is contained in:
parent
cf179868c8
commit
ac3586eb9a
3 changed files with 122 additions and 24 deletions
39
AUTHORS
39
AUTHORS
|
@ -86,6 +86,9 @@ ScummVM Team
|
|||
Arnaud Boutonne
|
||||
Paul Gilbert
|
||||
|
||||
Chewy:
|
||||
Filippos Karapetis
|
||||
|
||||
Cine:
|
||||
Vincent Hamm - (retired)
|
||||
Pawel Kolodziejski
|
||||
|
@ -103,6 +106,16 @@ ScummVM Team
|
|||
Cryomni3D:
|
||||
Philippe Valembois
|
||||
|
||||
Director:
|
||||
Eugene Sandulenko
|
||||
Dmitry Iskrich
|
||||
Steven Hoefel
|
||||
Tobia Tesan
|
||||
|
||||
DM:
|
||||
Arnaud Boutonne
|
||||
Bendeguz Nagy
|
||||
|
||||
Draci:
|
||||
Denis Kasak
|
||||
Robert Spalek
|
||||
|
@ -112,10 +125,6 @@ ScummVM Team
|
|||
Pawel Kolodziejski
|
||||
Thierry Crozat
|
||||
|
||||
DM:
|
||||
Arnaud Boutonne
|
||||
Bendeguz Nagy
|
||||
|
||||
DreamWeb:
|
||||
Torbjorn Andersson
|
||||
Bertrand Augereau
|
||||
|
@ -149,6 +158,10 @@ ScummVM Team
|
|||
Scott Thomas
|
||||
Jordi Vilalta Prat
|
||||
|
||||
HDB:
|
||||
Eugene Sandulenko
|
||||
Nipun Garg - GSoC student
|
||||
|
||||
Hopkins:
|
||||
Arnaud Boutonne
|
||||
Paul Gilbert
|
||||
|
@ -180,9 +193,15 @@ ScummVM Team
|
|||
Jordi Vilalta Prat
|
||||
Julien Templier
|
||||
|
||||
Lilliput:
|
||||
Arnaud Boutonne
|
||||
|
||||
Lure:
|
||||
Paul Gilbert
|
||||
|
||||
MacVenture:
|
||||
Borja Lorente - GSoC student
|
||||
|
||||
MADE:
|
||||
Benjamin Haisch
|
||||
Filippos Karapetis
|
||||
|
@ -219,6 +238,13 @@ ScummVM Team
|
|||
Pegasus:
|
||||
Matthew Hoops - (retired)
|
||||
|
||||
Pink:
|
||||
Andrei Prykhodko
|
||||
Eugene Sandulenko
|
||||
|
||||
Plumbers:
|
||||
Retro-Junk;
|
||||
|
||||
Prince:
|
||||
Eugene Sandulenko
|
||||
Lukasz Watka
|
||||
|
@ -274,7 +300,7 @@ ScummVM Team
|
|||
Fabio Battaglia - PSX version support
|
||||
Jonathan Gray - (retired)
|
||||
|
||||
Sword25:
|
||||
Sword2.5:
|
||||
Torbjorn Andersson
|
||||
Paul Gilbert
|
||||
Max Horn - (retired)
|
||||
|
@ -325,6 +351,9 @@ ScummVM Team
|
|||
Arnaud Boutonne
|
||||
Paul Gilbert
|
||||
|
||||
WAGE:
|
||||
Eugene Sandulenko
|
||||
|
||||
Wintermute:
|
||||
Einar Johan T. Somaaen
|
||||
Tobia Tesan
|
||||
|
|
|
@ -337,7 +337,7 @@ sub begin_section {
|
|||
print "\t\t<title>" . $title . "</title>\n";
|
||||
if ($anchor) {
|
||||
print "\t\t<anchor>" . $anchor . "</anchor>\n";
|
||||
}
|
||||
}
|
||||
} elsif ($section_level eq 1) {
|
||||
print "\t\t<subsection>\n";
|
||||
print "\t\t\t<title>" . $title . "</title>\n";
|
||||
|
@ -578,7 +578,7 @@ begin_credits("Credits");
|
|||
add_person("Gregory Montoir", "cyx", "(retired)");
|
||||
add_person("Eugene Sandulenko", "sev", "");
|
||||
end_section();
|
||||
|
||||
|
||||
begin_section("Access");
|
||||
add_person("Arnaud Boutonné", "Strangerke", "");
|
||||
add_person("Paul Gilbert", "dreammaster", "");
|
||||
|
@ -635,6 +635,10 @@ begin_credits("Credits");
|
|||
add_person("Paul Gilbert", "dreammaster", "");
|
||||
end_section();
|
||||
|
||||
begin_section("Chewy");
|
||||
add_person("Filippos Karapetis", "[md5]", "");
|
||||
end_section();
|
||||
|
||||
begin_section("Cine");
|
||||
add_person("Vincent Hamm", "yaz0r", "(retired)");
|
||||
add_person("Paweł Kołodziejski", "aquadran", "");
|
||||
|
@ -656,6 +660,18 @@ begin_credits("Credits");
|
|||
add_person("Philippe Valembois", "lePhilousophe", "");
|
||||
end_section();
|
||||
|
||||
begin_section("Director");
|
||||
add_person("Eugene Sandulenko", "sev", "");
|
||||
add_person("Dmitry Iskrich", "", "");
|
||||
add_person("Steven Hoefel", "", "");
|
||||
add_person("Tobia Tesan", "", "");
|
||||
end_section();
|
||||
|
||||
begin_section("DM");
|
||||
add_person("Arnaud Boutonné", "Strangerke", "");
|
||||
add_person("Bendegúz Nagy", "WinterGrascph", "");
|
||||
end_section();
|
||||
|
||||
begin_section("Draci");
|
||||
add_person("Denis Kasak", "dkasak13", "");
|
||||
add_person("Robert Špalek", "spalek", "");
|
||||
|
@ -667,11 +683,6 @@ begin_credits("Credits");
|
|||
add_person("Thierry Crozat", "criezy", "");
|
||||
end_section();
|
||||
|
||||
begin_section("DM");
|
||||
add_person("Arnaud Boutonné", "Strangerke", "");
|
||||
add_person("Bendegúz Nagy", "WinterGrascph", "");
|
||||
end_section();
|
||||
|
||||
begin_section("DreamWeb");
|
||||
add_person("Torbjörn Andersson", "eriktorbjorn", "");
|
||||
add_person("Bertrand Augereau", "Tramb", "");
|
||||
|
@ -692,7 +703,7 @@ begin_credits("Credits");
|
|||
add_person("Alan Cox", "", "ScottFree interpreter");
|
||||
add_person("Michael J. Roberts", "", "TADS interpreter");
|
||||
end_section();
|
||||
|
||||
|
||||
begin_section("Gnap");
|
||||
add_person("Arnaud Boutonné", "Strangerke", "");
|
||||
add_person("Benjamin Haisch", "john_doe", "");
|
||||
|
@ -711,6 +722,11 @@ begin_credits("Credits");
|
|||
add_person("Jordi Vilalta Prat", "jvprat", "");
|
||||
end_section();
|
||||
|
||||
begin_section("HDB");
|
||||
add_person("Eugene Sandulenko", "sev", "");
|
||||
add_person("Nipun Garg", "nipung", "GSoC student");
|
||||
end_section();
|
||||
|
||||
begin_section("Hopkins");
|
||||
add_person("Arnaud Boutonné", "Strangerke", "");
|
||||
add_person("Paul Gilbert", "dreammaster", "");
|
||||
|
@ -741,17 +757,25 @@ begin_credits("Credits");
|
|||
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", "");
|
||||
add_person("Julien Templier", "littleboy", "");
|
||||
end_section();
|
||||
|
||||
begin_section("Lilliput");
|
||||
add_person("Arnaud Boutonné", "Strangerke", "");
|
||||
end_section();
|
||||
|
||||
begin_section("Lure");
|
||||
add_person("Paul Gilbert", "dreammaster", "");
|
||||
end_section();
|
||||
|
||||
begin_section("MacVenture");
|
||||
add_person("Borja Lorente", "blorente", "GSoC student");
|
||||
end_section();
|
||||
|
||||
begin_section("MADE");
|
||||
add_person("Benjamin Haisch", "john_doe", "");
|
||||
add_person("Filippos Karapetis", "[md5]", "");
|
||||
|
@ -796,6 +820,15 @@ begin_credits("Credits");
|
|||
add_person("Matthew Hoops", "clone2727", "(retired)");
|
||||
end_section();
|
||||
|
||||
begin_section("Pink");
|
||||
add_person("Andrei Prykhodko", "whiterandrek", "");
|
||||
add_person("Eugene Sandulenko", "sev", "");
|
||||
end_section();
|
||||
|
||||
begin_section("Plumbers");
|
||||
add_person("Retro-Junk;", "bambarbee", "");
|
||||
end_section();
|
||||
|
||||
begin_section("Prince");
|
||||
add_person("Eugene Sandulenko", "sev", "");
|
||||
add_person("Łukasz Wątka", "lukaslw", "");
|
||||
|
@ -859,7 +892,7 @@ begin_credits("Credits");
|
|||
add_person("Jonathan Gray", "khalek", "(retired)");
|
||||
end_section();
|
||||
|
||||
begin_section("Sword25");
|
||||
begin_section("Sword2.5");
|
||||
add_person("Torbjörn Andersson", "eriktorbjorn", "");
|
||||
add_person("Paul Gilbert", "dreammaster", "");
|
||||
add_person("Max Horn", "Fingolfin", "(retired)");
|
||||
|
@ -921,6 +954,10 @@ begin_credits("Credits");
|
|||
add_person("Paul Gilbert", "dreammaster", "");
|
||||
end_section();
|
||||
|
||||
begin_section("WAGE");
|
||||
add_person("Eugene Sandulenko", "sev", "");
|
||||
end_section();
|
||||
|
||||
begin_section("Wintermute");
|
||||
add_person("Einar Johan T. Sømåen", "somaen", "");
|
||||
add_person("Tobia Tesan", "t0by", "");
|
||||
|
@ -1473,10 +1510,10 @@ begin_credits("Credits");
|
|||
add_paragraph(
|
||||
"The mindFactory team for writing Broken Sword 2.5, a splendid fan-made sequel, and for sharing ".
|
||||
"the source code with us.");
|
||||
|
||||
|
||||
add_paragraph(
|
||||
"John Romero for sharing the source code of Hyperspace Delivery Boy! with us.");
|
||||
|
||||
|
||||
add_paragraph(
|
||||
"Steffen Dingel for sharing the source code of the Mission Supernova game with us.");
|
||||
|
||||
|
|
|
@ -108,6 +108,9 @@ static const char *credits[] = {
|
|||
"C0""Arnaud Boutonn\351",
|
||||
"C0""Paul Gilbert",
|
||||
"",
|
||||
"C1""Chewy",
|
||||
"C0""Filippos Karapetis",
|
||||
"",
|
||||
"C1""Cine",
|
||||
"C0""Vincent Hamm",
|
||||
"C2""(retired)",
|
||||
|
@ -128,6 +131,18 @@ static const char *credits[] = {
|
|||
"C1""Cryomni3D",
|
||||
"C0""Philippe Valembois",
|
||||
"",
|
||||
"C1""Director",
|
||||
"C0""Eugene Sandulenko",
|
||||
"C0""Dmitry Iskrich",
|
||||
"C0""Steven Hoefel",
|
||||
"C0""Tobia Tesan",
|
||||
"",
|
||||
"C1""DM",
|
||||
"A0""Arnaud Boutonne",
|
||||
"C0""Arnaud Boutonn\351",
|
||||
"A0""Bendeguz Nagy",
|
||||
"C0""Bendeg\372z Nagy",
|
||||
"",
|
||||
"C1""Draci",
|
||||
"C0""Denis Kasak",
|
||||
"C0""Robert Spalek",
|
||||
|
@ -137,12 +152,6 @@ static const char *credits[] = {
|
|||
"C0""Pawel Kolodziejski",
|
||||
"C0""Thierry Crozat",
|
||||
"",
|
||||
"C1""DM",
|
||||
"A0""Arnaud Boutonne",
|
||||
"C0""Arnaud Boutonn\351",
|
||||
"A0""Bendeguz Nagy",
|
||||
"C0""Bendeg\372z Nagy",
|
||||
"",
|
||||
"C1""DreamWeb",
|
||||
"A0""Torbjorn Andersson",
|
||||
"C0""Torbj\366rn Andersson",
|
||||
|
@ -186,6 +195,11 @@ static const char *credits[] = {
|
|||
"C0""Scott Thomas",
|
||||
"C0""Jordi Vilalta Prat",
|
||||
"",
|
||||
"C1""HDB",
|
||||
"C0""Eugene Sandulenko",
|
||||
"C0""Nipun Garg",
|
||||
"C2""GSoC student",
|
||||
"",
|
||||
"C1""Hopkins",
|
||||
"A0""Arnaud Boutonne",
|
||||
"C0""Arnaud Boutonn\351",
|
||||
|
@ -225,9 +239,17 @@ static const char *credits[] = {
|
|||
"C0""Jordi Vilalta Prat",
|
||||
"C0""Julien Templier",
|
||||
"",
|
||||
"C1""Lilliput",
|
||||
"A0""Arnaud Boutonne",
|
||||
"C0""Arnaud Boutonn\351",
|
||||
"",
|
||||
"C1""Lure",
|
||||
"C0""Paul Gilbert",
|
||||
"",
|
||||
"C1""MacVenture",
|
||||
"C0""Borja Lorente",
|
||||
"C2""GSoC student",
|
||||
"",
|
||||
"C1""MADE",
|
||||
"C0""Benjamin Haisch",
|
||||
"C0""Filippos Karapetis",
|
||||
|
@ -270,6 +292,13 @@ static const char *credits[] = {
|
|||
"C0""Matthew Hoops",
|
||||
"C2""(retired)",
|
||||
"",
|
||||
"C1""Pink",
|
||||
"C0""Andrei Prykhodko",
|
||||
"C0""Eugene Sandulenko",
|
||||
"",
|
||||
"C1""Plumbers",
|
||||
"C0""Retro-Junk;",
|
||||
"",
|
||||
"C1""Prince",
|
||||
"C0""Eugene Sandulenko",
|
||||
"C0""Lukasz Watka",
|
||||
|
@ -341,7 +370,7 @@ static const char *credits[] = {
|
|||
"C0""Jonathan Gray",
|
||||
"C2""(retired)",
|
||||
"",
|
||||
"C1""Sword25",
|
||||
"C1""Sword2.5",
|
||||
"A0""Torbjorn Andersson",
|
||||
"C0""Torbj\366rn Andersson",
|
||||
"C0""Paul Gilbert",
|
||||
|
@ -405,6 +434,9 @@ static const char *credits[] = {
|
|||
"C0""Arnaud Boutonn\351",
|
||||
"C0""Paul Gilbert",
|
||||
"",
|
||||
"C1""WAGE",
|
||||
"C0""Eugene Sandulenko",
|
||||
"",
|
||||
"C1""Wintermute",
|
||||
"A0""Einar Johan T. Somaaen",
|
||||
"C0""Einar Johan T. S\370m\345en",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue