Skip to content

Commit

Permalink
Kopernicus 1.3.1-1 - "REDACTED edition"
Browse files Browse the repository at this point in the history
  • Loading branch information
qboid-bot committed Oct 6, 2017
1 parent 77bda05 commit 428a5ce
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 11 deletions.
8 changes: 5 additions & 3 deletions README.md
@@ -1,14 +1,16 @@
Kopernicus
==============================
September 26, 2017
October 06, 2017
* Created by: BryceSchroeder and Teknoman117 (aka. Nathaniel R. Lewis)
* Maintained by: Thomas P., NathanKell and KillAshley
* Additional Content by: Gravitasi, aftokino, KCreator, Padishar, Kragrathea, OvenProofMars, zengei, MrHappyFace, Sigma88, Majiir (CompatibilityChecker)
* Much thanks to Sarbian for ModuleManager and ModularFlightIntegrator

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

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.

Expand Down
Binary file not shown.
Binary file not shown.
Binary file modified build/Release/GameData/Kopernicus/Plugins/Kopernicus.Parser.dll
Binary file not shown.
Binary file modified build/Release/GameData/Kopernicus/Plugins/Kopernicus.dll
Binary file not shown.
6 changes: 3 additions & 3 deletions build/Release/GameData/Kopernicus/Plugins/Kopernicus.version
Expand Up @@ -7,13 +7,13 @@
{
"MAJOR": 1,
"MINOR": 3,
"PATCH": 0,
"BUILD": 8
"PATCH": 1,
"BUILD": 1
},
"KSP_VERSION":
{
"MAJOR": 1,
"MINOR": 3,
"PATCH": 0
"PATCH": 1
}
}
8 changes: 5 additions & 3 deletions build/Release/Readme.md
@@ -1,14 +1,16 @@
Kopernicus
==============================
September 26, 2017
October 06, 2017
* Created by: BryceSchroeder and Teknoman117 (aka. Nathaniel R. Lewis)
* Maintained by: Thomas P., NathanKell and KillAshley
* Additional Content by: Gravitasi, aftokino, KCreator, Padishar, Kragrathea, OvenProofMars, zengei, MrHappyFace, Sigma88, Majiir (CompatibilityChecker)
* Much thanks to Sarbian for ModuleManager and ModularFlightIntegrator

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

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.

Expand Down
4 changes: 2 additions & 2 deletions src/Kopernicus/Constants/CompatibilityChecker.cs
Expand Up @@ -48,8 +48,8 @@ public class CompatibilityChecker : MonoBehaviour
// Compatible version
internal const Int32 version_major = 1;
internal const Int32 version_minor = 3;
internal const Int32 Revision = 0;
internal const Int32 Kopernicus = 8;
internal const Int32 Revision = 1;
internal const Int32 Kopernicus = 1;

public static Boolean IsCompatible()
{
Expand Down

0 comments on commit 428a5ce

Please sign in to comment.