KSP-RO / SolverEngines

A subclass of ModuleEnginesFX which supports AJE-style solvers.
8 stars 19 forks source link

KSP 1.1 changes #17

Closed jwvanderbeck closed 8 years ago

jwvanderbeck commented 8 years ago

DO NOT ACCEPT THIS PULL REQUEST UNTIL READY

Updates SolverEngines for KSP 1.1

Important: These are the code changes, but there are reference changes as well. I didn't make push those changes because I use Xamarin and no doubt keep my references in a different spot.

<ItemGroup>
<Reference Include="KSPUtil">
  <HintPath>..\..\..\Managed\KSPUtil.dll</HintPath>
</Reference>
<Reference Include="UnityEngine.UI">
  <HintPath>..\..\..\Managed\UnityEngine.UI.dll</HintPath>
</Reference>
</ItemGroup>
jwvanderbeck commented 8 years ago

@NathanKell This should take care of SolverEngines when the time comes, but please note the references