[Scummvm-git-logs] scummvm-web master -> 953475051eb1d4944c60d6a83ccf127e8f397fb8

sev- sev at scummvm.org
Tue Aug 17 12:44:39 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:
399f309006 WEB: Announce Director testing
953475051e WEB: Sync data


Commit: 399f3090067a59725911305b15a1c3b19f9d52e3
    https://github.com/scummvm/scummvm-web/commit/399f3090067a59725911305b15a1c3b19f9d52e3
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2021-08-17T14:43:35+02:00

Commit Message:
WEB: Announce Director testing

Changed paths:
  A data/en/news/20210817.markdown


diff --git a/data/en/news/20210817.markdown b/data/en/news/20210817.markdown
new file mode 100644
index 00000000..2aacdefd
--- /dev/null
+++ b/data/en/news/20210817.markdown
@@ -0,0 +1,16 @@
+---
+title: "Early Macromedia Director titles are supported now"
+author: djsrv, sev, sheep
+date: 1629203770
+---
+After 5 years of active development, we are glad to finally announce the first MacroMind/Macromedia Director-based games to be supported.
+
+Iskrich, a GSoC student, laid down the engine’s first lines of code, based on the initial reverse engineering efforts of fuzzie, which she wrote in Python as part of the _continuity_ project. Then, the work was continued by sev in 2017 when Lingo compiler development was started and stevenhoefel started adding Director 5-related code. In 2018, there was practically no development, but in 2019, moralrecordings made some advancements for Director 4. Finally, in 2020 and 2021, there was a big chunk of development, first by npjg and djsrv, then by sheep and djsrv, while rvanlaar set up a continuous integration buildbot for the project.
+
+Long story short, after 3738 commits, we are now announcing support for Director 2-based titles such as _Spaceship Warlock_. Selected Director 3-based titles may work, and in particular, we support _L-ZONE_.
+
+Grab your CDs and give these titles a go. We are also actively collecting info on any Director-based (and Shockwave) titles that we catalogue on [our Wiki](https://wiki.scummvm.org/index.php?title=Director/Games), so, please, help us with this task.
+
+We are actively working on deepening Director 3 compatibility, particularly the original _Journeyman Project_ and advancing with Director 4 support, having _Meet MediaBand_ and _Chop Suey_ as our primary test targets.
+
+For running the games you will need the [latest daily build](https://www.scummvm.org/downloads/#daily) of ScummVM.  And as usual, if you see any issues, please file them in the [issue tracker](https://bugs.scummvm.org/).


Commit: 953475051eb1d4944c60d6a83ccf127e8f397fb8
    https://github.com/scummvm/scummvm-web/commit/953475051eb1d4944c60d6a83ccf127e8f397fb8
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2021-08-17T14:44:26+02:00

Commit Message:
WEB: Sync data

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


diff --git a/data/en/companies.yaml b/data/en/companies.yaml
index 27793811..0aa49d5f 100644
--- a/data/en/companies.yaml
+++ b/data/en/companies.yaml
@@ -939,3 +939,7 @@
     id: trecision
     name: 'Trecision S.p.A.'
     alt_name: ''
+-
+    id: synergy
+    name: 'Synergy Inc.'
+    alt_name: ''
diff --git a/data/en/compatibility.yaml b/data/en/compatibility.yaml
index 24fc5af8..09fad689 100644
--- a/data/en/compatibility.yaml
+++ b/data/en/compatibility.yaml
@@ -3873,28 +3873,42 @@
 -
     id: ags
     support: good
-    notes: 'Only AGS games 2.5 and after are supported'
+    notes: '- Only AGS games 2.5 and after are supported'
     since_version: DEV
     stable_platforms: 'win,linux,mac,android,ios'
     unstable_platforms: ''
 -
     id: nl
     support: excellent
-    notes: 'Only PC version is supported'
+    notes: '- Only PC version is supported'
     since_version: DEV
     stable_platforms: win
     unstable_platforms: amiga
 -
     id: buried
     support: excellent
-    notes: 'Only Windows version is supported'
+    notes: '- Only Windows version is supported'
     since_version: DEV
     stable_platforms: win
     unstable_platforms: mac
 -
     id: remorse
     support: good
-    notes: 'Only DOS version is supported'
+    notes: '- Only DOS version is supported'
     since_version: DEV
     stable_platforms: dos
     unstable_platforms: psx
+-
+    id: lzone
+    support: good
+    notes: '- Only Windows and Mac versions are supported'
+    since_version: DEV
+    stable_platforms: 'win,mac'
+    unstable_platforms: 'macintosh2,fmtowns,pippin'
+-
+    id: warlock
+    support: good
+    notes: '- Japanese version is not yet supported'
+    since_version: DEV
+    stable_platforms: 'win,mac'
+    unstable_platforms: ''
diff --git a/data/en/engines.yaml b/data/en/engines.yaml
index 659fb761..39d243a1 100644
--- a/data/en/engines.yaml
+++ b/data/en/engines.yaml
@@ -88,7 +88,7 @@
     id: director
     name: 'Macromedia Director'
     alt_name: ''
-    enabled: false
+    enabled: true
 -
     id: dm
     name: 'Dungeon Maser'
diff --git a/data/en/games.yaml b/data/en/games.yaml
index 314ca5fa..fa20b995 100644
--- a/data/en/games.yaml
+++ b/data/en/games.yaml
@@ -599,6 +599,14 @@
     moby_id: '22007'
     datafiles: ''
     series_id: ''
+-
+    id: lzone
+    name: L-ZONE
+    engine_id: director
+    company_id: synergy
+    moby_id: '2302'
+    datafiles: ''
+    series_id: ''
 -
     id: warlock
     name: 'Spaceship Warlock'
diff --git a/data/en/platforms.yaml b/data/en/platforms.yaml
index fc96ff17..978bfb51 100644
--- a/data/en/platforms.yaml
+++ b/data/en/platforms.yaml
@@ -24,7 +24,7 @@
     id: apple2gs
     moby_id: '51'
 -
-    name: 'Acorn 32-bit'
+    name: 'Atari 8-bit'
     id: atari8bit
     moby_id: '117'
 -
@@ -100,7 +100,7 @@
     id: pippin
     moby_id: '112'
 -
-    name: Playstation
+    name: PlayStation
     id: psx
     moby_id: '6'
 -
@@ -136,7 +136,7 @@
     id: amigacd32
     moby_id: '56'
 -
-    name: 'Playstation 2'
+    name: 'PlayStation 2'
     id: ps2
     moby_id: '7'
 -




More information about the Scummvm-git-logs mailing list