[Scummvm-git-logs] scummvm-web master -> 5a1f3a9b7bfb0a74cf887975e801183262c22a14
Thunderforge
noreply at scummvm.org
Thu Jul 7 18:09:42 UTC 2022
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:
5a1f3a9b7b WEB: Increasing supported game count from 250 to 325
Commit: 5a1f3a9b7bfb0a74cf887975e801183262c22a14
https://github.com/scummvm/scummvm-web/commit/5a1f3a9b7bfb0a74cf887975e801183262c22a14
Author: Thunderforge (wjherrmann at gmail.com)
Date: 2022-07-07T13:09:27-05:00
Commit Message:
WEB: Increasing supported game count from 250 to 325
When checking the supported games on the Compatibility page using the query
```sql
select distinct id from compatibility where support in ("good", "excellent")
```
The number comes to 325. I'm sure we support many more with AGS and Wintermute, but it's definitely over 250.
Changed paths:
data/en/strings.json
diff --git a/data/en/strings.json b/data/en/strings.json
index c42442b0..51c0f166 100644
--- a/data/en/strings.json
+++ b/data/en/strings.json
@@ -112,7 +112,7 @@
"indexLegal": "LucasArts, Monkey Island, Maniac Mansion, Full Throttle, The Dig, LOOM, and probably lots of other things are registered trademarks of [LucasArts, Inc.](http://www.lucasarts.com/). Raspberry Pi is a trademark of Raspberry Pi Trading. All other trademarks and registered trademarks are owned by their respective companies. ScummVM is not affiliated in any way with LucasArts, Inc.",
"introHeaderWhatIs": "What Is ScummVM?",
"introHeaderContentP1": "ScummVM is a program which allows you to run certain classic graphical adventure and role-playing games, provided you already have their data files. The clever part about this: ScummVM just replaces the executables shipped with the games, allowing you to play them on systems for which they were never designed! ScummVM is a complete rewrite of these games' executables and is not an emulator.",
- "introHeaderContentP2": "ScummVM supports a huge library of adventures with over 250 games in total. It supports many classics published by legendary studios like *LucasArts*, *Sierra On-Line*, *Revolution Software*, *Cyan, Inc.* and *Westwood Studios*. Next to ground-breaking titles like the *Monkey Island* series, *Broken Sword*, *Myst*, *Blade Runner* and countless other games you will find some really obscure adventures and truly hidden gems to explore.",
+ "introHeaderContentP2": "ScummVM supports a huge library of adventures with over 325 games in total. It supports many classics published by legendary studios like *LucasArts*, *Sierra On-Line*, *Revolution Software*, *Cyan, Inc.* and *Westwood Studios*. Next to ground-breaking titles like the *Monkey Island* series, *Broken Sword*, *Myst*, *Blade Runner* and countless other games you will find some really obscure adventures and truly hidden gems to explore.",
"introHeaderContentP3": "You can find a full list with details on which games are supported and how well on the [compatibility page](/compatibility/). ScummVM is continually improving, so check back often. Among the systems on which you can play those games are Windows, Linux, macOS, iOS, Android, PS Vita, Switch, Dreamcast, AmigaOS, Atari/FreeMiNT, RISC OS, Haiku, PSP, PS3, Maemo, GCW Zero and many more...",
"introHeaderContentP4": "Our forum and [Discord Server](https://discord.gg/4cDsMNtcpG), are open for comments and suggestions. Please read our [FAQ](/faq/) before posting.",
"introHeaderContentP5": "You may support the project by expressing your excitement in the form of a donation via PayPal although we value code contributions considerably more.",
More information about the Scummvm-git-logs
mailing list