[Scummvm-cvs-logs] scummvm master -> 8380023c518174dd8ad8ba8fb307abfa0b1bc92f

criezy criezy at scummvm.org
Wed Jul 20 20:13:12 CEST 2016


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:
8380023c51 CREDITS: Add myself as developer for the drascula engine


Commit: 8380023c518174dd8ad8ba8fb307abfa0b1bc92f
    https://github.com/scummvm/scummvm/commit/8380023c518174dd8ad8ba8fb307abfa0b1bc92f
Author: Thierry Crozat (criezy at scummvm.org)
Date: 2016-07-20T19:12:45+01:00

Commit Message:
CREDITS: Add myself as developer for the drascula engine

I forgot to do it when I rewrote big chunks of the engine code three
months ago.

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



diff --git a/AUTHORS b/AUTHORS
index b32182a..59e0d70 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -104,6 +104,7 @@ ScummVM Team
     Drascula:
        Filippos Karapetis
        Pawel Kolodziejski
+       Thierry Crozat
 
     DreamWeb:
        Torbjorn Andersson
diff --git a/devtools/credits.pl b/devtools/credits.pl
index 33e9c82..9cc5ad4 100755
--- a/devtools/credits.pl
+++ b/devtools/credits.pl
@@ -604,6 +604,7 @@ begin_credits("Credits");
 			begin_section("Drascula");
 				add_person("Filippos Karapetis", "[md5]", "");
 				add_person("Paweł Kołodziejski", "aquadran", "");
+				add_person("Thierry Crozat", "criezy", "");
 			end_section();
 
 			begin_section("DreamWeb");
diff --git a/gui/credits.h b/gui/credits.h
index 8a0cd18..c2c4c84 100644
--- a/gui/credits.h
+++ b/gui/credits.h
@@ -128,6 +128,7 @@ static const char *credits[] = {
 "C1""Drascula",
 "C0""Filippos Karapetis",
 "C0""Pawel Kolodziejski",
+"C0""Thierry Crozat",
 "",
 "C1""DreamWeb",
 "A0""Torbjorn Andersson",






More information about the Scummvm-git-logs mailing list