Skip to content

Commit

Permalink
Kopernicus 1.3.1-2 - "Nothing to see here, go away - edition"
Browse files Browse the repository at this point in the history
  • Loading branch information
qboid-bot committed Oct 7, 2017
1 parent 8ee0ca1 commit ac6786c
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 12 deletions.
8 changes: 3 additions & 5 deletions README.md
@@ -1,16 +1,14 @@
Kopernicus
==============================
October 06, 2017
October 07, 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.1-1)
New in this version (1.3.1-2)
-------------------
- 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
- Fixed issues caused by different lensflare handling on KSP's side

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 modified build/Release/GameData/Kopernicus/Plugins/Kopernicus.Components.dll
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.
Expand Up @@ -8,7 +8,7 @@
"MAJOR": 1,
"MINOR": 3,
"PATCH": 1,
"BUILD": 1
"BUILD": 2
},
"KSP_VERSION":
{
Expand Down
8 changes: 3 additions & 5 deletions build/Release/Readme.md
@@ -1,16 +1,14 @@
Kopernicus
==============================
October 06, 2017
October 07, 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.1-1)
New in this version (1.3.1-2)
-------------------
- 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
- Fixed issues caused by different lensflare handling on KSP's side

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
2 changes: 1 addition & 1 deletion src/Kopernicus/Constants/CompatibilityChecker.cs
Expand Up @@ -49,7 +49,7 @@ public class CompatibilityChecker : MonoBehaviour
internal const Int32 version_major = 1;
internal const Int32 version_minor = 3;
internal const Int32 Revision = 1;
internal const Int32 Kopernicus = 1;
internal const Int32 Kopernicus = 2;

public static Boolean IsCompatible()
{
Expand Down

0 comments on commit ac6786c

Please sign in to comment.