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

ccawley2011 ccawley2011 at gmail.com
Mon Aug 30 18:11:19 UTC 2021


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:
0d65c120b7 CREDITS: Add myself to the DS port credits


Commit: 0d65c120b7bceab3a70355b0e9b06c5e4a32db0e
    https://github.com/scummvm/scummvm/commit/0d65c120b7bceab3a70355b0e9b06c5e4a32db0e
Author: Cameron Cawley (ccawley2011 at gmail.com)
Date: 2021-08-30T19:11:03+01:00

Commit Message:
CREDITS: Add myself to the DS port credits

Changed paths:
    AUTHORS
    devtools/credits.pl
    doc/docportal/help/credits.rst
    gui/credits.h


diff --git a/AUTHORS b/AUTHORS
index f473187616..9018f00f44 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -576,6 +576,7 @@ ScummVM Team
 
     Nintendo DS:
        Bertrand Augereau              - HQ software scaler
+       Cameron Cawley
        Neil Millstone
 
     Nintendo Switch:
diff --git a/devtools/credits.pl b/devtools/credits.pl
index 86310e9e62..534ad6d787 100755
--- a/devtools/credits.pl
+++ b/devtools/credits.pl
@@ -589,6 +589,7 @@ begin_credits("Credits");
 
 			begin_section("Nintendo DS");
 				add_person("Bertrand Augereau", "Tramb", "HQ software scaler");
+				add_person("Cameron Cawley", "ccawley2011", "");
 				add_person("Neil Millstone", "agent-q", "");
 			end_section();
 
diff --git a/doc/docportal/help/credits.rst b/doc/docportal/help/credits.rst
index 8602dc3033..65a79c7738 100644
--- a/doc/docportal/help/credits.rst
+++ b/doc/docportal/help/credits.rst
@@ -1457,6 +1457,8 @@ Nintendo DS
 
    * - Bertrand Augereau
      - HQ software scaler
+   * - Cameron Cawley
+     -
    * - Neil Millstone
      -
 
diff --git a/gui/credits.h b/gui/credits.h
index 7e375a70bb..fe41166108 100644
--- a/gui/credits.h
+++ b/gui/credits.h
@@ -709,6 +709,7 @@ static const char *credits[] = {
 "C1""Nintendo DS",
 "C0""Bertrand Augereau",
 "C2""HQ software scaler",
+"C0""Cameron Cawley",
 "C0""Neil Millstone",
 "",
 "C1""Nintendo Switch",




More information about the Scummvm-git-logs mailing list