Skip to content

Commit

Permalink
Merge pull request #47 from BobPalmer/DEVELOP
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
BobPalmer authored Mar 17, 2017
2 parents 669512a + 8c288a9 commit 077c007
Show file tree
Hide file tree
Showing 10 changed files with 35 additions and 10 deletions.
21 changes: 19 additions & 2 deletions FOR_RELEASE/GameData/000_USITools/CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,24 @@
0.8.12 - 2017.02.04
------------------
0.8.17 - 2017.03.17
-------------------
Dependency Updates

0.8.16 - 2017.02.24
-------------------
Mechanics can now perform EVA maintenance
Fixed an issue where resources were being double-consumed when converters were swapped

0.8.15 - 2017.02.08
------------------
Fixed more nullref spam

0.8.13 - 2017.02.04
------------------
Fixed some nullref spam in Animations related to logistics

0.8.13 - 2017.02.04
------------------
Fixed an issue with the new warehouse toggles

0.8.11 - 2017.01.16
-------------------
Fixed runaway efficiency issue
Expand Down
4 changes: 4 additions & 0 deletions FOR_RELEASE/GameData/000_USITools/TraitsAndEffects.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@
EFFECT {
name = GeologySkill
}
EFFECT
{
name = ConstructionSkill
}
}

@EXPERIENCE_TRAIT[Scientist] {
Expand Down
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.
Binary file modified FOR_RELEASE/GameData/000_USITools/USITools.pdb
Binary file not shown.
2 changes: 1 addition & 1 deletion FOR_RELEASE/GameData/000_USITools/USITools.version
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"VERSION":{
"MAJOR":0,
"MINOR":8,
"PATCH":12,
"PATCH":17,
"BUILD":0
},
"KSP_VERSION":{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
0.1.12 - 2017.03.17
-------------------
Dependency Updates

0.1.11 - 2017.02.04
-------------------
Bundled the 'Ground Construction' mod as the standard off-world construction mod for USI.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"VERSION":{
"MAJOR":0,
"MINOR":1,
"PATCH":11,
"PATCH":12,
"BUILD":0
},
"KSP_VERSION":{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ description = A platform suitable for horizontally deploying 2.5m modules. Incl
maximum_drag = 0.05
minimum_drag = 0.05
angularDrag = 1
crashTolerance = 6
breakingForce = 20
breakingTorque = 20
crashTolerance = 8
breakingForce = 2000
breakingTorque = 2000
maxTemp = 1200 // = 2900
bulkheadProfiles = srf

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ PART
maximum_drag = 0.05
minimum_drag = 0.05
angularDrag = 1
crashTolerance = 6
breakingForce = 20
breakingTorque = 20
crashTolerance = 8
breakingForce = 2000
breakingTorque = 2000
maxTemp = 1200 // = 2900
bulkheadProfiles = srf

Expand Down

0 comments on commit 077c007

Please sign in to comment.