Skip to content

Commit

Permalink
Kopernicus 1.4.3-2 - "Where is my launch site? - Edition"
Browse files Browse the repository at this point in the history
qboid-bot committed May 6, 2018
1 parent bd57982 commit 11ec634
Showing 10 changed files with 14 additions and 18 deletions.
14 changes: 6 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,17 @@
Kopernicus
==============================
April 28, 2018
May 06, 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.3-1)
New in this version (1.4.3-2)
-------------------
- 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
- Fixed a huge FPS drop when Kopernicus is installed
- Fixed cbNameLater breaking orbit line colors
- Added the ability to remove launch sites added by MakingHistory (removeLaunchSites in the Kopernicus node)
- Readded and fixed the PQSCity modloaders

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.
2 changes: 1 addition & 1 deletion build/GameData/Kopernicus/Plugins/Kopernicus.version
Original file line number Diff line number Diff line change
@@ -8,7 +8,7 @@
"MAJOR": 1,
"MINOR": 4,
"PATCH": 3,
"BUILD": 1
"BUILD": 2
},
"KSP_VERSION":
{
Binary file removed build/GameData/ModuleManager.3.0.6.dll
Binary file not shown.
Binary file added build/GameData/ModuleManager.3.0.7.dll
Binary file not shown.
14 changes: 6 additions & 8 deletions build/Readme.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,17 @@
Kopernicus
==============================
April 28, 2018
May 06, 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.3-1)
New in this version (1.4.3-2)
-------------------
- 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
- Fixed a huge FPS drop when Kopernicus is installed
- Fixed cbNameLater breaking orbit line colors
- Added the ability to remove launch sites added by MakingHistory (removeLaunchSites in the Kopernicus node)
- Readded and fixed the PQSCity modloaders

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
@@ -50,7 +50,7 @@ public class CompatibilityChecker : MonoBehaviour
internal const Int32 version_major = 1;
internal const Int32 version_minor = 4;
internal const Int32 Revision = 3;
internal const Int32 Kopernicus = 1;
internal const Int32 Kopernicus = 2;

public static Boolean IsCompatible()
{

0 comments on commit 11ec634

Please sign in to comment.