[Scummvm-git-logs] scummvm master -> 0c222d95d6a692afc1bb68db2e7eb1693929a2e5

csnover csnover at users.noreply.github.com
Tue Nov 21 21:51:25 CET 2017


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:
0c222d95d6 CREDITS: Add credits for RISC OS port


Commit: 0c222d95d6a692afc1bb68db2e7eb1693929a2e5
    https://github.com/scummvm/scummvm/commit/0c222d95d6a692afc1bb68db2e7eb1693929a2e5
Author: Cameron Cawley (ccawley2011 at gmail.com)
Date: 2017-11-21T14:51:14-06:00

Commit Message:
CREDITS: Add credits for RISC OS port

Closes gh-1068.

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


diff --git a/AUTHORS b/AUTHORS
index c7a5c83..2181ef5 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -486,6 +486,9 @@ Other contributions
     OS/2:
        Paul Smedley
 
+    RISC OS:
+       Cameron Cawley
+
     SlackWare:
        Robert Kelsen
 
diff --git a/devtools/credits.pl b/devtools/credits.pl
index fcf5602..e86ea0e 100755
--- a/devtools/credits.pl
+++ b/devtools/credits.pl
@@ -1058,6 +1058,10 @@ begin_credits("Credits");
 				add_person("Paul Smedley", "Creeping", "");
 			end_section();
 
+			begin_section("RISC OS");
+				add_person("Cameron Cawley", "ccawley2011", "");
+			end_section();
+
 			begin_section("SlackWare");
 				add_person("Robert Kelsen", "", "");
 			end_section();
diff --git a/gui/credits.h b/gui/credits.h
index c0d7b32..8f3f934 100644
--- a/gui/credits.h
+++ b/gui/credits.h
@@ -589,6 +589,9 @@ static const char *credits[] = {
 "C1""OS/2",
 "C0""Paul Smedley",
 "",
+"C1""RISC OS",
+"C0""Cameron Cawley",
+"",
 "C1""SlackWare",
 "C0""Robert Kelsen",
 "",





More information about the Scummvm-git-logs mailing list