mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-04 01:46:42 +00:00
ALL: update credits
This commit is contained in:
parent
dedb4f16b4
commit
be5a67fc3e
7
AUTHORS
7
AUTHORS
@ -10,7 +10,9 @@ ResidualVM
|
||||
James Brown - Core developer (retired)
|
||||
Giulio Camuffo - Core developer
|
||||
Pawel Kolodziejski - Core developer (suspended)
|
||||
Einar Johan T. Somaen - Initial EMI support, various code fixes and
|
||||
Einar Johan T. Somaen - EMI support, various code fixes and
|
||||
improvements
|
||||
Joel Teichroeb - EMI support, various engine fixes and
|
||||
improvements
|
||||
|
||||
Myst 3 Team:
|
||||
@ -22,6 +24,7 @@ ResidualVM
|
||||
list. Contact us and we'll add you.
|
||||
|
||||
Grim:
|
||||
Thomas Allen - Various engine code fixes and improvements
|
||||
Torbjorn Andersson - Various code fixes
|
||||
Ori Avtalion - Lipsync, LAF support, various code fixes
|
||||
Robert Biro - Fixes to antiliasing
|
||||
@ -47,8 +50,6 @@ ResidualVM
|
||||
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 engine fixes and
|
||||
improvements
|
||||
Julien Templier - create_project tool
|
||||
Pino Toscano - Debian GNU/Linux package files
|
||||
Lionel Ulmer - OpenGL optimisations
|
||||
|
@ -456,7 +456,8 @@ begin_credits("Credits");
|
||||
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");
|
||||
add_person("Einar Johan T. Sømåen", "somaen", "EMI support, various code fixes and improvements");
|
||||
add_person("Joel Teichroeb ", "klusark", "EMI support, various engine fixes and improvements");
|
||||
end_section();
|
||||
|
||||
begin_section("Myst 3 Team");
|
||||
@ -469,6 +470,7 @@ begin_credits("Credits");
|
||||
"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("Thomas Allen", "olldray", "Various engine code fixes and improvements");
|
||||
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");
|
||||
@ -492,7 +494,6 @@ begin_credits("Credits");
|
||||
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 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");
|
||||
|
@ -14,7 +14,9 @@ static const char *credits[] = {
|
||||
"C0""Pawel Kolodziejski",
|
||||
"C2""Core developer (suspended)",
|
||||
"C0""Einar Johan T. S\370m\345en",
|
||||
"C2""Initial EMI support, various code fixes and improvements",
|
||||
"C2""EMI support, various code fixes and improvements",
|
||||
"C0""Joel Teichroeb ",
|
||||
"C2""EMI support, various engine fixes and improvements",
|
||||
"",
|
||||
"C1""Myst 3 Team",
|
||||
"C0""Bastien Bouclet",
|
||||
@ -25,6 +27,8 @@ static const char *credits[] = {
|
||||
"C0""If you have contributed to this engine then you deserve to be on this list. Contact us and we'll add you.",
|
||||
"C0""",
|
||||
"C1""Grim",
|
||||
"C0""Thomas Allen",
|
||||
"C2""Various engine code fixes and improvements",
|
||||
"C0""Torbj\366rn Andersson",
|
||||
"C2""Various code fixes",
|
||||
"C0""Ori Avtalion",
|
||||
@ -71,8 +75,6 @@ static const char *credits[] = {
|
||||
"C2""Initial engine codebase, LUA support",
|
||||
"C0""Yaron Tausky",
|
||||
"C2""Fixes to subtitles",
|
||||
"C0""Joel Teichroeb ",
|
||||
"C2""Initial EMI support, various engine fixes and improvements",
|
||||
"C0""Julien Templier",
|
||||
"C2""create_project tool",
|
||||
"C0""Pino Toscano",
|
||||
|
Loading…
x
Reference in New Issue
Block a user