[Scummvm-git-logs] scummvm-web master -> 6c37228c012a582c4ace4c420a05812d0b411375
sev-
sev at scummvm.org
Wed Oct 14 18:45:06 UTC 2020
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm-web' repo located at https://github.com/scummvm/scummvm-web .
Summary:
6c37228c01 DATA: Added ResidualVM compatibility titles
Commit: 6c37228c012a582c4ace4c420a05812d0b411375
https://github.com/scummvm/scummvm-web/commit/6c37228c012a582c4ace4c420a05812d0b411375
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2020-10-14T20:44:39+02:00
Commit Message:
DATA: Added ResidualVM compatibility titles
Changed paths:
data/en/companies.yaml
data/en/compatibility.yaml
data/en/engines.yaml
data/en/games.yaml
diff --git a/data/en/companies.yaml b/data/en/companies.yaml
index a14d400f..589a0f93 100644
--- a/data/en/companies.yaml
+++ b/data/en/companies.yaml
@@ -252,6 +252,9 @@
- id: ftl
name: FTL Games
alt_name: ""
+- id: funcom
+ name: Funcom
+ alt_name: ""
- id: funhouse
name: Funhouse Design
alt_name: ""
diff --git a/data/en/compatibility.yaml b/data/en/compatibility.yaml
index b69899c5..02c0923f 100644
--- a/data/en/compatibility.yaml
+++ b/data/en/compatibility.yaml
@@ -3480,4 +3480,28 @@
since_version: 2.2.0
stable_platforms: dos
unstable_platforms: ""
+- id: grim
+ support: good
+ notes: ""
+ since_version: DEV
+ stable_platforms: win
+ unstable_platforms: ""
+- id: monkey4
+ support: good
+ notes: ""
+ since_version: DEV
+ stable_platforms: win
+ unstable_platforms: ps2
+- id: myst3
+ support: good
+ notes: ""
+ since_version: DEV
+ stable_platforms: win
+ unstable_platforms: ""
+- id: tlj
+ support: good
+ notes: ""
+ since_version: DEV
+ stable_platforms: win
+ unstable_platforms: ""
...
diff --git a/data/en/engines.yaml b/data/en/engines.yaml
index 927b5b56..de967593 100644
--- a/data/en/engines.yaml
+++ b/data/en/engines.yaml
@@ -104,6 +104,10 @@
name: The Griffon Legend
alt_name: ""
enabled: "FALSE"
+- id: grim
+ name: GrimE
+ alt_name: ""
+ enabled: "TRUE"
- id: groovie
name: Groovie
alt_name: ""
@@ -120,6 +124,10 @@
name: Hugo
alt_name: ""
enabled: "TRUE"
+- id: icb
+ name: In Cold Blood
+ alt_name: ""
+ enabled: "FALSE"
- id: illusions
name: Illusions
alt_name: ""
@@ -168,6 +176,10 @@
name: Mutation of JB
alt_name: ""
enabled: "TRUE"
+- id: myst3
+ name: Myst 3
+ alt_name: ""
+ enabled: "TRUE"
- id: neverhood
name: The Neverhood
alt_name: ""
@@ -220,6 +232,10 @@
name: SLUDGE
alt_name: ""
enabled: "FALSE"
+- id: stark
+ name: The Longest Journey
+ alt_name: ""
+ enabled: "TRUE"
- id: startrek
name: Star Trek
alt_name: ""
diff --git a/data/en/games.yaml b/data/en/games.yaml
index 0904f081..8b4c3d1e 100644
--- a/data/en/games.yaml
+++ b/data/en/games.yaml
@@ -4022,4 +4022,39 @@
moby_id: ""
datafiles: ""
series_id: ""
+- id: grim
+ name: Grim Fandango
+ engine_id: grim
+ company_id: lucasarts
+ moby_id: "201"
+ datafiles: ""
+ series_id: ""
+- id: monkey4
+ name: Escape From Monkey Island
+ engine_id: grim
+ company_id: lucasarts
+ moby_id: "2606"
+ datafiles: ""
+ series_id: ""
+- id: icb
+ name: In Cold Blood
+ engine_id: icb
+ company_id: revolution
+ moby_id: "3373"
+ datafiles: ""
+ series_id: ""
+- id: myst3
+ name: Myst III Exile
+ engine_id: myst3
+ company_id: presto
+ moby_id: "3520"
+ datafiles: ""
+ series_id: ""
+- id: tlj
+ name: The Longest Journey
+ engine_id: stark
+ company_id: funcom
+ moby_id: "1439"
+ datafiles: ""
+ series_id: ""
...
More information about the Scummvm-git-logs
mailing list