mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-22 12:12:16 +00:00
CREDITS: Add Trecision engine
This commit is contained in:
parent
f31b963302
commit
455cdff8df
11
AUTHORS
11
AUTHORS
@ -446,6 +446,12 @@ ScummVM Team
|
||||
Touche:
|
||||
Gregory Montoir - (retired)
|
||||
|
||||
Trecision:
|
||||
Daniel Albano
|
||||
Arnaud Boutonne
|
||||
Thomas Fach-Pedersen - Smacker video support
|
||||
Filippos Karapetis
|
||||
|
||||
TsAGE:
|
||||
Arnaud Boutonne
|
||||
Paul Gilbert
|
||||
@ -794,7 +800,7 @@ Other contributions
|
||||
Marcel Souza Lemes
|
||||
|
||||
Portuguese:
|
||||
Daniel
|
||||
Daniel Albano
|
||||
|
||||
Russian:
|
||||
Eugene Sandulenko
|
||||
@ -1124,3 +1130,6 @@ Special thanks to
|
||||
Benjamin Haisch, for emimeshviewer, which our EMI code borrows heavily
|
||||
from.
|
||||
|
||||
Fabrizio Lagorio from Trecision S.p.A., for finding and providing the
|
||||
source code of many of their games.
|
||||
|
||||
|
@ -1078,6 +1078,13 @@ begin_credits("Credits");
|
||||
add_person("Gregory Montoir", "cyx", "(retired)");
|
||||
end_section();
|
||||
|
||||
begin_section("Trecision");
|
||||
add_person("Daniel Albano", "SupSuper", "");
|
||||
add_person("Arnaud Boutonné", "Strangerke", "");
|
||||
add_person("Thomas Fach-Pedersen", "madmoose", "Smacker video support");
|
||||
add_person("Filippos Karapetis", "bluegr", "");
|
||||
end_section();
|
||||
|
||||
begin_section("TsAGE");
|
||||
add_person("Arnaud Boutonné", "Strangerke", "");
|
||||
add_person("Paul Gilbert", "dreammaster", "");
|
||||
@ -1478,7 +1485,7 @@ begin_credits("Credits");
|
||||
add_person("Marcel Souza Lemes", "marcosoutsider", "");
|
||||
end_section();
|
||||
begin_section("Portuguese");
|
||||
add_person("Daniel", "SupSuper", "");
|
||||
add_person("Daniel Albano", "SupSuper", "");
|
||||
end_section();
|
||||
begin_section("Russian");
|
||||
add_person("Eugene Sandulenko", "sev", "");
|
||||
@ -1794,6 +1801,10 @@ begin_credits("Credits");
|
||||
|
||||
add_paragraph(
|
||||
"Benjamin Haisch, for emimeshviewer, which our EMI code borrows heavily from.");
|
||||
|
||||
add_paragraph(
|
||||
"Fabrizio Lagorio from Trecision S.p.A., for finding and providing the source code ".
|
||||
"of many of their games.");
|
||||
end_section();
|
||||
|
||||
end_credits();
|
||||
|
@ -1122,6 +1122,21 @@ Touché
|
||||
* - Gregory Montoir
|
||||
- (retired)
|
||||
|
||||
Trecision
|
||||
^^^^^^^^^
|
||||
|
||||
.. list-table::
|
||||
:widths: 35 65
|
||||
|
||||
* - Daniel Albano
|
||||
-
|
||||
* - Arnaud Boutonné
|
||||
-
|
||||
* - Thomas Fach-Pedersen
|
||||
- Smacker video support
|
||||
* - Filippos Karapetis
|
||||
-
|
||||
|
||||
TsAGE
|
||||
^^^^^
|
||||
|
||||
@ -1993,7 +2008,7 @@ Portuguese
|
||||
.. list-table::
|
||||
:widths: 35 65
|
||||
|
||||
* - Daniel
|
||||
* - Daniel Albano
|
||||
-
|
||||
|
||||
Russian
|
||||
@ -2490,3 +2505,5 @@ Bret Mogilefsky, for managing to create a SPUTM-style 3D LUA engine, and avoidin
|
||||
|
||||
Benjamin Haisch, for emimeshviewer, which our EMI code borrows heavily from.
|
||||
|
||||
Fabrizio Lagorio from Trecision S.p.A., for finding and providing the source code of many of their games.
|
||||
|
||||
|
@ -538,6 +538,13 @@ static const char *credits[] = {
|
||||
"C0""Gregory Montoir",
|
||||
"C2""(retired)",
|
||||
"",
|
||||
"C1""Trecision",
|
||||
"C0""Daniel Albano",
|
||||
"C0""Arnaud Boutonn\303\251",
|
||||
"C0""Thomas Fach-Pedersen",
|
||||
"C2""Smacker video support",
|
||||
"C0""Filippos Karapetis",
|
||||
"",
|
||||
"C1""TsAGE",
|
||||
"C0""Arnaud Boutonn\303\251",
|
||||
"C0""Paul Gilbert",
|
||||
@ -949,7 +956,7 @@ static const char *credits[] = {
|
||||
"C0""Marcel Souza Lemes",
|
||||
"",
|
||||
"C1""Portuguese",
|
||||
"C0""Daniel",
|
||||
"C0""Daniel Albano",
|
||||
"",
|
||||
"C1""Russian",
|
||||
"C0""Eugene Sandulenko",
|
||||
@ -1355,5 +1362,7 @@ static const char *credits[] = {
|
||||
"C0""",
|
||||
"C0""Benjamin Haisch, for emimeshviewer, which our EMI code borrows heavily from.",
|
||||
"C0""",
|
||||
"C0""Fabrizio Lagorio from Trecision S.p.A., for finding and providing the source code of many of their games.",
|
||||
"C0""",
|
||||
"",
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user