[Scummvm-git-logs] scummvm-web master -> c75142184c2c0fbf8bd9b1b097d1c4548bb162cb
sev-
sev at scummvm.org
Fri Nov 27 00:23:04 UTC 2020
This automated email contains information about 3 new commits which have been
pushed to the 'scummvm-web' repo located at https://github.com/scummvm/scummvm-web .
Summary:
2718fbb07b WEB: Added category for petka games
af1f214f70 NEWS: Added news about Petka testing
c75142184c WEB: Synced data. Added petka engine games
Commit: 2718fbb07b503ddc28b42d85681277956a726b6d
https://github.com/scummvm/scummvm-web/commit/2718fbb07b503ddc28b42d85681277956a726b6d
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2020-11-27T01:14:44+01:00
Commit Message:
WEB: Added category for petka games
Changed paths:
A public_html/images/icons/games/petka.png
diff --git a/public_html/images/icons/games/petka.png b/public_html/images/icons/games/petka.png
new file mode 100644
index 00000000..96ad27ff
Binary files /dev/null and b/public_html/images/icons/games/petka.png differ
Commit: af1f214f7035749def2c48413926feb4064ab78b
https://github.com/scummvm/scummvm-web/commit/af1f214f7035749def2c48413926feb4064ab78b
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2020-11-27T01:17:58+01:00
Commit Message:
NEWS: Added news about Petka testing
Changed paths:
A data/en/news/20201127.markdown
diff --git a/data/en/news/20201127.markdown b/data/en/news/20201127.markdown
new file mode 100644
index 00000000..4d8c073f
--- /dev/null
+++ b/data/en/news/20201127.markdown
@@ -0,0 +1,16 @@
+---
+title: 'The Red Comrades game series goes supported'
+author: whiterandrek
+date: 1606436127
+---
+
+In 2019, Andrei Prykhodko (whiterandrek), a GSoC student, was working on support for the Red Comrades game series (Russian: ÐеÑÑка и ÐаÑилий ÐвановиÑ).
+
+Red Comrades is a 2D adventure game played from a third-person perspective.
+The game's protagonists are from Dmitri Furmanov's 1923 novel Chapaev: historical Russian military figure Vasiliy Chapayev, his aide Petka, and the machine gunner, Anka.
+
+After a long time in development, the ScummVM team is happy to announce support for the first two games in the series: _Red Comrades 1: Save the Galaxy_ (Russian: _ÐеÑÑка и ÐаÑилий ÐÐ²Ð°Ð½Ð¾Ð²Ð¸Ñ ÑпаÑаÑÑ Ð³Ð°Ð»Ð°ÐºÑикÑ_) and _Red Comrades 2: For the Great Justice_ (Russian: _ÐеÑÑка и ÐаÑилий ÐÐ²Ð°Ð½Ð¾Ð²Ð¸Ñ 2: СÑднÑй денÑ_).
+
+So break out your copies of the games and give them a try! Unfortunately, only the original Russian Windows versions are supported. The English versions for iOS and Android use a completely different engine.
+
+If you donât own a copy, you can get the demo from our [demos section](https://www.scummvm.org/demos/). You 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/).
Commit: c75142184c2c0fbf8bd9b1b097d1c4548bb162cb
https://github.com/scummvm/scummvm-web/commit/c75142184c2c0fbf8bd9b1b097d1c4548bb162cb
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2020-11-27T01:22:40+01:00
Commit Message:
WEB: Synced data. Added petka engine games
Changed paths:
data/en/companies.yaml
data/en/compatibility.yaml
data/en/engines.yaml
data/en/game_demos.yaml
data/en/games.yaml
data/en/series.yaml
diff --git a/data/en/companies.yaml b/data/en/companies.yaml
index 533e7743..4a440d8a 100644
--- a/data/en/companies.yaml
+++ b/data/en/companies.yaml
@@ -819,6 +819,10 @@
id: skaldic
name: 'Skaldic Games'
alt_name: ''
+-
+ id: skif
+ name: S.K.I.F.
+ alt_name: ''
-
id: smokingcar
name: 'Smoking Car Productions'
diff --git a/data/en/compatibility.yaml b/data/en/compatibility.yaml
index 0ccb4641..303d9cdb 100644
--- a/data/en/compatibility.yaml
+++ b/data/en/compatibility.yaml
@@ -3814,3 +3814,17 @@
since_version: DEV
stable_platforms: dos
unstable_platforms: ''
+-
+ id: petka1
+ support: good
+ notes: ''
+ since_version: DEV
+ stable_platforms: win
+ unstable_platforms: 'ios,android'
+-
+ id: petka2
+ support: good
+ notes: ''
+ since_version: DEV
+ stable_platforms: win
+ unstable_platforms: 'ios,android'
diff --git a/data/en/engines.yaml b/data/en/engines.yaml
index 2c9dc8d0..15a3a477 100644
--- a/data/en/engines.yaml
+++ b/data/en/engines.yaml
@@ -239,6 +239,11 @@
name: 'The Journeyman Project: Pegasus Prime'
alt_name: ''
enabled: true
+-
+ id: petka
+ name: 'Red Comrades'
+ alt_name: ''
+ enabled: true
-
id: pink
name: 'Pink Panther'
diff --git a/data/en/game_demos.yaml b/data/en/game_demos.yaml
index 5972f200..368abf44 100644
--- a/data/en/game_demos.yaml
+++ b/data/en/game_demos.yaml
@@ -1094,6 +1094,11 @@
platform: win
category: ''
url: /frs/demos/sci/pepper-dos-win-demo-en.zip
+-
+ id: petka1
+ platform: win
+ category: Russian
+ url: /frs/demos/petka/petka1-ru-demo.zip
-
id: phantasmagoria
platform: dos
diff --git a/data/en/games.yaml b/data/en/games.yaml
index 685ed190..e5a93bab 100644
--- a/data/en/games.yaml
+++ b/data/en/games.yaml
@@ -4637,7 +4637,7 @@
engine_id: twine
company_id: adeline
moby_id: '748'
- datafiles: ''
+ datafiles: 'https://wiki.scummvm.org/index.php?title=Datafiles#Little_Big_Adventure'
series_id: lba
-
id: lba2
@@ -4646,4 +4646,20 @@
company_id: adeline
moby_id: '1765'
datafiles: ''
- series_id: lba
+ series_id: petka
+-
+ id: petka1
+ name: 'Red Comrades 1: Save the Galaxy'
+ engine_id: petka
+ company_id: skif
+ moby_id: '1854'
+ datafiles: ''
+ series_id: ''
+-
+ id: petka2
+ name: 'Red Comrades 2: For the Great Justice'
+ engine_id: petka
+ company_id: skif
+ moby_id: '10705'
+ datafiles: ''
+ series_id: ''
diff --git a/data/en/series.yaml b/data/en/series.yaml
index a6439ac4..c49f0b80 100644
--- a/data/en/series.yaml
+++ b/data/en/series.yaml
@@ -104,6 +104,9 @@
-
id: pajama
name: 'Pajama Sam'
+-
+ id: petka
+ name: 'Red Comrades'
-
id: pq
name: 'Police Quest'
More information about the Scummvm-git-logs
mailing list