PRIVATE: Add author to credits section and executed make credits

This commit is contained in:
neuromancer 2021-03-21 10:01:24 -03:00
parent 40cdc0ffd8
commit d56b531213
4 changed files with 21 additions and 1 deletions

View File

@ -336,6 +336,9 @@ ScummVM Team
Lukasz Watka
Kamil Zbrog
Private:
Gustavo Grieco
Queen:
David Eriksson - (retired)
Gregory Montoir - (retired)
@ -1106,3 +1109,4 @@ Special thanks to
Benjamin Haisch, for emimeshviewer, which our EMI code borrows heavily
from.

View File

@ -951,6 +951,10 @@ begin_credits("Credits");
add_person("Kamil Zbróg", "", "");
end_section();
begin_section("Private");
add_person("Gustavo Grieco", "neuromancer", "");
end_section();
begin_section("Queen");
add_person("David Eriksson", "twogood", "(retired)");
add_person("Gregory Montoir", "cyx", "(retired)");

View File

@ -844,6 +844,15 @@ Prince
* - Kamil Zbróg
-
Private
^^^^^^^
.. list-table::
:widths: 35 65
* - Gustavo Grieco
-
Queen
^^^^^
@ -2109,7 +2118,7 @@ Code contributions
* - Jeroen Janssen
- Numerous readability and bugfix patches
* - Keith Kaisershot
- Several Pegasus Prime patches
- Several Pegasus Prime patches and DVD additions
* - Andreas Karlsson
- Initial port for SymbianOS
* - Stefan Kristiansson

View File

@ -413,6 +413,9 @@ static const char *credits[] = {
"C0""Lukasz Watka",
"C0""Kamil Zbr\363g",
"",
"C1""Private",
"C0""Gustavo Grieco",
"",
"C1""Queen",
"C0""David Eriksson",
"C2""(retired)",