Skip to content

Commit

Permalink
Kopernicus 1.6.1-1 - "Log hoarding - Edition"
Browse files Browse the repository at this point in the history
  • Loading branch information
qboid-bot committed Jan 12, 2019
1 parent 22970ff commit 1cbd871
Show file tree
Hide file tree
Showing 10 changed files with 13 additions and 25 deletions.
16 changes: 5 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,16 @@
Kopernicus
==============================
January 01, 2019
January 12, 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.6.0-1)
New in this version (1.6.1-1)
-------------------
- 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
- Fix buggy sunflares from 1.6.0-1
- Collect all required logs and zip them up when the game closes. If people ask for logs, ask for that .zip file and you get all of them.
- Update to KSP 1.6.1

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 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.
4 changes: 2 additions & 2 deletions build/GameData/Kopernicus/Plugins/Kopernicus.version
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
{
"MAJOR": 1,
"MINOR": 6,
"PATCH": 0,
"PATCH": 1,
"BUILD": 1
},
"KSP_VERSION":
{
"MAJOR": 1,
"MINOR": 6,
"PATCH": 0
"PATCH": 1
}
}
Binary file removed build/GameData/ModuleManager.3.1.2.dll
Binary file not shown.
Binary file added build/GameData/ModuleManager.3.1.3.dll
Binary file not shown.
16 changes: 5 additions & 11 deletions build/Readme.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,16 @@
Kopernicus
==============================
January 01, 2019
January 12, 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.6.0-1)
New in this version (1.6.1-1)
-------------------
- 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
- Fix buggy sunflares from 1.6.0-1
- Collect all required logs and zip them up when the game closes. If people ask for logs, ask for that .zip file and you get all of them.
- Update to KSP 1.6.1

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
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public class CompatibilityChecker : MonoBehaviour
// Compatible version
internal const Int32 version_major = 1;
internal const Int32 version_minor = 6;
internal const Int32 Revision = 0;
internal const Int32 Revision = 1;
internal const Int32 Kopernicus = 1;

public static Boolean IsCompatible()
Expand Down

0 comments on commit 1cbd871

Please sign in to comment.