From c08b8d0a063aa37b7b4467e03498cd95a9c2fb39 Mon Sep 17 00:00:00 2001 From: severedsolo Date: Sun, 31 Mar 2019 14:23:41 +0100 Subject: [PATCH] 1.6 Released --- GameData/Severedsolo/OhScrap/Changelog.cfg | 18 ++++++++++++++++++ GameData/Severedsolo/OhScrap/OhScrap.version | 6 +++--- .../OhScrap.csproj.FileListAbsolute.txt | 1 + 3 files changed, 22 insertions(+), 3 deletions(-) diff --git a/GameData/Severedsolo/OhScrap/Changelog.cfg b/GameData/Severedsolo/OhScrap/Changelog.cfg index aba946d..ca892fa 100644 --- a/GameData/Severedsolo/OhScrap/Changelog.cfg +++ b/GameData/Severedsolo/OhScrap/Changelog.cfg @@ -3,6 +3,24 @@ KERBALCHANGELOG //Required to have this name showChangelog = True //To show the changelog, this must be set to True modName = OhScrap //Add your mod's name here + VERSION + { + version = 1.6 + change = SEVEREDSOLO: Fixed DivideByZero exception in Editor when no FailureModules were actually present on the craft. + change = SEVEREDSOLO: Removed unnecessary onEditorShipModified event. All Safety Ratings are now calculated in Update() instead. + change = ALL OTHER CHANGES BY NIPPERYSLIPPLES + change = Remote tech antennas can now fail, will only do so when deployed (you can pack backups) and will show as properly malfunctioned when they are failed. + change = Antenna Failures no longer happen if commnet is disabled (they previously happened, but did nothing except add highlight). + change = Minor performance improvements in several Failure Modules. + change = Fixed repairs not being available in some situations. + change = Mod will no longer Spam NRE's if FAR is installed and Control Surface Failures are enabled. + change = Added ModWrapper class to facilitate FAR and RemoteTech compatibility. + change = AntennaFailureModule will no longer be added to parts if RemoteTech is installed. + change = ControlSurfaceFailureModule will no longer be added to parts if FAR is installed. + change = Added support for FAR and FAR's implementation of RealChute. See https://github.com/severedsolo/OhScrap/pull/18 for details. + } + + VERSION { version = 1.5.1.2 diff --git a/GameData/Severedsolo/OhScrap/OhScrap.version b/GameData/Severedsolo/OhScrap/OhScrap.version index e192687..a2341ef 100644 --- a/GameData/Severedsolo/OhScrap/OhScrap.version +++ b/GameData/Severedsolo/OhScrap/OhScrap.version @@ -10,9 +10,9 @@ "VERSION" : { "MAJOR" : 1, - "MINOR" : 5, - "PATCH" : 1, - "BUILD" : 2 + "MINOR" : 6, + "PATCH" : 0, + "BUILD" : 0 }, "KSP_VERSION" : { diff --git a/OhScrap/obj/Release/OhScrap.csproj.FileListAbsolute.txt b/OhScrap/obj/Release/OhScrap.csproj.FileListAbsolute.txt index 2577042..0e300b2 100644 --- a/OhScrap/obj/Release/OhScrap.csproj.FileListAbsolute.txt +++ b/OhScrap/obj/Release/OhScrap.csproj.FileListAbsolute.txt @@ -64,3 +64,4 @@ C:\Users\evilp\source\repos\OhScrap\OhScrap\obj\Release\OhScrap.csproj.CoreCompi C:\Users\evilp\source\repos\OhScrap\OhScrap\obj\Release\OhScrap.csproj.CopyComplete C:\Users\evilp\source\repos\OhScrap\OhScrap\obj\Release\OhScrap.dll C:\Users\evilp\source\repos\OhScrap\OhScrap\obj\Release\OhScrap.pdb +C:\Users\evilp\source\repos\OhScrap\OhScrap\obj\Release\OhScrap.csprojAssemblyReference.cache