[Scummvm-git-logs] scummvm master -> 5d08c9e42555e78d82077d84d843af0389fea6bd
ccawley2011
ccawley2011 at gmail.com
Sun Apr 18 00:31:31 UTC 2021
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:
cb6c058c7d GUI: Use UTF-8 for the credits
5d08c9e425 DOCS: Update credits
Commit: cb6c058c7d59b31073f509cc45d1fdc9f43b465f
https://github.com/scummvm/scummvm/commit/cb6c058c7d59b31073f509cc45d1fdc9f43b465f
Author: Cameron Cawley (ccawley2011 at gmail.com)
Date: 2021-04-18T01:31:01+01:00
Commit Message:
GUI: Use UTF-8 for the credits
Changed paths:
devtools/credits.pl
gui/about.cpp
gui/credits.h
diff --git a/devtools/credits.pl b/devtools/credits.pl
index 271e2ae748..bf4b9565a3 100755
--- a/devtools/credits.pl
+++ b/devtools/credits.pl
@@ -161,28 +161,27 @@ sub html_entities_to_iso8859_1 {
sub html_entities_to_cpp {
my $text = shift;
- # The numerical values are octal!
- $text =~ s/Á/\\301/g;
- $text =~ s/á/\\341/g;
- $text =~ s/é/\\351/g;
- $text =~ s/í/\\355/g;
- $text =~ s/ì/\\354/g;
- $text =~ s/ó/\\363/g;
- $text =~ s/ø/\\370/g;
- $text =~ s/ú/\\372/g;
- $text =~ s/ą/a/g;
- $text =~ s/Ł/L/g;
- $text =~ s/ł/l/g;
- $text =~ s/ś/s/g;
- $text =~ s/Ľ/L/g;
- $text =~ s/Š/S/g;
- $text =~ s/å/\\345/g;
- $text =~ s/ñ/\\361/g;
-
- $text =~ s/ä/\\344/g;
- $text =~ s/ë/\\353/g;
- $text =~ s/ö/\\366/g;
- $text =~ s/ü/\\374/g;
+ $text =~ s/Á/\\303\\201/g;
+ $text =~ s/á/\\303\\241/g;
+ $text =~ s/é/\\303\\251/g;
+ $text =~ s/í/\\303\\255/g;
+ $text =~ s/ì/\\303\\254/g;
+ $text =~ s/ó/\\303\\263/g;
+ $text =~ s/ø/\\303\\270/g;
+ $text =~ s/ú/\\303\\272/g;
+ $text =~ s/ą/\\304\\205/g;
+ $text =~ s/Ł/\\305\\201/g;
+ $text =~ s/ł/\\305\\202/g;
+ $text =~ s/ś/\\305\\233/g;
+ $text =~ s/Ľ/\\304\\275/g;
+ $text =~ s/Š/\\305\\240/g;
+ $text =~ s/å/\\303\\245/g;
+ $text =~ s/ñ/\\303\\261/g;
+
+ $text =~ s/ä/\\303\\244/g;
+ $text =~ s/ë/\\303\\253/g;
+ $text =~ s/ü/\\303\\274/g;
+ $text =~ s/ö/\\303\\266/g;
$text =~ s/&/&/g;
diff --git a/gui/about.cpp b/gui/about.cpp
index d30deb8177..75ea76fbf2 100644
--- a/gui/about.cpp
+++ b/gui/about.cpp
@@ -147,7 +147,7 @@ AboutDialog::AboutDialog()
_lines.push_back(U32String());
for (i = 0; i < ARRAYSIZE(credits); i++)
- addLine(U32String(credits[i]));
+ addLine(U32String(credits[i], Common::kUtf8));
}
void AboutDialog::addLine(const U32String &str) {
diff --git a/gui/credits.h b/gui/credits.h
index f662c335b0..c99201d84d 100644
--- a/gui/credits.h
+++ b/gui/credits.h
@@ -3,12 +3,12 @@ static const char *credits[] = {
"C1""ScummVM Team",
"",
"C1""Project Leaders",
-"C0""Pawel Kolodziejski",
+"C0""Pawe\305\202 Ko\305\202odziejski",
"C0""Eugene Sandulenko",
-"C0""Einar Johan T. S\370m\345en",
+"C0""Einar Johan T. S\303\270m\303\245en",
"",
"C1""PR Office",
-"C0""Arnaud Boutonn\351",
+"C0""Arnaud Boutonn\303\251",
"C2""Public Relations Officer, Project Administrator",
"C0""Eugene Sandulenko",
"C2""Project Leader",
@@ -23,7 +23,7 @@ static const char *credits[] = {
"",
"C1""Engine Teams",
"C1""SCUMM",
-"C0""Torbj\366rn Andersson",
+"C0""Torbj\303\266rn Andersson",
"C0""James Brown",
"C2""(retired)",
"C0""Jonathan Gray",
@@ -33,7 +33,7 @@ static const char *credits[] = {
"C0""Max Horn",
"C2""(retired)",
"C0""Travis Howell",
-"C0""Pawel Kolodziejski",
+"C0""Pawe\305\202 Ko\305\202odziejski",
"C2""Codecs, iMUSE, Smush, etc.",
"C0""Gregory Montoir",
"C2""(retired)",
@@ -51,7 +51,7 @@ static const char *credits[] = {
"C0""Eugene Sandulenko",
"",
"C1""Access",
-"C0""Arnaud Boutonn\351",
+"C0""Arnaud Boutonn\303\251",
"C0""Paul Gilbert",
"",
"C1""ADL",
@@ -63,7 +63,7 @@ static const char *credits[] = {
"C2""(retired)",
"C0""Filippos Karapetis",
"C0""Martin Kiewitz",
-"C0""Pawel Kolodziejski",
+"C0""Pawe\305\202 Ko\305\202odziejski",
"C0""Walter van Niftrik",
"C0""Kari Salminen",
"C0""Eugene Sandulenko",
@@ -71,7 +71,7 @@ static const char *credits[] = {
"C2""(retired)",
"",
"C1""AGOS",
-"C0""Torbj\366rn Andersson",
+"C0""Torbj\303\266rn Andersson",
"C0""Paul Gilbert",
"C0""Travis Howell",
"C0""Oliver Kiehl",
@@ -160,8 +160,8 @@ static const char *credits[] = {
"C2""AgsCreditz",
"",
"C1""Avalanche",
-"C0""Peter Bozs\363",
-"C0""Arnaud Boutonn\351",
+"C0""Peter Bozs\303\263",
+"C0""Arnaud Boutonn\303\251",
"",
"C1""BBVS",
"C0""Benjamin Haisch",
@@ -176,12 +176,12 @@ static const char *credits[] = {
"C0""Matthew Hoops",
"",
"C1""CGE",
-"C0""Arnaud Boutonn\351",
+"C0""Arnaud Boutonn\303\251",
"C0""Paul Gilbert",
"",
"C1""CGE2",
-"C0""Peter Bozs\363",
-"C0""Arnaud Boutonn\351",
+"C0""Peter Bozs\303\263",
+"C0""Arnaud Boutonn\303\251",
"C0""Paul Gilbert",
"",
"C1""Chewy",
@@ -190,7 +190,7 @@ static const char *credits[] = {
"C1""Cine",
"C0""Vincent Hamm",
"C2""(retired)",
-"C0""Pawel Kolodziejski",
+"C0""Pawe\305\202 Ko\305\202odziejski",
"C0""Gregory Montoir",
"C2""(retired)",
"C0""Kari Salminen",
@@ -218,27 +218,27 @@ static const char *credits[] = {
"C0""Tobia Tesan",
"",
"C1""DM",
-"C0""Arnaud Boutonn\351",
-"C0""Bendeg\372z Nagy",
+"C0""Arnaud Boutonn\303\251",
+"C0""Bendeg\303\272z Nagy",
"",
"C1""Draci",
"C0""Denis Kasak",
-"C0""Robert Spalek",
+"C0""Robert \305\240palek",
"",
"C1""Dragons",
"C0""Eric Fry",
"C0""Benjamin Haisch",
"C2""Actor pathfinding",
-"C0""\301ngel Eduardo Garc\355a Hern\341ndez",
+"C0""\303\201ngel Eduardo Garc\303\255a Hern\303\241ndez",
"C2""Help with reverse engineering",
"",
"C1""Drascula",
"C0""Filippos Karapetis",
-"C0""Pawel Kolodziejski",
+"C0""Pawe\305\202 Ko\305\202odziejski",
"C0""Thierry Crozat",
"",
"C1""DreamWeb",
-"C0""Torbj\366rn Andersson",
+"C0""Torbj\303\266rn Andersson",
"C0""Bertrand Augereau",
"C0""Filippos Karapetis",
"C0""Vladimir Menshakov",
@@ -261,12 +261,12 @@ static const char *credits[] = {
"C2""TADS interpreter",
"",
"C1""Gnap",
-"C0""Arnaud Boutonn\351",
+"C0""Arnaud Boutonn\303\251",
"C0""Benjamin Haisch",
"",
"C1""Gob",
-"C0""Torbj\366rn Andersson",
-"C0""Arnaud Boutonn\351",
+"C0""Torbj\303\266rn Andersson",
+"C0""Arnaud Boutonn\303\251",
"C0""Sven Hesse",
"C0""Eugene Sandulenko",
"",
@@ -280,15 +280,15 @@ static const char *credits[] = {
"C2""Grim (retired)",
"C0""Dries Harnie",
"C2""EMI",
-"C0""Pawel Kolodziejski",
+"C0""Pawe\305\202 Ko\305\202odziejski",
"C2""Grim",
"C0""Christian Krause",
"C2""EMI (retired)",
-"C0""Einar Johan T. S\370m\345en",
+"C0""Einar Johan T. S\303\270m\303\245en",
"C2""Grim, EMI",
"C0""Joel Teichroeb",
"C2""EMI",
-"C0""Joni V\344h\344m\344ki",
+"C0""Joni V\303\244h\303\244m\303\244ki",
"C2""EMI (retired)",
"",
"C1""Groovie",
@@ -305,30 +305,30 @@ static const char *credits[] = {
"C2""GSoC student",
"",
"C1""Hopkins",
-"C0""Arnaud Boutonn\351",
+"C0""Arnaud Boutonn\303\251",
"C0""Paul Gilbert",
"",
"C1""Hugo",
-"C0""Arnaud Boutonn\351",
+"C0""Arnaud Boutonn\303\251",
"C0""Oystein Eftevaag",
"C0""Eugene Sandulenko",
"",
"C1""ICB",
-"C0""Pawel Kolodziejski",
+"C0""Pawe\305\202 Ko\305\202odziejski",
"C0""Joost Peters",
-"C0""Einar Johan T. S\370m\345en",
+"C0""Einar Johan T. S\303\270m\303\245en",
"",
"C1""Illusions",
"C0""Benjamin Haisch",
"C0""Eric Fry",
"",
"C1""Kingdom",
-"C0""Arnaud Boutonn\351",
+"C0""Arnaud Boutonn\303\251",
"C0""Thomas Fach-Pedersen",
"C0""Hein-Pieter van Braam-Stewart",
"",
"C1""Kyra",
-"C0""Torbj\366rn Andersson",
+"C0""Torbj\303\266rn Andersson",
"C2""VQA Player",
"C0""Oystein Eftevaag",
"C0""Florian Kagerer",
@@ -338,7 +338,7 @@ static const char *credits[] = {
"C2""(retired)",
"",
"C1""Lab",
-"C0""Arnaud Boutonn\351",
+"C0""Arnaud Boutonn\303\251",
"C0""Filippos Karapetis",
"C0""Willem Jan Palenstijn",
"C0""Eugene Sandulenko",
@@ -350,7 +350,7 @@ static const char *credits[] = {
"C0""Julien Templier",
"",
"C1""Lilliput",
-"C0""Arnaud Boutonn\351",
+"C0""Arnaud Boutonn\303\251",
"",
"C1""Lure",
"C0""Paul Gilbert",
@@ -364,7 +364,7 @@ static const char *credits[] = {
"C0""Filippos Karapetis",
"",
"C1""MADS",
-"C0""Arnaud Boutonn\351",
+"C0""Arnaud Boutonn\303\251",
"C0""Paul Gilbert",
"C0""Filippos Karapetis",
"",
@@ -379,12 +379,12 @@ static const char *credits[] = {
"C0""David Fioramonti",
"",
"C1""Mortevielle",
-"C0""Arnaud Boutonn\351",
+"C0""Arnaud Boutonn\303\251",
"C0""Paul Gilbert",
"",
"C1""MutationOfJB",
-"C0""Lubom\355r Rem\341k",
-"C0""Miroslav Rem\341k",
+"C0""\304\275ubom\303\255r Rem\303\241k",
+"C0""Miroslav Rem\303\241k",
"",
"C1""Myst 3",
"C0""Bastien Bouclet",
@@ -413,8 +413,8 @@ static const char *credits[] = {
"",
"C1""Prince",
"C0""Eugene Sandulenko",
-"C0""Lukasz Watka",
-"C0""Kamil Zbr\363g",
+"C0""\305\201ukasz W\304\205tka",
+"C0""Kamil Zbr\303\263g",
"",
"C1""Private",
"C0""Gustavo Grieco",
@@ -427,7 +427,7 @@ static const char *credits[] = {
"C0""Joost Peters",
"",
"C1""SAGA",
-"C0""Torbj\366rn Andersson",
+"C0""Torbj\303\266rn Andersson",
"C0""Daniel Balsom",
"C2""Original engine reimplementation author (retired)",
"C0""Filippos Karapetis",
@@ -453,7 +453,7 @@ static const char *credits[] = {
"C0""Martin Kiewitz",
"",
"C1""Sky",
-"C0""Robert G\366ffringmann",
+"C0""Robert G\303\266ffringmann",
"C2""(retired)",
"C0""Oliver Kiehl",
"C2""(retired)",
@@ -461,12 +461,12 @@ static const char *credits[] = {
"",
"C1""Stark",
"C0""Bastien Bouclet",
-"C0""Einar Johan T. S\370m\345en",
+"C0""Einar Johan T. S\303\270m\303\245en",
"C0""Liu Zhaosong",
"",
"C1""Supernova",
"C0""Joseph-Eugene Winzer",
-"C0""Jarom\355r Wysoglad",
+"C0""Jarom\303\255r Wysoglad",
"C0""Thierry Crozat",
"",
"C1""Sword1",
@@ -474,18 +474,18 @@ static const char *credits[] = {
"C2""PSX version support",
"C0""Thierry Crozat",
"C2""Mac version support",
-"C0""Robert G\366ffringmann",
+"C0""Robert G\303\266ffringmann",
"C2""(retired)",
"",
"C1""Sword2",
-"C0""Torbj\366rn Andersson",
+"C0""Torbj\303\266rn Andersson",
"C0""Fabio Battaglia",
"C2""PSX version support",
"C0""Jonathan Gray",
"C2""(retired)",
"",
"C1""Sword2.5",
-"C0""Torbj\366rn Andersson",
+"C0""Torbj\303\266rn Andersson",
"C0""Paul Gilbert",
"C0""Max Horn",
"C2""(retired)",
@@ -498,7 +498,7 @@ static const char *credits[] = {
"C0""Vladimir Menshakov",
"",
"C1""Tinsel",
-"C0""Torbj\366rn Andersson",
+"C0""Torbj\303\266rn Andersson",
"C0""Fabio Battaglia",
"C2""PSX version support",
"C0""Paul Gilbert",
@@ -518,19 +518,19 @@ static const char *credits[] = {
"C0""Filippos Karapetis",
"",
"C1""Tony",
-"C0""Arnaud Boutonn\351",
+"C0""Arnaud Boutonn\303\251",
"C0""Paul Gilbert",
"C0""Alyssa Milburn",
"",
"C1""Toon",
"C0""Sylvain Dupont",
"",
-"C1""Touch\351",
+"C1""Touch\303\251",
"C0""Gregory Montoir",
"C2""(retired)",
"",
"C1""TsAGE",
-"C0""Arnaud Boutonn\351",
+"C0""Arnaud Boutonn\303\251",
"C0""Paul Gilbert",
"",
"C1""Tucker",
@@ -546,15 +546,15 @@ static const char *credits[] = {
"C2""(retired)",
"C0""Nikita Tereshin",
"C2""(retired)",
-"C0""Patrik Dahlstr\366m",
+"C0""Patrik Dahlstr\303\266m",
"C2""(retired)",
"C0""Arthur Blot",
"C2""(retired)",
"C0""Kyuubu",
"C2""(retired)",
-"C0""To\353l Hartmann",
+"C0""To\303\253l Hartmann",
"C2""(retired)",
-"C0""Seb\341stien Viannay",
+"C0""Seb\303\241stien Viannay",
"C2""(retired)",
"C0""Martin Gerhardy",
"",
@@ -562,7 +562,7 @@ static const char *credits[] = {
"C0""Paul Gilbert",
"C0""Matthew Duggan",
"C0""Matthew Jimenez",
-"C0""Daniel c. W\374rl",
+"C0""Daniel c. W\303\274rl",
"C2""(Nuvie)",
"C0""Eric Fry",
"C2""(Nuvie)",
@@ -574,7 +574,7 @@ static const char *credits[] = {
"C2""(Nuvie)",
"C0""Malignant Manor",
"C2""(Nuvie)",
-"C0""Markus Niemist\366",
+"C0""Markus Niemist\303\266",
"C2""(Nuvie)",
"C0""Michael Fink",
"C2""(Nuvie)",
@@ -600,7 +600,7 @@ static const char *credits[] = {
"C2""(Pentagram)",
"",
"C1""Voyeur",
-"C0""Arnaud Boutonn\351",
+"C0""Arnaud Boutonn\303\251",
"C0""Paul Gilbert",
"",
"C1""WAGE",
@@ -609,7 +609,7 @@ static const char *credits[] = {
"C1""Wintermute",
"C0""Gunnar Birke",
"C2""Wintermute 3D",
-"C0""Einar Johan T. S\370m\345en",
+"C0""Einar Johan T. S\303\270m\303\245en",
"C0""Tobia Tesan",
"",
"C1""Xeen",
@@ -642,7 +642,7 @@ static const char *credits[] = {
"",
"C1""iPhone / iPad",
"C0""Oystein Eftevaag",
-"C0""Vincent B\351nony",
+"C0""Vincent B\303\251nony",
"C0""Thierry Crozat",
"",
"C1""LinuxMoto",
@@ -680,7 +680,7 @@ static const char *credits[] = {
"C2""(retired)",
"",
"C1""PlayStation 2",
-"C0""Robert G\366ffringmann",
+"C0""Robert G\303\266ffringmann",
"C2""(retired)",
"C0""Max Lingua",
"",
@@ -742,7 +742,7 @@ static const char *credits[] = {
"C2""Heavily improved de-/encoder for DXA videos",
"C0""Jochen Hoenicke",
"C2""Speaker & PCjr sound support, AdLib work (retired)",
-"C0""Dani\353l ter Laan",
+"C0""Dani\303\253l ter Laan",
"C2""Restoring original Drascula tracks, and writing convert_dxa.bat",
"C0""Chris Page",
"C2""Return to launcher, savestate improvements, leak fixes, ... (GSoC 2008 task) (retired)",
@@ -808,10 +808,10 @@ static const char *credits[] = {
"",
"C1""Packages",
"C1""AmigaOS 4",
-"C0""Hans-J\366rg Frieden",
+"C0""Hans-J\303\266rg Frieden",
"C2""(retired)",
"C0""Hubert Maier",
-"C0""Juha Niemim\344ki",
+"C0""Juha Niemim\303\244ki",
"C2""(retired)",
"",
"C1""Atari/FreeMiNT",
@@ -846,7 +846,7 @@ static const char *credits[] = {
"C1""MorphOS",
"C0""BeWorld",
"C0""Fabien Coeurjoly",
-"C0""R\374diger Hanke",
+"C0""R\303\274diger Hanke",
"C2""(retired)",
"",
"C1""OS/2",
@@ -887,7 +887,7 @@ static const char *credits[] = {
"C0""Jordi Vilalta Prat",
"",
"C1""Czech",
-"C0""Zbyn\354k Schwarz",
+"C0""Zbyn\303\254k Schwarz",
"",
"C1""Danish",
"C0""Steffen Nyeland",
@@ -924,11 +924,11 @@ static const char *credits[] = {
"C0""Paolo Bossi",
"C0""Walter Agazzi",
"",
-"C1""Norwegian (Bokm\345l)",
-"C0""Einar Johan S\370m\345en",
+"C1""Norwegian (Bokm\303\245l)",
+"C0""Einar Johan S\303\270m\303\245en",
"",
"C1""Norwegian (Nynorsk)",
-"C0""Einar Johan S\370m\345en",
+"C0""Einar Johan S\303\270m\303\245en",
"",
"C1""Polish",
"C0""GrajPoPolsku.pl Team",
@@ -944,14 +944,14 @@ static const char *credits[] = {
"C0""Eugene Sandulenko",
"",
"C1""Spanish",
-"C0""Tom\341s Maidagan",
+"C0""Tom\303\241s Maidagan",
"C0""Jordi Vilalta Prat",
"C0""IlDucci",
-"C0""Rodrigo Vegas S\341nchez-Ferrero",
+"C0""Rodrigo Vegas S\303\241nchez-Ferrero",
"",
"C1""Swedish",
"C0""Hampus Flink",
-"C0""Adrian Fr\374hwirth",
+"C0""Adrian Fr\303\274hwirth",
"",
"C1""Ukrainian",
"C0""Lubomyr Lisen",
@@ -961,17 +961,17 @@ static const char *credits[] = {
"C1""CGE",
"C0""Dan Serban",
"C2""Soltys English translation",
-"C0""V\355ctor Gonz\341lez",
+"C0""V\303\255ctor Gonz\303\241lez",
"C2""Soltys Spanish translation",
-"C0""Alejandro G\363mez de la Mu\361oza",
+"C0""Alejandro G\303\263mez de la Mu\303\261oza",
"C2""Soltys Spanish translation",
"",
"C1""CGE2",
-"C0""Arnaud Boutonn\351",
+"C0""Arnaud Boutonn\303\251",
"C2""Sfinx English translation",
"C0""Thierry Crozat",
"C2""Sfinx English translation",
-"C0""Peter Bozs\363",
+"C0""Peter Bozs\303\263",
"C2""Sfinx English translation editor",
"C0""Ryan Clark",
"C2""Sfinx English translation editor",
@@ -996,7 +996,7 @@ static const char *credits[] = {
"",
"",
"C1""Websites (design)",
-"C0""Dob\363 Bal\341zs",
+"C0""Dob\303\263 Bal\303\241zs",
"C2""Website design",
"C0""William Claydon",
"C2""Skins for doxygen, buildbot and wiki",
@@ -1026,7 +1026,7 @@ static const char *credits[] = {
"C2""Android port for ResidualVM",
"C0""Janne Huttunen",
"C2""V3 actor mask support, Dig/FT SMUSH audio",
-"C0""Kov\341cs Endre J\341nos",
+"C0""Kov\303\241cs Endre J\303\241nos",
"C2""Several fixes for Simon1",
"C0""Jeroen Janssen",
"C2""Numerous readability and bugfix patches",
@@ -1054,13 +1054,13 @@ static const char *credits[] = {
"C2""Sound support for Amiga SCUMM V2/V3 games, MM NES support",
"C0""Robert Crossfield",
"C2""Improved support for Apple II/C64 versions of MM",
-"C0""Andreas R\366ver",
+"C0""Andreas R\303\266ver",
"C2""Broken Sword I & II MPEG2 cutscene support",
"C0""Edward Rudd",
"C2""Fixes for playing MP3 versions of MI1/Loom audio",
"C0""Daniel Schepler",
"C2""Final MI1 CD music support, initial Ogg Vorbis support",
-"C0""Andr\351 Souza",
+"C0""Andr\303\251 Souza",
"C2""SDL-based OpenGL renderer",
"C0""Joel Teichroeb",
"C2""Android port for ResidualVM",
@@ -1147,7 +1147,7 @@ static const char *credits[] = {
"C1""Grim",
"C0""Thomas Allen",
"C2""Various engine code fixes and improvements",
-"C0""Torbj\366rn Andersson",
+"C0""Torbj\303\266rn Andersson",
"C2""Various code fixes",
"C0""Ori Avtalion",
"C2""Lipsync, LAF support, various code fixes",
@@ -1241,7 +1241,7 @@ static const char *credits[] = {
"C2""Various engine improvements and code fixes",
"C0""Matthew Hoops",
"C2""ADPCM decoder",
-"C0""Pawel Kolodziejski",
+"C0""Pawe\305\202 Ko\305\202odziejski",
"C2""Various engine code fixes",
"C0""Awad Mackie",
"C2""Few fixes to engine",
@@ -1296,7 +1296,7 @@ static const char *credits[] = {
"C2""For deep tech details about C64 Zak & MM",
"C0""Sarien Team",
"C2""Original AGI engine code",
-"C0""Jimmi Th\370gersen",
+"C0""Jimmi Th\303\270gersen",
"C2""For ScummRev, and much obscure code/documentation",
"C0""Tristan Matthews",
"C2""For additional work on the original MT-32 emulator",
Commit: 5d08c9e42555e78d82077d84d843af0389fea6bd
https://github.com/scummvm/scummvm/commit/5d08c9e42555e78d82077d84d843af0389fea6bd
Author: Cameron Cawley (ccawley2011 at gmail.com)
Date: 2021-04-18T01:31:17+01:00
Commit Message:
DOCS: Update credits
Changed paths:
doc/docportal/help/credits.rst
diff --git a/doc/docportal/help/credits.rst b/doc/docportal/help/credits.rst
index f8d2470455..43bfa47650 100644
--- a/doc/docportal/help/credits.rst
+++ b/doc/docportal/help/credits.rst
@@ -276,6 +276,15 @@ Blade Runner
* - Eugene Sandulenko
-
+Buried
+^^^^^^
+
+.. list-table::
+ :widths: 35 65
+
+ * - Matthew Hoops
+ -
+
CGE
^^^
@@ -2442,7 +2451,7 @@ Janusz WiÅniewski and Miroslaw Liminowicz from Laboratorium Komputerowe Avalon
Jan Nedoma for providing the sources to the Wintermute-engine, and for his support while porting the engine to ScummVM.
-Bob Bell, Michel Kripalani, Tommy Yune, from Presto Studios for providing the source code of The Journeyman Project: Pegasus Prime.
+Bob Bell, David Black, Michel Kripalani, and Tommy Yune from Presto Studios for providing the source code of The Journeyman Project: Pegasus Prime and The Journeyman Project 2: Buried in Time.
Electronic Arts IP Preservation Team, particularly Stefan Serbicki, and Vasyl Tsvirkunov of Electronic Arts for providing the source code of the two Lost Files of Sherlock Holmes games. James M. Ferguson and Barry Duncan for their tenacious efforts to recover the sources.
More information about the Scummvm-git-logs
mailing list