Skip to content

Commit

Permalink
Merge pull request #49 from Sigma88/Development
Browse files Browse the repository at this point in the history
Development
Sigma88 authored May 3, 2018
2 parents 8b117d3 + a3b55a8 commit 884bc47
Showing 8 changed files with 12 additions and 32 deletions.
7 changes: 7 additions & 0 deletions Changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
**v1.7.0**

- Recompiled against KSP 1.4.3 and Kopernicus 1.4.3-1
- Removed KSP-AVC compatibility
- Updated to Sigma LoadingScreens v0.4.0


**v1.6.11**

- Tweaked code to allow SD compatibility
Binary file modified GameData/Sigma/Binary/Plugins/SigmaBinary.dll
Binary file not shown.
25 changes: 0 additions & 25 deletions GameData/Sigma/Binary/Sigma-Binary.version

This file was deleted.

4 changes: 2 additions & 2 deletions License.txt
Original file line number Diff line number Diff line change
@@ -4,8 +4,8 @@ Sigma Binary by Sigma88 is released under the following license:
All Rights Reserved


For more info visit the KSP Forum Thread:
http://forum.kerbalspaceprogram.com/index.php?/topic/115114-0
For more info visit the GitHub Repository:
https://github.com/Sigma88/Sigma-Binary



4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -3,8 +3,6 @@
**This KSP mod will help you create binary systems.**


KSP Forum Thread: http://forum.kerbalspaceprogram.com/index.php?/topic/115114-0/

Download Latest Release: https://github.com/Sigma88/Sigma-Binary/releases/latest
Latest Release: https://github.com/Sigma88/Sigma-Binary/releases/latest

Dev version: https://github.com/Sigma88/Sigma-Binary/tree/Development
Binary file modified [Source]/Distribution/SigmaBinary.dll
Binary file not shown.
2 changes: 1 addition & 1 deletion [Source]/SigmaBinary/EncounterMathFixer.cs
Original file line number Diff line number Diff line change
@@ -87,7 +87,7 @@ public static int FindClosestPointsRevertedCauseNewOneSucks(Orbit p, Orbit s, re
return 2;
}

public static bool CheckEncounterButDontBitchAboutIt(Orbit p, Orbit nextPatch, double startEpoch, OrbitDriver sec, CelestialBody targetBody, PatchedConics.SolverParameters pars)
public static bool CheckEncounterButDontBitchAboutIt(Orbit p, Orbit nextPatch, double startEpoch, OrbitDriver sec, CelestialBody targetBody, PatchedConics.SolverParameters pars, bool logErrors)
{
Orbit orbit = sec.orbit;
double num = 1.1;
2 changes: 1 addition & 1 deletion [Source]/SigmaBinary/Version.cs
Original file line number Diff line number Diff line change
@@ -6,7 +6,7 @@ namespace SigmaBinaryPlugin
[KSPAddon(KSPAddon.Startup.Instantly, true)]
public class Version : MonoBehaviour
{
public static readonly System.Version number = new System.Version("1.6.11");
public static readonly System.Version number = new System.Version("1.7.0");

void Awake()
{

0 comments on commit 884bc47

Please sign in to comment.