[Scummvm-git-logs] scummvm master -> 5831ee1e67cae9b251b16f82ef2353da1600b83f

neuromancer neuromancer at users.noreply.github.com
Sun Mar 21 13:09:26 UTC 2021


This automated email contains information about 2 new commits which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
d56b531213 PRIVATE: Add author to credits section and executed make credits
5831ee1e67 NEWS: added Private Eye entry


Commit: d56b5312134412218973373d0c08415415ef52d3
    https://github.com/scummvm/scummvm/commit/d56b5312134412218973373d0c08415415ef52d3
Author: neuromancer (gustavo.grieco at gmail.com)
Date: 2021-03-21T10:07:53-03:00

Commit Message:
PRIVATE: Add author to credits section and executed make credits

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


diff --git a/AUTHORS b/AUTHORS
index 98a66370be..b01d51378a 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -336,6 +336,9 @@ ScummVM Team
        Lukasz Watka
        Kamil Zbrog
 
+    Private:
+       Gustavo Grieco
+
     Queen:
        David Eriksson                 - (retired)
        Gregory Montoir                - (retired)
@@ -1106,3 +1109,4 @@ Special thanks to
 
    Benjamin Haisch, for emimeshviewer, which our EMI code borrows heavily
    from.
+
diff --git a/devtools/credits.pl b/devtools/credits.pl
index 2c97fade40..fdb79a5881 100755
--- a/devtools/credits.pl
+++ b/devtools/credits.pl
@@ -951,6 +951,10 @@ begin_credits("Credits");
 				add_person("Kamil Zbróg", "", "");
 			end_section();
 
+			begin_section("Private");
+				add_person("Gustavo Grieco", "neuromancer", "");
+			end_section();
+
 			begin_section("Queen");
 				add_person("David Eriksson", "twogood", "(retired)");
 				add_person("Gregory Montoir", "cyx", "(retired)");
diff --git a/doc/docportal/help/credits.rst b/doc/docportal/help/credits.rst
index 6cd8b5bc1b..f8d2470455 100644
--- a/doc/docportal/help/credits.rst
+++ b/doc/docportal/help/credits.rst
@@ -844,6 +844,15 @@ Prince
    * - Kamil Zbróg
      -
 
+Private
+^^^^^^^
+
+.. list-table::
+   :widths: 35 65
+
+   * - Gustavo Grieco
+     -
+
 Queen
 ^^^^^
 
@@ -2109,7 +2118,7 @@ Code contributions
    * - Jeroen Janssen
      - Numerous readability and bugfix patches
    * - Keith Kaisershot
-     - Several Pegasus Prime patches
+     - Several Pegasus Prime patches and DVD additions
    * - Andreas Karlsson
      - Initial port for SymbianOS
    * - Stefan Kristiansson
diff --git a/gui/credits.h b/gui/credits.h
index 0b31d818b7..9964655dea 100644
--- a/gui/credits.h
+++ b/gui/credits.h
@@ -413,6 +413,9 @@ static const char *credits[] = {
 "C0""Lukasz Watka",
 "C0""Kamil Zbr\363g",
 "",
+"C1""Private",
+"C0""Gustavo Grieco",
+"",
 "C1""Queen",
 "C0""David Eriksson",
 "C2""(retired)",


Commit: 5831ee1e67cae9b251b16f82ef2353da1600b83f
    https://github.com/scummvm/scummvm/commit/5831ee1e67cae9b251b16f82ef2353da1600b83f
Author: neuromancer (gustavo.grieco at gmail.com)
Date: 2021-03-21T10:07:53-03:00

Commit Message:
NEWS: added Private Eye entry

Changed paths:
    NEWS.md


diff --git a/NEWS.md b/NEWS.md
index 151b068b92..c584e4f9d3 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -15,6 +15,7 @@ For a more comprehensive changelog of the latest experimental code, see:
    - Added support for Crimson Crown
    - Added support for OO-Topos
    - Added support for Glulx interactive fiction games
+   - Added support for Private Eye (US release)
 
  New ports:
    - The Nintendo DS port got a major rewrite.




More information about the Scummvm-git-logs mailing list