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

neuromancer noreply at scummvm.org
Tue Dec 13 15:38:10 UTC 2022


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:
763654fcd9 CREDITS: Updated to include freescape authors
d558601246 FREESCAPE: added credits.pl


Commit: 763654fcd9633946493e6fe9e23ae13eee53fcde
    https://github.com/scummvm/scummvm/commit/763654fcd9633946493e6fe9e23ae13eee53fcde
Author: neuromancer (gustavo.grieco at gmail.com)
Date: 2022-12-13T11:27:41-03:00

Commit Message:
CREDITS: Updated to include freescape authors

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


diff --git a/AUTHORS b/AUTHORS
index a2f739f8a44..80aeaecd28c 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -190,6 +190,10 @@ ScummVM Team
        Vladimir Menshakov
        Willem Jan Palenstijn
 
+    Freescape:
+       Chris Allen                    - Sound engine programming
+       Gustavo Grieco
+
     Glk:
        Paul Gilbert
        Tor Andersson                  - GarGlk library
diff --git a/doc/docportal/help/credits.rst b/doc/docportal/help/credits.rst
index 6720512783d..977745824eb 100644
--- a/doc/docportal/help/credits.rst
+++ b/doc/docportal/help/credits.rst
@@ -458,6 +458,17 @@ DreamWeb
    * - Willem Jan Palenstijn
      -
 
+Freescape
+^^^^^^^^^
+
+.. list-table::
+   :widths: 35 65
+
+   * - Chris Allen
+     - Sound engine programming
+   * - Gustavo Grieco
+     -
+
 Glk
 ^^^
 
diff --git a/gui/credits.h b/gui/credits.h
index 0fa55b10d67..9f2d0aacfb0 100644
--- a/gui/credits.h
+++ b/gui/credits.h
@@ -240,6 +240,11 @@ static const char *credits[] = {
 "C0""Vladimir Menshakov",
 "C0""Willem Jan Palenstijn",
 "",
+"C1""Freescape",
+"C0""Chris Allen",
+"C2""Sound engine programming",
+"C0""Gustavo Grieco",
+"",
 "C1""Glk",
 "C0""Paul Gilbert",
 "C0""Tor Andersson",


Commit: d55860124671d2e4f35ca5ed0c5af30688346bc7
    https://github.com/scummvm/scummvm/commit/d55860124671d2e4f35ca5ed0c5af30688346bc7
Author: neuromancer (gustavo.grieco at gmail.com)
Date: 2022-12-13T11:32:14-03:00

Commit Message:
FREESCAPE: added credits.pl

Changed paths:
  A engines/freescape/credits.pl


diff --git a/engines/freescape/credits.pl b/engines/freescape/credits.pl
new file mode 100644
index 00000000000..12652d09a78
--- /dev/null
+++ b/engines/freescape/credits.pl
@@ -0,0 +1,4 @@
+begin_section("Freescape");
+	add_person("Chris Allen", "", "Sound engine programming");
+	add_person("Gustavo Grieco", "neuromancer", "");
+end_section();




More information about the Scummvm-git-logs mailing list