mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-20 19:21:46 +00:00
update ceredits
This commit is contained in:
parent
7cb42a7595
commit
d1cb1fa375
14
AUTHORS
14
AUTHORS
@ -20,21 +20,25 @@ Residual Team
|
||||
Marcus Comstedt - Initial Dreamcast port
|
||||
Andrea Corna - Improved font support, patch extractor
|
||||
Jonathan Gray - Various code fixes
|
||||
Vincent Hamm - Various engine code
|
||||
Erich Hoover - x86-64 fixes, various fixes and comments, menu
|
||||
support, improved state support
|
||||
Vincent Hamm - Various engine code fixes and improvements
|
||||
Erich Hoover - x86-64 fixes, various code fixes and
|
||||
improvements
|
||||
Travis Howell - Various code fixes, Windows port
|
||||
Joost Peters - Various code fixes
|
||||
Christian Neumair - Various optimisation patches
|
||||
Daniel Schepler - Initial engine codebase, LUA support
|
||||
Einar Johan T. Somaen - A lot of play-testing
|
||||
Einar Johan T. Somaen - Initial EMI support, a lot of play-testing
|
||||
Yaron Tausky - Fixes to subtitles
|
||||
Joel Teichroeb - Initial EMI support, various code fixes
|
||||
Pino Toscano - Debian GNU/Linux package files
|
||||
Lionel Ulmer - OpenGL optimisations
|
||||
Joni Vahamaki - Various code fixes and improvements
|
||||
vpelletier - Various code fixes and improvements
|
||||
usineur - Few code improvements
|
||||
|
||||
ScummVM code
|
||||
************
|
||||
Residual use a lot of ScummVM code. For list of authors look into
|
||||
Residual use a lot of ScummVM code. For a list of authors look into
|
||||
COPYRIGHT file.
|
||||
|
||||
Website code
|
||||
|
@ -502,16 +502,20 @@ begin_credits("Credits");
|
||||
add_person("Marcus Comstedt", "marcus_c", "Initial Dreamcast port");
|
||||
add_person("Andrea Corna", "Yak Bizzarro", "Improved font support, patch extractor");
|
||||
add_person("Jonathan Gray", "khalek", "Various code fixes");
|
||||
add_person("Vincent Hamm", "yazoo", "Various engine code");
|
||||
add_person("Erich Hoover", "Compholio", "x86-64 fixes, various fixes and comments, menu support, improved state support");
|
||||
add_person("Vincent Hamm", "yazoo", "Various engine code fixes and improvements");
|
||||
add_person("Erich Hoover", "Compholio", "x86-64 fixes, various code fixes and improvements");
|
||||
add_person("Travis Howell", "Kirben", "Various code fixes, Windows port");
|
||||
add_person("Joost Peters", "joostp", "Various code fixes");
|
||||
add_person("Christian Neumair", "mannythegnome", "Various optimisation patches");
|
||||
add_person("Daniel Schepler", "", "Initial engine codebase, LUA support");
|
||||
add_person("Einar Johan T. Sømåen", "somaen", "A lot of play-testing");
|
||||
add_person("Einar Johan T. Sømåen", "somaen", "Initial EMI support, a lot of play-testing");
|
||||
add_person("Yaron Tausky", "yaront", "Fixes to subtitles");
|
||||
add_person("Joel Teichroeb ", "klusark", "Initial EMI support, various code fixes");
|
||||
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", "Various code fixes and improvements");
|
||||
add_person("", "vpelletier", "Various code fixes and improvements");
|
||||
add_person("", "usineur ", "Few code improvements");
|
||||
end_section();
|
||||
|
||||
end_section();
|
||||
|
@ -28,9 +28,9 @@ static const char *credits[] = {
|
||||
"C0""Jonathan Gray",
|
||||
"C2""Various code fixes",
|
||||
"C0""Vincent Hamm",
|
||||
"C2""Various engine code",
|
||||
"C2""Various engine code fixes and improvements",
|
||||
"C0""Erich Hoover",
|
||||
"C2""x86-64 fixes, various fixes and comments, menu support, improved state support",
|
||||
"C2""x86-64 fixes, various code fixes and improvements",
|
||||
"C0""Travis Howell",
|
||||
"C2""Various code fixes, Windows port",
|
||||
"C0""Joost Peters",
|
||||
@ -40,13 +40,21 @@ static const char *credits[] = {
|
||||
"C0""Daniel Schepler",
|
||||
"C2""Initial engine codebase, LUA support",
|
||||
"C0""Einar Johan T. S\370m\345en",
|
||||
"C2""A lot of play-testing",
|
||||
"C2""Initial EMI support, a lot of play-testing",
|
||||
"C0""Yaron Tausky",
|
||||
"C2""Fixes to subtitles",
|
||||
"C0""Joel Teichroeb ",
|
||||
"C2""Initial EMI support, various code fixes",
|
||||
"C0""Pino Toscano",
|
||||
"C2""Debian GNU/Linux package files",
|
||||
"C0""Lionel Ulmer",
|
||||
"C2""OpenGL optimisations",
|
||||
"C0""Joni V\344h\344m\344ki",
|
||||
"C2""Various code fixes and improvements",
|
||||
"C0""vpelletier",
|
||||
"C2""Various code fixes and improvements",
|
||||
"C0""usineur ",
|
||||
"C2""Few code improvements",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
|
Loading…
x
Reference in New Issue
Block a user