Skip to content

Commit 8b63eee

Browse files
committed
Prep release 1.1.2.8
1 parent 1604556 commit 8b63eee

File tree

7 files changed

+10
-9
lines changed

7 files changed

+10
-9
lines changed
0 Bytes
Binary file not shown.

Documents/CHANGES.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
1.1.2.7, 2016-09-15, KSP 1.2.1 #1604
1+
1.1.2.8, 2016-12-03, KSP 1.2.1 #1604
22
Fixed: Compile errors caused due to game update.
33
Fixed: Asset bundle errors due to engine update.
44
Fixed: Part info overlay no longer visible when hovering over part selection panel.

KerbalEngineer.Unity/KerbalEngineer.Unity.csproj

+3-2
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
<Compile Include="Flight\FlightMenuSection.cs" />
3737
<Compile Include="Flight\IFlightAppLauncher.cs" />
3838
<Compile Include="Flight\ISectionModule.cs" />
39+
<Compile Include="PointerHoverDetector.cs" />
3940
<Compile Include="Properties\AssemblyInfo.cs" />
4041
<Compile Include="Setting.cs" />
4142
<Compile Include="UI\TextStyle.cs" />
@@ -48,11 +49,11 @@
4849
<Private>False</Private>
4950
</Reference>
5051
<Reference Include="UnityEngine">
51-
<HintPath>..\..\..\..\..\..\Program Files (x86)\Steam\SteamApps\common\Kerbal Space Program\KSP_x64_Data\Managed\UnityEngine.dll</HintPath>
52+
<HintPath>..\..\Game\KSP_x64_Data\Managed\UnityEngine.dll</HintPath>
5253
<Private>False</Private>
5354
</Reference>
5455
<Reference Include="UnityEngine.UI">
55-
<HintPath>..\..\..\..\..\..\Program Files (x86)\Steam\SteamApps\common\Kerbal Space Program\KSP_x64_Data\Managed\UnityEngine.UI.dll</HintPath>
56+
<HintPath>..\..\Game\KSP_x64_Data\Managed\UnityEngine.UI.dll</HintPath>
5657
<Private>False</Private>
5758
</Reference>
5859
</ItemGroup>

KerbalEngineer/EngineerGlobals.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ public static class EngineerGlobals
2525
/// <summary>
2626
/// Current version of the Kerbal Engineer assembly.
2727
/// </summary>
28-
public const string ASSEMBLY_VERSION = "1.1.2.7";
28+
public const string ASSEMBLY_VERSION = "1.1.2.8";
2929

3030
private static string assemblyFile;
3131
private static string assemblyName;

KerbalEngineer/KerbalEngineer.csproj

+5-5
Original file line numberDiff line numberDiff line change
@@ -248,15 +248,15 @@
248248
</ItemGroup>
249249
<ItemGroup>
250250
<Reference Include="Assembly-CSharp">
251-
<HintPath>..\..\..\..\..\..\Program Files (x86)\Steam\SteamApps\common\Kerbal Space Program\KSP_x64_Data\Managed\Assembly-CSharp.dll</HintPath>
251+
<HintPath>..\..\Game\KSP_x64_Data\Managed\Assembly-CSharp.dll</HintPath>
252252
<Private>False</Private>
253253
</Reference>
254254
<Reference Include="Assembly-CSharp-firstpass">
255-
<HintPath>..\..\..\..\..\..\Program Files (x86)\Steam\SteamApps\common\Kerbal Space Program\KSP_x64_Data\Managed\Assembly-CSharp-firstpass.dll</HintPath>
255+
<HintPath>..\..\Game\KSP_x64_Data\Managed\Assembly-CSharp-firstpass.dll</HintPath>
256256
<Private>False</Private>
257257
</Reference>
258258
<Reference Include="KSPAssets">
259-
<HintPath>..\..\..\..\..\..\Program Files (x86)\Steam\SteamApps\common\Kerbal Space Program\KSP_x64_Data\Managed\KSPAssets.dll</HintPath>
259+
<HintPath>..\..\Game\KSP_x64_Data\Managed\KSPAssets.dll</HintPath>
260260
<Private>False</Private>
261261
</Reference>
262262
<Reference Include="System">
@@ -268,11 +268,11 @@
268268
<Private>False</Private>
269269
</Reference>
270270
<Reference Include="UnityEngine">
271-
<HintPath>..\..\..\..\..\..\Program Files (x86)\Steam\SteamApps\common\Kerbal Space Program\KSP_x64_Data\Managed\UnityEngine.dll</HintPath>
271+
<HintPath>..\..\Game\KSP_x64_Data\Managed\UnityEngine.dll</HintPath>
272272
<Private>False</Private>
273273
</Reference>
274274
<Reference Include="UnityEngine.UI">
275-
<HintPath>..\..\..\..\..\..\Program Files (x86)\Steam\SteamApps\common\Kerbal Space Program\KSP_x64_Data\Managed\UnityEngine.UI.dll</HintPath>
275+
<HintPath>..\..\Game\KSP_x64_Data\Managed\UnityEngine.UI.dll</HintPath>
276276
<Private>False</Private>
277277
</Reference>
278278
</ItemGroup>
0 Bytes
Binary file not shown.
512 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)