mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-26 04:35:16 +00:00
WEB: update credits
This commit is contained in:
parent
7a72313a3d
commit
46d91722ce
4
AUTHORS
4
AUTHORS
@ -47,6 +47,8 @@ ResidualVM
|
||||
Travis Howell - Various code fixes, Windows port
|
||||
Guillem Jover - Few code improvements
|
||||
Filippos Karapetis - Compilation fixes
|
||||
Christian Krause - Various fixes and improvements for EMI
|
||||
Ingo van Lil - Various fixes and improvements for EMI
|
||||
Joost Peters - Various code fixes
|
||||
George Macon - Few fixes
|
||||
Josh Matthews - Few fixes to engine
|
||||
@ -54,12 +56,14 @@ ResidualVM
|
||||
Christian Neumair - Various optimisation patches
|
||||
Vincent Pelletier - Various engine improvements and code fixes
|
||||
Daniel Schepler - Initial engine codebase, LUA support
|
||||
Dmitry Smirnov - Minor spelling corrections
|
||||
Yaron Tausky - Fixes to subtitles
|
||||
Julien Templier - create_project tool
|
||||
Pino Toscano - Debian GNU/Linux package files
|
||||
Lionel Ulmer - OpenGL optimisations
|
||||
Joni Vahamaki - A lot of engine improvements and fixes
|
||||
JenniBee - Compilation fixes
|
||||
karjonas - Various engine code fixes
|
||||
|
||||
Myst 3:
|
||||
Matthew Hoops - Various engine improvements and code fixes
|
||||
|
@ -517,6 +517,8 @@ begin_credits("Credits");
|
||||
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("Christian Krause", "chkr", "Various fixes and improvements for EMI");
|
||||
add_person("Ingo van Lil", "inguin", "Various fixes and improvements for EMI");
|
||||
add_person("Joost Peters", "joostp", "Various code fixes");
|
||||
add_person("George Macon", "gmacon", "Few fixes");
|
||||
add_person("Josh Matthews", "jdm", "Few fixes to engine");
|
||||
@ -524,12 +526,14 @@ begin_credits("Credits");
|
||||
add_person("Christian Neumair", "mannythegnome", "Various optimisation patches");
|
||||
add_person("Vincent Pelletier", "vpelletier", "Various engine improvements and code fixes");
|
||||
add_person("Daniel Schepler", "", "Initial engine codebase, LUA support");
|
||||
add_person("Dmitry Smirnov", "onlyjob", "Minor spelling corrections");
|
||||
add_person("Yaron Tausky", "yaront", "Fixes to subtitles");
|
||||
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");
|
||||
add_person("Joni Vähämäki", "Akz", "A lot of engine improvements and fixes");
|
||||
add_person("", "JenniBee", "Compilation fixes");
|
||||
add_person("", "karjonas", "Various engine code fixes");
|
||||
end_section();
|
||||
|
||||
begin_section("Myst 3");
|
||||
|
@ -66,6 +66,10 @@ static const char *credits[] = {
|
||||
"C2""Few code improvements",
|
||||
"C0""Filippos Karapetis",
|
||||
"C2""Compilation fixes",
|
||||
"C0""Christian Krause",
|
||||
"C2""Various fixes and improvements for EMI",
|
||||
"C0""Ingo van Lil",
|
||||
"C2""Various fixes and improvements for EMI",
|
||||
"C0""Joost Peters",
|
||||
"C2""Various code fixes",
|
||||
"C0""George Macon",
|
||||
@ -80,6 +84,8 @@ static const char *credits[] = {
|
||||
"C2""Various engine improvements and code fixes",
|
||||
"C0""Daniel Schepler",
|
||||
"C2""Initial engine codebase, LUA support",
|
||||
"C0""Dmitry Smirnov",
|
||||
"C2""Minor spelling corrections",
|
||||
"C0""Yaron Tausky",
|
||||
"C2""Fixes to subtitles",
|
||||
"C0""Julien Templier",
|
||||
@ -92,6 +98,8 @@ static const char *credits[] = {
|
||||
"C2""A lot of engine improvements and fixes",
|
||||
"C0""JenniBee",
|
||||
"C2""Compilation fixes",
|
||||
"C0""karjonas",
|
||||
"C2""Various engine code fixes",
|
||||
"",
|
||||
"C1""Myst 3",
|
||||
"C0""Matthew Hoops",
|
||||
|
Loading…
x
Reference in New Issue
Block a user