Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: KSP-RO/TestFlight
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 14c512914cb0
Choose a base ref
...
head repository: KSP-RO/TestFlight
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: e9bb694e5407
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Dec 1, 2018

  1. Update TestFlight.netkan

    updated link and a few other things
    Bornholio authored Dec 1, 2018
    Copy the full SHA
    501538d View commit details
  2. Merge pull request #185 from Bornholio/patch-1

    Update TestFlight.netkan
    pap1723 authored Dec 1, 2018
    Copy the full SHA
    e9bb694 View commit details
Showing with 3 additions and 2 deletions.
  1. +3 −2 TestFlight.netkan
5 changes: 3 additions & 2 deletions TestFlight.netkan
Original file line number Diff line number Diff line change
@@ -3,12 +3,13 @@
"name" : "TestFlight",
"abstract" : "Flight Testing of your space hardware in KSP! Fly your parts to gain flight data and make them more reliable and less likely to fail. THIS IS THE PLUGIN ONLY. You will need a TestFlight Config pack in order for any parts to actually be controlled by TestFlight. If using Realism Overhaul, the configs will be supplied by RO.",
"identifier" : "TestFlight",
"author" : "RP-0 Group",
"$vref" : "#/ckan/ksp-avc",
"$kref" : "#/ckan/github/KSP-RO/TestFlight/asset_match/TestFlightCore*",
"license" : "CC-BY-NC-SA-4.0",
"release_status" : "stable",
"resources" : {
"homepage" : "http://forum.kerbalspaceprogram.com/threads/88187",
"homepage" : "https://forum.kerbalspaceprogram.com/index.php?/topic/99043-122-testflight-v180-01-may-2017-bring-flight-testing-to-ksp/&tab=comments#comment-1705959",
"repository" : "https://github.com/KSP-RO/TestFlight",
"bugtracker" : "https://github.com/KSP-RO/TestFlight/issues"
},
@@ -19,6 +20,6 @@
}
],
"depends" : [
{ "name" : "ModuleManager", "min_version" : "2.6.1" }
{ "name" : "ModuleManager", "min_version" : "2.8.0" }
]
}