Skip to content

Commit

Permalink
Fix linting issues from flathub
Browse files Browse the repository at this point in the history
  • Loading branch information
jonri committed Apr 1, 2024
1 parent 2e90d32 commit b8e9896
Showing 1 changed file with 33 additions and 30 deletions.
63 changes: 33 additions & 30 deletions install/net.darkradiant.DarkRadiant.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@
<component type="desktop-application">
<id>net.darkradiant.DarkRadiant</id>
<name>DarkRadiant</name>
<summary>3D level editor for The Dark Mod and Doom 3</summary>
<summary>3D level editor for The Dark Mod</summary>
<developer id="net.darkradiant">
<name>The DarkRadiant Team</name>
</developer>
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-2.0-or-later</project_license>
<content_rating type="oars-1.1" />
Expand Down Expand Up @@ -31,39 +34,39 @@
</p>
<p>
Feature Highlights include:
<ul>
<li>Media Browser</li>
<li>Surface / Patch / Light Inspector</li>
<li>Layers, Grouping and Selection Sets</li>
<li>Model Scaling</li>
<li>Particle Editor incl. realtime Preview</li>
<li>Export entire map sections to ASE, LWO and OBJ format</li>
<li>Browsers for Models, Entity Classes, Skins, Sounds</li>
<li>Support for most idTech4 shader features</li>
<li>TexTool (U/V Editing Tool)</li>
<li>MD5 Animation Viewer</li>
<li>Curve Editing</li>
<li>Drag-Manipulation of Brushes, Patches and Lights (Point and Projected)</li>
<li>Python Script Interface</li>
<li>Game support for: The Dark Mod 2.0, Doom 3, Quake 4, Quake 3, XreaL</li>
<li>Imports all kinds of maps in classic Quake/idTech map formats</li>
<li>Exports maps to Doom 3 / Quake4 / Quake 3 format</li>
<li>Customisable colour schemes</li>
<li>English and German localisation</li>
</ul>
</p>
<ul>
<li>Media Browser</li>
<li>Surface / Patch / Light Inspector</li>
<li>Layers, Grouping and Selection Sets</li>
<li>Model Scaling</li>
<li>Particle Editor incl. realtime Preview</li>
<li>Export entire map sections to ASE, LWO and OBJ format</li>
<li>Browsers for Models, Entity Classes, Skins, Sounds</li>
<li>Support for most idTech4 shader features</li>
<li>TexTool (U/V Editing Tool)</li>
<li>MD5 Animation Viewer</li>
<li>Curve Editing</li>
<li>Drag-Manipulation of Brushes, Patches and Lights (Point and Projected)</li>
<li>Python Script Interface</li>
<li>Game support for: The Dark Mod 2.0, Doom 3, Quake 4, Quake 3, XreaL</li>
<li>Imports all kinds of maps in classic Quake/idTech map formats</li>
<li>Exports maps to Doom 3 / Quake4 / Quake 3 format</li>
<li>Customisable colour schemes</li>
<li>English and German localisation</li>
</ul>
<p>
Our goal is to provide the TDM fan-mission community with a capable and easy-to-use editor. To achieve this, specialised plugins were developed to assist authors in tackling the complex mission creating tasks:
<ul>
<li>Stim/Response Editor</li>
<li>Objectives Editor</li>
<li>Difficulty Editor</li>
<li>Conversation Editor</li>
<li>AI Property Panel</li>
<li>Readable Editor incl. Preview</li>
<li>AI Head Selector</li>
</ul>
</p>
<ul>
<li>Stim/Response Editor</li>
<li>Objectives Editor</li>
<li>Difficulty Editor</li>
<li>Conversation Editor</li>
<li>AI Property Panel</li>
<li>Readable Editor incl. Preview</li>
<li>AI Head Selector</li>
</ul>
</description>

<launchable type="desktop-id">net.darkradiant.DarkRadiant.desktop</launchable>
Expand Down

0 comments on commit b8e9896

Please sign in to comment.