forked from DennyTX/ScienceAlert
-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deleted about 1150 lines of unneeded code related to the Toolbar
Added exclusion list for experiments and manufacturers
- Loading branch information
1 parent
7846f96
commit 8b43d1d
Showing
29 changed files
with
367 additions
and
1,185 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
KEI_EXCLUDED_EXPERIMENTS | ||
{ | ||
experiment = SEP_SolarwindSpectrum | ||
experiment = SEP_CCIDscan | ||
experiment = error | ||
experiment = waitWhat | ||
|
||
experiment = hullcampicture | ||
|
||
// Following from the WildBlueIndustries mod | ||
experiment = WBISpaceResearch | ||
experiment = WBISpaceAdaptionStudy | ||
experiment = WBIPowerToolsEvaluation | ||
experiment = WBIConstructionTechniques | ||
experiment = WBICrystalGrowth | ||
experiment = WBIIceCreamResearch | ||
experiment = WBITemperatureStudy | ||
experiment = WBIThermalStudy | ||
experiment = WBIGooStudy | ||
experiment = WBICryogenicResourceStudy | ||
experiment = WBILongTermCryogenicMiniStudy | ||
experiment = WBIMESS | ||
experiment = WBICryogenicStudy | ||
experiment = WBILongTermCryogenicStudy | ||
experiment = WBICryogenicRadiationStudy | ||
experiment = WBISurfaceConstructionStudy | ||
experiment = WBIKNUTS | ||
experiment = WBIBRE | ||
experiment = WBISAME | ||
experiment = WBICoreSampleAnalysis | ||
experiment = WBIBiomeAnalysis | ||
experiment = WBISoilAnalysis | ||
experiment = WBIMetallurgyAnalysis | ||
experiment = WBIChemicalAnalysis | ||
experiment = WBIExtractionAnalysis | ||
|
||
experiment = GravioliumStudy | ||
experiment = wbiSaucerResearchExperiment | ||
} |
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,4 @@ | ||
KEI_EXCLUDED_MANUFACTURERS | ||
{ | ||
manufacturer = Station Science Directorate | ||
} |
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 |
---|---|---|
|
@@ -10,7 +10,7 @@ | |
"MAJOR": 1, | ||
"MINOR": 9, | ||
"PATCH": 2, | ||
"BUILD": 0 | ||
"BUILD": 2 | ||
}, | ||
"KSP_VERSION": { | ||
"MAJOR": 1, | ||
|
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 |
---|---|---|
|
@@ -10,7 +10,7 @@ | |
"MAJOR": 1, | ||
"MINOR": 9, | ||
"PATCH": 2, | ||
"BUILD": 1 | ||
"BUILD": 2 | ||
}, | ||
"KSP_VERSION": { | ||
"MAJOR": 1, | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,4 +5,4 @@ | |
|
||
using System.Reflection; | ||
|
||
[assembly: AssemblyVersion("1.9.2.0")] | ||
[assembly: AssemblyVersion("1.9.2.2")] |
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
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
Oops, something went wrong.