[Scummvm-git-logs] scummvm master -> 455cdff8df2f1e37e4d98915cb77572ebff27be1
SupSuper
supsuper at gmail.com
Wed Jun 9 11:21:44 UTC 2021
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
455cdff8df CREDITS: Add Trecision engine
Commit: 455cdff8df2f1e37e4d98915cb77572ebff27be1
https://github.com/scummvm/scummvm/commit/455cdff8df2f1e37e4d98915cb77572ebff27be1
Author: SupSuper (supsuper at gmail.com)
Date: 2021-06-09T12:20:52+01:00
Commit Message:
CREDITS: Add Trecision engine
Changed paths:
AUTHORS
devtools/credits.pl
doc/docportal/help/credits.rst
gui/credits.h
diff --git a/AUTHORS b/AUTHORS
index dc650cc97a..900bbb4781 100644
--- a/AUTHORS
+++ b/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.
+
diff --git a/devtools/credits.pl b/devtools/credits.pl
index f406b99e1f..3dd34859db 100755
--- a/devtools/credits.pl
+++ b/devtools/credits.pl
@@ -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();
diff --git a/doc/docportal/help/credits.rst b/doc/docportal/help/credits.rst
index e866446d7a..cff3fc4495 100644
--- a/doc/docportal/help/credits.rst
+++ b/doc/docportal/help/credits.rst
@@ -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.
+
diff --git a/gui/credits.h b/gui/credits.h
index 01447ca313..79ad8445a3 100644
--- a/gui/credits.h
+++ b/gui/credits.h
@@ -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""",
"",
};
More information about the Scummvm-git-logs
mailing list