-
-
Notifications
You must be signed in to change notification settings - Fork 92
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Update description - Add missing name and summary tags - Switch to a rDNS app id format that is now required - Various fixes to make the file adhere to modern standards fix
- Loading branch information
Showing
4 changed files
with
58 additions
and
73 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
APPNAME = redeclipse | ||
APPIDNAME = net.redeclipse.RedEclipse | ||
APPCLIENT = $(APPNAME) | ||
APPSERVER = $(APPNAME)_server | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<component type="desktop-application"> | ||
<id>@APPIDNAME@</id> | ||
<launchable type="desktop-id">@[email protected]</launchable> | ||
<provides> | ||
<binary>@APPNAME@</binary> | ||
</provides> | ||
<metadata_license>CC-BY-SA-3.0+</metadata_license> | ||
<project_license>Zlib and CC-BY-SA-3.0+</project_license> | ||
<name>Red Eclipse</name> | ||
<developer_name>Red Eclipse Team</developer_name> | ||
<summary>First-person shooter with agile gameplay and built-in editor</summary> | ||
<description> | ||
<p> | ||
Red Eclipse is a fun-filled new take on the first person arena shooter, | ||
based on the Tesseract game engine, which lends itself toward a balanced | ||
gameplay, with a general theme of agility in a variety of environments. | ||
</p> | ||
<ul> | ||
<li>Cross-platform multiplayer</li> | ||
<li>Features parkour, impulse boosts, dashing, and other tricks</li> | ||
<li>Favourite gamemodes with an array of mutators and variables</li> | ||
<li>Builtin editor lets you create your own maps cooperatively online</li> | ||
</ul> | ||
</description> | ||
<url type="homepage">https://redeclipse.net/</url> | ||
<url type="bugtracker">https://github.com/redeclipse/base/issues</url> | ||
<url type="donation">https://redeclipse.net/donate</url> | ||
<url type="help">https://redeclipse.net/faq</url> | ||
<screenshots> | ||
<screenshot type="default"> | ||
<image>https://redeclipse.net/bits/images/053.jpg</image> | ||
<caption>Posing with fire on the map venus</caption> | ||
</screenshot> | ||
<screenshot> | ||
<image>https://redeclipse.net/bits/images/045.jpg</image> | ||
<caption>Mine fireworks on the map vault</caption> | ||
</screenshot> | ||
<screenshot> | ||
<image>https://redeclipse.net/bits/images/019.jpg</image> | ||
<caption>Overlooking friendly fire on the map cutec</caption> | ||
</screenshot> | ||
</screenshots> | ||
<update_contact>https://redeclipse.net/forum/</update_contact> | ||
<content_rating type="oars-1.1"> | ||
<content_attribute id="violence-fantasy">moderate</content_attribute> | ||
<content_attribute id="violence-bloodshed">mild</content_attribute> | ||
<content_attribute id="social-chat">intense</content_attribute> | ||
</content_rating> | ||
</component> |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters