mirror of
https://github.com/libretro/scummvm.git
synced 2024-11-23 01:09:49 +00:00
CREDITS: Update SCUMM and add BAGEL
This commit is contained in:
parent
a65a19ac8c
commit
b96e01d72a
8
AUTHORS
8
AUTHORS
@ -104,6 +104,12 @@ ScummVM Team
|
||||
Peter Bozso
|
||||
Arnaud Boutonne
|
||||
|
||||
Bagel:
|
||||
Arnaud Boutonne
|
||||
Daniel Albano
|
||||
Eugene Sandulenko
|
||||
Paul Gilbert
|
||||
|
||||
BBVS:
|
||||
Benjamin Haisch
|
||||
|
||||
@ -434,7 +440,7 @@ ScummVM Team
|
||||
Ludvig Strigeus - (retired)
|
||||
|
||||
SCUMM HE:
|
||||
Andrea Boscarino - Digital audio
|
||||
Andrea Boscarino - Digital audio, WIZ graphics system
|
||||
Jonathan Gray - (retired)
|
||||
Travis Howell
|
||||
Gregory Montoir - (retired)
|
||||
|
@ -235,6 +235,21 @@ Avalanche
|
||||
* - Arnaud Boutonné
|
||||
-
|
||||
|
||||
Bagel
|
||||
^^^^^
|
||||
|
||||
.. list-table::
|
||||
:widths: 35 65
|
||||
|
||||
* - Arnaud Boutonné
|
||||
-
|
||||
* - Daniel Albano
|
||||
-
|
||||
* - Eugene Sandulenko
|
||||
-
|
||||
* - Paul Gilbert
|
||||
-
|
||||
|
||||
BBVS
|
||||
^^^^
|
||||
|
||||
@ -1097,7 +1112,7 @@ SCUMM HE
|
||||
:widths: 35 65
|
||||
|
||||
* - Andrea Boscarino
|
||||
- Digital audio
|
||||
- Digital audio, WIZ graphics system
|
||||
* - Jonathan Gray
|
||||
- (retired)
|
||||
* - Travis Howell
|
||||
|
@ -13,7 +13,7 @@ begin_section("SCUMM");
|
||||
end_section();
|
||||
|
||||
begin_section("SCUMM HE");
|
||||
add_person("Andrea Boscarino", "AndywinXp", "Digital audio");
|
||||
add_person("Andrea Boscarino", "AndywinXp", "Digital audio, WIZ graphics system");
|
||||
add_person("Jonathan Gray", "khalek", "(retired)");
|
||||
add_person("Travis Howell", "Kirben", "");
|
||||
add_person("Gregory Montoir", "cyx", "(retired)");
|
||||
|
@ -147,6 +147,12 @@ static const char *const credits[] = {
|
||||
"C0""Peter Bozs\303\263",
|
||||
"C0""Arnaud Boutonn\303\251",
|
||||
"",
|
||||
"C1""Bagel",
|
||||
"C0""Arnaud Boutonn\303\251",
|
||||
"C0""Daniel Albano",
|
||||
"C0""Eugene Sandulenko",
|
||||
"C0""Paul Gilbert",
|
||||
"",
|
||||
"C1""BBVS",
|
||||
"C0""Benjamin Haisch",
|
||||
"",
|
||||
@ -525,7 +531,7 @@ static const char *const credits[] = {
|
||||
"",
|
||||
"C1""SCUMM HE",
|
||||
"C0""Andrea Boscarino",
|
||||
"C2""Digital audio",
|
||||
"C2""Digital audio, WIZ graphics system",
|
||||
"C0""Jonathan Gray",
|
||||
"C2""(retired)",
|
||||
"C0""Travis Howell",
|
||||
|
Loading…
Reference in New Issue
Block a user