Skip to content

Commit

Permalink
Merge pull request #40 from Sigma88/Development
Browse files Browse the repository at this point in the history
Development
  • Loading branch information
Sigma88 committed May 28, 2017
2 parents c425046 + 3fe5d2c commit 153ec95
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
5 changes: 5 additions & 0 deletions Changelog.txt
@@ -1,3 +1,8 @@
**v0.8.0**

- Fixed values of G and g


**v0.7.8**

- Updated to KSP 1.3.0 and Kopernicus 1.3.0-1
Expand Down
6 changes: 3 additions & 3 deletions GameData/Sigma/Dimensions/Configs/General/massFix.cfg
Expand Up @@ -10,7 +10,7 @@
@Properties:HAS[#gravParameter[*]]
{
%mass = #$gravParameter$
@mass /= 6.674e-11
@mass /= 6.67408e-11
!gravParameter = DEL
}
// geeASL from mass + radius
Expand All @@ -19,8 +19,8 @@
%geeASL = #$radius$
@geeASL != -2
@geeASL *= #$mass$
@geeASL *= 6.674e-11
@geeASL /= 9.81
@geeASL *= 6.67408e-11
@geeASL /= 9.80665
!mass = DEL
}
}
Expand Down
6 changes: 3 additions & 3 deletions GameData/Sigma/Dimensions/Configs/Sigma-Dimensions.version
@@ -1,5 +1,5 @@
{
"NAME": "Sigma Dimensions",
"NAME": "<b><color=#7080FF>Sigma Dimensions</color></b>",
"URL": "https://raw.githubusercontent.com/Sigma88/Sigma-Dimensions/master/GameData/Sigma/Dimensions/Configs/Sigma-Dimensions.version",
"DOWNLOAD": "http://forum.kerbalspaceprogram.com/index.php?/topic/126548-0",
"CHANGE_LOG_URL": "https://raw.githubusercontent.com/Sigma88/Sigma-Dimensions/master/Changelog.txt",
Expand All @@ -12,8 +12,8 @@
"VERSION":
{
"MAJOR": 0,
"MINOR": 7,
"PATCH": 8,
"MINOR": 8,
"PATCH": 0,
"BUILD": 0
},
"KSP_VERSION":
Expand Down

0 comments on commit 153ec95

Please sign in to comment.