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/CommunityCategoryKit/CCK.dll b/FOR_RELEASE/GameData/CommunityCategoryKit/CCK.dll new file mode 100644 index 0000000..2d0bedd Binary files /dev/null and b/FOR_RELEASE/GameData/CommunityCategoryKit/CCK.dll differ diff --git a/FOR_RELEASE/GameData/CommunityCategoryKit/CCK.version b/FOR_RELEASE/GameData/CommunityCategoryKit/CCK.version new file mode 100644 index 0000000..42d0bbd --- /dev/null +++ b/FOR_RELEASE/GameData/CommunityCategoryKit/CCK.version @@ -0,0 +1,31 @@ +{ + "DOWNLOAD": "https://github.com/BobPalmer/CommunityCategoryKit/releases", + "GITHUB": { + "ALLOW_PRE_RELEASE": false, + "REPOSITORY": "CommunityCategoryKit", + "USERNAME": "BobPalmer" + }, + "KSP_VERSION": { + "MAJOR": 1, + "MINOR": 2, + "PATCH": 2 + }, + "KSP_VERSION_MAX": { + "MAJOR": 1, + "MINOR": 2, + "PATCH": 2 + }, + "KSP_VERSION_MIN": { + "MAJOR": 1, + "MINOR": 2, + "PATCH": 0 + }, + "NAME": "Community Category Kit", + "URL": "https://raw.githubusercontent.com/BobPalmer/CommunityCategoryKit/master/FOR_RELEASE/GameData/CommunityCategoryKit/CCK.version", + "VERSION": { + "BUILD": 0, + "MAJOR": 1, + "MINOR": 2, + "PATCH": 1 + } +} \ No newline at end of file diff --git a/FOR_RELEASE/GameData/CommunityCategoryKit/CHANGELOG.txt b/FOR_RELEASE/GameData/CommunityCategoryKit/CHANGELOG.txt new file mode 100644 index 0000000..d864102 --- /dev/null +++ b/FOR_RELEASE/GameData/CommunityCategoryKit/CHANGELOG.txt @@ -0,0 +1,23 @@ +1.2.1 - 2016.12.12 +- [Change] Recompile for KSP 1.2.2 + +1.2.0 - 2016.12.2 +- [Enhancement] Define common filters via a config file. +- [Enhancement] Allow defining custom filters by updating via ModuleManager (read Wiki!). + +1.1.0 - 2016.11.29 +- [Fix #7] Add images for Containers category. +- [Fix #9] Sync up DLL's and mod's versions. + +0.1.2 - (KSP 1.2.1) +------------------- +Recompile for KSP 1.2.1 + +0.1.1 - 2016.10.15 +------------------ +Fixed initial tag for real this time + +0.1.0 - 2016.10.15 +------------------ +Initial Release! +Added tag of cck-lifesupport \ No newline at end of file diff --git a/FOR_RELEASE/GameData/CommunityCategoryKit/common-filters.cfg b/FOR_RELEASE/GameData/CommunityCategoryKit/common-filters.cfg new file mode 100644 index 0000000..43ec854 --- /dev/null +++ b/FOR_RELEASE/GameData/CommunityCategoryKit/common-filters.cfg @@ -0,0 +1,23 @@ +// This file contains filters approved by CCK owners. +// Do not change this file via ModuleManager! If you need a new filter in +// the editor you should add it into "extra-filters.cfg". +// See more info here: https://github.com/BobPalmer/CommunityCategoryKit/wiki +CCKCommonFilterConfig +{ + Item + { + name = Containers + tag = cck-containers + normalIcon = CommunityCategoryKit/icons/Containers + usedByMod = Kerbal Inventory System (KIS) + usedByMod = Kerbal Attachment System (KAS) + } + Item + { + name = Life Support + tag = cck-lifesupport + normalIcon = CommunityCategoryKit/icons/LifeSupport_N + selectedIcon = CommunityCategoryKit/icons/LifeSupport_S + usedByMod = USI Life Support + } +} diff --git a/FOR_RELEASE/GameData/CommunityCategoryKit/extra-filters.cfg b/FOR_RELEASE/GameData/CommunityCategoryKit/extra-filters.cfg new file mode 100644 index 0000000..6b0879e --- /dev/null +++ b/FOR_RELEASE/GameData/CommunityCategoryKit/extra-filters.cfg @@ -0,0 +1,43 @@ +// This file is always empty in CCK but third-party mods are allowed (and +// encouraged) to extend it with own custom filters. There will be a +// filter entry created in the editor for every Item record in this file if +// it has at least one matching part. +// +// In order to create a custom filter create a ModuleManager patch file and +// put it anywhere in your mod's folder structure: +// +// @CCKExtraFilterConfig +// { +// Item +// { +// name = Cool Mod Things +// tag = cck-cool-mod +// normalIcon = CoolMod/Textures/FilterIcon +// usedByMod = Cool Mod +// } +// } +// NOTE. If you want a special icon to be displayed when the filter is active +// use `selectedIcon` field to define one. +// +// See more info here: https://github.com/BobPalmer/CommunityCategoryKit/wiki +// +// NOTE. Avoid creating a brand new filter only because you feel you need +// one. You may improve players experience by re-using filters used by the +// other mods. To figure out if there are right candidates try the following: +// 1. Check CCK common filters (common-filters.cfg). +// 2. Try searching KSP add-ons forum for keyword "CCK" or +// "CommunityCategoryKit". When mod uses CCK it's usually stated in the +// description. +// 3. Ask community by posting a question on the CCK forum. +// 4. Find another mod (other than yours) which may benefit of the new +// filter, and suggest a new common filter on the CCK forum! +// +// Once you've found the right mod just use its tag and some icon texture +// (communicate with the author if they use own icon). CCK will automatically +// de-dupe filters so what there will be only one filter created with all the +// matching parts. + +CCKExtraFilterConfig +{ + // Add Item entires for custom filters via ModuleManager. +} diff --git a/FOR_RELEASE/GameData/CommunityCategoryKit/icons/Containers.png b/FOR_RELEASE/GameData/CommunityCategoryKit/icons/Containers.png new file mode 100644 index 0000000..889bd48 Binary files /dev/null and b/FOR_RELEASE/GameData/CommunityCategoryKit/icons/Containers.png differ diff --git a/FOR_RELEASE/GameData/CommunityCategoryKit/icons/LifeSupport_N.png b/FOR_RELEASE/GameData/CommunityCategoryKit/icons/LifeSupport_N.png new file mode 100644 index 0000000..d355db3 Binary files /dev/null and b/FOR_RELEASE/GameData/CommunityCategoryKit/icons/LifeSupport_N.png differ diff --git a/FOR_RELEASE/GameData/CommunityCategoryKit/icons/LifeSupport_S.png b/FOR_RELEASE/GameData/CommunityCategoryKit/icons/LifeSupport_S.png new file mode 100644 index 0000000..9e862b0 Binary files /dev/null and b/FOR_RELEASE/GameData/CommunityCategoryKit/icons/LifeSupport_S.png differ 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/Firespitter/Firespitter.version b/FOR_RELEASE/GameData/Firespitter/Firespitter.version index 03f08e6..c7f9acf 100644 --- a/FOR_RELEASE/GameData/Firespitter/Firespitter.version +++ b/FOR_RELEASE/GameData/Firespitter/Firespitter.version @@ -3,13 +3,13 @@ "URL": "https://raw.githubusercontent.com/snjo/Firespitter/master/For%20release/Firespitter/Firespitter.version", "VERSION": { "MAJOR": 7, - "MINOR": 4, - "PATCH": 2 + "MINOR": 5, + "PATCH": 0 }, "KSP_VERSION":{ "MAJOR":1, "MINOR":2, - "PATCH":1 + "PATCH":2 }, "KSP_VERSION_MIN":{ "MAJOR":1, @@ -19,6 +19,6 @@ "KSP_VERSION_MAX":{ "MAJOR":1, "MINOR":2, - "PATCH":1 + "PATCH":2 } } diff --git a/FOR_RELEASE/GameData/Firespitter/Plugins/Firespitter.dll b/FOR_RELEASE/GameData/Firespitter/Plugins/Firespitter.dll index 9f97d25..ba6c827 100644 Binary files a/FOR_RELEASE/GameData/Firespitter/Plugins/Firespitter.dll and b/FOR_RELEASE/GameData/Firespitter/Plugins/Firespitter.dll differ diff --git a/FOR_RELEASE/GameData/Firespitter/Plugins/Firespitter.dll.mdb b/FOR_RELEASE/GameData/Firespitter/Plugins/Firespitter.dll.mdb index fa798bc..74b1bbb 100644 Binary files a/FOR_RELEASE/GameData/Firespitter/Plugins/Firespitter.dll.mdb and b/FOR_RELEASE/GameData/Firespitter/Plugins/Firespitter.dll.mdb differ diff --git a/FOR_RELEASE/GameData/Firespitter/Plugins/Firespitter.pdb b/FOR_RELEASE/GameData/Firespitter/Plugins/Firespitter.pdb index a7b0b58..8e70c73 100644 Binary files a/FOR_RELEASE/GameData/Firespitter/Plugins/Firespitter.pdb and b/FOR_RELEASE/GameData/Firespitter/Plugins/Firespitter.pdb differ diff --git a/FOR_RELEASE/GameData/UmbraSpaceIndustries/CHANGELOG.txt b/FOR_RELEASE/GameData/UmbraSpaceIndustries/CHANGELOG.txt index 24e290c..f5d3cb2 100644 --- a/FOR_RELEASE/GameData/UmbraSpaceIndustries/CHANGELOG.txt +++ b/FOR_RELEASE/GameData/UmbraSpaceIndustries/CHANGELOG.txt @@ -1,3 +1,7 @@ +0.3.5 - (KSP 1.2.2) +------------------- +Updates for KSP 1.2.2 + 0.3.4 - (KSP 1.2.1) ------------------- Changed Nukes category to Electrical (Thanks SirCharizard17/SixDasher!) diff --git a/FOR_RELEASE/GameData/UmbraSpaceIndustries/USICore.version b/FOR_RELEASE/GameData/UmbraSpaceIndustries/USICore.version index 1e22d90..6cf58d5 100644 --- a/FOR_RELEASE/GameData/UmbraSpaceIndustries/USICore.version +++ b/FOR_RELEASE/GameData/UmbraSpaceIndustries/USICore.version @@ -10,13 +10,13 @@ "VERSION":{ "MAJOR":0, "MINOR":3, - "PATCH":4, + "PATCH":5, "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 } }