Skip to content

Commit

Permalink
Kopernicus 1.5.1-1 - "Inb4 1.5.2 - Edition"
Browse files Browse the repository at this point in the history
qboid-bot committed Oct 24, 2018

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 65bf1f2 commit b4f265b
Showing 8 changed files with 11 additions and 21 deletions.
13 changes: 4 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,15 @@
Kopernicus
==============================
October 16, 2018
October 24, 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.5.0-1)
New in this version (1.5.1-1)
-------------------
- 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
- Updated to KSP 1.5.1
- Fixed a bug where BiomeMap OnDemand Loading would lag a lot in MapView. BiomeMap OD is now disabled by default.

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.
4 changes: 2 additions & 2 deletions build/GameData/Kopernicus/Plugins/Kopernicus.version
Original file line number Diff line number Diff line change
@@ -7,13 +7,13 @@
{
"MAJOR": 1,
"MINOR": 5,
"PATCH": 0,
"PATCH": 1,
"BUILD": 1
},
"KSP_VERSION":
{
"MAJOR": 1,
"MINOR": 5,
"PATCH": 0
"PATCH": 1
}
}
13 changes: 4 additions & 9 deletions build/Readme.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,15 @@
Kopernicus
==============================
October 16, 2018
October 24, 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.5.0-1)
New in this version (1.5.1-1)
-------------------
- 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
- Updated to KSP 1.5.1
- Fixed a bug where BiomeMap OnDemand Loading would lag a lot in MapView. BiomeMap OD is now disabled by default.

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
@@ -49,7 +49,7 @@ public class CompatibilityChecker : MonoBehaviour
// Compatible version
internal const Int32 version_major = 1;
internal const Int32 version_minor = 5;
internal const Int32 Revision = 0;
internal const Int32 Revision = 1;
internal const Int32 Kopernicus = 1;

public static Boolean IsCompatible()

0 comments on commit b4f265b

Please sign in to comment.