Skip to content

Commit

Permalink
Kopernicus 1.6.0-1 - "Basically an IC release - Edition"
Browse files Browse the repository at this point in the history
qboid-bot committed Jan 1, 2019
1 parent e63af0f commit cd217f2
Showing 10 changed files with 28 additions and 14 deletions.
15 changes: 11 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,22 @@
Kopernicus
==============================
October 24, 2018
January 01, 2019
* 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.1-1)
New in this version (1.6.0-1)
-------------------
- 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.
- Reworked some of the code to allow a plugin for Interstellar Consortium
- Fix the Sun shining through Jool
- Fix Kittopia Normal Map Generation
- Fix Kittopia not being able to edit bodies who use AtmosphericExtra
- Allow to add multiple HazardousBody configs
- Allow to controls HazardousBody using a greyscale map for heat distribution
- Fix the .version file
- Added the ability to recolor the editor grass
- Spawning a Kopernicus asteroid triggers the stock onAsteroidSpawned event now

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.
8 changes: 4 additions & 4 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": 5,
"PATCH": 1,
"MINOR": 6,
"PATCH": 0,
"BUILD": 1
},
"KSP_VERSION":
{
"MAJOR": 1,
"MINOR": 5,
"PATCH": 1
"MINOR": 6,
"PATCH": 0
}
}
Binary file removed build/GameData/ModuleManager.3.1.0.dll
Binary file not shown.
Binary file added build/GameData/ModuleManager.3.1.2.dll
Binary file not shown.
15 changes: 11 additions & 4 deletions build/Readme.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,22 @@
Kopernicus
==============================
October 24, 2018
January 01, 2019
* 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.1-1)
New in this version (1.6.0-1)
-------------------
- 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.
- Reworked some of the code to allow a plugin for Interstellar Consortium
- Fix the Sun shining through Jool
- Fix Kittopia Normal Map Generation
- Fix Kittopia not being able to edit bodies who use AtmosphericExtra
- Allow to add multiple HazardousBody configs
- Allow to controls HazardousBody using a greyscale map for heat distribution
- Fix the .version file
- Added the ability to recolor the editor grass
- Spawning a Kopernicus asteroid triggers the stock onAsteroidSpawned event now

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.

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

public static Boolean IsCompatible()

0 comments on commit cd217f2

Please sign in to comment.