Skip to content

Commit 455cdff

Browse files
committedJun 9, 2021
CREDITS: Add Trecision engine
1 parent f31b963 commit 455cdff

File tree

4 files changed

+50
-4
lines changed

4 files changed

+50
-4
lines changed
 

‎AUTHORS

+10-1
Original file line numberDiff line numberDiff line change
@@ -446,6 +446,12 @@ ScummVM Team
446446
Touche:
447447
Gregory Montoir - (retired)
448448

449+
Trecision:
450+
Daniel Albano
451+
Arnaud Boutonne
452+
Thomas Fach-Pedersen - Smacker video support
453+
Filippos Karapetis
454+
449455
TsAGE:
450456
Arnaud Boutonne
451457
Paul Gilbert
@@ -794,7 +800,7 @@ Other contributions
794800
Marcel Souza Lemes
795801

796802
Portuguese:
797-
Daniel
803+
Daniel Albano
798804

799805
Russian:
800806
Eugene Sandulenko
@@ -1124,3 +1130,6 @@ Special thanks to
11241130
Benjamin Haisch, for emimeshviewer, which our EMI code borrows heavily
11251131
from.
11261132

1133+
Fabrizio Lagorio from Trecision S.p.A., for finding and providing the
1134+
source code of many of their games.
1135+

‎devtools/credits.pl

+12-1
Original file line numberDiff line numberDiff line change
@@ -1078,6 +1078,13 @@ sub add_paragraph {
10781078
add_person("Gregory Montoir", "cyx", "(retired)");
10791079
end_section();
10801080

1081+
begin_section("Trecision");
1082+
add_person("Daniel Albano", "SupSuper", "");
1083+
add_person("Arnaud Boutonné", "Strangerke", "");
1084+
add_person("Thomas Fach-Pedersen", "madmoose", "Smacker video support");
1085+
add_person("Filippos Karapetis", "bluegr", "");
1086+
end_section();
1087+
10811088
begin_section("TsAGE");
10821089
add_person("Arnaud Boutonné", "Strangerke", "");
10831090
add_person("Paul Gilbert", "dreammaster", "");
@@ -1478,7 +1485,7 @@ sub add_paragraph {
14781485
add_person("Marcel Souza Lemes", "marcosoutsider", "");
14791486
end_section();
14801487
begin_section("Portuguese");
1481-
add_person("Daniel", "SupSuper", "");
1488+
add_person("Daniel Albano", "SupSuper", "");
14821489
end_section();
14831490
begin_section("Russian");
14841491
add_person("Eugene Sandulenko", "sev", "");
@@ -1794,6 +1801,10 @@ sub add_paragraph {
17941801

17951802
add_paragraph(
17961803
"Benjamin Haisch, for emimeshviewer, which our EMI code borrows heavily from.");
1804+
1805+
add_paragraph(
1806+
"Fabrizio Lagorio from Trecision S.p.A., for finding and providing the source code ".
1807+
"of many of their games.");
17971808
end_section();
17981809

17991810
end_credits();

‎doc/docportal/help/credits.rst

+18-1
Original file line numberDiff line numberDiff line change
@@ -1122,6 +1122,21 @@ Touché
11221122
* - Gregory Montoir
11231123
- (retired)
11241124

1125+
Trecision
1126+
^^^^^^^^^
1127+
1128+
.. list-table::
1129+
:widths: 35 65
1130+
1131+
* - Daniel Albano
1132+
-
1133+
* - Arnaud Boutonné
1134+
-
1135+
* - Thomas Fach-Pedersen
1136+
- Smacker video support
1137+
* - Filippos Karapetis
1138+
-
1139+
11251140
TsAGE
11261141
^^^^^
11271142

@@ -1993,7 +2008,7 @@ Portuguese
19932008
.. list-table::
19942009
:widths: 35 65
19952010

1996-
* - Daniel
2011+
* - Daniel Albano
19972012
-
19982013

19992014
Russian
@@ -2490,3 +2505,5 @@ Bret Mogilefsky, for managing to create a SPUTM-style 3D LUA engine, and avoidin
24902505

24912506
Benjamin Haisch, for emimeshviewer, which our EMI code borrows heavily from.
24922507

2508+
Fabrizio Lagorio from Trecision S.p.A., for finding and providing the source code of many of their games.
2509+

‎gui/credits.h

+10-1
Original file line numberDiff line numberDiff line change
@@ -538,6 +538,13 @@ static const char *credits[] = {
538538
"C0""Gregory Montoir",
539539
"C2""(retired)",
540540
"",
541+
"C1""Trecision",
542+
"C0""Daniel Albano",
543+
"C0""Arnaud Boutonn\303\251",
544+
"C0""Thomas Fach-Pedersen",
545+
"C2""Smacker video support",
546+
"C0""Filippos Karapetis",
547+
"",
541548
"C1""TsAGE",
542549
"C0""Arnaud Boutonn\303\251",
543550
"C0""Paul Gilbert",
@@ -949,7 +956,7 @@ static const char *credits[] = {
949956
"C0""Marcel Souza Lemes",
950957
"",
951958
"C1""Portuguese",
952-
"C0""Daniel",
959+
"C0""Daniel Albano",
953960
"",
954961
"C1""Russian",
955962
"C0""Eugene Sandulenko",
@@ -1355,5 +1362,7 @@ static const char *credits[] = {
13551362
"C0""",
13561363
"C0""Benjamin Haisch, for emimeshviewer, which our EMI code borrows heavily from.",
13571364
"C0""",
1365+
"C0""Fabrizio Lagorio from Trecision S.p.A., for finding and providing the source code of many of their games.",
1366+
"C0""",
13581367
"",
13591368
};

0 commit comments

Comments
 (0)
Please sign in to comment.