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/RP-1
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 51ab80923fc1
Choose a base ref
...
head repository: KSP-RO/RP-1
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 86b758a658a4
Choose a head ref
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Dec 8, 2018

  1. RP-1 Netkan Update

    pap1723 committed Dec 8, 2018

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    afa9a38 View commit details
  2. Copy the full SHA
    86b758a View commit details
Showing with 21 additions and 2 deletions.
  1. +3 −2 RP-1.netkan
  2. +18 −0 RP-1.version.in
5 changes: 3 additions & 2 deletions RP-1.netkan
Original file line number Diff line number Diff line change
@@ -19,7 +19,7 @@
{ "name" : "VenStockRevamp" },
{ "name" : "KerbalConstructionTime" },
{ "name" : "RealSolarSystem" },
{ "name" : "DMagicOrbitalScience" }
{ "name" : "DMagicOrbitalScience" }
],
"recommends" : [
{ "name" : "B9-PWings-Modified" },
@@ -43,7 +43,8 @@
{ "name" : "TACLS" },
{ "name" : "TestFlight" },
{ "name" : "TextureReplacerReplaced" },
{ "name" : "Toolbar" }
{ "name" : "Toolbar" },
{ "name" : "WasdEditorCameraContinued" }
],
"suggests" : [
{ "name" : "BluedogDB" },
18 changes: 18 additions & 0 deletions RP-1.version.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Lines starting with a hash are removed before this file is parsed as JSON.
# `VERSION` is added automatically by bin/makeversion
{
"NAME" : "Realistic Progression One",
"URL" : "https://raw.githubusercontent.com/KSP-RO/RP-0/master/GameData/RP-0/RP-1.version",
"DOWNLOAD" : "https://github.com/KSP-RO/RP-0/releases",
"HOMEPAGE" : "https://github.com/KSP-RO/RP-0/",
"GITHUB" : {
"USERNAME" : "KSP-RO",
"REPOSITORY" : "RP-0",
"ALLOW_PRE_RELEASE" : false
},
"KSP_VERSION" : {
"MAJOR": "1",
"MINOR": "3",
"PATCH": "1"
}
}