Skip to content

Commit

Permalink
Merge pull request #49 from BobPalmer/DEVELOP
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
BobPalmer committed Mar 30, 2016
2 parents 318dece + d6eeb65 commit 2a37fdf
Show file tree
Hide file tree
Showing 39 changed files with 296 additions and 136 deletions.
10 changes: 9 additions & 1 deletion DynamicTanks/DynamicTanks/DynamicTanks.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>..\..\..\..\KSP_DEV\GameData\000_USITools\</OutputPath>
<OutputPath>..\..\..\..\KSP_DEV\GameData\UmbraSpaceIndustries\ART\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
Expand All @@ -35,6 +35,10 @@
<HintPath>..\..\..\..\KSP_DEV\KSP_Data\Managed\Assembly-CSharp.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="KSPUtil">
<HintPath>..\..\..\..\KSP_DEV\KSP_Data\Managed\KSPUtil.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Xml.Linq" />
Expand All @@ -45,6 +49,10 @@
<HintPath>..\..\..\..\KSP_DEV\KSP_Data\Managed\UnityEngine.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="UnityEngine.UI">
<HintPath>..\..\..\..\KSP_DEV\KSP_Data\Managed\UnityEngine.UI.dll</HintPath>
<Private>False</Private>
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="USI_CrewTank.cs" />
Expand Down
6 changes: 6 additions & 0 deletions FOR_RELEASE/GameData/000_USITools/CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
0.7.0 - 2016.03.29
------------------
Compatibility with KSP 1.1
Moved out DynamicTanks DLL to ART
Info text / GUI text for Power Distributors, Couplers, and Warehouses (thanks bennord!)

0.6.3 - 2016.03.02
------------------
Logistics pulls are now restricted to warehouses
Expand Down
Binary file not shown.
Binary file modified FOR_RELEASE/GameData/000_USITools/USITools.dll
Binary file not shown.
12 changes: 6 additions & 6 deletions FOR_RELEASE/GameData/000_USITools/USITools.version
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@
},
"VERSION":{
"MAJOR":0,
"MINOR":6,
"PATCH":3,
"MINOR":7,
"PATCH":0,
"BUILD":0
},
"KSP_VERSION":{
"MAJOR":1,
"MINOR":0,
"PATCH":5
"MINOR":1,
"PATCH":0
},
"KSP_VERSION_MIN":{
"MAJOR":1,
Expand All @@ -25,7 +25,7 @@
},
"KSP_VERSION_MAX":{
"MAJOR":1,
"MINOR":0,
"PATCH":5
"MINOR":1,
"PATCH":0
}
}
5 changes: 5 additions & 0 deletions FOR_RELEASE/GameData/CommunityResourcePack/CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
0.5.0 - 2016.03.29
------------------
Compatibility with KSP 1.1
Lowered cost of Supplies, Mulch and Fertilizer

0.4.9 - 2016.02.01
------------------
Added Hydrates as a resource and also to the resource map (represents regolith with captive water)
Expand Down
12 changes: 6 additions & 6 deletions FOR_RELEASE/GameData/CommunityResourcePack/CRP.version
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@
},
"VERSION":{
"MAJOR":0,
"MINOR":4,
"PATCH":9,
"MINOR":5,
"PATCH":0,
"BUILD":0
},
"KSP_VERSION":{
"MAJOR":1,
"MINOR":0,
"PATCH":5
"MINOR":1,
"PATCH":0
},
"KSP_VERSION_MIN":{
"MAJOR":1,
Expand All @@ -25,7 +25,7 @@
},
"KSP_VERSION_MAX":{
"MAJOR":1,
"MINOR":0,
"PATCH":5
"MINOR":1,
"PATCH":0
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ RESOURCE_DEFINITION
density = 0.001
flowMode = ALL_VESSEL
transfer = PUMP
unitCost = 15
unitCost = 2.5
isTweakable = true
}

Expand All @@ -129,7 +129,7 @@ RESOURCE_DEFINITION
density = 0.001
flowMode = ALL_VESSEL
transfer = PUMP
unitCost = 5
unitCost = 2
isTweakable = true
}

Expand All @@ -139,7 +139,7 @@ RESOURCE_DEFINITION
density = 0.001
flowMode = ALL_VESSEL
transfer = PUMP
unitCost = 2.5
unitCost = 0
isTweakable = true
}

Expand Down
Binary file modified FOR_RELEASE/GameData/Firespitter/Plugins/Firespitter.dll
Binary file not shown.
Binary file removed FOR_RELEASE/GameData/ModuleManager.2.6.18.dll
Binary file not shown.
Binary file added FOR_RELEASE/GameData/ModuleManager.dll
Binary file not shown.
16 changes: 8 additions & 8 deletions FOR_RELEASE/GameData/UmbraSpaceIndustries/ART/ART.version
Original file line number Diff line number Diff line change
Expand Up @@ -9,23 +9,23 @@
},
"VERSION":{
"MAJOR":0,
"MINOR":7,
"PATCH":2,
"MINOR":8,
"PATCH":0,
"BUILD":0
},
"KSP_VERSION":{
"MAJOR":1,
"MINOR":0,
"PATCH":5
"MINOR":1,
"PATCH":0
},
"KSP_VERSION_MIN":{
"MAJOR":1,
"MINOR":0,
"PATCH":5
"MINOR":1,
"PATCH":0
},
"KSP_VERSION_MAX":{
"MAJOR":1,
"MINOR":0,
"PATCH":5
"MINOR":1,
"PATCH":0
}
}
5 changes: 5 additions & 0 deletions FOR_RELEASE/GameData/UmbraSpaceIndustries/ART/CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
0.8.0 - 2016.03.29
------------
Compatibility with KSP 1.1
Bundled DynamicTanks

0.7.2 - 2016.03.02
------------------
Updated dependencies
Expand Down
Binary file not shown.
6 changes: 6 additions & 0 deletions FOR_RELEASE/GameData/UmbraSpaceIndustries/CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
0.2.0 - 2016.03.29
-----------
Compatibility with KSP 1.1
Updated NFE configs (thanks Businfu!)
Fixed 0.625m reactor to not produce too much depleted fuel

0.1.8 - 2016.03.02
------------------
Dependency Updates
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ breakingTorque = 2072
TechRequired = heavierRocketry
entryCost = 7600
cost = 490
category = none
subcategory = -1
category = Utility
subcategory = 0
title = Kontainer (01.25m)
manufacturer = USI - Freight Division
description = Shipping container for transporting various goods
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ breakingTorque = 2072
TechRequired = heavierRocketry
entryCost = 7600
cost = 8000
category = none
subcategory = -1
category = Utility
subcategory = 0
title = Kontainer (02.5m)
manufacturer = USI - Freight Division
description = Shipping container for transporting various goods
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ breakingTorque = 2072
TechRequired = heavierRocketry
entryCost = 7600
cost = 25740
category = none
subcategory = -1
category = Utility
subcategory = 0
title = Kontainer (03.75m)
manufacturer = USI - Freight Division
description = Shipping container for transporting various goods
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ breakingTorque = 2072
TechRequired = heavierRocketry
entryCost = 7600
cost = 63360
category = none
subcategory = -1
category = Utility
subcategory = 0
title = Kontainer (05.0m)
manufacturer = USI - Freight Division
description = Shipping container for transporting various goods
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ breakingTorque = 2072
TechRequired = heavierRocketry
entryCost = 7600
cost = 3800
category = none
subcategory = -1
category = Utility
subcategory = 0
title = KIS Kontainer (01.25m)
manufacturer = USI - Freight Division
description = Shipping container for transporting various goods
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ breakingTorque = 2072
TechRequired = heavierRocketry
entryCost = 7600
cost = 3800
category = none
subcategory = -1
category = Utility
subcategory = 0
title = KIS Kontainer (02.5m)
manufacturer = USI - Freight Division
description = Shipping container for transporting various goods
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ breakingTorque = 2072
TechRequired = heavierRocketry
entryCost = 7600
cost = 3800
category = none
subcategory = -1
category = Utility
subcategory = 0
title = KIS Kontainer (03.75m)
manufacturer = USI - Freight Division
description = Shipping container for transporting various goods
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ breakingTorque = 2072
TechRequired = heavierRocketry
entryCost = 7600
cost = 3800
category = none
subcategory = -1
category = Utility
subcategory = 0
title = KIS Kontainer (05.0m)
manufacturer = USI - Freight Division
description = Shipping container for transporting various goods
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ breakingTorque = 2072
TechRequired = heavierRocketry
entryCost = 7600
cost = 3800
category = none
subcategory = -1
category = Utility
subcategory = 0
title = KIS Kontainer (Stow-Pak)
manufacturer = USI - Freight Division
description = A radial stowage pack for KIS parts
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ PART
entryCost = 5200

cost = 450
category = none
subcategory = -1
category = Utility
subcategory = 0
title = MK-V Saddle Tank
manufacturer = USI - Freight Division
description = When you just need a small amount of supplies.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ PART
entryCost = 5200

cost = 1750
category = none
subcategory = -1
category = Utility
subcategory = 0
title = MK-V Supply Redi-Pak
manufacturer = USI - Freight Division
description = When you just need a small amount of supplies.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ breakingTorque = 2072
TechRequired = heavierRocketry
entryCost = 7600
cost = 95
category = none
subcategory = -1
category = Utility
subcategory = 0
title = Kontainer Tank - Round (00.313m)
manufacturer = USI - Freight Division
description = Shipping container for transporting various goods
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ breakingTorque = 2072
TechRequired = heavierRocketry
entryCost = 7600
cost = 405
category = none
subcategory = -1
category = Utility
subcategory = 0
title = Kontainer Tank - Round (01.8m)
manufacturer = USI - Freight Division
description = Shipping container for transporting various goods
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ breakingTorque = 2072
TechRequired = heavierRocketry
entryCost = 7600
cost = 2640
category = none
subcategory = -1
category = Utility
subcategory = 0
title = Kontainer Tank - Round (03.75m)
manufacturer = USI - Freight Division
description = Shipping container for transporting various goods
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ breakingTorque = 2072
TechRequired = heavierRocketry
entryCost = 7600
cost = 8875
category = none
subcategory = -1
category = Utility
subcategory = 0
title = Kontainer Tank - Round (05.6m)
manufacturer = USI - Freight Division
description = Shipping container for transporting various goods
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ breakingTorque = 2072
TechRequired = heavierRocketry
entryCost = 7600
cost = 20400
category = none
subcategory = -1
category = Utility
subcategory = 0
title = Kontainer Tank - Round (07.5m)
manufacturer = USI - Freight Division
description = Shipping container for transporting various goods
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ breakingTorque = 2072
TechRequired = heavierRocketry
entryCost = 7600
cost = 66600
category = none
subcategory = -1
category = Utility
subcategory = 0
title = Kontainer Tank - Round (11m)
manufacturer = USI - Freight Division
description = Shipping container for transporting various goods
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ breakingTorque = 2072
TechRequired = heavierRocketry
entryCost = 7600
cost = 159750
category = none
subcategory = -1
category = Utility
subcategory = 0
title = Kontainer Tank - Round (15m)
manufacturer = USI - Freight Division
description = Shipping container for transporting various goods
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ breakingTorque = 2072
TechRequired = heavierRocketry
entryCost = 7600
cost = 345
category = none
subcategory = -1
category = Utility
subcategory = 0
title = Kontainer Tank (01.25m)
manufacturer = USI - Freight Division
description = Shipping container for transporting various goods
Expand Down

0 comments on commit 2a37fdf

Please sign in to comment.