CREDITS: Add credits for the Stark engine

This commit is contained in:
Bastien Bouclet 2016-01-07 20:14:23 +01:00
parent 4b604e2d2e
commit 1e69964305
3 changed files with 45 additions and 2 deletions

13
AUTHORS
View File

@ -13,13 +13,17 @@ ResidualVM
Dries Harnie - EMI, Android, OpenGL ES developer
Pawel Kolodziejski - Core developer (suspended)
Christian Krause - EMI developer
Einar Johan T. Somaen - Grim, EMI developer
Einar Johan T. Soemaaen - Grim, EMI developer
Joel Teichroeb - EMI, Android developer
Joni Vahamaki - EMI developer
Myst 3 Team:
Bastien Bouclet - Core developer
Stark Team:
Bastien Bouclet - Core developer
Einar Johan T. Soemaaen - Core developer (retired)
Contributors
------------
If you have contributed to this engine then you deserve to be on this
@ -81,6 +85,13 @@ ResidualVM
fixes
Stefano Musumeci - TinyGL engine driver support
Stark:
Matthew Hoops - ADPCM decoder
Pawel Kolodziejski - Various engine code fixes
Vincent Pelletier - Raw sound support
Jordi Vilalta Prat - Initial engine contributor
Scott Thomas - Initial engine author
ScummVM code
************
ResidualVM uses a lot of ScummVM code. For a list of authors look into

View File

@ -505,6 +505,11 @@ begin_credits("Credits");
begin_section("Myst 3 Team");
add_person("Bastien Bouclet", "bgK", "Core developer");
end_section();
begin_section("Stark Team");
add_person("Bastien Bouclet", "bgK", "Core developer");
add_person("Einar Johan T. Sømåen", "somaen", "Core developer (retired)");
end_section();
end_section();
begin_section("Contributors");
@ -558,6 +563,14 @@ begin_credits("Credits");
add_person("Matthew Hoops", "clone2727", "Various engine improvements and code fixes");
add_person("Stefano Musumeci", "subr3v", "TinyGL engine driver support");
end_section();
begin_section("Stark");
add_person("Matthew Hoops", "clone2727", "ADPCM decoder");
add_person("Paweł Kołodziejski", "aquadran", "Various engine code fixes");
add_person("Vincent Pelletier", "vpelletier", "Raw sound support");
add_person("Jordi Vilalta Prat", "jvprat", "Initial engine contributor");
add_person("Scott Thomas", "ST", "Initial engine author");
end_section();
end_section();
end_section();

View File

@ -4,7 +4,7 @@ static const char *credits[] = {
"",
"C1""Project Leaders",
"C0""Pawel Kolodziejski",
"A0""Einar Johan T. Somaen",
"A0""Einar Johan T. Soemaaen",
"C0""Einar Johan T. S\370m\345en",
"",
"C1""Teams",
@ -32,6 +32,13 @@ static const char *credits[] = {
"C0""Bastien Bouclet",
"C2""Core developer",
"",
"C1""Stark Team",
"C0""Bastien Bouclet",
"C2""Core developer",
"A0""Einar Johan T. Soemaaen",
"C0""Einar Johan T. S\370m\345en",
"C2""Core developer (retired)",
"",
"",
"C1""Contributors",
"C0""If you have contributed to this engine then you deserve to be on this list. Contact us and we'll add you.",
@ -125,6 +132,18 @@ static const char *credits[] = {
"C0""Stefano Musumeci",
"C2""TinyGL engine driver support",
"",
"C1""Stark",
"C0""Matthew Hoops",
"C2""ADPCM decoder",
"C0""Pawel Kolodziejski",
"C2""Various engine code fixes",
"C0""Vincent Pelletier",
"C2""Raw sound support",
"C0""Jordi Vilalta Prat",
"C2""Initial engine contributor",
"C0""Scott Thomas",
"C2""Initial engine author",
"",
"",
"",
"C1""ScummVM code",