mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-19 08:25:35 +00:00
PRIVATE: Add author to credits section and executed make credits
This commit is contained in:
parent
40cdc0ffd8
commit
d56b531213
4
AUTHORS
4
AUTHORS
@ -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.
|
||||
|
||||
|
@ -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)");
|
||||
|
@ -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
|
||||
|
@ -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)",
|
||||
|
Loading…
x
Reference in New Issue
Block a user