Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Kopernicus 1.4.3-1 - "There is no good title - Edition"
Browse files Browse the repository at this point in the history
qboid-bot committed Apr 28, 2018
1 parent 073500f commit 95910c9
Showing 8 changed files with 19 additions and 19 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
Kopernicus
==============================
March 31, 2018
April 28, 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.2-1)
New in this version (1.4.3-1)
-------------------
- Updated for KSP 1.4.2
- Added a way to deform rings, you can add two curves called InnerRadiusMultiplier and OuterRadiusMultiplier to the ring config (the keys are degrees)
- Fixed a bug that prevented editing an AtmosphereFromGround on cbNameLater bodies
- Changed starlight so it is affected by bodies that block the star in flight mode
- Fixed the clipping orbit lines differently than last time
- Removed the broken and unuseable PQSCity loaders.
- Removed the sun occlusion code again, it will be rereleased in KopernicusExpansion
- Fixed the NullReferenceException spam with terrain scatters
- Updated ModularFlightIntegrator
- Fixed the rings rendering over EVE clouds
- Bodies that are orbiting the main menu body are no longer shown in the main menu
- Updated to KSP 1.4.3

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 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": 4,
"PATCH": 2,
"PATCH": 3,
"BUILD": 1
},
"KSP_VERSION":
{
"MAJOR": 1,
"MINOR": 4,
"PATCH": 2
"PATCH": 3
}
}
16 changes: 8 additions & 8 deletions build/Readme.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
Kopernicus
==============================
March 31, 2018
April 28, 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.2-1)
New in this version (1.4.3-1)
-------------------
- Updated for KSP 1.4.2
- Added a way to deform rings, you can add two curves called InnerRadiusMultiplier and OuterRadiusMultiplier to the ring config (the keys are degrees)
- Fixed a bug that prevented editing an AtmosphereFromGround on cbNameLater bodies
- Changed starlight so it is affected by bodies that block the star in flight mode
- Fixed the clipping orbit lines differently than last time
- Removed the broken and unuseable PQSCity loaders.
- Removed the sun occlusion code again, it will be rereleased in KopernicusExpansion
- Fixed the NullReferenceException spam with terrain scatters
- Updated ModularFlightIntegrator
- Fixed the rings rendering over EVE clouds
- Bodies that are orbiting the main menu body are no longer shown in the main menu
- Updated to KSP 1.4.3

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

public static Boolean IsCompatible()

0 comments on commit 95910c9

Please sign in to comment.