-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* lightRange * lightRange * readmes * rescaleAntennas * scatterer compatibility * try to avoid errors * try to avoid more errors * resize spacecenter * other spacecenter fixes * only adjust radius * fix scatterer compatibility * plugin version and recompile * changelog and version * resize clouds and scatterer * ksc switcher * plugin version update * changelog and version * hotfix * pqscity groups fix * changelog * DSN rescale * reposition launchsites * recompile * changelog and version * hotfix * don't use cbnamelater * fix scalebyradius * case sensitivity * move cfgs around * oceans have pqs as well * version * debug logger * changes to resize * license * debugs and usings * plugins * changelog and version
- Loading branch information
Showing
42 changed files
with
172 additions
and
133 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
7 changes: 7 additions & 0 deletions
7
GameData/Sigma/Dimensions/Configs/Bodies/Templates/Oceans/Eve_Atmosphere.cfg
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
@Kopernicus:FOR[SigDim] | ||
{ | ||
@Body:HAS[@Template[Eve]:HAS[~removeOcean[True]]] | ||
{ | ||
%Ocean {} | ||
} | ||
} |
7 changes: 7 additions & 0 deletions
7
GameData/Sigma/Dimensions/Configs/Bodies/Templates/Oceans/Kerbin_Atmosphere.cfg
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
@Kopernicus:FOR[SigDim] | ||
{ | ||
@Body:HAS[@Template[Kerbin]:HAS[~removeOcean[True]]] | ||
{ | ||
%Ocean {} | ||
} | ||
} |
7 changes: 7 additions & 0 deletions
7
GameData/Sigma/Dimensions/Configs/Bodies/Templates/Oceans/Laythe_Atmosphere.cfg
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
@Kopernicus:FOR[SigDim] | ||
{ | ||
@Body:HAS[@Template[Laythe]:HAS[~removeOcean[True]]] | ||
{ | ||
%Ocean {} | ||
} | ||
} |
46 changes: 0 additions & 46 deletions
46
GameData/Sigma/Dimensions/Configs/Bodies/Templates/Sun/Sun_Atmosphere.txt
This file was deleted.
Oops, something went wrong.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,5 +13,12 @@ | |
#../../SigmaDimensions {} | ||
} | ||
} | ||
@Ocean | ||
{ | ||
%Mods | ||
{ | ||
#../../SigmaDimensions {} | ||
} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,7 @@ | |
{ | ||
"MAJOR": 0, | ||
"MINOR": 9, | ||
"PATCH": 2, | ||
"PATCH": 3, | ||
"BUILD": 0 | ||
}, | ||
"KSP_VERSION": | ||
|
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
using UnityEngine; | ||
using System.Linq; | ||
using System.Linq; | ||
using UnityEngine; | ||
|
||
|
||
namespace SigmaDimensionsPlugin | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.