Skip to content

Commit

Permalink
Kopernicus 1.3.0-2 - "Going backwards"
Browse files Browse the repository at this point in the history
qboid-bot committed May 30, 2017

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 47b30f6 commit 4a4c987
Showing 7 changed files with 9 additions and 19 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified Distribution/Release/GameData/Kopernicus/Plugins/Kopernicus.dll
Binary file not shown.
13 changes: 4 additions & 9 deletions Distribution/Release/Readme.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,15 @@
Kopernicus
==============================
May 27, 2017
May 30, 2017
* 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.3.0-1)
New in this version (1.3.0-2)
-------------------
- Updated to 1.3.0
- Added a config loader for displayName (the name that is displayed in the UI). useTheInName and cbNameLater still exist, but they were deprecated in favor of Properties\displayName
- Updated dependencies
- Fix a scale issue with the rings
- Fix the solar flux mechanic, it now works like it is supposed to
- Replaced the stock solar panel module with a custom version to handle multiple stars properly
- Added a KSP-AVC version file
- Wrap NoiseType and NoiseQuality, so old values like "RiggedMultifractal" or "Medium" become valid again
- Kopernicus now clamps the octave values. This is what libnoise did pre-1.3, instead of throwing an exception.

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 Kopernicus/Kopernicus/Constants/CompatibilityChecker.cs
Original file line number Diff line number Diff line change
@@ -50,7 +50,7 @@ public class CompatibilityChecker : MonoBehaviour
internal const int version_major = 1;
internal const int version_minor = 3;
internal const int Revision = 0;
internal const int Kopernicus = 1;
internal const int Kopernicus = 2;

public static bool IsCompatible()
{
13 changes: 4 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,15 @@
Kopernicus
==============================
May 27, 2017
May 30, 2017
* 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.3.0-1)
New in this version (1.3.0-2)
-------------------
- Updated to 1.3.0
- Added a config loader for displayName (the name that is displayed in the UI). useTheInName and cbNameLater still exist, but they were deprecated in favor of Properties\displayName
- Updated dependencies
- Fix a scale issue with the rings
- Fix the solar flux mechanic, it now works like it is supposed to
- Replaced the stock solar panel module with a custom version to handle multiple stars properly
- Added a KSP-AVC version file
- Wrap NoiseType and NoiseQuality, so old values like "RiggedMultifractal" or "Medium" become valid again
- Kopernicus now clamps the octave values. This is what libnoise did pre-1.3, instead of throwing an exception.

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.

0 comments on commit 4a4c987

Please sign in to comment.