aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEinar Johan Trøan Sømåen2012-09-06 16:53:01 +0200
committerEinar Johan Trøan Sømåen2012-09-06 16:53:01 +0200
commit3513f3870de3d99fafd7625120e5bf68436dd15d (patch)
tree9758f6fc63004c39053af91ed0ea9b4ca0bb2b25
parentf607112da03d56329cfd0a62e47db6f4b9e145e1 (diff)
downloadscummvm-rg350-3513f3870de3d99fafd7625120e5bf68436dd15d.tar.gz
scummvm-rg350-3513f3870de3d99fafd7625120e5bf68436dd15d.tar.bz2
scummvm-rg350-3513f3870de3d99fafd7625120e5bf68436dd15d.zip
CREDITS: Thank Jan Nedoma (Mnemonic) for sources/assistance with WME.
-rw-r--r--AUTHORS3
-rwxr-xr-xdevtools/credits.pl4
-rw-r--r--gui/credits.h2
3 files changed, 9 insertions, 0 deletions
diff --git a/AUTHORS b/AUTHORS
index 686e8a527b..5ea1243860 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -612,3 +612,6 @@ Special thanks to
Avalon for providing full source code for Soltys and letting us to
redistribute the game.
+ Jan Nedoma for providing the sources to the Wintermute-engine, and for
+ providing support while porting the engine to ScummVM
+
diff --git a/devtools/credits.pl b/devtools/credits.pl
index b1a73caad7..e022e1a4dc 100755
--- a/devtools/credits.pl
+++ b/devtools/credits.pl
@@ -1147,6 +1147,10 @@ begin_credits("Credits");
"Janusz Wiśniewski and Miroslaw Liminowicz from Laboratorium Komputerowe Avalon ".
"for providing full source code for Sołtys and letting us to redistribute the game.");
+ add_paragraph(
+ "Jan Nedoma for providing the sources to the Wintermute-engine, and for providing ".
+ "support while porting the engine to ScummVM");
+
end_section();
end_credits();
diff --git a/gui/credits.h b/gui/credits.h
index f971d06f36..e61cc1053f 100644
--- a/gui/credits.h
+++ b/gui/credits.h
@@ -722,5 +722,7 @@ static const char *credits[] = {
"C0""",
"C0""Janusz Wisniewski and Miroslaw Liminowicz from Laboratorium Komputerowe Avalon for providing full source code for Soltys and letting us to redistribute the game.",
"C0""",
+"C0""Jan Nedoma for providing the sources to the Wintermute-engine, and for providing support while porting the engine to ScummVM",
+"C0""",
"",
};