[Scummvm-git-logs] scummvm master -> ef1be1cee888f751588702e1bea11a413be489a6

dreammaster paulfgilbert at gmail.com
Sun Dec 9 18:38:39 CET 2018


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:
ef1be1cee8 GLK: Add entries for Glulxe and TADS sub-engines to credits.pl


Commit: ef1be1cee888f751588702e1bea11a413be489a6
    https://github.com/scummvm/scummvm/commit/ef1be1cee888f751588702e1bea11a413be489a6
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2018-12-09T09:38:22-08:00

Commit Message:
GLK: Add entries for Glulxe and TADS sub-engines to credits.pl

Changed paths:
    devtools/credits.pl


diff --git a/devtools/credits.pl b/devtools/credits.pl
index 25ef73c..ec6a22e 100755
--- a/devtools/credits.pl
+++ b/devtools/credits.pl
@@ -628,7 +628,9 @@ begin_credits("Credits");
 				add_person("Paul Gilbert", "dreammaster", "");
 				add_person("Tor Andersson", "", "GarGlk library");
 				add_person("Stefan Jokisch", "", "Frotz interpreter");
+				add_person("Andrew Plotkin", "", "Glulxe interpreter");
 				add_person("Alan Cox", "", "ScottFree interpreter");
+				add_person("Michael J. Roberts", "", "TADS interpreter");
 			end_section();
 			
 			begin_section("Gnap");





More information about the Scummvm-git-logs mailing list