[Scummvm-cvs-logs] scummvm master -> 3513f3870de3d99fafd7625120e5bf68436dd15d

somaen einarjohan at somadalen.com
Thu Sep 6 16:54:33 CEST 2012


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:
3513f3870d CREDITS: Thank Jan Nedoma (Mnemonic) for sources/assistance with WME.


Commit: 3513f3870de3d99fafd7625120e5bf68436dd15d
    https://github.com/scummvm/scummvm/commit/3513f3870de3d99fafd7625120e5bf68436dd15d
Author: Einar Johan Trøan Sømåen (einarjohants at gmail.com)
Date: 2012-09-06T07:53:01-07:00

Commit Message:
CREDITS: Thank Jan Nedoma (Mnemonic) for sources/assistance with WME.

Changed paths:
    AUTHORS
    devtools/credits.pl
    gui/credits.h



diff --git a/AUTHORS b/AUTHORS
index 686e8a5..5ea1243 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 b1a73ca..e022e1a 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 f971d06..e61cc10 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""",
 "",
 };






More information about the Scummvm-git-logs mailing list