Skip to content

Commit

Permalink
Prep for release v1.1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
CYBUTEK committed Apr 19, 2016
1 parent d7a231a commit 9b0f802
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 2 deletions.
Binary file modified Assets/Plugins/KerbalEngineer.Unity.dll
Binary file not shown.
4 changes: 4 additions & 0 deletions Documents/CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
1.1.0.2
Added: Altitude (terrain) readout now shows the altitude above underwater terrain when splashed down.
Added: Usage of the stock IPartMassModifier for handling the modifying of part module staged mass.
Changed: Fairing specific mass adjustments now make use of the generic staged mass modifier implementation.
Changed: App launcher button handling works with KSP build 1205 changes.
Fixed: Log spam and physics issue caused when using the EngineerChip part due to a convex mesh collider (now uses a box collider).
Fixed: Issues with the disabling/enabling of the toolbar app launcher button in flight when in career mode.

1.1.0.1, 2016-04-01, KSP Build #1179
Fixed: Heat shields acting as staged decouplers when not set to be staged.
Expand Down
2 changes: 1 addition & 1 deletion KerbalEngineer/EngineerGlobals.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public static class EngineerGlobals
/// <summary>
/// Current version of the Kerbal Engineer assembly.
/// </summary>
public const string ASSEMBLY_VERSION = "1.1.0.1";
public const string ASSEMBLY_VERSION = "1.1.0.2";

private static string assemblyFile;
private static string assemblyName;
Expand Down
Binary file modified Output/KerbalEngineer/KerbalEngineer.Unity.dll
Binary file not shown.
Binary file modified Output/KerbalEngineer/KerbalEngineer.dll
Binary file not shown.
2 changes: 1 addition & 1 deletion Output/KerbalEngineer/KerbalEngineer.version
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"MAJOR":1,
"MINOR":1,
"PATCH":0,
"BUILD":1
"BUILD":2
},
"KSP_VERSION":
{
Expand Down

0 comments on commit 9b0f802

Please sign in to comment.