From 9b0f802e2797873c19597ead2f06e448ad6b2fe5 Mon Sep 17 00:00:00 2001 From: cybutek Date: Tue, 19 Apr 2016 21:16:44 +0100 Subject: [PATCH] Prep for release v1.1.0.2 --- Assets/Plugins/KerbalEngineer.Unity.dll | Bin 15360 -> 15360 bytes Documents/CHANGES.txt | 4 ++++ KerbalEngineer/EngineerGlobals.cs | 2 +- .../KerbalEngineer/KerbalEngineer.Unity.dll | Bin 15360 -> 15360 bytes Output/KerbalEngineer/KerbalEngineer.dll | Bin 242688 -> 242688 bytes Output/KerbalEngineer/KerbalEngineer.version | 2 +- 6 files changed, 6 insertions(+), 2 deletions(-) diff --git a/Assets/Plugins/KerbalEngineer.Unity.dll b/Assets/Plugins/KerbalEngineer.Unity.dll index 7b3c13df241b4232e0e6304548d6c0c45d7c7d63..bd3b811058ff503d02de386f2386e52fc54a11b3 100644 GIT binary patch delta 35 rcmZpuXsDRb!SsIO#;!}c0v3O+TP*K=;@5O{nxCDLW7Osxy(zo^KJgH$ delta 35 rcmZpuXsDRb!KB`^vFnnqz_pot@%j;y9Vbsr+|ziyq-JxD-V|N{8ek8$ diff --git a/Documents/CHANGES.txt b/Documents/CHANGES.txt index f558d73c..29105043 100644 --- a/Documents/CHANGES.txt +++ b/Documents/CHANGES.txt @@ -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. diff --git a/KerbalEngineer/EngineerGlobals.cs b/KerbalEngineer/EngineerGlobals.cs index 1f4eb405..e7c6b8fe 100644 --- a/KerbalEngineer/EngineerGlobals.cs +++ b/KerbalEngineer/EngineerGlobals.cs @@ -25,7 +25,7 @@ public static class EngineerGlobals /// /// Current version of the Kerbal Engineer assembly. /// - 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; diff --git a/Output/KerbalEngineer/KerbalEngineer.Unity.dll b/Output/KerbalEngineer/KerbalEngineer.Unity.dll index 7b3c13df241b4232e0e6304548d6c0c45d7c7d63..bd3b811058ff503d02de386f2386e52fc54a11b3 100644 GIT binary patch delta 35 rcmZpuXsDRb!SsIO#;!}c0v3O+TP*K=;@5O{nxCDLW7Osxy(zo^KJgH$ delta 35 rcmZpuXsDRb!KB`^vFnnqz_pot@%j;y9Vbsr+|ziyq-JxD-V|N{8ek8$ diff --git a/Output/KerbalEngineer/KerbalEngineer.dll b/Output/KerbalEngineer/KerbalEngineer.dll index ab64b63a5e2e5c86868e5c442d10619be5c8302b..578db8d216adf3aecde8710bdac126d220d9eea9 100644 GIT binary patch delta 140 zcmZp8!PoGDZ$bythl!0{tzC>;yO_Gt8JV_=W-!g%%4oEGy)3g$EThr%H&x8mK+2(# zS$?~FHM0OGP%ff{c>|+>=k^x{PLE~Ww?B5B@A5}~;&zEP=AB|d=}U8%cL{PbF)%PN n0wL4(sq2{I8G+(o*E9D6>FKQ-nazQe;TmR_?Tnk4|1$yr2zM}T delta 140 zcmZp8!PoGDZ$bx?dQW3lYZv3zE~c(@M#k-;8B8;`G8%4QFUxEb%V;?LO%<~>kaDPG zmf!AP%`CtPl#6I#-oPl}GO75>a+h1q-P`#B7S`>0v|XZ&d8Zgq`qCWcU4op93=9m6 lAh><%I_7vrp!nDI%>6)mdh14Jb0B57hS_C1<0j_+i~zg)Fcts+ diff --git a/Output/KerbalEngineer/KerbalEngineer.version b/Output/KerbalEngineer/KerbalEngineer.version index 3e1b028b..673047c8 100644 --- a/Output/KerbalEngineer/KerbalEngineer.version +++ b/Output/KerbalEngineer/KerbalEngineer.version @@ -6,7 +6,7 @@ "MAJOR":1, "MINOR":1, "PATCH":0, - "BUILD":1 + "BUILD":2 }, "KSP_VERSION": {