CREDITS: Update credits

This commit is contained in:
Lothar Serra Mari 2021-10-23 12:39:47 +02:00
parent 129e5caa6e
commit 3880b325fa
4 changed files with 11 additions and 0 deletions

View file

@ -5,6 +5,7 @@ ScummVM Team
Pawel Kolodziejski Pawel Kolodziejski
Eugene Sandulenko Eugene Sandulenko
Einar Johan T. Somaaen Einar Johan T. Somaaen
Lothar Serra Mari
PR Office PR Office
--------- ---------
@ -657,6 +658,7 @@ ScummVM Team
Robin Watts - ARM assembly routines for nice Robin Watts - ARM assembly routines for nice
speedups on several ports; speedups on several ports;
improvements to the sound mixer improvements to the sound mixer
Trembyle - Archivist
Website (code) Website (code)
-------------- --------------

View file

@ -507,6 +507,7 @@ begin_credits("Credits");
add_person("Paweł Kołodziejski", "aquadran", ""); add_person("Paweł Kołodziejski", "aquadran", "");
add_person("Eugene Sandulenko", "sev", ""); add_person("Eugene Sandulenko", "sev", "");
add_person("Einar Johan T. Sømåen", "somaen", ""); add_person("Einar Johan T. Sømåen", "somaen", "");
add_person("Lothar Serra Mari", "lotharsm", "");
end_persons(); end_persons();
end_section(); end_section();
@ -676,6 +677,7 @@ begin_credits("Credits");
add_person("Chris Page", "cp88", "Return to launcher, savestate improvements, leak fixes, ... (GSoC 2008 task) (retired)"); add_person("Chris Page", "cp88", "Return to launcher, savestate improvements, leak fixes, ... (GSoC 2008 task) (retired)");
add_person("Coen Rampen", "NMIError", "Sound improvements"); add_person("Coen Rampen", "NMIError", "Sound improvements");
add_person("Robin Watts", "robinwatts", "ARM assembly routines for nice speedups on several ports; improvements to the sound mixer"); add_person("Robin Watts", "robinwatts", "ARM assembly routines for nice speedups on several ports; improvements to the sound mixer");
add_person("", "Trembyle", "Archivist");
end_section(); end_section();
end_section(); end_section();

View file

@ -20,6 +20,8 @@ Project Leaders
- -
* - Einar Johan T. Sømåen * - Einar Johan T. Sømåen
- -
* - Lothar Serra Mari
-
PR Office PR Office
********* *********
@ -1643,6 +1645,8 @@ Miscellaneous
- Sound improvements - Sound improvements
* - Robin Watts * - Robin Watts
- ARM assembly routines for nice speedups on several ports; improvements to the sound mixer - ARM assembly routines for nice speedups on several ports; improvements to the sound mixer
* - Trembyle
- Archivist
Website (code) Website (code)
************** **************

View file

@ -6,6 +6,7 @@ static const char *credits[] = {
"C0""Pawe\305\202 Ko\305\202odziejski", "C0""Pawe\305\202 Ko\305\202odziejski",
"C0""Eugene Sandulenko", "C0""Eugene Sandulenko",
"C0""Einar Johan T. S\303\270m\303\245en", "C0""Einar Johan T. S\303\270m\303\245en",
"C0""Lothar Serra Mari",
"", "",
"C1""PR Office", "C1""PR Office",
"C0""Arnaud Boutonn\303\251", "C0""Arnaud Boutonn\303\251",
@ -798,6 +799,8 @@ static const char *credits[] = {
"C2""Sound improvements", "C2""Sound improvements",
"C0""Robin Watts", "C0""Robin Watts",
"C2""ARM assembly routines for nice speedups on several ports; improvements to the sound mixer", "C2""ARM assembly routines for nice speedups on several ports; improvements to the sound mixer",
"C0""Trembyle",
"C2""Archivist",
"", "",
"", "",
"C1""Website (code)", "C1""Website (code)",