Skip to content

Commit

Permalink
WBT update
Browse files Browse the repository at this point in the history
  • Loading branch information
Angel-125 committed Aug 8, 2018
1 parent 55080a3 commit 31f683c
Show file tree
Hide file tree
Showing 58 changed files with 40 additions and 16 deletions.
Binary file modified DSEVUtils/bin/Debug/Assembly-CSharp-firstpass.dll
Binary file not shown.
Binary file modified DSEVUtils/bin/Debug/Assembly-CSharp.dll
Binary file not shown.
Binary file added DSEVUtils/bin/Debug/BARISBridge.dll
Binary file not shown.
Binary file added DSEVUtils/bin/Debug/BARISBridge.pdb
Binary file not shown.
Binary file modified DSEVUtils/bin/Debug/DSEVUtils.dll
Binary file not shown.
Binary file modified DSEVUtils/bin/Debug/DSEVUtils.dll.mdb
Binary file not shown.
Binary file modified DSEVUtils/bin/Debug/DSEVUtils.pdb
Binary file not shown.
Binary file added DSEVUtils/bin/Debug/Ionic.Zip.dll
Binary file not shown.
Binary file added DSEVUtils/bin/Debug/KSPTrackIR.dll
Binary file not shown.
Binary file added DSEVUtils/bin/Debug/MarkdownSeparator.exe
Binary file not shown.
Binary file added DSEVUtils/bin/Debug/RedShellSDK.dll
Binary file not shown.
Binary file modified DSEVUtils/bin/Debug/WildBlueTools.dll
Binary file not shown.
Binary file modified DSEVUtils/bin/Debug/WildBlueTools.pdb
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ea14773aadc2b0f22226b5a8c006414848b68196
Binary file not shown.
Binary file modified DSEVUtils/obj/Debug/DSEVUtils.dll
Binary file not shown.
Binary file modified DSEVUtils/obj/Debug/DSEVUtils.pdb
Binary file not shown.
Binary file added GameData/ModuleManager.3.0.7.dll
Binary file not shown.
Binary file added GameData/NearFutureProps/Plugins/NFPropUtils.dll
Binary file not shown.
Binary file added GameData/NearFutureProps/Versioning/MiniAVC.dll
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
6 changes: 6 additions & 0 deletions GameData/WildBlueIndustries/000WildBlueTools/Readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ A KSP mod that provides common functionality for mods by Wild Blue Industries.

Copy the contents of the mod's GameData directory into your GameData folder.

1.55.11
- Bug fixes

1.55.9
- Un-broke the template managers.

1.55.7
- Recompiled for KSP 1.4.4

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ RESOURCE_DEFINITION
//Gaseous hydrogen
RESOURCE_DEFINITION
{
name = Phlogiston
name = PropelliumGas
density = 0.00000000899
unitCost = 0.001
// hsp = 10
Expand All @@ -116,7 +116,7 @@ RESOURCE_DEFINITION
//Gaseous oxygen
RESOURCE_DEFINITION
{
name = Aether
name = OxiumGas
density = 0.0000055836
unitCost = 0.001
// hsp = 10
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,17 @@
{
"MAJOR":1,
"MINOR":55,
"PATCH":7
"PATCH":11
},
"KSP_VERSION":
{
"MAJOR":1,
"MINOR":4,
"PATCH":4
"PATCH":5
},
"KSP_VERSION_MIN":{
"MAJOR":1,
"MINOR":4,
"PATCH":1
"PATCH":0
},
}
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,19 @@
"VERSION":
{
"MAJOR":1,
"MINOR":4,
"PATCH":6,
"MINOR":5,
"PATCH":1,
"BUILD":0
},
"KSP_VERSION":
{
"MAJOR":1,
"MINOR":4,
"PATCH":4
"PATCH":5
},
"KSP_VERSION_MIN":{
"MAJOR":1,
"MINOR":4,
"PATCH":1
"PATCH":0
},
}
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
9 changes: 9 additions & 0 deletions GameData/WildBlueIndustries/001KerbalActuators/Readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,15 @@ Copy the contents of the mod's GameData directory into your GameData folder.

---REVISION HISORY---

1.5.1
- Bug fixes

1.5.0
- WBIPropSpinner now supports RCS! You don't need a ModuleEnginesFX; just set enabledByRCS to true in WBIPropSpinner, and minThrottleBlur to determine when to start blurring the rotor.

1.4.8
- Bug Fixes

1.4.6
- Recompiled for KSP 1.4.4

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,7 @@ WBIPLAYMODEEXT
name = Classic Stock

//Path
templatePath = WildBlueIndustries/ClassicStockResources/Templates
templatePath = WildBlueIndustries/ClassicStockResources/Templates/Production
templatePath = WildBlueIndustries/ClassicStockResources/Templates/Storage
templatePath = WildBlueIndustries/ClassicStockResources/Templates/Utility
}
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,18 @@
{
"MAJOR":1,
"MINOR":0,
"PATCH":1,
"PATCH":2,
"BUILD":0
},
"KSP_VERSION":
{
"MAJOR":1,
"MINOR":4,
"PATCH":3
"PATCH":5
},
"KSP_VERSION_MIN":{
"MAJOR":1,
"MINOR":4,
"PATCH":1
"PATCH":0
},
}
3 changes: 3 additions & 0 deletions GameData/WildBlueIndustries/ClassicStockResources/Readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ Copy the contents of the mod's GameData directory into your GameData folder.

--RELEASE NOTES---

1.0.3
- Fixed Play Mode folder definitions.

1.0.2
- Moved IntakeLqd definition to Common; needed by KFS.

Expand Down
6 changes: 3 additions & 3 deletions GameData/WildBlueIndustries/DSEV/DSEV.version
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,18 @@
{
"MAJOR":3,
"MINOR":1,
"PATCH":5
"PATCH":6
"BUILD":0
},
"KSP_VERSION":
{
"MAJOR":1,
"MINOR":4,
"PATCH":4
"PATCH":5
},
"KSP_VERSION_MIN":{
"MAJOR":1,
"MINOR":4,
"PATCH":1
"PATCH":0
},
}
Binary file added GameData/WildBlueIndustries/DSEV/MiniAVC.dll
Binary file not shown.
Binary file modified GameData/WildBlueIndustries/DSEV/Plugins/DSEVUtils.dll
Binary file not shown.
Binary file modified GameData/WildBlueIndustries/DSEV/Plugins/DSEVUtils.dll.mdb
Binary file not shown.
Binary file not shown.
3 changes: 3 additions & 0 deletions GameData/WildBlueIndustries/DSEV/Readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ Copy the WildBlueIndustries directory into your GameData folder.

---REVISION HISTORY---

3.1.6
- WildBlueTools update.

3.1.5
- Recompiled for KSP 1.4.4
- Updated support for Extraplanetary Launchpads.
Expand Down
Binary file not shown.
Binary file not shown.

0 comments on commit 31f683c

Please sign in to comment.