Skip to content

Commit

Permalink
Merge pull request #88 from BobPalmer/DEVELOP
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
BobPalmer committed Feb 5, 2019
2 parents 9a50019 + fa14205 commit 72d3aaf
Show file tree
Hide file tree
Showing 58 changed files with 2,302 additions and 236 deletions.
Binary file not shown.
Empty file.
Binary file not shown.
10 changes: 7 additions & 3 deletions DynamicTanks/DynamicTanks/DynamicTanks.csproj
Expand Up @@ -32,7 +32,11 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="Assembly-CSharp">
<HintPath>..\..\..\..\KSP_DEV\KSP_Data\Managed\Assembly-CSharp.dll</HintPath>
<HintPath>..\..\..\..\KSP_DEV\KSP_x64_Data\Managed\Assembly-CSharp.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Assembly-CSharp-firstpass">
<HintPath>..\..\..\..\KSP_DEV\KSP_x64_Data\Managed\Assembly-CSharp-firstpass.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="System" />
Expand All @@ -42,11 +46,11 @@
<Reference Include="System.Data" />
<Reference Include="System.Xml" />
<Reference Include="UnityEngine">
<HintPath>..\..\..\..\KSP_DEV\KSP_Data\Managed\UnityEngine.dll</HintPath>
<HintPath>..\..\..\..\KSP_DEV\KSP_x64_Data\Managed\UnityEngine.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="UnityEngine.UI">
<HintPath>..\..\..\..\KSP_DEV\KSP_Data\Managed\UnityEngine.UI.dll</HintPath>
<HintPath>..\..\..\..\KSP_DEV\KSP_x64_Data\Managed\UnityEngine.UI.dll</HintPath>
<Private>False</Private>
</Reference>
</ItemGroup>
Expand Down
11 changes: 1 addition & 10 deletions FOR_RELEASE/GameData/000_USITools/AddConsumers.cfg
@@ -1,16 +1,7 @@
@PART[*]:HAS[!MODULE[ModuleLogisticsConsumer],@MODULE[ModuleCommand]]
@PART[*]:HAS[!MODULE[ModuleLogisticsConsumer],@MODULE[ModuleCommand|KerbalSeat]]
{
MODULE
{
name = ModuleLogisticsConsumer
}
}

@PART[*]:HAS[!MODULE[ModuleLogisticsConsumer],@MODULE[KerbalSeat]]
{
MODULE
{
name = ModuleLogisticsConsumer
}
}

1 change: 1 addition & 0 deletions FOR_RELEASE/GameData/000_USITools/Agency/USIAgency.cfg
@@ -1,6 +1,7 @@
AGENT
{
name = Umbra Space Industries
title = Umbra Space Industries

description = A world leader in corrugated paper products, Umbra Space Industries is now applying their formidable boxing and packaging skills into a a series of products for colonization, exploration, and resource exploitation!

Expand Down
12 changes: 12 additions & 0 deletions FOR_RELEASE/GameData/000_USITools/CHANGELOG.txt
@@ -1,3 +1,15 @@
1.1.0 - 2019.02.05
------------------
KSP 1.6.x Compatibility

1.0.0 - 2018.11.20
------------------
KSP 1.5.0 Compatibility

0.13.0 - 2018.06.22
------------------
KSP 1.4.4 Compatibility

0.12.0 - 2018.03.13
------------------
KSP 1.4.1 Compatibility
Expand Down
10 changes: 9 additions & 1 deletion FOR_RELEASE/GameData/000_USITools/Logistics.cfg
Expand Up @@ -16,4 +16,12 @@ RESOURCE_DEFINITION //Hidden resource used to manage mass
isTweakable = false
isVisible = false
volume = 1
}
}

@PART[*]:HAS[!MODULE[USI_ModuleFieldRepair],RESOURCE[Machinery|EnrichedUranium|DepletedFuel|Recyclables]]:FOR[USITools]
{
MODULE
{
name = USI_ModuleFieldRepair
}
}
Binary file modified FOR_RELEASE/GameData/000_USITools/USITools.dll
Binary file not shown.
Binary file modified FOR_RELEASE/GameData/000_USITools/USITools.dll.mdb
Binary file not shown.
12 changes: 6 additions & 6 deletions FOR_RELEASE/GameData/000_USITools/USITools.version
Expand Up @@ -8,24 +8,24 @@
"ALLOW_PRE_RELEASE":false
},
"VERSION":{
"MAJOR":0,
"MINOR":12,
"MAJOR":1,
"MINOR":1,
"PATCH":0,
"BUILD":0
},
"KSP_VERSION":{
"MAJOR":1,
"MINOR":4,
"PATCH":1
"MINOR":6,
"PATCH":0
},
"KSP_VERSION_MIN":{
"MAJOR":1,
"MINOR":4,
"MINOR":6,
"PATCH":0
},
"KSP_VERSION_MAX":{
"MAJOR":1,
"MINOR":4,
"MINOR":6,
"PATCH":9
}
}
17 changes: 17 additions & 0 deletions FOR_RELEASE/GameData/CommunityResourcePack/CHANGELOG.txt
@@ -1,3 +1,20 @@
1.1.0 - 2019.02.05
------------------
KSP 1.6.x Compatibility

1.0.1 - 2018.11.20
------------------
Fixed antimatter config name

1.0.0 - 2018.10.20
------------------
KSP 1.5.0 Compatibility
Normalized atmospheric resource harvesting values.

0.11.0 - 2018.06.22
------------------
KSP 1.4.4 Compatibility

0.10.0 - 2018.03.13
-----------------
KSP 1.4.1 Compatibility
Expand Down
12 changes: 6 additions & 6 deletions FOR_RELEASE/GameData/CommunityResourcePack/CRP.version
Expand Up @@ -8,24 +8,24 @@
"ALLOW_PRE_RELEASE":false
},
"VERSION":{
"MAJOR":0,
"MINOR":10,
"MAJOR":1,
"MINOR":1,
"PATCH":0,
"BUILD":0
},
"KSP_VERSION":{
"MAJOR":1,
"MINOR":4,
"PATCH":1
"MINOR":6,
"PATCH":0
},
"KSP_VERSION_MIN":{
"MAJOR":1,
"MINOR":4,
"MINOR":6,
"PATCH":0
},
"KSP_VERSION_MAX":{
"MAJOR":1,
"MINOR":4,
"MINOR":6,
"PATCH":9
}
}
Expand Up @@ -855,9 +855,9 @@ RESOURCE_DEFINITION
{
name = CompressedAir
abbreviation = #LOC_CRP_CompressedAir_Abbreviation
displayName = #LOC_CompressedAir_DisplayName
displayName = #LOC_CRP_CompressedAir_DisplayName
density = 0.000001283
unitCost = 0.00015
unitCost = 0.00004
hsp = 2175
flowMode = STAGE_PRIORITY_FLOW
transfer = PUMP
Expand Down

0 comments on commit 72d3aaf

Please sign in to comment.