[Scummvm-git-logs] scummvm-web master -> 91224403f2eaacd94727d291f7e6bdb325dc0e55
lotharsm
noreply at scummvm.org
Sat Dec 30 15:40:25 UTC 2023
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:
25462485ae L10N: Update base news translation file
91224403f2 DATA: Update data files
Commit: 25462485ae1da2308ff792111ce85d5b805b2262
https://github.com/scummvm/scummvm-web/commit/25462485ae1da2308ff792111ce85d5b805b2262
Author: sev- (sev at scummvm.org)
Date: 2023-12-30T15:40:21Z
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 255a46b5..6ebe7a7e 100644
--- a/data/en/news.json
+++ b/data/en/news.json
@@ -1574,5 +1574,9 @@
"20231214": {
"title": "End of year Director roundup",
"content": "The end of the year is almost upon us, along with a new release of ScummVM. So here's a quick update for one of the more ambitious sub-projects that has been percolating along in the background: Macromedia Director support! For those who aren't aware, Macromedia Director was a popular framework used for thousands of games, educational titles, catalogues, art pieces, and other multimedia works.\n\n## New Games For Testing\n\nFirst off, the upcoming 2.8.0 release will have some new supported games, and we need your help testing them!\n\n* _Alice: An Interactive Museum_\n* _Ape Odyssey_\n* _Classical Cats_\n* _Gadget: Invention, Travel and Adventure_\n* _The Cute Machine_\n* _The Dark Eye_\n* _Wrath of the Gods_\n\nYou will need the data files from the games' original install media, and a [daily build](https://www.scummvm.org/downloads/#daily) of ScummVM. For Macintosh editions, you will need to run the disc images through [Dumper Companion](https://www.scummvm.org/dumper-companion) in order to extract a complete copy of the files. In the case of The Dark Eye, you will also need the files created by the installer. As always, if you run into issues, please let us know on the [issue tracker](https://bugs.scummvm.org/).\n\nIf your favorite isn't in the supported list, don't despair! ScummVM can open Director titles from 1995 and earlier, so grab the latest [daily build](https://www.scummvm.org/downloads/#daily) and give it a try. Titles released after 1995 tend to use Director versions that aren't supported yet. If you get stuck, reach out on the [issue tracker](https://bugs.scummvm.org/) and we can try and help.\n\nIf you've encountered a Director title that isn't recognized by ScummVM, that's great! Please let us know on the [issue tracker](https://bugs.scummvm.org/) so the title can be added to the detection list. \n\n## Engine versions \n\nAs of the time of writing, ScummVM can detect **1595** different titles based on Director, with the following counts by Director version:\n\n| D0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 |\n|----|----|----|-----|-----|-----|-----|----|-----|----|-----|-----|\n| 12 | 1 | 14 | 288 | 602 | 262 | 194 | 97 | 138 | 31 | 36 | 4 |\n\nScummVM 2.8.0 will be the first release to include preliminary support for the D5 version of Director! A lot of work has gone into overhauling the codebase to support multiple cast libraries, however there is still plenty of work to be done adding Lingo functions and Xtras.\n\nAdding support for a new Director version is a tricky process. First we need to check for any changes to the movie file format, then add in any new engine and Lingo features, and finally start working through issues in a bunch of candidate games. Because of the difficulty of keeping track of facts vs. assumptions, we only enable features for an engine version once they have been confirmed with testing. This is why D6 and higher games will not open at all, even if the code we have would somewhat work.\n\nSupport for the D2, D3 and D4 versions of Director has steadily improved. We are building up a suite of unit tests, both for Lingo and for the various drawing modes in the renderer. Most of the remaining bugs are related to undefined or incidental behavior: consider how two types in Lingo are compared, or the precise order that events are processed in, or how functions respond when you pass them nonsense data? All of these things are relied upon by thousands of Director products! And ScummVM must support all of them as closely as possible.\n\n## XLibs\n\nMacromedia provided a C API with Director, which proved to be very popular for adding new engine features. There are hundreds of XObject and Xtra libraries in circulation, and each has to be reverse engineered and added as code to ScummVM. As of the time of writing, we have added support for **63** of these libraries.\n\nA common use case is video; Director includes the ability to play back QuickTime videos as a sprite, but computers of the day would struggle with the added overhead of Director's renderer if the video resolution was larger than a postage stamp. To work around this, several XLibs exist to play back video as an accelerated overlay. Quite a few D3 and D4 titles are missing video playback due to this type of XLib, and we plan on creating a common method of supporting these.\n\nThe good news is that most uncommon XLibs did only one or two things, and are pretty easy to add initial support for. Part of the XLib format is a list of docstrings explaining each of the functions; there is a script in `/devtools` which can turn these docstrings into stubbed C++ code, saving a lot of hassle. \n\n---\n\nThat's about it! We have some very dedicated volunteers scouring every corner of the globe for obscure Director titles and testing them; if that sounds like your bag, you can visit them in the #engine-director channel of the [ScummVM Discord](https://discord.gg/4cDsMNtcpG). Until next time!"
+ },
+ "20231230": {
+ "title": "ScummVM 2.8.0: Mysteries, Mammoths, and Muppets",
+ "content": "We are proud to announce the last release of the year 2023. Please welcome ScummVM 2.8.0 â âMysteries, Mammoths, and Muppetsâ.\n\n## New games\nThe team was quite busy working on new engines and enhancing existing ones. The list of supported games grew noticeably, and we now support these additions:\n\n * _Adibou 1_\n * _The Dark Eye_\n * _Dark Side_\n * _Escape From Hell_\n * _Gadget: Invention Travel and Adventure_\n * _The Excavation of Hob's Barrow_\n * _Kingdom: The Far Reaches_\n * _Might and Magic Book One_\n * _Muppet Treasure Island_\n * _Nancy Drew: The Final Scene_\n * _Nancy Drew: Message in a Haunted Mansion_\n * _Nancy Drew: Secrets Can Kill_\n * _Nancy Drew: Stay Tuned for Danger_\n * _Nancy Drew: Treasure in the Royal Tower_\n * _Primordia_\n * _Reah: Face the Unknown_\n * _Schizm: Mysterious Journey_\n * _Shardlight_\n * _Stranga and Cloak and Dagger_\n * _Strangeland_\n * _Syberia_ and _Syberia II_ (macOS versions only)\n * _Technobabylon_\n * _The Vampire Diaries_\n * _Whispers of a Machine_\n * _Wrath of the Gods_ and four other Director titles.\n\nAll together, weâve introduced 30 new games and five new engines.\n\n## New platforms\nWe are happy to see the RetroArch port being properly rewritten, and the port is now part of our source code. The Atari port has also been redone from scratch and now talks natively to the hardware, skipping SDL as an intermediate layer. That made many more games playable on the platform. The Atari FireBee port is still using the SDL library, though.\n\n## Speed-optimized graphics\nThanks to the work of one of the GSoC participants this year, Wyatt Radkiewicz (a.k.a. eklipsed), we now use CPU-specific SIMD instructions such as SSE, AVX2, and NEON for drawing graphics in the AGS engine and in some generic routines. This led to 4-14x speedup in drawing for many cases.\n\n## Networking games\nThis year, we merged with the [Backyard Sports Online](https://backyardsports.online/) project, which made it possible to play _Backyard Football_, _Backyard Baseball 2001_ and _Backyard Football 2002_ over the internet with other humans. Also, the _Moonbase Commander_ support is in active playtesting mode, though not yet ready for prime time.\n\n## Notable engine enhancements\nThe AGS engine has been brought up to version 3.6.0.53 from upstream.\n\nFor many engines, we added support for numerous Chinese and Japanese game variants.\n\nBelieve it or not, we implemented a lot of native GUI dialogs for SCUMM games, bringing them closer to the original experience. We also rewrote the sound code for the SCUMM Humongous Entertainment games, making them flawless.\n\nWe performed a deep review of the _Broken Sword 1_ game engine, implementing some small, previously unnoticed things like scene transitions, in-game menu peculiarities, accurate fonts, idle animations, and more. Now, the game is absolutely faithful to the original.\n\n----\n\nThe full [Release Notes](https://downloads.scummvm.org/frs/scummvm/2.8.0/ReleaseNotes.html) contain a comprehensive summary of the changes and enhancements; it is about 3 pages long with this release.\n\nOn [our downloads page](https://www.scummvm.org/downloads/), you can find the downloads for various platforms. If you are using Windows, macOS, or either the Ubuntu Snap or Flatpack packages, the autoupdater will assist you in updating to ScummVM 2.8.0. Android port will follow up very shortly, as we are currently in the Open Beta phase.\n\nPlay the games, and enjoy ScummVM!\n\n_Ah, one more thingâ¦_\n\nScummVM is coming to [the Apple App Store for iPhones and iPads](https://apps.apple.com/us/app/scummvm/id6446184412). Please leave us with good reviews and report any problems on our [Discord server](https://discord.gg/4cDsMNtcpG), which includes an [iOS support channel](https://discord.com/channels/581224060529148060/1149456560922316911)."
}
}
Commit: 91224403f2eaacd94727d291f7e6bdb325dc0e55
https://github.com/scummvm/scummvm-web/commit/91224403f2eaacd94727d291f7e6bdb325dc0e55
Author: sev- (sev at scummvm.org)
Date: 2023-12-30T15:40:21Z
Commit Message:
DATA: Update data files
Changed paths:
data/en/compatibility.yaml
data/en/engines.yaml
data/en/games.yaml
data/en/screenshots.yaml
data/en/scummvm_downloads.yaml
data/en/versions.yaml
diff --git a/data/en/compatibility.yaml b/data/en/compatibility.yaml
index 04b6ecdc..1a78d6ea 100644
--- a/data/en/compatibility.yaml
+++ b/data/en/compatibility.yaml
@@ -3605,28 +3605,28 @@
stable_platforms: dos
unstable_platforms: ''
-
- id: 'xeen:cloudsofxeen'
+ id: 'mm:cloudsofxeen'
support: good
notes: ''
since_version: 2.1.0
stable_platforms: dos
unstable_platforms: dos
-
- id: 'xeen:darksideofxeen'
+ id: 'mm:darksideofxeen'
support: good
notes: ''
since_version: 2.1.0
stable_platforms: dos
unstable_platforms: dos
-
- id: 'xeen:swordsofxeen'
+ id: 'mm:swordsofxeen'
support: good
notes: ''
since_version: 2.1.0
stable_platforms: dos
unstable_platforms: ''
-
- id: 'xeen:worldofxeen'
+ id: 'mm:worldofxeen'
support: good
notes: ''
since_version: 2.1.0
@@ -4697,7 +4697,7 @@
stable_platforms: win
unstable_platforms: ''
-
- id: 'saga:fta2'
+ id: 'saga2:fta2'
support: good
notes: ''
since_version: 2.7.0
@@ -4809,7 +4809,7 @@
stable_platforms: 'win,mac'
unstable_platforms: ''
-
- id: 'mm1:mm1'
+ id: 'mm:mm1'
support: good
notes: 'Only PC version supported, both original and ScummVM enhanced version. Original version does not have sound'
since_version: DEV
diff --git a/data/en/engines.yaml b/data/en/engines.yaml
index 3fd6a2ef..104bfb43 100644
--- a/data/en/engines.yaml
+++ b/data/en/engines.yaml
@@ -260,8 +260,8 @@
alt_name: 'MicroProse Adventure Development System'
enabled: true
-
- id: mm1
- name: 'Might and Magic Book One'
+ id: mm
+ name: 'Might and Magic'
alt_name: ''
enabled: true
-
@@ -509,11 +509,6 @@
name: 'Wintermute Engine'
alt_name: ''
enabled: true
--
- id: xeen
- name: Xeen
- alt_name: ''
- enabled: true
-
id: zvision
name: ZVision
diff --git a/data/en/games.yaml b/data/en/games.yaml
index 781114b8..d0b2e733 100644
--- a/data/en/games.yaml
+++ b/data/en/games.yaml
@@ -5474,9 +5474,9 @@
wikipedia_page: Return_of_the_Phantom
series_id: ''
-
- id: 'mm1:mm1'
+ id: 'mm:mm1'
name: 'Might and Magic: Book One - Secret of the Inner Sanctum'
- engine_id: mm1
+ engine_id: mm
company_id: nwc
year: '1986'
moby_id: '1619'
@@ -5487,6 +5487,62 @@
datafiles: 'Might_and_Magic_Book_One:_The_Secret_of_the_Inner_Sanctum'
wikipedia_page: Might_and_Magic_Book_One%3A_The_Secret_of_the_Inner_Sanctum
series_id: mm
+-
+ id: 'mm:cloudsofxeen'
+ name: 'Might and Magic: Clouds of Xeen'
+ engine_id: mm
+ company_id: nwc
+ year: '1992'
+ moby_id: '3423'
+ steam_id: ''
+ gog_id: might_and_magic_6_limited_edition
+ zoom_id: ''
+ additional_stores: ''
+ datafiles: Might_and_Magic_IV
+ wikipedia_page: 'Might_and_Magic_IV:_Clouds_of_Xeen'
+ series_id: mm
+-
+ id: 'mm:darksideofxeen'
+ name: 'Might and Magic: Darkside of Xeen'
+ engine_id: mm
+ company_id: nwc
+ year: '1993'
+ moby_id: '3424'
+ steam_id: ''
+ gog_id: might_and_magic_6_limited_edition
+ zoom_id: ''
+ additional_stores: ''
+ datafiles: ''
+ wikipedia_page: 'Might_and_Magic_V:_Darkside_of_Xeen'
+ series_id: mm
+-
+ id: 'mm:swordsofxeen'
+ name: 'Might and Magic: Swords of Xeen'
+ engine_id: mm
+ company_id: nwc
+ year: '1995'
+ moby_id: '-1'
+ steam_id: ''
+ gog_id: might_and_magic_6_limited_edition
+ zoom_id: ''
+ additional_stores: ''
+ datafiles: 'Might_and_Magic:_Swords_of_Xeen'
+ wikipedia_page: 'Might_and_Magic_V:_Darkside_of_Xeen#Swords_of_Xeen'
+ series_id: mm
+-
+ id: 'mm:worldofxeen'
+ name: 'Might and Magic: World of Xeen'
+ engine_id: mm
+ company_id: nwc
+ year: '1994'
+ moby_id: '4321'
+ steam_id: ''
+ gog_id: might_and_magic_6_limited_edition
+ zoom_id: ''
+ additional_stores: ''
+ datafiles: ''
+ wikipedia_page: 'Might_and_Magic_V:_Darkside_of_Xeen#World_of_Xeen'
+ series_id: mm
-
id: 'mohawk:alientales'
name: 'Alien Tales'
@@ -6341,20 +6397,6 @@
datafiles: ''
wikipedia_page: Dinotopia_(video_game)
series_id: ''
--
- id: 'saga:fta2'
- name: 'Halls of the Dead: Faery Tale Adventure II'
- engine_id: saga2
- company_id: dreamersguild
- year: '1997'
- moby_id: '3414'
- steam_id: ''
- gog_id: ''
- zoom_id: ''
- additional_stores: ''
- datafiles: 'Halls_of_the_Dead:_Faery_Tale_Adventure_II'
- wikipedia_page: 'Faery_Tale_Adventure_II:_Halls_of_the_Dead'
- series_id: ''
-
id: 'saga:ihnm'
name: 'Harlan Ellison: I Have No Mouth, and I Must Scream'
@@ -6383,6 +6425,20 @@
datafiles: Inherit_the_Earth
wikipedia_page: Inherit_the_Earth
series_id: ''
+-
+ id: 'saga2:fta2'
+ name: 'Halls of the Dead: Faery Tale Adventure II'
+ engine_id: saga2
+ company_id: dreamersguild
+ year: '1997'
+ moby_id: '3414'
+ steam_id: ''
+ gog_id: ''
+ zoom_id: ''
+ additional_stores: ''
+ datafiles: 'Halls_of_the_Dead:_Faery_Tale_Adventure_II'
+ wikipedia_page: 'Faery_Tale_Adventure_II:_Halls_of_the_Dead'
+ series_id: ''
-
id: 'sci:astrochicken'
name: 'Astro Chicken'
@@ -11353,62 +11409,6 @@
datafiles: 'Zilm:_A_Game_of_Reflex'
wikipedia_page: ''
series_id: ''
--
- id: 'xeen:cloudsofxeen'
- name: 'Might and Magic: Clouds of Xeen'
- engine_id: xeen
- company_id: nwc
- year: '1992'
- moby_id: '3423'
- steam_id: ''
- gog_id: might_and_magic_6_limited_edition
- zoom_id: ''
- additional_stores: ''
- datafiles: Might_and_Magic_IV
- wikipedia_page: 'Might_and_Magic_IV:_Clouds_of_Xeen'
- series_id: mm
--
- id: 'xeen:darksideofxeen'
- name: 'Might and Magic: Darkside of Xeen'
- engine_id: xeen
- company_id: nwc
- year: '1993'
- moby_id: '3424'
- steam_id: ''
- gog_id: might_and_magic_6_limited_edition
- zoom_id: ''
- additional_stores: ''
- datafiles: ''
- wikipedia_page: 'Might_and_Magic_V:_Darkside_of_Xeen'
- series_id: mm
--
- id: 'xeen:swordsofxeen'
- name: 'Might and Magic: Swords of Xeen'
- engine_id: xeen
- company_id: nwc
- year: '1995'
- moby_id: '-1'
- steam_id: ''
- gog_id: might_and_magic_6_limited_edition
- zoom_id: ''
- additional_stores: ''
- datafiles: 'Might_and_Magic:_Swords_of_Xeen'
- wikipedia_page: 'Might_and_Magic_V:_Darkside_of_Xeen#Swords_of_Xeen'
- series_id: mm
--
- id: 'xeen:worldofxeen'
- name: 'Might and Magic: World of Xeen'
- engine_id: xeen
- company_id: nwc
- year: '1994'
- moby_id: '4321'
- steam_id: ''
- gog_id: might_and_magic_6_limited_edition
- zoom_id: ''
- additional_stores: ''
- datafiles: ''
- wikipedia_page: 'Might_and_Magic_V:_Darkside_of_Xeen#World_of_Xeen'
- series_id: mm
-
id: 'zvision:zgi'
name: 'Zork: Grand Inquisitor'
diff --git a/data/en/screenshots.yaml b/data/en/screenshots.yaml
index 48cbaf48..a6abb967 100644
--- a/data/en/screenshots.yaml
+++ b/data/en/screenshots.yaml
@@ -1,4 +1,10 @@
# This is a generated file, please do not edit manually
+-
+ id: 'access:amazon'
+ variant: ''
+ platform_id: dos
+ language: en
+ variant_id: '1'
-
id: 'adl:hires1'
variant: ''
@@ -191,6 +197,12 @@
platform_id: win
language: en
variant_id: '1'
+-
+ id: 'agos:pn'
+ variant: ''
+ platform_id: dos
+ language: en
+ variant_id: '1'
-
id: 'agos:puzzle'
variant: ''
@@ -233,6 +245,162 @@
platform_id: amiga
language: en
variant_id: '1'
+-
+ id: 'ags:ashinaredwitch'
+ variant: ''
+ platform_id: win
+ language: en
+ variant_id: '1'
+-
+ id: 'ags:ashinaredwitch'
+ variant: ''
+ platform_id: win
+ language: ja
+ variant_id: '1'
+-
+ id: 'ags:blackwell1'
+ variant: ''
+ platform_id: win
+ language: en
+ variant_id: '1'
+-
+ id: 'ags:blackwell2'
+ variant: ''
+ platform_id: win
+ language: en
+ variant_id: '1'
+-
+ id: 'ags:blackwell3'
+ variant: ''
+ platform_id: win
+ language: en
+ variant_id: '1'
+-
+ id: 'ags:blackwell4'
+ variant: ''
+ platform_id: win
+ language: en
+ variant_id: '1'
+-
+ id: 'ags:blackwell5'
+ variant: ''
+ platform_id: win
+ language: en
+ variant_id: '1'
+-
+ id: 'ags:dreamswitchhouse'
+ variant: ''
+ platform_id: win
+ language: en
+ variant_id: '1'
+-
+ id: 'ags:excavationhb'
+ variant: ''
+ platform_id: win
+ language: en
+ variant_id: '1'
+-
+ id: 'ags:footballgame'
+ variant: ''
+ platform_id: win
+ language: en
+ variant_id: '1'
+-
+ id: 'ags:gobliiins5-1'
+ variant: ''
+ platform_id: win
+ language: en
+ variant_id: '1'
+-
+ id: 'ags:gobliiins5-2'
+ variant: ''
+ platform_id: win
+ language: en
+ variant_id: '1'
+-
+ id: 'ags:gobliiins5-3'
+ variant: ''
+ platform_id: win
+ language: en
+ variant_id: '1'
+-
+ id: 'ags:gobliiins5-4'
+ variant: ''
+ platform_id: win
+ language: en
+ variant_id: '1'
+-
+ id: 'ags:goldenwake'
+ variant: ''
+ platform_id: win
+ language: en
+ variant_id: '1'
+-
+ id: 'ags:kathyrain'
+ variant: ''
+ platform_id: win
+ language: en
+ variant_id: '1'
+-
+ id: 'ags:maniacmansiondeluxe'
+ variant: ''
+ platform_id: win
+ language: en
+ variant_id: '1'
+-
+ id: 'ags:mybigsister'
+ variant: ''
+ platform_id: win
+ language: en
+ variant_id: '1'
+-
+ id: 'ags:primordia'
+ variant: ''
+ platform_id: win
+ language: en
+ variant_id: '1'
+-
+ id: 'ags:shardlight'
+ variant: ''
+ platform_id: win
+ language: en
+ variant_id: '1'
+-
+ id: 'ags:shivahkosher'
+ variant: ''
+ platform_id: win
+ language: en
+ variant_id: '1'
+-
+ id: 'ags:strangeland'
+ variant: ''
+ platform_id: win
+ language: en
+ variant_id: '1'
+-
+ id: 'ags:sumatra'
+ variant: ''
+ platform_id: win
+ language: en
+ variant_id: '1'
+-
+ id: 'ags:technobabylon'
+ variant: ''
+ platform_id: win
+ language: en
+ variant_id: '1'
+-
+ id: 'ags:whispersofamachine'
+ variant: ''
+ platform_id: win
+ language: en
+ variant_id: '1'
+-
+ id: 'asylum:sanitarium'
+ variant: ''
+ platform_id: win
+ language: en
+ variant_id: '1'
-
id: 'bbvs:bbvs'
variant: ''
@@ -263,6 +431,12 @@
platform_id: win
language: en
variant_id: '1'
+-
+ id: 'buried:buried'
+ variant: 8BPP
+ platform_id: win
+ language: en
+ variant_id: '1'
-
id: 'cge:soltys'
variant: ''
@@ -287,12 +461,24 @@
platform_id: dos
language: en
variant_id: '1'
+-
+ id: 'chewy:chewy'
+ variant: ''
+ platform_id: dos
+ language: en
+ variant_id: '1'
-
id: 'cine:fw'
variant: ''
platform_id: win
language: en
variant_id: '1'
+-
+ id: 'cine:os'
+ variant: ''
+ platform_id: dos
+ language: en
+ variant_id: '1'
-
id: 'composer:babayaga'
variant: ''
@@ -833,12 +1019,36 @@
platform_id: linux
language: en
variant_id: '1'
+-
+ id: 'hugo:hugo1'
+ variant: ''
+ platform_id: dos
+ language: en
+ variant_id: '1'
+-
+ id: 'hugo:hugo2'
+ variant: ''
+ platform_id: dos
+ language: en
+ variant_id: '1'
+-
+ id: 'hugo:hugo3'
+ variant: ''
+ platform_id: dos
+ language: en
+ variant_id: '1'
-
id: 'hypno:sinistersix'
variant: ''
platform_id: dos
language: de
variant_id: '1'
+-
+ id: 'hypno:soldierboyz'
+ variant: ''
+ platform_id: dos
+ language: en
+ variant_id: '1'
-
id: 'hypno:wetlands'
variant: ''
@@ -1001,6 +1211,24 @@
platform_id: dos
language: en
variant_id: '1'
+-
+ id: 'mm:cloudsofxeen'
+ variant: ''
+ platform_id: dos
+ language: en
+ variant_id: '1'
+-
+ id: 'mm:swordsofxeen'
+ variant: ''
+ platform_id: dos
+ language: en
+ variant_id: '1'
+-
+ id: 'mm:worldofxeen'
+ variant: ''
+ platform_id: dos
+ language: en
+ variant_id: '1'
-
id: 'mohawk:arthur'
variant: ''
@@ -1169,6 +1397,12 @@
platform_id: dos
language: de
variant_id: '1'
+-
+ id: 'mtropolis:obsidian'
+ variant: ''
+ platform_id: win
+ language: en
+ variant_id: '1'
-
id: 'myst3:myst3'
variant: ''
@@ -1289,12 +1523,36 @@
platform_id: mac
language: en
variant_id: '1'
+-
+ id: 'pink:peril'
+ variant: ''
+ platform_id: win
+ language: en
+ variant_id: '1'
+-
+ id: 'pink:peril'
+ variant: ''
+ platform_id: win
+ language: it
+ variant_id: '1'
+-
+ id: 'pink:pokus'
+ variant: ''
+ platform_id: win
+ language: en
+ variant_id: '1'
-
id: 'plumbers:plumbers'
variant: ''
platform_id: win
language: en
variant_id: '1'
+-
+ id: 'private:private-eye'
+ variant: ''
+ platform_id: win
+ language: en
+ variant_id: '1'
-
id: 'queen:queen'
variant: ''
@@ -1349,6 +1607,12 @@
platform_id: dos
language: de
variant_id: '1'
+-
+ id: 'saga2:fta2'
+ variant: ''
+ platform_id: dos
+ language: en
+ variant_id: '1'
-
id: 'sci:astrochicken'
variant: ''
@@ -2387,6 +2651,12 @@
platform_id: win
language: en
variant_id: '1'
+-
+ id: 'scumm:spyozon'
+ variant: ''
+ platform_id: win
+ language: en
+ variant_id: '1'
-
id: 'scumm:tentacle'
variant: ''
@@ -2477,6 +2747,36 @@
platform_id: win
language: en
variant_id: '1'
+-
+ id: 'supernova:msn1'
+ variant: ''
+ platform_id: dos
+ language: en
+ variant_id: '1'
+-
+ id: 'supernova:msn1'
+ variant: ''
+ platform_id: dos
+ language: de
+ variant_id: '1'
+-
+ id: 'supernova:msn1'
+ variant: ''
+ platform_id: dos
+ language: it
+ variant_id: '1'
+-
+ id: 'supernova:msn2'
+ variant: ''
+ platform_id: dos
+ language: de
+ variant_id: '1'
+-
+ id: 'supernova:msn2'
+ variant: ''
+ platform_id: dos
+ language: en
+ variant_id: '1'
-
id: 'sword1:sword1'
variant: ''
@@ -2555,6 +2855,18 @@
platform_id: dos
language: en
variant_id: '1'
+-
+ id: 'tetraedge:syberia'
+ variant: ''
+ platform_id: mac
+ language: en
+ variant_id: '1'
+-
+ id: 'tetraedge:syberia2'
+ variant: ''
+ platform_id: mac
+ language: en
+ variant_id: '1'
-
id: 'tinsel:dw'
variant: ''
@@ -2675,6 +2987,72 @@
platform_id: dos
language: en
variant_id: '1'
+-
+ id: 'ultima:remorse'
+ variant: ''
+ platform_id: dos
+ language: en
+ variant_id: '1'
+-
+ id: 'ultima:remorse'
+ variant: Enhanced
+ platform_id: dos
+ language: en
+ variant_id: '2'
+-
+ id: 'ultima:ultima4'
+ variant: ''
+ platform_id: dos
+ language: en
+ variant_id: '1'
+-
+ id: 'ultima:ultima4'
+ variant: Enhanced
+ platform_id: dos
+ language: en
+ variant_id: '2'
+-
+ id: 'ultima:ultima6'
+ variant: ''
+ platform_id: dos
+ language: en
+ variant_id: '1'
+-
+ id: 'ultima:ultima6'
+ variant: Enhanced
+ platform_id: dos
+ language: en
+ variant_id: '2'
+-
+ id: 'ultima:ultima8'
+ variant: ''
+ platform_id: dos
+ language: en
+ variant_id: '1'
+-
+ id: 'ultima:ultima8'
+ variant: Enhanced
+ platform_id: dos
+ language: en
+ variant_id: '2'
+-
+ id: 'vcruise:reah'
+ variant: ''
+ platform_id: win
+ language: en
+ variant_id: '1'
+-
+ id: 'vcruise:schizm'
+ variant: ''
+ platform_id: win
+ language: en
+ variant_id: '1'
+-
+ id: 'voyeur:voyeur'
+ variant: ''
+ platform_id: dos
+ language: en
+ variant_id: '1'
-
id: 'wintermute:5ld'
variant: ''
@@ -2747,12 +3125,6 @@
platform_id: win
language: de
variant_id: '1'
--
- id: 'xeen:cloudsofxeen'
- variant: ''
- platform_id: dos
- language: en
- variant_id: '1'
-
id: 'zvision:zgi'
variant: CD
diff --git a/data/en/scummvm_downloads.yaml b/data/en/scummvm_downloads.yaml
index 62d250f8..c8dfb1b6 100644
--- a/data/en/scummvm_downloads.yaml
+++ b/data/en/scummvm_downloads.yaml
@@ -5,7 +5,7 @@
subcategory: release
category_icon: windows
user_agent: Windows
- version: 2.7.1
+ version: 2.8.0
url: 'scummvm-{$version}-win32.exe'
name: 'Windows Installer (32 and 64 bit)'
notes: ''
@@ -15,7 +15,7 @@
subcategory: release
category_icon: windows
user_agent: ''
- version: 2.7.1
+ version: 2.8.0
url: 'scummvm-{$version}-win32-x86_64.zip'
name: 'Windows zipfile (64 bit)'
notes: ''
@@ -25,7 +25,7 @@
subcategory: release
category_icon: windows
user_agent: ''
- version: 2.7.1
+ version: 2.8.0
url: 'scummvm-{$version}-win32.zip'
name: 'Windows zipfile (32 bit)'
notes: ''
@@ -62,7 +62,7 @@
-
enabled: true
category: scummvm
- subcategory: release
+ subcategory: old
category_icon: win95
user_agent: ''
version: 2.7.1
@@ -75,14 +75,14 @@
subcategory: release
category_icon: snap
user_agent: Ubuntu
- version: 2.7.1
+ version: 2.8.0
url: 'https://snapcraft.io/scummvm'
name: 'Snap package hosted at the snapcraft.io store'
notes: ''
-
enabled: true
category: scummvm
- subcategory: release
+ subcategory: old
category_icon: flatpak
user_agent: ''
version: 2.7.1
@@ -92,7 +92,7 @@
-
enabled: true
category: scummvm
- subcategory: release
+ subcategory: old
category_icon: debian
user_agent: Debian
version: 2.7.1
@@ -102,7 +102,7 @@
-
enabled: true
category: scummvm
- subcategory: release
+ subcategory: old
category_icon: debian
user_agent: ''
version: 2.7.1
@@ -112,7 +112,7 @@
-
enabled: true
category: scummvm
- subcategory: release
+ subcategory: old
category_icon: debian
user_agent: ''
version: 2.7.1
@@ -122,7 +122,7 @@
-
enabled: true
category: scummvm
- subcategory: release
+ subcategory: old
category_icon: debian
user_agent: ''
version: 2.7.1
@@ -132,7 +132,7 @@
-
enabled: true
category: scummvm
- subcategory: release
+ subcategory: old
category_icon: debian
user_agent: ''
version: 2.7.1
@@ -142,7 +142,7 @@
-
enabled: true
category: scummvm
- subcategory: release
+ subcategory: old
category_icon: debian
user_agent: ''
version: 2.7.1
@@ -182,7 +182,7 @@
-
enabled: true
category: scummvm
- subcategory: release
+ subcategory: old
category_icon: ubuntu
user_agent: ''
version: 2.7.1
@@ -202,7 +202,7 @@
-
enabled: true
category: scummvm
- subcategory: release
+ subcategory: old
category_icon: ubuntu
user_agent: ''
version: 2.7.1
@@ -232,7 +232,7 @@
-
enabled: true
category: scummvm
- subcategory: release
+ subcategory: old
category_icon: ubuntu
user_agent: ''
version: 2.7.1
@@ -242,7 +242,7 @@
-
enabled: true
category: scummvm
- subcategory: release
+ subcategory: old
category_icon: ubuntu
user_agent: ''
version: 2.7.1
@@ -375,7 +375,7 @@
subcategory: release
category_icon: macos
user_agent: Mac
- version: 2.7.1
+ version: 2.8.0
url: 'scummvm-{$version}-macosx.dmg'
name: 'macOS 10.9+ for Intel and Apple Silicon, with Sparkle Disk Image'
notes: ''
@@ -385,7 +385,7 @@
subcategory: release
category_icon: macostiger
user_agent: ''
- version: 2.7.1
+ version: 2.8.0
url: 'scummvm-{$version}-macosx-i386.dmg'
name: 'Mac OS X 10.6+ Intel 32 bits (without Sparkle) Disk Image'
notes: ''
@@ -395,7 +395,7 @@
subcategory: release
category_icon: macosppc
user_agent: ''
- version: 2.7.1
+ version: 2.8.0
url: 'scummvm-{$version}-macosx-ppc.dmg'
name: 'Mac OS X 10.4+ PPC 32 bits (without Sparkle) Disk Image'
notes: ''
@@ -422,7 +422,7 @@
-
enabled: true
category: scummvm
- subcategory: release
+ subcategory: old
category_icon: ps3
user_agent: ''
version: 2.7.1
@@ -445,7 +445,7 @@
subcategory: release
category_icon: psp
user_agent: ''
- version: 2.7.1
+ version: 2.8.0
url: 'scummvm-{$version}-psp.zip'
name: 'PSP (PlayStation Portable) package'
notes: ''
@@ -455,7 +455,7 @@
subcategory: release
category_icon: psp2
user_agent: 'PlayStation Portable'
- version: 2.7.1
+ version: 2.8.0
url: 'scummvm-{$version}-vita.vpk'
name: 'PlayStation Vita package'
notes: ''
@@ -465,7 +465,7 @@
subcategory: release
category_icon: android
user_agent: Android
- version: 2.7.1
+ version: 2.8.0
url: 'https://play.google.com/store/apps/details?id=org.scummvm.scummvm'
name: 'Android app on Google Play Store'
notes: ''
@@ -475,7 +475,7 @@
subcategory: release
category_icon: android
user_agent: ''
- version: 2.7.1
+ version: 2.8.0
url: 'scummvm-{$version}-android-arm-v7a.apk'
name: 'Android ARMv7a package'
notes: ''
@@ -485,7 +485,7 @@
subcategory: release
category_icon: android
user_agent: ''
- version: 2.7.1
+ version: 2.8.0
url: 'scummvm-{$version}-android-arm64-v8a.apk'
name: 'Android ARM64v8a package'
notes: ''
@@ -495,7 +495,7 @@
subcategory: release
category_icon: android
user_agent: ''
- version: 2.7.1
+ version: 2.8.0
url: 'scummvm-{$version}-android-x86.apk'
name: 'Android x86 32bit package'
notes: ''
@@ -505,7 +505,7 @@
subcategory: release
category_icon: android
user_agent: ''
- version: 2.7.1
+ version: 2.8.0
url: 'scummvm-{$version}-android-x86_64.apk'
name: 'Android x86 64bit package'
notes: ''
@@ -615,6 +615,16 @@
subcategory: release
category_icon: iphone
user_agent: iOS
+ version: 2.8.0
+ url: 'scummvm-{$version}-ios-armv7.ipa'
+ name: 'iOS 9+ package .ipa (unsigned)'
+ notes: ''
+-
+ enabled: true
+ category: scummvm
+ subcategory: old
+ category_icon: iphone
+ user_agent: ''
version: 2.7.1
url: 'scummvm-{$version}-ios.ipa'
name: 'iOS 9+ package .ipa (signed)'
@@ -624,8 +634,8 @@
category: scummvm
subcategory: old
category_icon: iphone
- user_agent: iOS
- version: 2.7.0
+ user_agent: ''
+ version: 2.8.0
url: 'scummvm-{$version}-ios8.ipa'
name: 'iOS 8+ package .ipa (unsigned)'
notes: ''
@@ -634,7 +644,7 @@
category: scummvm
subcategory: old
category_icon: iphone
- user_agent: iOS
+ user_agent: ''
version: 2.7.0
url: 'scummvm-{$version}-ios8.deb'
name: 'iOS 8+ package .deb'
@@ -655,7 +665,7 @@
subcategory: release
category_icon: dc
user_agent: ''
- version: 2.7.1
+ version: 2.8.0
url: 'scummvm-{$version}-dreamcast-plainfiles.tar.bz2'
name: 'Dreamcast plain files'
notes: ''
@@ -665,17 +675,17 @@
subcategory: release
category_icon: dc
user_agent: ''
- version: 2.7.1
+ version: 2.8.0
url: 'scummvm-{$version}-dreamcast-nero+demos.zip'
name: 'Dreamcast Nero Image & Demos'
notes: ''
-
enabled: true
category: scummvm
- subcategory: old
+ subcategory: release
category_icon: ds
user_agent: ''
- version: 2.7.0
+ version: 2.8.0
url: 'scummvm-{$version}-ds.zip'
name: 'Nintendo DSi package'
notes: ''
@@ -722,7 +732,7 @@
-
enabled: true
category: scummvm
- subcategory: release
+ subcategory: old
category_icon: gc
user_agent: ''
version: 2.7.1
@@ -735,7 +745,7 @@
subcategory: release
category_icon: wii
user_agent: ''
- version: 2.7.1
+ version: 2.8.0
url: 'scummvm-{$version}-wii.zip'
name: 'Wii package'
notes: ''
@@ -745,7 +755,7 @@
subcategory: release
category_icon: switch
user_agent: ''
- version: 2.7.1
+ version: 2.8.0
url: 'scummvm-{$version}-switch.zip'
name: 'Nintendo Switch package'
notes: ''
@@ -815,7 +825,7 @@
subcategory: release
category_icon: dingux
user_agent: ''
- version: 2.7.1
+ version: 2.8.0
url: 'scummvm-{$version}-gcw0.opk'
name: 'OpenDingux package for GCW0'
notes: ''
@@ -825,7 +835,7 @@
subcategory: release
category_icon: dingux
user_agent: ''
- version: 2.7.1
+ version: 2.8.0
url: 'scummvm-{$version}-lepus.opk'
name: 'OpenDingux package for Lepus'
notes: ''
@@ -845,7 +855,7 @@
subcategory: release
category_icon: dingux
user_agent: ''
- version: 2.7.1
+ version: 2.8.0
url: 'scummvm-{$version}-rs90.opk'
name: 'OpenDingux package for RS90/RG99'
notes: ''
@@ -1055,7 +1065,7 @@
subcategory: release
category_icon: haiku
user_agent: ''
- version: 2.7.1
+ version: 2.8.0
url: 'scummvm_x86-{$version}-1-x86_gcc2.hpkg'
name: 'Haiku package 32bits'
notes: ''
@@ -1065,7 +1075,7 @@
subcategory: release
category_icon: haiku
user_agent: ''
- version: 2.7.1
+ version: 2.8.0
url: 'scummvm-{$version}-1-x86_64.hpkg'
name: 'Haiku package 64bits'
notes: ''
@@ -1075,14 +1085,14 @@
subcategory: release
category_icon: amiga
user_agent: Amiga
- version: 2.7.1
+ version: 2.8.0
url: 'scummvm-{$version}-amigaos4.lha'
name: 'AmigaOS 4 package'
notes: ''
-
enabled: true
category: scummvm
- subcategory: release
+ subcategory: old
category_icon: morphos
user_agent: ''
version: 2.7.1
@@ -1095,7 +1105,7 @@
subcategory: release
category_icon: riscos
user_agent: 'RISC OS'
- version: 2.7.1
+ version: 2.8.0
url: 'scummvm-{$version}-riscos.zip'
name: 'RISC OS package'
notes: ''
@@ -1104,8 +1114,8 @@
category: scummvm
subcategory: release
category_icon: riscos
- user_agent: 'RISC OS'
- version: 2.7.1
+ user_agent: ''
+ version: 2.8.0
url: 'scummvm-{$version}-riscos-vfp.zip'
name: 'RISC OS VFP package'
notes: ''
@@ -1113,6 +1123,36 @@
enabled: true
category: scummvm
subcategory: release
+ category_icon: arati-lite
+ user_agent: ''
+ version: 2.8.0
+ url: 'scummvm-{$version}-atari-lite.zip'
+ name: 'Atari Lite package (Atari TT / Falcon with 4 + 32 MB RAM)'
+ notes: ''
+-
+ enabled: true
+ category: scummvm
+ subcategory: release
+ category_icon: atari-full
+ user_agent: ''
+ version: 2.8.0
+ url: 'scummvm-{$version}-atari-full.zip'
+ name: 'Atari Full package (Atari Falcon with 4 + 64 MB RAM and 68040 CPU)'
+ notes: ''
+-
+ enabled: true
+ category: scummvm
+ subcategory: release
+ category_icon: firebee
+ user_agent: ''
+ version: 2.8.0
+ url: 'scummvm-{$version}-atari-m5475.zip'
+ name: 'FireBee package (Coldfire MCF5475 / Firebee)'
+ notes: ''
+-
+ enabled: true
+ category: scummvm
+ subcategory: old
category_icon: freemint
user_agent: ''
version: 2.7.1
@@ -1122,7 +1162,7 @@
-
enabled: true
category: scummvm
- subcategory: release
+ subcategory: old
category_icon: freemint
user_agent: ''
version: 2.7.1
@@ -1132,7 +1172,7 @@
-
enabled: true
category: scummvm
- subcategory: release
+ subcategory: old
category_icon: freemint
user_agent: ''
version: 2.7.1
@@ -1195,7 +1235,7 @@
subcategory: source
category_icon: cpp
user_agent: ''
- version: 2.7.1
+ version: 2.8.0
url: 'scummvm-{$version}.tar.lz'
name: 'ScummVM - Source.tar.lz'
notes: ''
@@ -1205,7 +1245,7 @@
subcategory: source
category_icon: cpp
user_agent: ''
- version: 2.7.1
+ version: 2.8.0
url: 'scummvm-{$version}.tar.xz'
name: 'ScummVM - Source.tar.xz'
notes: ''
@@ -1215,7 +1255,7 @@
subcategory: source
category_icon: cpp
user_agent: ''
- version: 2.7.1
+ version: 2.8.0
url: 'scummvm-{$version}.tar.bz2'
name: 'ScummVM - Source.tar.bz2'
notes: ''
@@ -1225,7 +1265,7 @@
subcategory: source
category_icon: cpp
user_agent: ''
- version: 2.7.1
+ version: 2.8.0
url: 'scummvm-{$version}.tar.gz'
name: 'ScummVM - Source.tar.gz'
notes: ''
@@ -1235,7 +1275,7 @@
subcategory: source
category_icon: cpp
user_agent: ''
- version: 2.7.1
+ version: 2.8.0
url: 'scummvm-{$version}.zip'
name: 'ScummVM - Source.zip'
notes: ''
diff --git a/data/en/versions.yaml b/data/en/versions.yaml
index 740b183c..962c5a89 100644
--- a/data/en/versions.yaml
+++ b/data/en/versions.yaml
@@ -349,3 +349,10 @@
minor: '7'
patch: '1'
name: "Stan's previously broken swords"
+-
+ id: 2.8.0
+ release_date: 'December 30, 2023'
+ major: '2'
+ minor: '8'
+ patch: '0'
+ name: 'Mysteries, Mammoths, and Muppets'
More information about the Scummvm-git-logs
mailing list