Skip to content

Commit

Permalink
Kopernicus 1.5.0-1 - "Change my Kerbin - Edition"
Browse files Browse the repository at this point in the history
qboid-bot committed Oct 16, 2018

Unverified

This user has not yet uploaded their public signing key.
1 parent 29e5450 commit 221625a
Showing 9 changed files with 26 additions and 18 deletions.
14 changes: 9 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,20 @@
Kopernicus
==============================
August 10, 2018
October 16, 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-4)
New in this version (1.5.0-1)
-------------------
- 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._
- Updated to KSP 1.5.0
- Improved performance of orbit icons, thanks to marr75
- Fixed the DDS palette loader
- fixed biome maps not loading in the tracking station
- Automatically inject the KSC transform into Kerbin, this makes it possible to change the template to something different
- fixed the 1.3.1 backport
- added a 1.4.5 backport

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.
10 changes: 5 additions & 5 deletions build/GameData/Kopernicus/Plugins/Kopernicus.version
Original file line number Diff line number Diff line change
@@ -6,14 +6,14 @@
"VERSION":
{
"MAJOR": 1,
"MINOR": 4,
"PATCH": 5,
"BUILD": 4
"MINOR": 5,
"PATCH": 0,
"BUILD": 1
},
"KSP_VERSION":
{
"MAJOR": 1,
"MINOR": 4,
"PATCH": 5
"MINOR": 5,
"PATCH": 0
}
}
Binary file not shown.
14 changes: 9 additions & 5 deletions build/Readme.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,20 @@
Kopernicus
==============================
August 10, 2018
October 16, 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-4)
New in this version (1.5.0-1)
-------------------
- 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._
- Updated to KSP 1.5.0
- Improved performance of orbit icons, thanks to marr75
- Fixed the DDS palette loader
- fixed biome maps not loading in the tracking station
- Automatically inject the KSC transform into Kerbin, this makes it possible to change the template to something different
- fixed the 1.3.1 backport
- added a 1.4.5 backport

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.

6 changes: 3 additions & 3 deletions src/Kopernicus/Constants/CompatibilityChecker.cs
Original file line number Diff line number Diff line change
@@ -48,9 +48,9 @@ public class CompatibilityChecker : MonoBehaviour
{
// Compatible version
internal const Int32 version_major = 1;
internal const Int32 version_minor = 4;
internal const Int32 Revision = 5;
internal const Int32 Kopernicus = 4;
internal const Int32 version_minor = 5;
internal const Int32 Revision = 0;
internal const Int32 Kopernicus = 1;

public static Boolean IsCompatible()
{

0 comments on commit 221625a

Please sign in to comment.