[Scummvm-git-logs] scummvm master -> 662cc473726f1b4bdd11dd784f0ea450f43428c7

lephilousophe lephilousophe at users.noreply.github.com
Sat Jul 27 11:42:14 CEST 2019


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:
f4554b8c46 NEWS: Add Versailles to list of new games and fix other games
662cc47372 CREDITS: Add myself and Cryomni3D engine


Commit: f4554b8c466e7f3c61a1ac467ebd1c287fe1d9d9
    https://github.com/scummvm/scummvm/commit/f4554b8c466e7f3c61a1ac467ebd1c287fe1d9d9
Author: Le Philousophe (lephilousophe at users.noreply.github.com)
Date: 2019-07-27T11:24:19+02:00

Commit Message:
NEWS: Add Versailles to list of new games and fix other games

Changed paths:
    NEWS.md


diff --git a/NEWS.md b/NEWS.md
index 1459ae6..ce6ad0c 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -4,11 +4,12 @@ For a more comprehensive changelog of the latest experimental code, see:
 #### 2.1.0 (2019-??-??)
 
  New games:
-   - Might and Magic IV - Clouds of Xeen.
-   - Might and Magic V - Darkside of Xeen.
-   - Might and Magic - World of Xeen.
-   - Might and Magic - World of Xeen 2 CD Talkie.
-   - Might and Magic - Swords of Xeen.
+   - Added support for Might and Magic IV - Clouds of Xeen.
+   - Added support for Might and Magic V - Darkside of Xeen.
+   - Added support for Might and Magic - World of Xeen.
+   - Added support for Might and Magic - World of Xeen 2 CD Talkie.
+   - Added support for Might and Magic - Swords of Xeen.
+   - Added support for Versailles 1685.
 
  New ports:
    - Added Nintendo Switch port.


Commit: 662cc473726f1b4bdd11dd784f0ea450f43428c7
    https://github.com/scummvm/scummvm/commit/662cc473726f1b4bdd11dd784f0ea450f43428c7
Author: Le Philousophe (lephilousophe at users.noreply.github.com)
Date: 2019-07-27T11:34:56+02:00

Commit Message:
CREDITS: Add myself and Cryomni3D engine

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


diff --git a/AUTHORS b/AUTHORS
index 4fd8f0c..a411d6e 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -100,6 +100,9 @@ ScummVM Team
        Paul Gilbert
        Vincent Hamm                 - (retired)
 
+    Cryomni3D:
+       Philippe Valembois
+
     Draci:
        Denis Kasak
        Robert Spalek
diff --git a/devtools/credits.pl b/devtools/credits.pl
index da97c36..83cb4a7 100755
--- a/devtools/credits.pl
+++ b/devtools/credits.pl
@@ -652,6 +652,10 @@ begin_credits("Credits");
 				add_person("Vincent Hamm", "yaz0r", "(retired)");
 			end_section();
 
+			begin_section("Cryomni3D");
+				add_person("Philippe Valembois", "lePhilousophe", "");
+			end_section();
+
 			begin_section("Draci");
 				add_person("Denis Kasak", "dkasak13", "");
 				add_person("Robert Špalek", "spalek", "");
diff --git a/gui/credits.h b/gui/credits.h
index ce3de39..41741c0 100644
--- a/gui/credits.h
+++ b/gui/credits.h
@@ -125,6 +125,9 @@ static const char *credits[] = {
 "C0""Vincent Hamm",
 "C2""(retired)",
 "",
+"C1""Cryomni3D",
+"C0""Philippe Valembois",
+"",
 "C1""Draci",
 "C0""Denis Kasak",
 "C0""Robert Spalek",





More information about the Scummvm-git-logs mailing list