From 2333d933b7eaf2ed8f4f665b83a3a8d660934587 Mon Sep 17 00:00:00 2001 From: Willhelm Rendahl Date: Sat, 9 Apr 2016 13:26:36 +0200 Subject: [PATCH 1/2] Create RCSBuildAid-0.7.7-14.ckan Pre-release compliant in accordance with http://forum.kerbalspaceprogram.com/index.php?/topic/135824-rcs-build-aid-compiled-for-ksp-11/ ksp_versions fetched from the bundled .version file. --- RCSBuildAid/RCSBuildAid-0.7.7-14.ckan | 30 +++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 RCSBuildAid/RCSBuildAid-0.7.7-14.ckan diff --git a/RCSBuildAid/RCSBuildAid-0.7.7-14.ckan b/RCSBuildAid/RCSBuildAid-0.7.7-14.ckan new file mode 100644 index 0000000000..9152f63baf --- /dev/null +++ b/RCSBuildAid/RCSBuildAid-0.7.7-14.ckan @@ -0,0 +1,30 @@ +{ + "spec_version": "v1.4", + "identifier": "RCSBuildAid", + "ksp_version_min": "1.1.0", + "ksp_version_max": "1.1.0", + "resources": + { + "homepage": "http://forum.kerbalspaceprogram.com/threads/35996", + "manual": "https://github.com/m4v/RCSBuildAid/blob/master/README.asciidoc", + "repository": "https://github.com/m4v/RCSBuildAid", + "bugtracker": "https://github.com/m4v/RCSBuildAid/issues" + }, + "name": "RCS Build Aid", + "license": "LGPL-3.0", + "abstract": "This is something I made for placing RCS thrusters in the right positions in the first try without having to go back and forth between the VAB and the hacked gravity launchpad. Features: Display thrust and torque forces caused by RCS or engines. Delta V readout for RCS. Dry center of mass marker. Average center of mass marker. Ability to resize editor's overlay markers. Display total mass of resources.", + "author": "m4v", + "version": "0.7.7-14", + "download": "http://addons-origin.cursecdn.com/files/2292/475/RCSBuildAid_v0.7.7-14-g74c9da7.zip", + "supports" : [ + { "name" : "Toolbar" }, + { "name" : "KSP-AVC" } + ], + "install": [ + { + "file" : "RCSBuildAid", + "install_to" : "GameData", + "filter" : "Sources" + } + ] +} From b5160cf4add8e9cdc47b433a6dc2f5d42da1d848 Mon Sep 17 00:00:00 2001 From: Myk Dowling Date: Sat, 9 Apr 2016 21:59:16 +1000 Subject: [PATCH 2/2] Set release-status --- RCSBuildAid/RCSBuildAid-0.7.7-14.ckan | 1 + 1 file changed, 1 insertion(+) diff --git a/RCSBuildAid/RCSBuildAid-0.7.7-14.ckan b/RCSBuildAid/RCSBuildAid-0.7.7-14.ckan index 9152f63baf..ecdb332818 100644 --- a/RCSBuildAid/RCSBuildAid-0.7.7-14.ckan +++ b/RCSBuildAid/RCSBuildAid-0.7.7-14.ckan @@ -15,6 +15,7 @@ "abstract": "This is something I made for placing RCS thrusters in the right positions in the first try without having to go back and forth between the VAB and the hacked gravity launchpad. Features: Display thrust and torque forces caused by RCS or engines. Delta V readout for RCS. Dry center of mass marker. Average center of mass marker. Ability to resize editor's overlay markers. Display total mass of resources.", "author": "m4v", "version": "0.7.7-14", + "release-status": "development", "download": "http://addons-origin.cursecdn.com/files/2292/475/RCSBuildAid_v0.7.7-14-g74c9da7.zip", "supports" : [ { "name" : "Toolbar" },