Skip to content

Commit

Permalink
Merge pull request #36 from Sigma88/Development
Browse files Browse the repository at this point in the history
Sigma Dimensions v0.7.5
  • Loading branch information
Sigma88 committed Apr 8, 2017
2 parents 44098ad + aaf0fcb commit 1e8a1fc
Show file tree
Hide file tree
Showing 27 changed files with 66 additions and 10,612 deletions.
9 changes: 9 additions & 0 deletions Changelog.txt
@@ -1,3 +1,12 @@
**v0.7.5**

- Fixed Atmosphere handling when using atmoTopLayer
- EVE clouds altitude now account for landscape
- Changed the way timewarp limits are resized
- Fixed PQSCity2 altitude resize
- Fixed KSC Water Tower Light resize


**v0.7.4**

- Fixed a bug that made atmoTopLayer apply multiple times
Expand Down
Expand Up @@ -25,6 +25,7 @@
@OBJECT:HAS[~customResize[>0]]
{
@altitude *= #$@SigmaDimensions/Resize$
@altitude *= #$@SigmaDimensions/landscape$
@layerVolume:HAS[#size[*,*]]
{
@size[0] *= #$@SigmaDimensions/Atmosphere$
Expand Down
11 changes: 7 additions & 4 deletions GameData/Sigma/Dimensions/Configs/ReDimension/setDimensions.cfg
Expand Up @@ -4,21 +4,24 @@
{
@Properties
{
@timewarpAltitudeLimits,0[*, ] *= #$../SigmaDimensions/Atmosphere$
@inverseRotThresholdAltitude *= #$../SigmaDimensions/Atmosphere$

@timewarpAltitudeLimits,0[*, ] *= #$../SigmaDimensions/atmoTopLayer$
@inverseRotThresholdAltitude *= #$../SigmaDimensions/atmoTopLayer$
}
}
@Body:HAS[!Atmosphere]
{
@Properties
{
@timewarpAltitudeLimits,0[*, ] *= #$../SigmaDimensions/Resize$
@inverseRotThresholdAltitude *= #$../SigmaDimensions/Resize$
}
}
@Body:HAS[@SigmaDimensions:HAS[#Resize[<1]]]
{
@Properties
{
@timewarpAltitudeLimits,0[*, ] *= #$../SigmaDimensions/Resize$
}
}
@Body,*
{
@Properties
Expand Down
2 changes: 1 addition & 1 deletion GameData/Sigma/Dimensions/Configs/Sigma-Dimensions.version
Expand Up @@ -13,7 +13,7 @@
{
"MAJOR": 0,
"MINOR": 7,
"PATCH": 4,
"PATCH": 5,
"BUILD": 0
},
"KSP_VERSION":
Expand Down
Binary file modified GameData/Sigma/Dimensions/Plugins/SigmaDimensions.dll
Binary file not shown.

0 comments on commit 1e8a1fc

Please sign in to comment.