Skip to content

Commit 428a5ce

Browse files
committedOct 6, 2017
Kopernicus 1.3.1-1 - "REDACTED edition"
1 parent 77bda05 commit 428a5ce

File tree

8 files changed

+15
-11
lines changed

8 files changed

+15
-11
lines changed
 

‎README.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
11
Kopernicus
22
==============================
3-
September 26, 2017
3+
October 06, 2017
44
* Created by: BryceSchroeder and Teknoman117 (aka. Nathaniel R. Lewis)
55
* Maintained by: Thomas P., NathanKell and KillAshley
66
* Additional Content by: Gravitasi, aftokino, KCreator, Padishar, Kragrathea, OvenProofMars, zengei, MrHappyFace, Sigma88, Majiir (CompatibilityChecker)
77
* Much thanks to Sarbian for ModuleManager and ModularFlightIntegrator
88

9-
New in this version (1.3.0-8)
9+
New in this version (1.3.1-1)
1010
-------------------
11-
- Fixed the autoselection of the tracked body
11+
- Fixed the displayName option on Biomes
12+
- Added an option to stop Kopernicus from removing the biomes of the template body. (Templates/removeBiomes = false)
13+
- Removed the isHomeWorld parameter and set it automatically for the body that is supposed to be Kerbin
1214

1315
Note - reparenting Kerbin or the Sun can cause the sky to be incorrect in the space center view. It is, however, correct in the flight view and the flight map view.
1416

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

‎build/Release/GameData/Kopernicus/Plugins/Kopernicus.version

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
{
88
"MAJOR": 1,
99
"MINOR": 3,
10-
"PATCH": 0,
11-
"BUILD": 8
10+
"PATCH": 1,
11+
"BUILD": 1
1212
},
1313
"KSP_VERSION":
1414
{
1515
"MAJOR": 1,
1616
"MINOR": 3,
17-
"PATCH": 0
17+
"PATCH": 1
1818
}
1919
}

‎build/Release/Readme.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
11
Kopernicus
22
==============================
3-
September 26, 2017
3+
October 06, 2017
44
* Created by: BryceSchroeder and Teknoman117 (aka. Nathaniel R. Lewis)
55
* Maintained by: Thomas P., NathanKell and KillAshley
66
* Additional Content by: Gravitasi, aftokino, KCreator, Padishar, Kragrathea, OvenProofMars, zengei, MrHappyFace, Sigma88, Majiir (CompatibilityChecker)
77
* Much thanks to Sarbian for ModuleManager and ModularFlightIntegrator
88

9-
New in this version (1.3.0-8)
9+
New in this version (1.3.1-1)
1010
-------------------
11-
- Fixed the autoselection of the tracked body
11+
- Fixed the displayName option on Biomes
12+
- Added an option to stop Kopernicus from removing the biomes of the template body. (Templates/removeBiomes = false)
13+
- Removed the isHomeWorld parameter and set it automatically for the body that is supposed to be Kerbin
1214

1315
Note - reparenting Kerbin or the Sun can cause the sky to be incorrect in the space center view. It is, however, correct in the flight view and the flight map view.
1416

‎src/Kopernicus/Constants/CompatibilityChecker.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ public class CompatibilityChecker : MonoBehaviour
4848
// Compatible version
4949
internal const Int32 version_major = 1;
5050
internal const Int32 version_minor = 3;
51-
internal const Int32 Revision = 0;
52-
internal const Int32 Kopernicus = 8;
51+
internal const Int32 Revision = 1;
52+
internal const Int32 Kopernicus = 1;
5353

5454
public static Boolean IsCompatible()
5555
{

0 commit comments

Comments
 (0)
Please sign in to comment.