[Scummvm-git-logs] scummvm master -> 7476277c06dd30d39da92ac7057084650de335e2

Mataniko mataniko at gmail.com
Thu May 9 20:36:10 CEST 2019


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:
7476277c06 CREDITS: Added Max Horn to GUI credits


Commit: 7476277c06dd30d39da92ac7057084650de335e2
    https://github.com/scummvm/scummvm/commit/7476277c06dd30d39da92ac7057084650de335e2
Author: Max Horn (max at quendi.de)
Date: 2019-05-09T14:36:06-04:00

Commit Message:
CREDITS: Added Max Horn to GUI credits

The GUI system was originally written completely by me, as is easily
verifiable by inspecting the commit logs of the gui subdirectory, or e.g.
specific files like gui/widget.cpp.

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


diff --git a/AUTHORS b/AUTHORS
index a0326c0..251ec61 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -418,6 +418,7 @@ ScummVM Team
        Johannes Schickel            - (retired)
 
     GUI:
+       Max Horn                     - (retired)
        Vicent Marti
        Eugene Sandulenko
        Johannes Schickel            - (retired)
diff --git a/devtools/credits.pl b/devtools/credits.pl
index c655e4a..968a242 100755
--- a/devtools/credits.pl
+++ b/devtools/credits.pl
@@ -1038,6 +1038,7 @@ begin_credits("Credits");
 			end_section();
 
 			begin_section("GUI");
+				add_person("Max Horn", "Fingolfin", "(retired)");
 				add_person("Vicent Marti", "tanoku", "");
 				add_person("Eugene Sandulenko", "sev", "");
 				add_person("Johannes Schickel", "LordHoto", "(retired)");
diff --git a/gui/credits.h b/gui/credits.h
index a1cc180..c7ce3e2 100644
--- a/gui/credits.h
+++ b/gui/credits.h
@@ -509,6 +509,8 @@ static const char *credits[] = {
 "C2""(retired)",
 "",
 "C1""GUI",
+"C0""Max Horn",
+"C2""(retired)",
 "C0""Vicent Marti",
 "C0""Eugene Sandulenko",
 "C0""Johannes Schickel",





More information about the Scummvm-git-logs mailing list