Skip to content

Commit

Permalink
Merge pull request #23 from Sigma88/Development
Browse files Browse the repository at this point in the history
SigmaDimensions v0.6.3
  • Loading branch information
Sigma88 committed Nov 21, 2016
2 parents 55e011c + 6473f9a commit 6880e38
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 5 deletions.
5 changes: 5 additions & 0 deletions Changelog.txt
@@ -1,3 +1,8 @@
**v0.6.3**

- Fixed display of atmosphere pressure in the tracking station


**v0.6.2**

- Improved ground textures resize
Expand Down
Expand Up @@ -10,7 +10,7 @@
@Atmosphere
{

!staticPressureASL,* = DEL
&staticPressureASL = 101.324996948242
&temperatureSeaLevel = 287

%pressureCurve {}
Expand Down
Expand Up @@ -14,7 +14,6 @@
{
// Set Ring size multiplier
@CustomRingSize = #$Rescale$
@CustomRingSize /= #$Resize$
}
@SigmaDimensions:HAS[#resizeScatter[0]]
{
Expand Down
Expand Up @@ -29,6 +29,7 @@

// pressure ASL

&staticPressureASL = 1
@staticPressureASL *= #$../SigmaDimensions/atmoASL$

@pressureCurve
Expand Down
Expand Up @@ -57,6 +57,9 @@
{
@Ring
{
@outerRadius /= #$../../SigmaDimensions/Resize$
@innerRadius /= #$../../SigmaDimensions/Resize$

@outerRadius *= #$../../SigmaDimensions/CustomRingSize$
@innerRadius *= #$../../SigmaDimensions/CustomRingSize$
}
Expand Down
2 changes: 1 addition & 1 deletion GameData/Sigma/Dimensions/Configs/Sigma-Dimensions.version
Expand Up @@ -13,7 +13,7 @@
{
"MAJOR": 0,
"MINOR": 6,
"PATCH": 2,
"PATCH": 3,
"BUILD": 0
},
"KSP_VERSION":
Expand Down
7 changes: 5 additions & 2 deletions License.txt
@@ -1,5 +1,8 @@
Sigma Dimensions by Sigma88
Sigma Dimensions by Sigma88 is released under the following license:

http://forum.kerbalspaceprogram.com/index.php?/topic/126548-0

All Rights Reserved


For more info visit the KSP Forum Thread:
http://forum.kerbalspaceprogram.com/index.php?/topic/126548-0

0 comments on commit 6880e38

Please sign in to comment.