-
-
Notifications
You must be signed in to change notification settings - Fork 344
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove release_status property from all netkans (#10413)
- Loading branch information
Showing
179 changed files
with
130 additions
and
357 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,29 +1,23 @@ | ||
{ | ||
"identifier": "AGExt", | ||
"name": "Action Groups Extended", | ||
"abstract": "Increases the number of action groups to 250 and allows in-flight editing.", | ||
"author": [ "Diazo", "linuxgurugamer" ], | ||
"$kref": "#/ckan/github/linuxgurugamer/AGExt", | ||
"$vref": "#/ckan/ksp-avc", | ||
"license": "GPL-3.0", | ||
"release_status": "stable", | ||
"resources": { | ||
"homepage": "https://forum.kerbalspaceprogram.com/index.php?/topic/167269-1", | ||
"spacedock": "https://spacedock.info/mod/1685/Action%20Groups%20Extended", | ||
"repository": "https://github.com/linuxgurugamer/AGExt", | ||
"x_screenshot": "https://spacedock.info/content/linuxgurugamer_179/Action_Groups_Extended/Action_Groups_Extended-1517453673.540609.jpg" | ||
}, | ||
"tags": [ | ||
"plugin", | ||
"convenience" | ||
], | ||
"depends": [ | ||
{ "name": "ModuleManager" }, | ||
{ "name": "ClickThroughBlocker" }, | ||
{ "name": "SpaceTuxLibrary" } | ||
], | ||
"install": [ { | ||
"file": "GameData/Diazo", | ||
"install_to": "GameData" | ||
} ] | ||
} | ||
identifier: AGExt | ||
name: Action Groups Extended | ||
abstract: Increases the number of action groups to 250 and allows in-flight editing. | ||
author: | ||
- Diazo | ||
- linuxgurugamer | ||
$kref: '#/ckan/github/linuxgurugamer/AGExt' | ||
$vref: '#/ckan/ksp-avc' | ||
license: GPL-3.0 | ||
resources: | ||
homepage: https://forum.kerbalspaceprogram.com/index.php?/topic/167269-1 | ||
spacedock: https://spacedock.info/mod/1685/Action%20Groups%20Extended | ||
repository: https://github.com/linuxgurugamer/AGExt | ||
tags: | ||
- plugin | ||
- convenience | ||
depends: | ||
- name: ModuleManager | ||
- name: ClickThroughBlocker | ||
- name: SpaceTuxLibrary | ||
install: | ||
- file: GameData/Diazo | ||
install_to: GameData |
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 |
---|---|---|
@@ -1,50 +1,31 @@ | ||
{ | ||
"identifier": "AdvancedFlyByWire-Linux", | ||
"name": "Advanced Fly-By-Wire (Linux)", | ||
"abstract": "AFBW is an input overhaul mod. It dramatically enhances the stock input system with a bunch of fixes and many new features.", | ||
"author": "linuxgurugamer", | ||
"license": "MIT", | ||
"$kref": "#/ckan/github/linuxgurugamer/ksp-advanced-flybywire/asset_match/linux", | ||
"$vref": "#/ckan/ksp-avc", | ||
"release_status": "stable", | ||
"resources": { | ||
"homepage": "https://forum.kerbalspaceprogram.com/index.php?/topic/175359-*", | ||
"spacedock": "https://spacedock.info/mod/1870/AFBW%20Revived%20(Linux%20version)", | ||
"repository": "https://github.com/linuxgurugamer/ksp-advanced-flybywire", | ||
"x_screenshot": "https://spacedock.info/content/linuxgurugamer_179/AFBW_Revived_Linux_version/AFBW_Revived_Linux_version-1527384062.2632098.png" | ||
}, | ||
"tags": [ | ||
"plugin", | ||
"control" | ||
], | ||
"provides": [ | ||
"AdvancedFlyByWireRevived" | ||
], | ||
"depends": [ | ||
{ | ||
"name": "ToolbarController" | ||
}, | ||
{ | ||
"name": "ClickThroughBlocker" | ||
} | ||
], | ||
"recommends": [ | ||
{ | ||
"name": "ToolbarController" | ||
}, | ||
{ | ||
"name": "ClickThroughBlocker" | ||
} | ||
], | ||
"conflicts": [ | ||
{ | ||
"name": "AdvancedFlyByWireRevived" | ||
} | ||
], | ||
"install": [ | ||
{ | ||
"file": "GameData/ksp-advanced-flybywire", | ||
"install_to": "GameData" | ||
} | ||
] | ||
} | ||
identifier: AdvancedFlyByWire-Linux | ||
Check warning on line 1 in NetKAN/AdvancedFlyByWire-Linux.netkan
|
||
name: Advanced Fly-By-Wire (Linux) | ||
abstract: >- | ||
AFBW is an input overhaul mod. It dramatically enhances the stock input system | ||
with a bunch of fixes and many new features. | ||
author: linuxgurugamer | ||
license: MIT | ||
$kref: '#/ckan/github/linuxgurugamer/ksp-advanced-flybywire/asset_match/linux' | ||
$vref: '#/ckan/ksp-avc' | ||
resources: | ||
homepage: https://forum.kerbalspaceprogram.com/index.php?/topic/175359-* | ||
spacedock: https://spacedock.info/mod/1870/AFBW%20Revived%20(Linux%20version) | ||
repository: https://github.com/linuxgurugamer/ksp-advanced-flybywire | ||
x_screenshot: >- | ||
https://spacedock.info/content/linuxgurugamer_179/AFBW_Revived_Linux_version/AFBW_Revived_Linux_version-1527384062.2632098.png | ||
tags: | ||
- plugin | ||
- control | ||
provides: | ||
- AdvancedFlyByWireRevived | ||
depends: | ||
- name: ToolbarController | ||
- name: ClickThroughBlocker | ||
recommends: | ||
- name: ToolbarController | ||
- name: ClickThroughBlocker | ||
conflicts: | ||
- name: AdvancedFlyByWireRevived | ||
install: | ||
- file: GameData/ksp-advanced-flybywire | ||
install_to: GameData |
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,50 +1,31 @@ | ||
{ | ||
"identifier": "AdvancedFlyByWire-OSX", | ||
"name": "Advanced Fly-By-Wire (OSX)", | ||
"abstract": "AFBW is an input overhaul mod. It dramatically enhances the stock input system with a bunch of fixes and many new features.", | ||
"author": "linuxgurugamer", | ||
"license": "MIT", | ||
"$kref": "#/ckan/github/linuxgurugamer/ksp-advanced-flybywire/asset_match/osx", | ||
"$vref": "#/ckan/ksp-avc", | ||
"release_status": "stable", | ||
"resources": { | ||
"homepage": "https://forum.kerbalspaceprogram.com/index.php?/topic/175359-*", | ||
"spacedock": "https://spacedock.info/mod/1878/ABFW%20Revived%20(OSX%20version)", | ||
"repository": "https://github.com/linuxgurugamer/ksp-advanced-flybywire", | ||
"x_screenshot": "https://spacedock.info/content/linuxgurugamer_179/ABFW_Revived_OSX_version/ABFW_Revived_OSX_version-1527782505.4308672.png" | ||
}, | ||
"tags": [ | ||
"plugin", | ||
"control" | ||
], | ||
"provides": [ | ||
"AdvancedFlyByWireRevived" | ||
], | ||
"depends": [ | ||
{ | ||
"name": "ToolbarController" | ||
}, | ||
{ | ||
"name": "ClickThroughBlocker" | ||
} | ||
], | ||
"recommends": [ | ||
{ | ||
"name": "ToolbarController" | ||
}, | ||
{ | ||
"name": "ClickThroughBlocker" | ||
} | ||
], | ||
"conflicts": [ | ||
{ | ||
"name": "AdvancedFlyByWireRevived" | ||
} | ||
], | ||
"install": [ | ||
{ | ||
"file": "GameData/ksp-advanced-flybywire", | ||
"install_to": "GameData" | ||
} | ||
] | ||
} | ||
identifier: AdvancedFlyByWire-OSX | ||
Check warning on line 1 in NetKAN/AdvancedFlyByWire-OSX.netkan
|
||
name: Advanced Fly-By-Wire (OSX) | ||
abstract: >- | ||
AFBW is an input overhaul mod. It dramatically enhances the stock input system | ||
with a bunch of fixes and many new features. | ||
author: linuxgurugamer | ||
license: MIT | ||
$kref: '#/ckan/github/linuxgurugamer/ksp-advanced-flybywire/asset_match/osx' | ||
$vref: '#/ckan/ksp-avc' | ||
resources: | ||
homepage: https://forum.kerbalspaceprogram.com/index.php?/topic/175359-* | ||
spacedock: https://spacedock.info/mod/1878/ABFW%20Revived%20(OSX%20version) | ||
repository: https://github.com/linuxgurugamer/ksp-advanced-flybywire | ||
x_screenshot: >- | ||
https://spacedock.info/content/linuxgurugamer_179/ABFW_Revived_OSX_version/ABFW_Revived_OSX_version-1527782505.4308672.png | ||
tags: | ||
- plugin | ||
- control | ||
provides: | ||
- AdvancedFlyByWireRevived | ||
depends: | ||
- name: ToolbarController | ||
- name: ClickThroughBlocker | ||
recommends: | ||
- name: ToolbarController | ||
- name: ClickThroughBlocker | ||
conflicts: | ||
- name: AdvancedFlyByWireRevived | ||
install: | ||
- file: GameData/ksp-advanced-flybywire | ||
install_to: GameData |
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 |
---|---|---|
@@ -1,28 +1,20 @@ | ||
{ | ||
"identifier" : "AlternateResourcePanel", | ||
"name" : "Alternate Resource Panel", | ||
"abstract" : "An alternate view of vessel resources plugin for Kerbal Space Program", | ||
"$kref" : "#/ckan/github/TriggerAu/AlternateResourcePanel", | ||
"$vref" : "#/ckan/ksp-avc", | ||
"license" : "MIT", | ||
"release_status" : "stable", | ||
"resources": { | ||
"homepage": "https://forum.kerbalspaceprogram.com/index.php?/topic/54876-*", | ||
"license": "https://github.com/TriggerAu/AlternateResourcePanel/blob/master/LICENSE", | ||
"manual": "https://sites.google.com/site/kspalternateresourcepanel/" | ||
}, | ||
"tags": [ | ||
"plugin", | ||
"information" | ||
], | ||
"recommends": [ | ||
{ "name": "TriggerAu-Flags" } | ||
], | ||
"suggests": [ | ||
{ "name": "Olympic1ARPIcons" } | ||
], | ||
"install": [ { | ||
"find": "KSPAlternateResourcePanel", | ||
"install_to": "GameData/TriggerTech" | ||
} ] | ||
} | ||
identifier: AlternateResourcePanel | ||
Check warning on line 1 in NetKAN/AlternateResourcePanel.netkan
|
||
name: Alternate Resource Panel | ||
abstract: An alternate view of vessel resources plugin for Kerbal Space Program | ||
$kref: '#/ckan/github/TriggerAu/AlternateResourcePanel' | ||
$vref: '#/ckan/ksp-avc' | ||
license: MIT | ||
resources: | ||
homepage: https://forum.kerbalspaceprogram.com/index.php?/topic/54876-* | ||
license: https://github.com/TriggerAu/AlternateResourcePanel/blob/master/LICENSE | ||
manual: https://sites.google.com/site/kspalternateresourcepanel/ | ||
tags: | ||
- plugin | ||
- information | ||
recommends: | ||
- name: TriggerAu-Flags | ||
suggests: | ||
- name: Olympic1ARPIcons | ||
install: | ||
- find: KSPAlternateResourcePanel | ||
install_to: GameData/TriggerTech |
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
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
Oops, something went wrong.