Skip to content

Commit

Permalink
1.6 Released
Browse files Browse the repository at this point in the history
  • Loading branch information
severedsolo committed Mar 31, 2019
1 parent 7e07586 commit c08b8d0
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 3 deletions.
18 changes: 18 additions & 0 deletions GameData/Severedsolo/OhScrap/Changelog.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions GameData/Severedsolo/OhScrap/OhScrap.version
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
"VERSION" :
{
"MAJOR" : 1,
"MINOR" : 5,
"PATCH" : 1,
"BUILD" : 2
"MINOR" : 6,
"PATCH" : 0,
"BUILD" : 0
},
"KSP_VERSION" :
{
Expand Down
1 change: 1 addition & 0 deletions OhScrap/obj/Release/OhScrap.csproj.FileListAbsolute.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit c08b8d0

Please sign in to comment.