diff --git a/FOR_RELEASE/GameData/000_USITools/CHANGELOG.txt b/FOR_RELEASE/GameData/000_USITools/CHANGELOG.txt index 4cea731..8e637b9 100644 --- a/FOR_RELEASE/GameData/000_USITools/CHANGELOG.txt +++ b/FOR_RELEASE/GameData/000_USITools/CHANGELOG.txt @@ -1,3 +1,15 @@ +0.8.7 - (KSP 1.2.2) +------------------- +Updates for KSP 1.2.2 + +0.8.6 - 2016.11.23 +------------------ +Fixed conversion nullrefs + +0.8.5 - 2016.11.19 +------------------ +Supporting fixes for the efficiency system + 0.8.4 - (KSP 1.2.1) ------------------- Dependency Updates diff --git a/FOR_RELEASE/GameData/000_USITools/MiniAVC.dll b/FOR_RELEASE/GameData/000_USITools/MiniAVC.dll new file mode 100644 index 0000000..e4c4b74 Binary files /dev/null and b/FOR_RELEASE/GameData/000_USITools/MiniAVC.dll differ diff --git a/FOR_RELEASE/GameData/000_USITools/MiniAVC.xml b/FOR_RELEASE/GameData/000_USITools/MiniAVC.xml new file mode 100644 index 0000000..b98b8b2 --- /dev/null +++ b/FOR_RELEASE/GameData/000_USITools/MiniAVC.xml @@ -0,0 +1,5 @@ + + + true + false + \ No newline at end of file diff --git a/FOR_RELEASE/GameData/000_USITools/USITools.dll b/FOR_RELEASE/GameData/000_USITools/USITools.dll index 17b4c09..8f65cb8 100644 Binary files a/FOR_RELEASE/GameData/000_USITools/USITools.dll and b/FOR_RELEASE/GameData/000_USITools/USITools.dll differ diff --git a/FOR_RELEASE/GameData/000_USITools/USITools.dll.mdb b/FOR_RELEASE/GameData/000_USITools/USITools.dll.mdb index 30d942b..9927a83 100644 Binary files a/FOR_RELEASE/GameData/000_USITools/USITools.dll.mdb and b/FOR_RELEASE/GameData/000_USITools/USITools.dll.mdb differ diff --git a/FOR_RELEASE/GameData/000_USITools/USITools.pdb b/FOR_RELEASE/GameData/000_USITools/USITools.pdb index 2b8acfe..be3280d 100644 Binary files a/FOR_RELEASE/GameData/000_USITools/USITools.pdb and b/FOR_RELEASE/GameData/000_USITools/USITools.pdb differ diff --git a/FOR_RELEASE/GameData/000_USITools/USITools.version b/FOR_RELEASE/GameData/000_USITools/USITools.version index bd5dfb5..83420de 100644 --- a/FOR_RELEASE/GameData/000_USITools/USITools.version +++ b/FOR_RELEASE/GameData/000_USITools/USITools.version @@ -10,13 +10,13 @@ "VERSION":{ "MAJOR":0, "MINOR":8, - "PATCH":4, + "PATCH":7, "BUILD":0 }, "KSP_VERSION":{ "MAJOR":1, "MINOR":2, - "PATCH":1 + "PATCH":2 }, "KSP_VERSION_MIN":{ "MAJOR":1, @@ -26,6 +26,6 @@ "KSP_VERSION_MAX":{ "MAJOR":1, "MINOR":2, - "PATCH":1 + "PATCH":2 } } \ No newline at end of file diff --git a/FOR_RELEASE/GameData/CommunityResourcePack/CHANGELOG.txt b/FOR_RELEASE/GameData/CommunityResourcePack/CHANGELOG.txt index 528c295..6cea488 100644 --- a/FOR_RELEASE/GameData/CommunityResourcePack/CHANGELOG.txt +++ b/FOR_RELEASE/GameData/CommunityResourcePack/CHANGELOG.txt @@ -1,3 +1,7 @@ +0.6.4 - (KSP 1.2.2) +------------------- +Added Decaborane as a resource + 0.6.3 - (KSP 1.2.1) ------------------- Adjusted cost Fluorine (KSPI-E) to cost LqdFluorine (Realfuels) diff --git a/FOR_RELEASE/GameData/CommunityResourcePack/CRP.version b/FOR_RELEASE/GameData/CommunityResourcePack/CRP.version index 8debb49..25020b2 100644 --- a/FOR_RELEASE/GameData/CommunityResourcePack/CRP.version +++ b/FOR_RELEASE/GameData/CommunityResourcePack/CRP.version @@ -10,13 +10,13 @@ "VERSION":{ "MAJOR":0, "MINOR":6, - "PATCH":3, + "PATCH":4, "BUILD":0 }, "KSP_VERSION":{ "MAJOR":1, "MINOR":2, - "PATCH":1 + "PATCH":2 }, "KSP_VERSION_MIN":{ "MAJOR":1, @@ -26,6 +26,6 @@ "KSP_VERSION_MAX":{ "MAJOR":1, "MINOR":2, - "PATCH":1 + "PATCH":2 } } diff --git a/FOR_RELEASE/GameData/CommunityResourcePack/CommonResources.cfg b/FOR_RELEASE/GameData/CommunityResourcePack/CommonResources.cfg index 159b4bd..68efeca 100644 --- a/FOR_RELEASE/GameData/CommunityResourcePack/CommonResources.cfg +++ b/FOR_RELEASE/GameData/CommunityResourcePack/CommonResources.cfg @@ -693,6 +693,18 @@ RESOURCE_DEFINITION ksparpicon = TriggerTech/KSPAlternateResourcePanel/Icons/ChargedParticles } +RESOURCE_DEFINITION +{ + abbreviation = DeBo + name = Decaborane + density = 0.00094 + flowMode = STAGE_PRIORITY_FLOW + transfer = PUMP + isTweakable = true + isVisible = true + unitCost = 3.252 +} + RESOURCE_DEFINITION { abbreviation = D diff --git a/FOR_RELEASE/GameData/ModuleManager.2.7.3.dll b/FOR_RELEASE/GameData/ModuleManager.2.7.5.dll similarity index 55% rename from FOR_RELEASE/GameData/ModuleManager.2.7.3.dll rename to FOR_RELEASE/GameData/ModuleManager.2.7.5.dll index ba2e50a..920079b 100644 Binary files a/FOR_RELEASE/GameData/ModuleManager.2.7.3.dll and b/FOR_RELEASE/GameData/ModuleManager.2.7.5.dll differ diff --git a/FOR_RELEASE/GameData/UmbraSpaceIndustries/Konstruction/CHANGELOG.txt b/FOR_RELEASE/GameData/UmbraSpaceIndustries/Konstruction/CHANGELOG.txt index 1812eaa..ffb47d7 100644 --- a/FOR_RELEASE/GameData/UmbraSpaceIndustries/Konstruction/CHANGELOG.txt +++ b/FOR_RELEASE/GameData/UmbraSpaceIndustries/Konstruction/CHANGELOG.txt @@ -1,3 +1,7 @@ +0.1.8 - (KSP 1.2.2) +------------------- +Updates for KSP 1.2.2 + 0.1.7 - (KSP 1.2.1) ------------------- Add support for parts being KIS-helpers (enabling them to carry weight for KIS actions) - Thanks DStaal and Boiler1! diff --git a/FOR_RELEASE/GameData/UmbraSpaceIndustries/Konstruction/Konstruction.dll b/FOR_RELEASE/GameData/UmbraSpaceIndustries/Konstruction/Konstruction.dll index 1ef11f7..e161be8 100644 Binary files a/FOR_RELEASE/GameData/UmbraSpaceIndustries/Konstruction/Konstruction.dll and b/FOR_RELEASE/GameData/UmbraSpaceIndustries/Konstruction/Konstruction.dll differ diff --git a/FOR_RELEASE/GameData/UmbraSpaceIndustries/Konstruction/Konstruction.dll.mdb b/FOR_RELEASE/GameData/UmbraSpaceIndustries/Konstruction/Konstruction.dll.mdb index d74d6ef..685a83e 100644 Binary files a/FOR_RELEASE/GameData/UmbraSpaceIndustries/Konstruction/Konstruction.dll.mdb and b/FOR_RELEASE/GameData/UmbraSpaceIndustries/Konstruction/Konstruction.dll.mdb differ diff --git a/FOR_RELEASE/GameData/UmbraSpaceIndustries/Konstruction/Konstruction.pdb b/FOR_RELEASE/GameData/UmbraSpaceIndustries/Konstruction/Konstruction.pdb index 720723e..63f6d17 100644 Binary files a/FOR_RELEASE/GameData/UmbraSpaceIndustries/Konstruction/Konstruction.pdb and b/FOR_RELEASE/GameData/UmbraSpaceIndustries/Konstruction/Konstruction.pdb differ diff --git a/FOR_RELEASE/GameData/UmbraSpaceIndustries/Konstruction/Konstruction.version b/FOR_RELEASE/GameData/UmbraSpaceIndustries/Konstruction/Konstruction.version index 3e4a361..c9b8990 100644 --- a/FOR_RELEASE/GameData/UmbraSpaceIndustries/Konstruction/Konstruction.version +++ b/FOR_RELEASE/GameData/UmbraSpaceIndustries/Konstruction/Konstruction.version @@ -10,13 +10,13 @@ "VERSION":{ "MAJOR":0, "MINOR":1, - "PATCH":7, + "PATCH":8, "BUILD":0 }, "KSP_VERSION":{ "MAJOR":1, "MINOR":2, - "PATCH":1 + "PATCH":2 }, "KSP_VERSION_MIN":{ "MAJOR":1, @@ -26,6 +26,6 @@ "KSP_VERSION_MAX":{ "MAJOR":1, "MINOR":2, - "PATCH":1 + "PATCH":2 } } \ No newline at end of file diff --git a/Source/Konstruction/.vs/Konstruction/v14/.suo b/Source/Konstruction/.vs/Konstruction/v14/.suo index 170fe18..238842a 100644 Binary files a/Source/Konstruction/.vs/Konstruction/v14/.suo and b/Source/Konstruction/.vs/Konstruction/v14/.suo differ diff --git a/Source/Konstruction/Konstruction/obj/Debug/Konstruction.csprojResolveAssemblyReference.cache b/Source/Konstruction/Konstruction/obj/Debug/Konstruction.csprojResolveAssemblyReference.cache index 9a2370c..269d380 100644 Binary files a/Source/Konstruction/Konstruction/obj/Debug/Konstruction.csprojResolveAssemblyReference.cache and b/Source/Konstruction/Konstruction/obj/Debug/Konstruction.csprojResolveAssemblyReference.cache differ diff --git a/Source/Konstruction/Konstruction/obj/Debug/Konstruction.dll b/Source/Konstruction/Konstruction/obj/Debug/Konstruction.dll index 1ef11f7..e161be8 100644 Binary files a/Source/Konstruction/Konstruction/obj/Debug/Konstruction.dll and b/Source/Konstruction/Konstruction/obj/Debug/Konstruction.dll differ diff --git a/Source/Konstruction/Konstruction/obj/Debug/Konstruction.pdb b/Source/Konstruction/Konstruction/obj/Debug/Konstruction.pdb index 720723e..63f6d17 100644 Binary files a/Source/Konstruction/Konstruction/obj/Debug/Konstruction.pdb and b/Source/Konstruction/Konstruction/obj/Debug/Konstruction.pdb differ