-
Notifications
You must be signed in to change notification settings - Fork 219
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
13 changed files
with
291 additions
and
25 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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[submodule "flatpak/shared-modules"] | ||
path = flatpak/shared-modules | ||
url = https://github.com/flathub/shared-modules.git |
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
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
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
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
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
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
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,34 @@ | ||
diff --git a/CMakeLists.txt b/CMakeLists.txt | ||
index 5cc2d18..e6f98cc 100644 | ||
--- a/CMakeLists.txt | ||
+++ b/CMakeLists.txt | ||
@@ -226,13 +226,11 @@ if(UNIX AND NOT APPLE) | ||
if(OPENSPADES_RESOURCES) | ||
# install asset paks (including non-GPL one) | ||
install(FILES | ||
- ${CMAKE_BINARY_DIR}/Resources/pak000-Nonfree.pak | ||
${CMAKE_BINARY_DIR}/Resources/pak002-Base.pak | ||
${CMAKE_BINARY_DIR}/Resources/pak005-Models.pak | ||
${CMAKE_BINARY_DIR}/Resources/pak010-BaseSkin.pak | ||
${CMAKE_BINARY_DIR}/Resources/pak050-Locales.pak | ||
${CMAKE_BINARY_DIR}/Resources/pak999-References.pak | ||
- ${CMAKE_BINARY_DIR}/Resources/font-unifont.pak | ||
DESTINATION ${OPENSPADES_INSTALL_RESOURCES}) | ||
endif(OPENSPADES_RESOURCES) | ||
|
||
diff --git a/Resources/CMakeLists.txt b/Resources/CMakeLists.txt | ||
index 1f9b514..34010fa 100644 | ||
--- a/Resources/CMakeLists.txt | ||
+++ b/Resources/CMakeLists.txt | ||
@@ -4,11 +4,6 @@ if(OPENSPADES_RESOURCES) | ||
if (WIN32) | ||
# No automatic downloading for Windows (for now) | ||
elseif (UNIX) | ||
- add_custom_target(OpenSpades_Resources_DevPaks ALL COMMENT "Downloading non-GPL assets") | ||
- add_custom_command( | ||
- TARGET OpenSpades_Resources_DevPaks | ||
- COMMAND ${CMAKE_CURRENT_SOURCE_DIR}/downloadpak.sh | ||
- WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}) | ||
endif() | ||
|
||
# TODO: subgroups for script files |
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,78 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<component type="desktop-application"> | ||
<id>jp.yvt.OpenSpades.desktop</id> | ||
<metadata_license>CC0-1.0</metadata_license> | ||
<project_license>GPL-3.0+</project_license> | ||
<project_license>OpenSpades Non-GPL Pak License</project_license> | ||
<name>OpenSpades</name> | ||
|
||
<summary>Open Source voxel shooter</summary> | ||
|
||
<description> | ||
<p> OpenSpades is a clone of Ace of Spades 0.75, which is a free online | ||
first-person shooter created by Ben Aksoy, featuring fully destructible | ||
terrain and plenty of game modes (including the well-known Capture the | ||
Flag) created by the community.</p> | ||
<ul> | ||
<li>Can connect to a vanilla/pyspades/pysnip server</li> | ||
<li>Uses OpenGL/AL for better experience</li> | ||
<li>Open source, and cross platform</li> | ||
</ul> | ||
</description> | ||
|
||
<categories> | ||
<category>Game</category> | ||
<category>Shooter</category> | ||
</categories> | ||
|
||
<content_rating type="oars-1.1"> | ||
<content_attribute id="violence-cartoon">intense</content_attribute> | ||
<content_attribute id="violence-bloodshed">mild</content_attribute> | ||
<content_attribute id="social-chat">intense</content_attribute> | ||
</content_rating> | ||
|
||
<launchable type="desktop-id">jp.yvt.OpenSpades.desktop</launchable> | ||
|
||
<url type="homepage">http://openspades.yvt.jp/</url> | ||
<url type="bugtracker">https://github.com/yvt/openspades/issues</url> | ||
<url type="translate">https://crowdin.com/project/openspades</url> | ||
|
||
<screenshots> | ||
<screenshot type="default"> | ||
<image>http://openspades.yvt.jp/media/images/ss4.jpg</image> | ||
</screenshot> | ||
<screenshot> | ||
<image>http://openspades.yvt.jp/media/images/ss5.jpg</image> | ||
</screenshot> | ||
<screenshot> | ||
<image>http://openspades.yvt.jp/media/images/ss6.jpg</image> | ||
</screenshot> | ||
<screenshot> | ||
<image>http://openspades.yvt.jp/media/images/ss1.jpg</image> | ||
</screenshot> | ||
<screenshot> | ||
<image>http://openspades.yvt.jp/media/images/ss2.jpg</image> | ||
</screenshot> | ||
<screenshot> | ||
<image>http://openspades.yvt.jp/media/images/ss3.jpg</image> | ||
</screenshot> | ||
</screenshots> | ||
|
||
<releases> | ||
<release version="0.1.3" date="2019-01-04"> | ||
<description> | ||
This release contains minor fixes since the previous version 0.1.2. | ||
</description> | ||
</release> | ||
<release version="0.1.2" date="2018-01-01"> | ||
<description> | ||
This release contains minor fixes since the previous version 0.1.1c. | ||
</description> | ||
</release> | ||
<release version="0.1.1c" date="2017-03-04"> | ||
<description> | ||
Contains minor or critical fixes since the previous version 0.1.1b. | ||
</description> | ||
</release> | ||
</releases> | ||
</component> |
Oops, something went wrong.