[Scummvm-git-logs] scummvm master -> f749ad5b511c02dd811d8b27bb3f4cd3fd2fb04c
Strangerke
noreply at scummvm.org
Tue Mar 4 06:17:17 UTC 2025
This automated email contains information about 2 new commits which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
ee322e2de6 GOT: Adding Ron Davis to the Special Thanks
f749ad5b51 CREDITS: Add myself as the culprit of the first English translation of Soltys and Mortville's manor
Commit: ee322e2de6199a8950c881778e20c97c88ea4f78
https://github.com/scummvm/scummvm/commit/ee322e2de6199a8950c881778e20c97c88ea4f78
Author: Strangerke (arnaud.boutonne at gmail.com)
Date: 2025-03-04T07:17:04+01:00
Commit Message:
GOT: Adding Ron Davis to the Special Thanks
Changed paths:
devtools/credits.pl
diff --git a/devtools/credits.pl b/devtools/credits.pl
index 25d4a35cfda..49d380c93fd 100755
--- a/devtools/credits.pl
+++ b/devtools/credits.pl
@@ -1240,6 +1240,10 @@ begin_credits("Credits");
add_paragraph(
"Fabrizio Lagorio from Trecision S.p.A., for finding and providing the source code ".
"of many of their games.");
+
+ add_paragraph(
+ "Ron Davis for releasing the sources and generously giving away the three chapters of God of Thunder.");
+
end_section();
end_credits();
Commit: f749ad5b511c02dd811d8b27bb3f4cd3fd2fb04c
https://github.com/scummvm/scummvm/commit/f749ad5b511c02dd811d8b27bb3f4cd3fd2fb04c
Author: Strangerke (arnaud.boutonne at gmail.com)
Date: 2025-03-04T07:17:04+01:00
Commit Message:
CREDITS: Add myself as the culprit of the first English translation of Soltys and Mortville's manor
Changed paths:
devtools/credits.pl
diff --git a/devtools/credits.pl b/devtools/credits.pl
index 49d380c93fd..6b37d0ebd64 100755
--- a/devtools/credits.pl
+++ b/devtools/credits.pl
@@ -914,6 +914,7 @@ begin_credits("Credits");
end_section();
begin_section("Game Translations", "game_translations");
begin_section("CGE");
+ add_person("Arnaud Boutonné", "Strangerke", "Soltys English translation");
add_person("Dan Serban", "nutron", "Soltys English translation");
add_person("Víctor González", "IlDucci", "Soltys Spanish translation");
add_person("Alejandro Gómez de la Muñoza", "TheFireRed", "Soltys Spanish translation");
@@ -928,6 +929,7 @@ begin_credits("Credits");
add_person("Thierry Crozat", "criezy", "Improve French translation");
end_section();
begin_section("Mortevielle");
+ add_person("Arnaud Boutonné", "Strangerke", "First English translation, improve German translation");
add_person("Hugo Labrande", "", "Improve English translation");
add_person("Thierry Crozat", "criezy", "Improve English translation");
end_section();
More information about the Scummvm-git-logs
mailing list