Skip to content

Commit

Permalink
Kopernicus 1.4.5-4 - "10 hotfixes incoming - Edition"
Browse files Browse the repository at this point in the history
qboid-bot committed Aug 10, 2018
1 parent 24235e6 commit 9677a1d
Showing 8 changed files with 10 additions and 12 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -6,12 +6,11 @@ August 10, 2018
* 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-3)
New in this version (1.4.5-4)
-------------------
- 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.
- Fixed even more issues with LandControl (that were partially introduced by the last release)
-----
_This is a hotfix release for [Kopernicus 1.4.5-3](https://github.com/Kopernicus/Kopernicus/releases/tag/release-1.4.5-3). Please also check its changelog for new features._

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": 3
"BUILD": 4
},
"KSP_VERSION":
{
9 changes: 4 additions & 5 deletions build/Readme.md
Original file line number Diff line number Diff line change
@@ -6,12 +6,11 @@ August 10, 2018
* 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-3)
New in this version (1.4.5-4)
-------------------
- 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.
- Fixed even more issues with LandControl (that were partially introduced by the last release)
-----
_This is a hotfix release for [Kopernicus 1.4.5-3](https://github.com/Kopernicus/Kopernicus/releases/tag/release-1.4.5-3). Please also check its changelog for new features._

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 = 3;
internal const Int32 Kopernicus = 4;

public static Boolean IsCompatible()
{

0 comments on commit 9677a1d

Please sign in to comment.