[Scummvm-git-logs] scummvm-web master -> 1b786504f9e2eec008670c8ce4540690d0032d86

Mataniko mataniko at gmail.com
Sun Apr 4 21:50:32 UTC 2021


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

Summary:
238eec1bce L10N: Update base news translation file
1b786504f9 DATA: Update data files


Commit: 238eec1bced2ad136e7f0a19a811609b9158788f
    https://github.com/scummvm/scummvm-web/commit/238eec1bced2ad136e7f0a19a811609b9158788f
Author: criezy (criezy at scummvm.org)
Date: 2021-04-04T21:50:28Z

Commit Message:
L10N: Update base news translation file

Changed paths:
    data/en/news.json


diff --git a/data/en/news.json b/data/en/news.json
index c4e8d3eb..3be13270 100644
--- a/data/en/news.json
+++ b/data/en/news.json
@@ -1366,5 +1366,9 @@
     "20210322": {
         "title": "Unravel a murder mystery in Los Angeles in the 1940s",
         "content": "We are happy to announce that _Private Eye_ by Brooklyn Multimedia is now ready for public testing.\n\nPlay Phillip Marlowe, a hard-boiled private eye, as he attempts to solve a murder mystery in Los Angeles in the 1940s.\n\nReleased in 1996, this game is a rare gem with cel animation technique and professional voice acting. Based on Raymond Chandler's work, the game plays like an interactive movie where you can choose which version of the story to play: one is faithful to the book while the other has an alternate ending.\n\nOnly the US release for Windows is supported at the moment.\n\nYou will need a [daily development build](https://buildbot.scummvm.org/builds.html). As always, please submit the bug reports to our [issue tracker](https://bugs.scummvm.org/)."
+    },
+    "20210404": {
+        "title": "Thousands of games needing testing",
+        "content": "We're finally ready to unleash the motherlode onto the public for testing. The AGS engine has had many freeware games released over the years, as well as quite a few commercial games as well. Keep in mind that, like the stand-alone AGS interpreter the engine is derived from, only AGS games from 2.5 onwards are supported.\n\nSo if any of you are interested, try downloading some freeware games from [The AGS website](https://www.adventuregamestudio.co.uk/site/games/). You will need a [daily development build](https://buildbot.scummvm.org/#/snapshots). As always, please submit the bug reports to our [issue tracker](https://bugs.scummvm.org/). It would also be helpful to let us know in the [#engine-ags Discord channel](https://discord.gg/eQYERyBc) which games you finish testing."
     }
 }


Commit: 1b786504f9e2eec008670c8ce4540690d0032d86
    https://github.com/scummvm/scummvm-web/commit/1b786504f9e2eec008670c8ce4540690d0032d86
Author: criezy (criezy at scummvm.org)
Date: 2021-04-04T21:50:28Z

Commit Message:
DATA: Update data files

Changed paths:
    data/en/compatibility.yaml
    data/en/engines.yaml
    data/en/games.yaml


diff --git a/data/en/compatibility.yaml b/data/en/compatibility.yaml
index 671d5462..d121d161 100644
--- a/data/en/compatibility.yaml
+++ b/data/en/compatibility.yaml
@@ -3870,3 +3870,10 @@
     since_version: DEV
     stable_platforms: win
     unstable_platforms: mac
+-
+    id: ags
+    support: good
+    notes: 'Only AGS games 2.5 and after are supported'
+    since_version: DEV
+    stable_platforms: ''
+    unstable_platforms: ''
diff --git a/data/en/engines.yaml b/data/en/engines.yaml
index 259f5db7..a3b45b70 100644
--- a/data/en/engines.yaml
+++ b/data/en/engines.yaml
@@ -19,6 +19,11 @@
     name: AGOS
     alt_name: ''
     enabled: true
+-
+    id: ags
+    name: AGS
+    alt_name: 'Adventure Game System'
+    enabled: true
 -
     id: avalanche
     name: Avalanche
diff --git a/data/en/games.yaml b/data/en/games.yaml
index 723ee418..56d3a34d 100644
--- a/data/en/games.yaml
+++ b/data/en/games.yaml
@@ -4711,3 +4711,11 @@
     moby_id: '2149'
     datafiles: 'https://wiki.scummvm.org/index.php?title=Datafiles#Private_Eye'
     series_id: journeyman
+-
+    id: ags
+    name: 'Adventure Game System games'
+    engine_id: ags
+    company_id: ''
+    moby_id: ''
+    datafiles: 'https://wiki.scummvm.org/index.php?title=Datafiles#AGS_Games'
+    series_id: ''




More information about the Scummvm-git-logs mailing list