Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add war thunder (fixes #2322) #2330

Merged
merged 1 commit into from
Nov 18, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions dangerfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ const knownFrameworks = [
'EntityX',
'EnTT',
'Flash',
'FMOD',
'GameMaker Studio',
'Godot',
'Graphics32',
Expand Down Expand Up @@ -70,6 +71,7 @@ const knownFrameworks = [
'OpenRA',
'OpenSceneGraph',
'OpenTK',
'OpenXR',
'osu!framework',
'Oxygine',
'Panda3D',
Expand Down
25 changes: 25 additions & 0 deletions games/w.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,31 @@
video:
youtube: n9ALgxcTBU0

- name: War Thunder
originals:
- War Thunder
type: official
repo: 'https://github.com/GaijinEntertainment/DagorEngine'
feed: 'https://github.com/GaijinEntertainment/DagorEngine/releases.atom'
development: active
status: playable
multiplayer:
- Competitive
- Online
content: commercial
langs:
- C++
frameworks:
- FMOD
- OpenXR
licenses:
- BSD
info: Dagor Engine and Tools source code from Gaijin Games KFT
updated: '2023-11-12'
images:
- >-
https://uploads.golmedia.net/uploads/articles/article_media/9368082791698855425gol1.jpg

- name: War1
originals:
- 'Warcraft: Orcs & Humans'
Expand Down
24 changes: 24 additions & 0 deletions originals/w.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
- name: War Thunder
external:
website: 'http://warthunder.com/'
wikipedia: War Thunder
platforms:
- Linux
- OSX
- PlayStation 4
- PlayStation 5
- Windows
- Xbox One
- Xbox Series S/X
meta:
genres:
- Action
subgenres:
- Flight Simulator
- Vehicular Combat
themes:
- Modern Military
- Vietnam
- World War I
- World War II

- name: 'Warcraft 2000'
names:
- 'Warcraft 2000: Nuclear Epidemic'
Expand Down
2 changes: 2 additions & 0 deletions schema/originals.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ schema;platforms:
'PlayStation 2',
'PlayStation 3',
'PlayStation 4',
'PlayStation 5',
'PlayStation Vita',
'PSP',
'Saturn',
Expand All @@ -104,6 +105,7 @@ schema;platforms:
'Xbox',
'Xbox 360',
'Xbox One',
'Xbox Series S/X',
'ZX Spectrum',
]

Expand Down