[Scummvm-git-logs] scummvm master -> 09d24ab59d57af80f6ae22cf55c75264f4708c63

bluegr noreply at scummvm.org
Mon Sep 7 11:14:54 UTC 2026


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

Summary:
0b03b2f643 MACVENTURE: Enable the engine by default
09d24ab59d MACVENTURE: Add Ion Andrei Cristian to the engine credits


Commit: 0b03b2f64376f8a1b5b77d548fed7446c6b8dafd
    https://github.com/scummvm/scummvm/commit/0b03b2f64376f8a1b5b77d548fed7446c6b8dafd
Author: Ion Andrei Cristian (lecturatul2017 at gmail.com)
Date: 2026-09-07T14:14:49+03:00

Commit Message:
MACVENTURE: Enable the engine by default

Changed paths:
    engines/macventure/configure.engine


diff --git a/engines/macventure/configure.engine b/engines/macventure/configure.engine
index f0ae901a5b8..2d28c342748 100644
--- a/engines/macventure/configure.engine
+++ b/engines/macventure/configure.engine
@@ -1,3 +1,3 @@
 # This file is included from the main "configure" script
 # add_engine [name] [desc] [build-by-default] [subengines] [base games] [deps] [components]
-add_engine macventure "MacVenture" no "" "" "highres"
+add_engine macventure "MacVenture" yes "" "" "highres"


Commit: 09d24ab59d57af80f6ae22cf55c75264f4708c63
    https://github.com/scummvm/scummvm/commit/09d24ab59d57af80f6ae22cf55c75264f4708c63
Author: Ion Andrei Cristian (lecturatul2017 at gmail.com)
Date: 2026-09-07T14:14:49+03:00

Commit Message:
MACVENTURE: Add Ion Andrei Cristian to the engine credits

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


diff --git a/AUTHORS b/AUTHORS
index a986f8288ae..1435cc911f1 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -165,6 +165,9 @@ ScummVM Team
        Kari Salminen
        Eugene Sandulenko
 
+    Colony:
+       Gustavo Grieco
+
     Composer:
        Alyssa Milburn
 
@@ -229,9 +232,15 @@ ScummVM Team
        Vladimir Menshakov
        Willem Jan Palenstijn
 
+    EEM:
+       Gustavo Grieco
+
     Efh:
        Arnaud Boutonne
 
+    Fool:
+       Scott Percival
+
     Freescape:
        Chris Allen                    - Sound engine programming
        Dhruv                          - Render engine fixes
@@ -361,6 +370,7 @@ ScummVM Team
        Martin Gerhardy
 
     MacVenture:
+       Ion Andrei Cristian            - GSoC student
        Borja Lorente                  - GSoC student
 
     MADE:
@@ -1409,3 +1419,6 @@ Special thanks to
    Ron Davis for releasing the sources and generously giving away the three
    chapters of God of Thunder.
 
+   David A. Smith for releasing the source code of The Colony, which our
+   engine is based on.
+
diff --git a/doc/docportal/help/credits.rst b/doc/docportal/help/credits.rst
index 3aeac374940..ec1d53e5596 100644
--- a/doc/docportal/help/credits.rst
+++ b/doc/docportal/help/credits.rst
@@ -360,6 +360,8 @@ Chamber
 .. list-table::
    :widths: 35 65
 
+   * - Ion Andrei Cristian
+     -
    * - Retro-Junk;
      -
    * - Eugene Sandulenko
@@ -397,6 +399,15 @@ Cine
    * - Eugene Sandulenko
      -
 
+Colony
+^^^^^^
+
+.. list-table::
+   :widths: 35 65
+
+   * - Gustavo Grieco
+     -
+
 Composer
 ^^^^^^^^
 
@@ -564,6 +575,15 @@ DreamWeb
    * - Willem Jan Palenstijn
      -
 
+EEM
+^^^
+
+.. list-table::
+   :widths: 35 65
+
+   * - Gustavo Grieco
+     -
+
 Efh
 ^^^
 
@@ -573,6 +593,15 @@ Efh
    * - Arnaud Boutonné
      -
 
+Fool
+^^^^
+
+.. list-table::
+   :widths: 35 65
+
+   * - Scott Percival
+     -
+
 Freescape
 ^^^^^^^^^
 
@@ -916,6 +945,8 @@ MacVenture
 .. list-table::
    :widths: 35 65
 
+   * - Ion Andrei Cristian
+     - GSoC student
    * - Borja Lorente
      - GSoC student
 
@@ -3194,3 +3225,5 @@ Fabrizio Lagorio from Trecision S.p.A., for finding and providing the source cod
 
 Ron Davis for releasing the sources and generously giving away the three chapters of God of Thunder.
 
+David A. Smith for releasing the source code of The Colony, which our engine is based on.
+
diff --git a/engines/macventure/credits.pl b/engines/macventure/credits.pl
index d6c0f5fcd0b..4f25de2f5bd 100644
--- a/engines/macventure/credits.pl
+++ b/engines/macventure/credits.pl
@@ -1,3 +1,4 @@
 begin_section("MacVenture");
+	add_person("Ion Andrei Cristian", "11-andy-11", "GSoC student");
 	add_person("Borja Lorente", "blorente", "GSoC student");
 end_section();
diff --git a/gui/credits.h b/gui/credits.h
index 38d9f0dbd3a..9333e0f7a9c 100644
--- a/gui/credits.h
+++ b/gui/credits.h
@@ -212,6 +212,9 @@ static const char *const credits[] = {
 "C0""Kari Salminen",
 "C0""Eugene Sandulenko",
 "",
+"C1""Colony",
+"C0""Gustavo Grieco",
+"",
 "C1""Composer",
 "C0""Alyssa Milburn",
 "",
@@ -282,9 +285,15 @@ static const char *const credits[] = {
 "C0""Vladimir Menshakov",
 "C0""Willem Jan Palenstijn",
 "",
+"C1""EEM",
+"C0""Gustavo Grieco",
+"",
 "C1""Efh",
 "C0""Arnaud Boutonn\303\251",
 "",
+"C1""Fool",
+"C0""Scott Percival",
+"",
 "C1""Freescape",
 "C0""Chris Allen",
 "C2""Sound engine programming",
@@ -437,6 +446,8 @@ static const char *const credits[] = {
 "C0""Martin Gerhardy",
 "",
 "C1""MacVenture",
+"C0""Ion Andrei Cristian",
+"C2""GSoC student",
 "C0""Borja Lorente",
 "C2""GSoC student",
 "",
@@ -1671,5 +1682,7 @@ static const char *const credits[] = {
 "C0""",
 "C0""Ron Davis for releasing the sources and generously giving away the three chapters of God of Thunder.",
 "C0""",
+"C0""David A. Smith for releasing the source code of The Colony, which our engine is based on.",
+"C0""",
 "",
 };




More information about the Scummvm-git-logs mailing list