Skip to content

Commit

Permalink
Kopernicus 1.4.5-3 - "Windows likes Datetimes - Edition"
Browse files Browse the repository at this point in the history
qboid-bot committed Aug 10, 2018
1 parent 71be0a5 commit ca22b4e
Showing 8 changed files with 14 additions and 16 deletions.
13 changes: 6 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,17 @@
Kopernicus
==============================
August 02, 2018
August 10, 2018
* 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.4.5-2)
New in this version (1.4.5-3)
-------------------
- Fixed LandControl, because the stock version doesn't allow to set createColors and createScatter anymore
- Refactored the logging, should be more hardened against duplicated bodies now. (thanks to @Corfiot)
- Added an experimental setting to specify a custom orbital period (Orbit { period = ... })
-----
_This is a hotfix release for [Kopernicus 1.4.5-1](https://github.com/Kopernicus/Kopernicus/releases/tag/release-1.4.5-1). Please also check its changelog for new features._
- More fixes to LandControl
- Fixed the custom period setting
- Added the possibility to set a custom orbit icon (`Orbit { iconTexture = ... }`)
- Fixed an issue with the Kittopia exporter that prevented exports on windows.

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.

Binary file modified build/GameData/Kopernicus/Plugins/Kopernicus.Components.dll
Binary file not shown.
Binary file modified build/GameData/Kopernicus/Plugins/Kopernicus.OnDemand.dll
Binary file not shown.
Binary file modified build/GameData/Kopernicus/Plugins/Kopernicus.Parser.dll
Binary file not shown.
Binary file modified build/GameData/Kopernicus/Plugins/Kopernicus.dll
Binary file not shown.
2 changes: 1 addition & 1 deletion build/GameData/Kopernicus/Plugins/Kopernicus.version
Original file line number Diff line number Diff line change
@@ -8,7 +8,7 @@
"MAJOR": 1,
"MINOR": 4,
"PATCH": 5,
"BUILD": 2
"BUILD": 3
},
"KSP_VERSION":
{
13 changes: 6 additions & 7 deletions build/Readme.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,17 @@
Kopernicus
==============================
August 02, 2018
August 10, 2018
* 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.4.5-2)
New in this version (1.4.5-3)
-------------------
- Fixed LandControl, because the stock version doesn't allow to set createColors and createScatter anymore
- Refactored the logging, should be more hardened against duplicated bodies now. (thanks to @Corfiot)
- Added an experimental setting to specify a custom orbital period (Orbit { period = ... })
-----
_This is a hotfix release for [Kopernicus 1.4.5-1](https://github.com/Kopernicus/Kopernicus/releases/tag/release-1.4.5-1). Please also check its changelog for new features._
- More fixes to LandControl
- Fixed the custom period setting
- Added the possibility to set a custom orbit icon (`Orbit { iconTexture = ... }`)
- Fixed an issue with the Kittopia exporter that prevented exports on windows.

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.

2 changes: 1 addition & 1 deletion src/Kopernicus/Constants/CompatibilityChecker.cs
Original file line number Diff line number Diff line change
@@ -50,7 +50,7 @@ public class CompatibilityChecker : MonoBehaviour
internal const Int32 version_major = 1;
internal const Int32 version_minor = 4;
internal const Int32 Revision = 5;
internal const Int32 Kopernicus = 2;
internal const Int32 Kopernicus = 3;

public static Boolean IsCompatible()
{

0 comments on commit ca22b4e

Please sign in to comment.