Skip to content

Commit

Permalink
Prep 1.0.16.4
Browse files Browse the repository at this point in the history
  • Loading branch information
CYBUTEK committed May 1, 2015
1 parent f4fa51c commit b3be557
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions Documents/CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
1.0.16.4, 01-05-2015
Fixed: Physically insignificant part mass is now accounted for.
Changed: Module mass accounted for as it now makes its way onto the launch pad (e.g. fairings).

Various optimisations:
Object pooling.
Removed LINQ expressions.
Converted foreach to for loops.

1.0.16.3, 27-04-2015
Fixed issue with the toolbar icons not being created.
Removed superfluous 'm/s' on the mach slider in the build engineer.
Expand Down
2 changes: 1 addition & 1 deletion KerbalEngineer/EngineerGlobals.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public class EngineerGlobals
/// <summary>
/// Current version of the Kerbal Engineer assembly.
/// </summary>
public const string AssemblyVersion = "1.0.16.3";
public const string AssemblyVersion = "1.0.16.4";

#endregion

Expand Down
Binary file modified Output/KerbalEngineer/KerbalEngineer.dll
Binary file not shown.
4 changes: 2 additions & 2 deletions Output/KerbalEngineer/KerbalEngineer.version
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
"MAJOR":1,
"MINOR":0,
"PATCH":16,
"BUILD":3
"BUILD":4
},
"KSP_VERSION":
{
"MAJOR":1,
"MINOR":0,
"PATCH":0
"PATCH":1
}
}

0 comments on commit b3be557

Please sign in to comment.