ALL: update credits

This commit is contained in:
Paweł Kołodziejski 2012-03-11 17:19:57 +01:00
parent fec9c21afc
commit dabe1b982b
3 changed files with 67 additions and 40 deletions

40
AUTHORS
View File

@ -1,29 +1,33 @@
ResidualVM Team
*************
ResidualVM
**********
Project Leader
--------------
Pawel Kolodziejski
Engine Teams
------------
Grim:
James Brown - Core developer (retired)
Teams
-----
Grim Team:
James Brown - Core developer (retired)
Giulio Camuffo - Core developer
Pawel Kolodziejski - Core developer (suspended)
Einar Johan T. Somaae - Initial EMI support, various code fixes and
Einar Johan T. Somaen - Initial EMI support, various code fixes and
improvements
Grim Contributors:
If you have contributed to this engine then you deserve to be on this
list. Contact us and we'll add you.
Myst 3 Team:
Bastien Bouclet - Core developer
Contributors
------------
If you have contributed to this engine then you deserve to be on this
list. Contact us and we'll add you.
Grim:
Torbjorn Andersson - Various code fixes
Ori Avtalion - Lipsync, LAF support, various code fixes
Robert Biro - Fixes to antiliasing
Bastien Bouclet - Various fixes to engine
Marcus Comstedt - Initial Dreamcast port
Andrea Corna - Improved font support, patch extractor, few
code improvements
Andrea Corna - Patcher module, various engine improvements
Jonathan Gray - Various code fixes
Vincent Hamm - Various engine code fixes and improvements
Sven Hesse - Various compilation fixes
@ -33,16 +37,17 @@ ResidualVM Team
improvements
Max Horn - Minor code fixes
Travis Howell - Various code fixes, Windows port
Guillem Jover - Few code improvements
Filippos Karapetis - Compilation fixes
Joost Peters - Various code fixes
George Macon - Compilation fixes
Josh Matthews - Few fixes to engine
Matthieu Milan - Few code improvements
Matthieu Milan - Various engine improvements
Christian Neumair - Various optimisation patches
Vincent Pelletier - Various engine improvementts and code fixes
Vincent Pelletier - Various engine improvements and code fixes
Daniel Schepler - Initial engine codebase, LUA support
Yaron Tausky - Fixes to subtitles
Joel Teichroeb - Initial EMI support, various code fixes and
Joel Teichroeb - Initial EMI support, various engine fixes and
improvements
Julien Templier - create_project tool
Pino Toscano - Debian GNU/Linux package files
@ -50,9 +55,12 @@ ResidualVM Team
Joni Vahamaki - A lot engine improvements and fixes
JenniBee - Compilation fixes
Myst 3:
Matthew Hoops - Various engine improvements and code fixes
ScummVM code
************
Residual use a lot of ScummVM code. For a list of authors look into
ResidualVM use a lot of ScummVM code. For a list of authors look into
COPYRIGHT file.
Website code

View File

@ -444,31 +444,37 @@ sub add_paragraph {
#
begin_credits("Credits");
begin_section("ResidualVM Team");
begin_section("ResidualVM");
begin_section("Project Leader");
begin_persons();
add_person("Paweł Kołodziejski", "aquadran", "");
end_persons();
end_section();
begin_section("Engine Teams");
begin_section("Grim");
add_person("James Brown", "ender", "Core developer (retired)");
begin_section("Teams");
begin_section("Grim Team");
add_person("James Brown", "ender", "Core developer (retired)");
add_person("Giulio Camuffo", "giucam", "Core developer");
add_person("Paweł Kołodziejski", "aquadran", "Core developer (suspended)");
add_person("Einar Johan T. Sømåen", "somaen", "Initial EMI support, various code fixes and improvements");
end_section();
begin_section("Grim Contributors");
add_paragraph(
"If you have contributed to this engine then you deserve to be on this ".
"list. Contact us and we'll add you.");
begin_section("Myst 3 Team");
add_person("Bastien Bouclet", "bgK", "Core developer");
end_section();
end_section();
begin_section("Contributors");
add_paragraph(
"If you have contributed to this engine then you deserve to be on this ".
"list. Contact us and we'll add you.");
begin_section("Grim");
add_person("Torbjörn Andersson", "eriktorbjorn", "Various code fixes");
add_person("Ori Avtalion", "salty-horse", "Lipsync, LAF support, various code fixes");
add_person("Robert Biro", "DarthJDG", "Fixes to antiliasing");
add_person("Bastien Bouclet", "bgK", "Various fixes to engine");
add_person("Marcus Comstedt", "marcus_c", "Initial Dreamcast port");
add_person("Andrea Corna", "Yak Bizzarro", "Improved font support, patch extractor, few code improvements");
add_person("Andrea Corna", "Yak Bizzarro", "Patcher module, various engine improvements");
add_person("Jonathan Gray", "khalek", "Various code fixes");
add_person("Vincent Hamm", "yazoo", "Various engine code fixes and improvements");
add_person("Sven Hesse", "DrMcCoy", "Various compilation fixes");
@ -476,16 +482,17 @@ begin_credits("Credits");
add_person("Erich Hoover", "Compholio", "x86-64 fixes, various code fixes and improvements");
add_person("Max Horn", "fingolfin", "Minor code fixes");
add_person("Travis Howell", "Kirben", "Various code fixes, Windows port");
add_person("Guillem Jover", "guillemj", "Few code improvements");
add_person("Filippos Karapetis", "bluegr", "Compilation fixes");
add_person("Joost Peters", "joostp", "Various code fixes");
add_person("George Macon", "gmacon", "Compilation fixes");
add_person("Josh Matthews", "jdm", "Few fixes to engine");
add_person("Matthieu Milan", "usineur", "Few code improvements");
add_person("Matthieu Milan", "usineur", "Various engine improvements");
add_person("Christian Neumair", "mannythegnome", "Various optimisation patches");
add_person("Vincent Pelletier", "vpelletier", "Various engine improvementts and code fixes");
add_person("Vincent Pelletier", "vpelletier", "Various engine improvements and code fixes");
add_person("Daniel Schepler", "", "Initial engine codebase, LUA support");
add_person("Yaron Tausky", "yaront", "Fixes to subtitles");
add_person("Joel Teichroeb ", "klusark", "Initial EMI support, various code fixes and improvements");
add_person("Joel Teichroeb ", "klusark", "Initial EMI support, various engine fixes and improvements");
add_person("Julien Templier", "Littleboy", "create_project tool");
add_person("Pino Toscano", "pinotree", "Debian GNU/Linux package files");
add_person("Lionel Ulmer", "bbrox", "OpenGL optimisations");
@ -493,7 +500,11 @@ begin_credits("Credits");
add_person("", "JenniBee", "Compilation fixes");
end_section();
begin_section("Myst 3");
add_person("Matthew Hoops", "clone2727", "Various engine improvements and code fixes");
end_section();
end_section();
end_section();
begin_section("ScummVM code");

View File

@ -1,14 +1,13 @@
// This file was generated by credits.pl. Do not edit by hand!
static const char *credits[] = {
"C1""ResidualVM Team",
"C1""ResidualVM Teams",
"",
"C1""Project Leader",
"C0""Pawel Kolodziejski",
"",
"C1""Engine Teams",
"C1""Grim",
"C1""Grim Engine Team",
"C0""James Brown",
"C2""Core developer (retired)",
"C2""Core developer (retired)",
"C0""Giulio Camuffo",
"C2""Core developer",
"C0""Pawel Kolodziejski",
@ -16,7 +15,11 @@ static const char *credits[] = {
"C0""Einar Johan T. S\370m\345en",
"C2""Initial EMI support, various code fixes and improvements",
"",
"C1""Grim Contributors",
"C1""Myst 3 Engine Team",
"C0""Bastien Bouclet",
"C2""Core developer",
"",
"C1""Grim Engine Contributors",
"C0""If you have contributed to this engine then you deserve to be on this list. Contact us and we'll add you.",
"C0""",
"C0""Torbj\366rn Andersson",
@ -30,7 +33,7 @@ static const char *credits[] = {
"C0""Marcus Comstedt",
"C2""Initial Dreamcast port",
"C0""Andrea Corna",
"C2""Improved font support, patch extractor, few code improvements",
"C2""Patcher module, various engine improvements",
"C0""Jonathan Gray",
"C2""Various code fixes",
"C0""Vincent Hamm",
@ -45,6 +48,8 @@ static const char *credits[] = {
"C2""Minor code fixes",
"C0""Travis Howell",
"C2""Various code fixes, Windows port",
"C0""Guillem Jover",
"C2""Few code improvements",
"C0""Filippos Karapetis",
"C2""Compilation fixes",
"C0""Joost Peters",
@ -54,17 +59,17 @@ static const char *credits[] = {
"C0""Josh Matthews",
"C2""Few fixes to engine",
"C0""Matthieu Milan",
"C2""Few code improvements",
"C2""Various engine improvements",
"C0""Christian Neumair",
"C2""Various optimisation patches",
"C0""Vincent Pelletier",
"C2""Various engine improvementts and code fixes",
"C2""Various engine improvements and code fixes",
"C0""Daniel Schepler",
"C2""Initial engine codebase, LUA support",
"C0""Yaron Tausky",
"C2""Fixes to subtitles",
"C0""Joel Teichroeb ",
"C2""Initial EMI support, various code fixes and improvements",
"C2""Initial EMI support, various engine fixes and improvements",
"C0""Julien Templier",
"C2""create_project tool",
"C0""Pino Toscano",
@ -76,19 +81,22 @@ static const char *credits[] = {
"C0""JenniBee",
"C2""Compilation fixes",
"",
"C1""Myst 3 Engine Contributors",
"C0""If you have contributed to this engine then you deserve to be on this list. Contact us and we'll add you.",
"C0""",
"C0""Matthew Hoops",
"C2""Various engine improvements and code fixes",
"",
"",
"",
"C1""ScummVM code",
"",
"C0""ResidualVM use a lot of ScummVM code. For a list of authors look into COPYRIGHT file. ",
"C0""",
"",
"C1""Website code",
"",
"C0""Fredrik Wendel",
"",
"C1""Special thanks to",
"",
"C0""The LUA developers, for creating a nice compact script interpreter. ",
"C0""",
"C0""Tim Schafer, for obvious reasons, and everybody else who helped make Grim Fandango a brilliant game; and the EMI team for giving it their best try.",