[Scummvm-cvs-logs] scummvm master -> 3a1b1a081a9ecc06547d91e6f7ae1fff56da2d83
whoozle
whoozle at yandex.ru
Thu Jun 16 14:07:02 CEST 2011
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:
3a1b1a081a DREAMWEB: Added engine to the credits
Commit: 3a1b1a081a9ecc06547d91e6f7ae1fff56da2d83
https://github.com/scummvm/scummvm/commit/3a1b1a081a9ecc06547d91e6f7ae1fff56da2d83
Author: Vladimir Menshakov (whoozle at yandex.ru)
Date: 2011-06-16T05:05:05-07:00
Commit Message:
DREAMWEB: Added engine to the credits
Changed paths:
devtools/credits.pl
gui/credits.h
diff --git a/devtools/credits.pl b/devtools/credits.pl
index b0f40cb..bf48304 100755
--- a/devtools/credits.pl
+++ b/devtools/credits.pl
@@ -523,6 +523,11 @@ begin_credits("Credits");
add_person("Paweł Kołodziejski", "aquadran", "");
end_section();
+ begin_section("DreamWeb");
+ add_person("Vladimir Menshakov", "whoozle", "");
+ add_person("Torbjörn Andersson", "eriktorbjorn", "");
+ end_section();
+
begin_section("Gob");
add_person("Torbjörn Andersson", "eriktorbjorn", "");
add_person("Arnaud Boutonné", "Strangerke", "");
diff --git a/gui/credits.h b/gui/credits.h
index 1b13b31..ba679c4 100644
--- a/gui/credits.h
+++ b/gui/credits.h
@@ -83,6 +83,10 @@ static const char *credits[] = {
"C0""Filippos Karapetis",
"C0""Pawel Kolodziejski",
"",
+"C1""DreamWeb",
+"C0""Vladimir Menshakov",
+"C0""Torbj\366rn Andersson",
+"",
"C1""Gob",
"C0""Torbj\366rn Andersson",
"C0""Arnaud Boutonn\351",
More information about the Scummvm-git-logs
mailing list