Skip to content

Commit

Permalink
Kopernicus 1.3.0-7 - "User friendly edition"
Browse files Browse the repository at this point in the history
  • Loading branch information
qboid-bot committed Sep 25, 2017
1 parent 79a2684 commit f834c09
Show file tree
Hide file tree
Showing 8 changed files with 24 additions and 10 deletions.
15 changes: 11 additions & 4 deletions README.md
@@ -1,15 +1,22 @@
Kopernicus
==============================
August 25, 2017
September 25, 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-6)
New in this version (1.3.0-7)
-------------------
- Fixed an issue with VertexPlanet
- Updated ModuleManager to 2.8.1
- Added a contractWeight option to configure the amount of contracts generated for the body
- Added events to the loader, based on KSPs GameEvents API
- Display a warning if Kopernicus fails to load
- Display ModuleManagers nCats if Kopernicus fails to load
- Solar Panels now select the star they should track based on the ec/s they could generate, even if it is blocked by something
- Fix various smaller issues
- Added better error messages to some parts of the loader
- Added a manual tracking override to the solar panels
- Added PSystemBody constructors to most of the Loaders

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.

Expand Down
Binary file not shown.
Binary file not shown.
Binary file modified build/Release/GameData/Kopernicus/Plugins/Kopernicus.Parser.dll
Binary file not shown.
Binary file modified build/Release/GameData/Kopernicus/Plugins/Kopernicus.dll
Binary file not shown.
Expand Up @@ -8,7 +8,7 @@
"MAJOR": 1,
"MINOR": 3,
"PATCH": 0,
"BUILD": 6
"BUILD": 7
},
"KSP_VERSION":
{
Expand Down
15 changes: 11 additions & 4 deletions build/Release/Readme.md
@@ -1,15 +1,22 @@
Kopernicus
==============================
August 25, 2017
September 25, 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-6)
New in this version (1.3.0-7)
-------------------
- Fixed an issue with VertexPlanet
- Updated ModuleManager to 2.8.1
- Added a contractWeight option to configure the amount of contracts generated for the body
- Added events to the loader, based on KSPs GameEvents API
- Display a warning if Kopernicus fails to load
- Display ModuleManagers nCats if Kopernicus fails to load
- Solar Panels now select the star they should track based on the ec/s they could generate, even if it is blocked by something
- Fix various smaller issues
- Added better error messages to some parts of the loader
- Added a manual tracking override to the solar panels
- Added PSystemBody constructors to most of the Loaders

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.

Expand Down
2 changes: 1 addition & 1 deletion src/Kopernicus/Constants/CompatibilityChecker.cs
Expand Up @@ -49,7 +49,7 @@ public class CompatibilityChecker : MonoBehaviour
internal const Int32 version_major = 1;
internal const Int32 version_minor = 3;
internal const Int32 Revision = 0;
internal const Int32 Kopernicus = 6;
internal const Int32 Kopernicus = 7;

public static Boolean IsCompatible()
{
Expand Down

0 comments on commit f834c09

Please sign in to comment.