[Scummvm-git-logs] scummvm-web master -> 91dca4cb96b7a422ef26e6469983edb16ead1aa6
sev-
sev at scummvm.org
Sun Aug 23 14:49:23 UTC 2020
This automated email contains information about 3 new commits which have been
pushed to the 'scummvm-web' repo located at https://github.com/scummvm/scummvm-web .
Summary:
6e61962322 WEB: Added Blazing Dragons to compatibility page
fa996fa106 WEB: JANITORIAL: Indentation fixes
91dca4cb96 WEB: Announce Operation Stealth support
Commit: 6e6196232216ef060fd7ea9b14f84953aa3c4b73
https://github.com/scummvm/scummvm-web/commit/6e6196232216ef060fd7ea9b14f84953aa3c4b73
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2020-08-23T16:42:26+02:00
Commit Message:
WEB: Added Blazing Dragons to compatibility page
Changed paths:
data/compatibility/compat-DEV.xml
diff --git a/data/compatibility/compat-DEV.xml b/data/compatibility/compat-DEV.xml
index ba09ad14..b8f3d271 100644
--- a/data/compatibility/compat-DEV.xml
+++ b/data/compatibility/compat-DEV.xml
@@ -1265,6 +1265,15 @@
Game is completable.
</notes>
</game>
+ <game>
+ <name>Blazing Dragons</name>
+ <target>dragons</target>
+ <support_level>good</support_level>
+ <datafiles>Blazing_Dragons</datafiles>
+ <notes>
+ Game is completable<h:br />- PSX US, GB, DE and FR versions are supported by this target.
+ </notes>
+ </game>
<game>
<name>Blue Force</name>
<target>blueforce</target>
Commit: fa996fa106ae772debef3f6233472f8a2e0f3ff3
https://github.com/scummvm/scummvm-web/commit/fa996fa106ae772debef3f6233472f8a2e0f3ff3
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2020-08-23T16:43:42+02:00
Commit Message:
WEB: JANITORIAL: Indentation fixes
Changed paths:
data/compatibility/compat-DEV.xml
diff --git a/data/compatibility/compat-DEV.xml b/data/compatibility/compat-DEV.xml
index b8f3d271..de7607f3 100644
--- a/data/compatibility/compat-DEV.xml
+++ b/data/compatibility/compat-DEV.xml
@@ -1525,24 +1525,24 @@
Game is completable<h:br />- DOS version is supported
</notes>
</game>
- <game>
- <name>Mission Supernova Teil 1: Das Schicksal des Horst Hummel</name>
- <target>msn1</target>
- <support_level>good</support_level>
- <notes>
- Game is completable
- </notes>
- <datafiles>Mission_Supernova_Part_1</datafiles>
- </game>
- <game>
- <name>Mission Supernova Teil 2: Der Doppelgänger</name>
- <target>msn2</target>
- <support_level>good</support_level>
- <notes>
- Game is completable
- </notes>
- <datafiles>Mission_Supernova_Part_2</datafiles>
- </game>
+ <game>
+ <name>Mission Supernova Teil 1: Das Schicksal des Horst Hummel</name>
+ <target>msn1</target>
+ <support_level>good</support_level>
+ <notes>
+ Game is completable
+ </notes>
+ <datafiles>Mission_Supernova_Part_1</datafiles>
+ </game>
+ <game>
+ <name>Mission Supernova Teil 2: Der Doppelgänger</name>
+ <target>msn2</target>
+ <support_level>good</support_level>
+ <notes>
+ Game is completable
+ </notes>
+ <datafiles>Mission_Supernova_Part_2</datafiles>
+ </game>
<game>
<name>Mortville Manor</name>
<target>mortevielle</target>
Commit: 91dca4cb96b7a422ef26e6469983edb16ead1aa6
https://github.com/scummvm/scummvm-web/commit/91dca4cb96b7a422ef26e6469983edb16ead1aa6
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2020-08-23T16:48:55+02:00
Commit Message:
WEB: Announce Operation Stealth support
Changed paths:
A data/news/20200823.markdown
data/compatibility/compat-DEV.xml
diff --git a/data/compatibility/compat-DEV.xml b/data/compatibility/compat-DEV.xml
index de7607f3..b87aa64d 100644
--- a/data/compatibility/compat-DEV.xml
+++ b/data/compatibility/compat-DEV.xml
@@ -1579,6 +1579,15 @@
Game is completable<h:br />- Amiga and DOS versions are supported by this target<h:br />- Occasional minor graphical glitches
</notes>
</game>
+ <game>
+ <name>Operation Stealth</name>
+ <target>os</target>
+ <support_level>good</support_level>
+ <datafiles>Operation_Stealth</datafiles>
+ <notes>
+ Game is completable<h:br />- Amiga, Atari and DOS versions are supported by this target.
+ </notes>
+ </game>
<game>
<name>Plumbers Don't Wear Ties</name>
<target>plumbers</target>
diff --git a/data/news/20200823.markdown b/data/news/20200823.markdown
new file mode 100644
index 00000000..b4fa63a7
--- /dev/null
+++ b/data/news/20200823.markdown
@@ -0,0 +1,11 @@
+---
+title: "A Stealthy ScummVM Operation"
+author: sev
+date: 1598194019
+---
+
+In 2008 Google Summer of Code we had Kari Salminen aka Buddha^ working on adding Operation Stealth game support. While it was an overall success, still certain important game features were missing. Now, 12 years later, Kari got time for completing his work.
+
+Thus, we are proudly announcing support for the Operation Stealth game also known as James Bond 007: The Stealth Affair in the US release.
+
+Grab your copy of the game, fetch the [daily build](https://buildbot.scummvm.org/builds.html) of ScummVM and give it a go. If you encounter any oddities or bugs, please submit to our [bug tracker](https://bugs.scummvm.org/)).
More information about the Scummvm-git-logs
mailing list