diff --git a/Directory.Build.props b/Directory.Build.props index b4e152303..e6c28842a 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -1,6 +1,6 @@ - C:\Zaidimai\KSP 1.7.2\ + C:\Zaidimai\KSP 1.8.0\ cd "$(SolutionDir)"" python -m buildtools postbuild -f "$(SolutionDir)config.json" -c "$(Configuration)" -t diff --git a/FerramAerospaceResearch.sln b/FerramAerospaceResearch.sln index 44d157174..4a99fc2d6 100644 --- a/FerramAerospaceResearch.sln +++ b/FerramAerospaceResearch.sln @@ -10,6 +10,9 @@ EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{0887C0BC-9D6E-4AE4-85EF-5B5F73DDC017}" ProjectSection(SolutionItems) = preProject .editorconfig = .editorconfig + Directory.Build.props = Directory.Build.props + config.json = config.json + README.md = README.md EndProjectSection EndProject Global diff --git a/FerramAerospaceResearch/CompatibilityChecker.cs b/FerramAerospaceResearch/CompatibilityChecker.cs index 317d66f40..f401e070f 100644 --- a/FerramAerospaceResearch/CompatibilityChecker.cs +++ b/FerramAerospaceResearch/CompatibilityChecker.cs @@ -43,7 +43,7 @@ namespace FerramAerospaceResearch [KSPAddon(KSPAddon.Startup.Instantly, true)] internal class CompatibilityChecker : MonoBehaviour { - public const int KSP_MAJOR_MAX = 1, KSP_MAJOR_MIN = 1, KSP_MINOR_MAX = 7, KSP_MINOR_MIN = 4; + public const int KSP_MAJOR_MAX = 1, KSP_MAJOR_MIN = 1, KSP_MINOR_MAX = 8, KSP_MINOR_MIN = 8; //Version of the compatibility checker itself. private static int _version = 6; diff --git a/FerramAerospaceResearch/FARAPI.cs b/FerramAerospaceResearch/FARAPI.cs index f3a992e71..4831b09c0 100644 --- a/FerramAerospaceResearch/FARAPI.cs +++ b/FerramAerospaceResearch/FARAPI.cs @@ -1,5 +1,5 @@ /* -Ferram Aerospace Research v0.15.11.2 "Mach" +Ferram Aerospace Research v0.15.11.3 "Mach" ========================= Aerodynamics model for Kerbal Space Program diff --git a/FerramAerospaceResearch/FARAeroComponents/FARAeroPartModule.cs b/FerramAerospaceResearch/FARAeroComponents/FARAeroPartModule.cs index 48f09ec6a..e950b7db0 100644 --- a/FerramAerospaceResearch/FARAeroComponents/FARAeroPartModule.cs +++ b/FerramAerospaceResearch/FARAeroComponents/FARAeroPartModule.cs @@ -1,5 +1,5 @@ /* -Ferram Aerospace Research v0.15.11.2 "Mach" +Ferram Aerospace Research v0.15.11.3 "Mach" ========================= Aerodynamics model for Kerbal Space Program diff --git a/FerramAerospaceResearch/FARAeroComponents/FARAeroSection.cs b/FerramAerospaceResearch/FARAeroComponents/FARAeroSection.cs index 41309167d..fb99427be 100644 --- a/FerramAerospaceResearch/FARAeroComponents/FARAeroSection.cs +++ b/FerramAerospaceResearch/FARAeroComponents/FARAeroSection.cs @@ -1,5 +1,5 @@ /* -Ferram Aerospace Research v0.15.11.2 "Mach" +Ferram Aerospace Research v0.15.11.3 "Mach" ========================= Aerodynamics model for Kerbal Space Program diff --git a/FerramAerospaceResearch/FARAeroComponents/FARVesselAero.cs b/FerramAerospaceResearch/FARAeroComponents/FARVesselAero.cs index 360466759..dab63da99 100644 --- a/FerramAerospaceResearch/FARAeroComponents/FARVesselAero.cs +++ b/FerramAerospaceResearch/FARAeroComponents/FARVesselAero.cs @@ -1,5 +1,5 @@ /* -Ferram Aerospace Research v0.15.11.2 "Mach" +Ferram Aerospace Research v0.15.11.3 "Mach" ========================= Aerodynamics model for Kerbal Space Program diff --git a/FerramAerospaceResearch/FARAeroComponents/FlightForceContext.cs b/FerramAerospaceResearch/FARAeroComponents/FlightForceContext.cs index 7c8ad393e..3fcfc0068 100644 --- a/FerramAerospaceResearch/FARAeroComponents/FlightForceContext.cs +++ b/FerramAerospaceResearch/FARAeroComponents/FlightForceContext.cs @@ -1,5 +1,5 @@ /* -Ferram Aerospace Research v0.15.11.2 "Mach" +Ferram Aerospace Research v0.15.11.3 "Mach" ========================= Copyright 2019, Benjamin Chung, aka BenChung diff --git a/FerramAerospaceResearch/FARAeroComponents/ModularFlightIntegratorRegisterer.cs b/FerramAerospaceResearch/FARAeroComponents/ModularFlightIntegratorRegisterer.cs index 4a4e85e67..d12eb2b11 100644 --- a/FerramAerospaceResearch/FARAeroComponents/ModularFlightIntegratorRegisterer.cs +++ b/FerramAerospaceResearch/FARAeroComponents/ModularFlightIntegratorRegisterer.cs @@ -1,5 +1,5 @@ /* -Ferram Aerospace Research v0.15.11.2 "Mach" +Ferram Aerospace Research v0.15.11.3 "Mach" ========================= Aerodynamics model for Kerbal Space Program diff --git a/FerramAerospaceResearch/FARAeroComponents/SimulatedForceContext.cs b/FerramAerospaceResearch/FARAeroComponents/SimulatedForceContext.cs index 1248d61b7..a7f151f5c 100644 --- a/FerramAerospaceResearch/FARAeroComponents/SimulatedForceContext.cs +++ b/FerramAerospaceResearch/FARAeroComponents/SimulatedForceContext.cs @@ -1,5 +1,5 @@ /* -Ferram Aerospace Research v0.15.11.2 "Mach" +Ferram Aerospace Research v0.15.11.3 "Mach" ========================= Copyright 2019, Benjamin Chung, aka BenChung diff --git a/FerramAerospaceResearch/FARAeroComponents/VehicleAerodynamics.cs b/FerramAerospaceResearch/FARAeroComponents/VehicleAerodynamics.cs index ad8075e74..d0763e834 100644 --- a/FerramAerospaceResearch/FARAeroComponents/VehicleAerodynamics.cs +++ b/FerramAerospaceResearch/FARAeroComponents/VehicleAerodynamics.cs @@ -1,5 +1,5 @@ /* -Ferram Aerospace Research v0.15.11.2 "Mach" +Ferram Aerospace Research v0.15.11.3 "Mach" ========================= Aerodynamics model for Kerbal Space Program diff --git a/FerramAerospaceResearch/FARAeroComponents/VesselIntakeRamDrag.cs b/FerramAerospaceResearch/FARAeroComponents/VesselIntakeRamDrag.cs index 6fb71c5d9..591ca5c1a 100644 --- a/FerramAerospaceResearch/FARAeroComponents/VesselIntakeRamDrag.cs +++ b/FerramAerospaceResearch/FARAeroComponents/VesselIntakeRamDrag.cs @@ -1,5 +1,5 @@ /* -Ferram Aerospace Research v0.15.11.2 "Mach" +Ferram Aerospace Research v0.15.11.3 "Mach" ========================= Aerodynamics model for Kerbal Space Program diff --git a/FerramAerospaceResearch/FARAeroUtil.cs b/FerramAerospaceResearch/FARAeroUtil.cs index 568a4c101..15a8890bc 100644 --- a/FerramAerospaceResearch/FARAeroUtil.cs +++ b/FerramAerospaceResearch/FARAeroUtil.cs @@ -1,5 +1,5 @@ /* -Ferram Aerospace Research v0.15.11.2 "Mach" +Ferram Aerospace Research v0.15.11.3 "Mach" ========================= Aerodynamics model for Kerbal Space Program diff --git a/FerramAerospaceResearch/FARDebugAndSettings.cs b/FerramAerospaceResearch/FARDebugAndSettings.cs index d0eb8e253..0643aaaaa 100644 --- a/FerramAerospaceResearch/FARDebugAndSettings.cs +++ b/FerramAerospaceResearch/FARDebugAndSettings.cs @@ -1,5 +1,5 @@ /* -Ferram Aerospace Research v0.15.11.2 "Mach" +Ferram Aerospace Research v0.15.11.3 "Mach" ========================= Aerodynamics model for Kerbal Space Program diff --git a/FerramAerospaceResearch/FARGUI/FAREditorGUI/DesignConcerns/AeroStabilityConcern.cs b/FerramAerospaceResearch/FARGUI/FAREditorGUI/DesignConcerns/AeroStabilityConcern.cs index 1d5db155a..818c05651 100644 --- a/FerramAerospaceResearch/FARGUI/FAREditorGUI/DesignConcerns/AeroStabilityConcern.cs +++ b/FerramAerospaceResearch/FARGUI/FAREditorGUI/DesignConcerns/AeroStabilityConcern.cs @@ -1,5 +1,5 @@ /* -Ferram Aerospace Research v0.15.11.2 "Mach" +Ferram Aerospace Research v0.15.11.3 "Mach" ========================= Aerodynamics model for Kerbal Space Program diff --git a/FerramAerospaceResearch/FARGUI/FAREditorGUI/DesignConcerns/AreaRulingConcern.cs b/FerramAerospaceResearch/FARGUI/FAREditorGUI/DesignConcerns/AreaRulingConcern.cs index ad35cd763..3cfc70dab 100644 --- a/FerramAerospaceResearch/FARGUI/FAREditorGUI/DesignConcerns/AreaRulingConcern.cs +++ b/FerramAerospaceResearch/FARGUI/FAREditorGUI/DesignConcerns/AreaRulingConcern.cs @@ -1,5 +1,5 @@ /* -Ferram Aerospace Research v0.15.11.2 "Mach" +Ferram Aerospace Research v0.15.11.3 "Mach" ========================= Aerodynamics model for Kerbal Space Program diff --git a/FerramAerospaceResearch/FARGUI/FAREditorGUI/EditorAeroCenter.cs b/FerramAerospaceResearch/FARGUI/FAREditorGUI/EditorAeroCenter.cs index 338ea3c5c..08bff9a33 100644 --- a/FerramAerospaceResearch/FARGUI/FAREditorGUI/EditorAeroCenter.cs +++ b/FerramAerospaceResearch/FARGUI/FAREditorGUI/EditorAeroCenter.cs @@ -1,5 +1,5 @@ /* -Ferram Aerospace Research v0.15.11.2 "Mach" +Ferram Aerospace Research v0.15.11.3 "Mach" ========================= Aerodynamics model for Kerbal Space Program diff --git a/FerramAerospaceResearch/FARGUI/FAREditorGUI/EditorAreaRulingOverlay.cs b/FerramAerospaceResearch/FARGUI/FAREditorGUI/EditorAreaRulingOverlay.cs index 3ac64834a..47a2e1ef5 100644 --- a/FerramAerospaceResearch/FARGUI/FAREditorGUI/EditorAreaRulingOverlay.cs +++ b/FerramAerospaceResearch/FARGUI/FAREditorGUI/EditorAreaRulingOverlay.cs @@ -1,5 +1,5 @@ /* -Ferram Aerospace Research v0.15.11.2 "Mach" +Ferram Aerospace Research v0.15.11.3 "Mach" ========================= Aerodynamics model for Kerbal Space Program diff --git a/FerramAerospaceResearch/FARGUI/FAREditorGUI/EditorGUI.cs b/FerramAerospaceResearch/FARGUI/FAREditorGUI/EditorGUI.cs index 8216e7b19..e85e73bad 100644 --- a/FerramAerospaceResearch/FARGUI/FAREditorGUI/EditorGUI.cs +++ b/FerramAerospaceResearch/FARGUI/FAREditorGUI/EditorGUI.cs @@ -1,5 +1,5 @@ /* -Ferram Aerospace Research v0.15.11.2 "Mach" +Ferram Aerospace Research v0.15.11.3 "Mach" ========================= Aerodynamics model for Kerbal Space Program diff --git a/FerramAerospaceResearch/FARGUI/FAREditorGUI/Simulation/EditorSimManager.cs b/FerramAerospaceResearch/FARGUI/FAREditorGUI/Simulation/EditorSimManager.cs index 239b92b39..b1a26985c 100644 --- a/FerramAerospaceResearch/FARGUI/FAREditorGUI/Simulation/EditorSimManager.cs +++ b/FerramAerospaceResearch/FARGUI/FAREditorGUI/Simulation/EditorSimManager.cs @@ -1,5 +1,5 @@ /* -Ferram Aerospace Research v0.15.11.2 "Mach" +Ferram Aerospace Research v0.15.11.3 "Mach" ========================= Aerodynamics model for Kerbal Space Program diff --git a/FerramAerospaceResearch/FARGUI/FAREditorGUI/Simulation/EquationSystem.cs b/FerramAerospaceResearch/FARGUI/FAREditorGUI/Simulation/EquationSystem.cs index cc85e49bb..b67cfaf0b 100644 --- a/FerramAerospaceResearch/FARGUI/FAREditorGUI/Simulation/EquationSystem.cs +++ b/FerramAerospaceResearch/FARGUI/FAREditorGUI/Simulation/EquationSystem.cs @@ -1,5 +1,5 @@ /* -Ferram Aerospace Research v0.15.11.2 "Mach" +Ferram Aerospace Research v0.15.11.3 "Mach" ========================= Aerodynamics model for Kerbal Space Program diff --git a/FerramAerospaceResearch/FARGUI/FAREditorGUI/Simulation/GraphData.cs b/FerramAerospaceResearch/FARGUI/FAREditorGUI/Simulation/GraphData.cs index 479ef575f..529575c9e 100644 --- a/FerramAerospaceResearch/FARGUI/FAREditorGUI/Simulation/GraphData.cs +++ b/FerramAerospaceResearch/FARGUI/FAREditorGUI/Simulation/GraphData.cs @@ -1,5 +1,5 @@ /* -Ferram Aerospace Research v0.15.11.2 "Mach" +Ferram Aerospace Research v0.15.11.3 "Mach" ========================= Aerodynamics model for Kerbal Space Program diff --git a/FerramAerospaceResearch/FARGUI/FAREditorGUI/Simulation/InstantConditionSim.cs b/FerramAerospaceResearch/FARGUI/FAREditorGUI/Simulation/InstantConditionSim.cs index 7e249113c..74ca0b7ee 100644 --- a/FerramAerospaceResearch/FARGUI/FAREditorGUI/Simulation/InstantConditionSim.cs +++ b/FerramAerospaceResearch/FARGUI/FAREditorGUI/Simulation/InstantConditionSim.cs @@ -1,5 +1,5 @@ /* -Ferram Aerospace Research v0.15.11.2 "Mach" +Ferram Aerospace Research v0.15.11.3 "Mach" ========================= Aerodynamics model for Kerbal Space Program diff --git a/FerramAerospaceResearch/FARGUI/FAREditorGUI/Simulation/InstantConditionSimInput.cs b/FerramAerospaceResearch/FARGUI/FAREditorGUI/Simulation/InstantConditionSimInput.cs index 3a6ab0248..85615f2ec 100644 --- a/FerramAerospaceResearch/FARGUI/FAREditorGUI/Simulation/InstantConditionSimInput.cs +++ b/FerramAerospaceResearch/FARGUI/FAREditorGUI/Simulation/InstantConditionSimInput.cs @@ -1,5 +1,5 @@ /* -Ferram Aerospace Research v0.15.11.2 "Mach" +Ferram Aerospace Research v0.15.11.3 "Mach" ========================= Aerodynamics model for Kerbal Space Program diff --git a/FerramAerospaceResearch/FARGUI/FAREditorGUI/Simulation/InstantConditionSimOutput.cs b/FerramAerospaceResearch/FARGUI/FAREditorGUI/Simulation/InstantConditionSimOutput.cs index 6372d807c..524781cbc 100644 --- a/FerramAerospaceResearch/FARGUI/FAREditorGUI/Simulation/InstantConditionSimOutput.cs +++ b/FerramAerospaceResearch/FARGUI/FAREditorGUI/Simulation/InstantConditionSimOutput.cs @@ -1,5 +1,5 @@ /* -Ferram Aerospace Research v0.15.11.2 "Mach" +Ferram Aerospace Research v0.15.11.3 "Mach" ========================= Aerodynamics model for Kerbal Space Program diff --git a/FerramAerospaceResearch/FARGUI/FAREditorGUI/Simulation/RungeKutta.cs b/FerramAerospaceResearch/FARGUI/FAREditorGUI/Simulation/RungeKutta.cs index 3aa4e4a1b..7fa10a49f 100644 --- a/FerramAerospaceResearch/FARGUI/FAREditorGUI/Simulation/RungeKutta.cs +++ b/FerramAerospaceResearch/FARGUI/FAREditorGUI/Simulation/RungeKutta.cs @@ -1,4 +1,4 @@ -/*Ferram Aerospace Research v0.15.11.2 "Mach" +/*Ferram Aerospace Research v0.15.11.3 "Mach" ========================= Aerodynamics model for Kerbal Space Program diff --git a/FerramAerospaceResearch/FARGUI/FAREditorGUI/Simulation/StabilityDerivApproxSim.cs b/FerramAerospaceResearch/FARGUI/FAREditorGUI/Simulation/StabilityDerivApproxSim.cs index 5ffa10b9a..9dd997033 100644 --- a/FerramAerospaceResearch/FARGUI/FAREditorGUI/Simulation/StabilityDerivApproxSim.cs +++ b/FerramAerospaceResearch/FARGUI/FAREditorGUI/Simulation/StabilityDerivApproxSim.cs @@ -1,5 +1,5 @@ /* -Ferram Aerospace Research v0.15.11.2 "Mach" +Ferram Aerospace Research v0.15.11.3 "Mach" ========================= Aerodynamics model for Kerbal Space Program diff --git a/FerramAerospaceResearch/FARGUI/FAREditorGUI/Simulation/StabilityDerivCalculator.cs b/FerramAerospaceResearch/FARGUI/FAREditorGUI/Simulation/StabilityDerivCalculator.cs index 913a9fa84..99181c9c8 100644 --- a/FerramAerospaceResearch/FARGUI/FAREditorGUI/Simulation/StabilityDerivCalculator.cs +++ b/FerramAerospaceResearch/FARGUI/FAREditorGUI/Simulation/StabilityDerivCalculator.cs @@ -1,5 +1,5 @@ /* -Ferram Aerospace Research v0.15.11.2 "Mach" +Ferram Aerospace Research v0.15.11.3 "Mach" ========================= Aerodynamics model for Kerbal Space Program diff --git a/FerramAerospaceResearch/FARGUI/FAREditorGUI/Simulation/StabilityDerivOutput.cs b/FerramAerospaceResearch/FARGUI/FAREditorGUI/Simulation/StabilityDerivOutput.cs index b065666eb..6ae3f386b 100644 --- a/FerramAerospaceResearch/FARGUI/FAREditorGUI/Simulation/StabilityDerivOutput.cs +++ b/FerramAerospaceResearch/FARGUI/FAREditorGUI/Simulation/StabilityDerivOutput.cs @@ -1,5 +1,5 @@ /* -Ferram Aerospace Research v0.15.11.2 "Mach" +Ferram Aerospace Research v0.15.11.3 "Mach" ========================= Aerodynamics model for Kerbal Space Program diff --git a/FerramAerospaceResearch/FARGUI/FAREditorGUI/Simulation/SweepSim.cs b/FerramAerospaceResearch/FARGUI/FAREditorGUI/Simulation/SweepSim.cs index 853eab59d..7cdbc98ae 100644 --- a/FerramAerospaceResearch/FARGUI/FAREditorGUI/Simulation/SweepSim.cs +++ b/FerramAerospaceResearch/FARGUI/FAREditorGUI/Simulation/SweepSim.cs @@ -1,5 +1,5 @@ /* -Ferram Aerospace Research v0.15.11.2 "Mach" +Ferram Aerospace Research v0.15.11.3 "Mach" ========================= Aerodynamics model for Kerbal Space Program diff --git a/FerramAerospaceResearch/FARGUI/FAREditorGUI/StabilityDerivGUI.cs b/FerramAerospaceResearch/FARGUI/FAREditorGUI/StabilityDerivGUI.cs index ec65300c6..8582efc43 100644 --- a/FerramAerospaceResearch/FARGUI/FAREditorGUI/StabilityDerivGUI.cs +++ b/FerramAerospaceResearch/FARGUI/FAREditorGUI/StabilityDerivGUI.cs @@ -1,5 +1,5 @@ /* -Ferram Aerospace Research v0.15.11.2 "Mach" +Ferram Aerospace Research v0.15.11.3 "Mach" ========================= Aerodynamics model for Kerbal Space Program diff --git a/FerramAerospaceResearch/FARGUI/FAREditorGUI/StabilityDerivSimulationGUI.cs b/FerramAerospaceResearch/FARGUI/FAREditorGUI/StabilityDerivSimulationGUI.cs index 88563f069..9ddbfd801 100644 --- a/FerramAerospaceResearch/FARGUI/FAREditorGUI/StabilityDerivSimulationGUI.cs +++ b/FerramAerospaceResearch/FARGUI/FAREditorGUI/StabilityDerivSimulationGUI.cs @@ -1,5 +1,5 @@ /* -Ferram Aerospace Research v0.15.11.2 "Mach" +Ferram Aerospace Research v0.15.11.3 "Mach" ========================= Aerodynamics model for Kerbal Space Program diff --git a/FerramAerospaceResearch/FARGUI/FAREditorGUI/StaticAnalysisGraphGUI.cs b/FerramAerospaceResearch/FARGUI/FAREditorGUI/StaticAnalysisGraphGUI.cs index c2af71b56..7d4ff0845 100644 --- a/FerramAerospaceResearch/FARGUI/FAREditorGUI/StaticAnalysisGraphGUI.cs +++ b/FerramAerospaceResearch/FARGUI/FAREditorGUI/StaticAnalysisGraphGUI.cs @@ -1,5 +1,5 @@ /* -Ferram Aerospace Research v0.15.11.2 "Mach" +Ferram Aerospace Research v0.15.11.3 "Mach" ========================= Aerodynamics model for Kerbal Space Program diff --git a/FerramAerospaceResearch/FARGUI/FARFlightGUI/AeroVisualizationGUI.cs b/FerramAerospaceResearch/FARGUI/FARFlightGUI/AeroVisualizationGUI.cs index 84b144808..850b45495 100644 --- a/FerramAerospaceResearch/FARGUI/FARFlightGUI/AeroVisualizationGUI.cs +++ b/FerramAerospaceResearch/FARGUI/FARFlightGUI/AeroVisualizationGUI.cs @@ -1,5 +1,5 @@ /* -Ferram Aerospace Research v0.15.11.2 "Mach" +Ferram Aerospace Research v0.15.11.3 "Mach" ========================= Aerodynamics model for Kerbal Space Program diff --git a/FerramAerospaceResearch/FARGUI/FARFlightGUI/AirspeedSettingsGUI.cs b/FerramAerospaceResearch/FARGUI/FARFlightGUI/AirspeedSettingsGUI.cs index 2e0d2afac..9b7a0d527 100644 --- a/FerramAerospaceResearch/FARGUI/FARFlightGUI/AirspeedSettingsGUI.cs +++ b/FerramAerospaceResearch/FARGUI/FARFlightGUI/AirspeedSettingsGUI.cs @@ -1,5 +1,5 @@ /* -Ferram Aerospace Research v0.15.11.2 "Mach" +Ferram Aerospace Research v0.15.11.3 "Mach" ========================= Aerodynamics model for Kerbal Space Program diff --git a/FerramAerospaceResearch/FARGUI/FARFlightGUI/FlightDataGUI.cs b/FerramAerospaceResearch/FARGUI/FARFlightGUI/FlightDataGUI.cs index f321ee4ff..18bc3dbb4 100644 --- a/FerramAerospaceResearch/FARGUI/FARFlightGUI/FlightDataGUI.cs +++ b/FerramAerospaceResearch/FARGUI/FARFlightGUI/FlightDataGUI.cs @@ -1,5 +1,5 @@ /* -Ferram Aerospace Research v0.15.11.2 "Mach" +Ferram Aerospace Research v0.15.11.3 "Mach" ========================= Aerodynamics model for Kerbal Space Program diff --git a/FerramAerospaceResearch/FARGUI/FARFlightGUI/FlightGUI.cs b/FerramAerospaceResearch/FARGUI/FARFlightGUI/FlightGUI.cs index b6fd860e4..de69477c9 100644 --- a/FerramAerospaceResearch/FARGUI/FARFlightGUI/FlightGUI.cs +++ b/FerramAerospaceResearch/FARGUI/FARFlightGUI/FlightGUI.cs @@ -1,5 +1,5 @@ /* -Ferram Aerospace Research v0.15.11.2 "Mach" +Ferram Aerospace Research v0.15.11.3 "Mach" ========================= Aerodynamics model for Kerbal Space Program diff --git a/FerramAerospaceResearch/FARGUI/FARFlightGUI/FlightGUIDrawer.cs b/FerramAerospaceResearch/FARGUI/FARFlightGUI/FlightGUIDrawer.cs index 3025ab083..8b8552492 100644 --- a/FerramAerospaceResearch/FARGUI/FARFlightGUI/FlightGUIDrawer.cs +++ b/FerramAerospaceResearch/FARGUI/FARFlightGUI/FlightGUIDrawer.cs @@ -1,5 +1,5 @@ /* -Ferram Aerospace Research v0.15.11.2 "Mach" +Ferram Aerospace Research v0.15.11.3 "Mach" ========================= Aerodynamics model for Kerbal Space Program diff --git a/FerramAerospaceResearch/FARGUI/FARFlightGUI/FlightStatusGUI.cs b/FerramAerospaceResearch/FARGUI/FARFlightGUI/FlightStatusGUI.cs index 5ffaa97de..b15362c31 100644 --- a/FerramAerospaceResearch/FARGUI/FARFlightGUI/FlightStatusGUI.cs +++ b/FerramAerospaceResearch/FARGUI/FARFlightGUI/FlightStatusGUI.cs @@ -1,5 +1,5 @@ /* -Ferram Aerospace Research v0.15.11.2 "Mach" +Ferram Aerospace Research v0.15.11.3 "Mach" ========================= Aerodynamics model for Kerbal Space Program diff --git a/FerramAerospaceResearch/FARGUI/FARFlightGUI/InternalSpeedFAR.cs b/FerramAerospaceResearch/FARGUI/FARFlightGUI/InternalSpeedFAR.cs index 5679fb02d..59d20bcd6 100644 --- a/FerramAerospaceResearch/FARGUI/FARFlightGUI/InternalSpeedFAR.cs +++ b/FerramAerospaceResearch/FARGUI/FARFlightGUI/InternalSpeedFAR.cs @@ -1,5 +1,5 @@ /* -Ferram Aerospace Research v0.15.11.2 "Mach" +Ferram Aerospace Research v0.15.11.3 "Mach" ========================= Aerodynamics model for Kerbal Space Program diff --git a/FerramAerospaceResearch/FARGUI/FARFlightGUI/PhysicsCalcs.cs b/FerramAerospaceResearch/FARGUI/FARFlightGUI/PhysicsCalcs.cs index 62a30ead6..a22b8049e 100644 --- a/FerramAerospaceResearch/FARGUI/FARFlightGUI/PhysicsCalcs.cs +++ b/FerramAerospaceResearch/FARGUI/FARFlightGUI/PhysicsCalcs.cs @@ -1,5 +1,5 @@ /* -Ferram Aerospace Research v0.15.11.2 "Mach" +Ferram Aerospace Research v0.15.11.3 "Mach" ========================= Aerodynamics model for Kerbal Space Program diff --git a/FerramAerospaceResearch/FARGUI/FARFlightGUI/StabilityAugmentation.cs b/FerramAerospaceResearch/FARGUI/FARFlightGUI/StabilityAugmentation.cs index 49874fad4..2cbf761b5 100644 --- a/FerramAerospaceResearch/FARGUI/FARFlightGUI/StabilityAugmentation.cs +++ b/FerramAerospaceResearch/FARGUI/FARFlightGUI/StabilityAugmentation.cs @@ -1,5 +1,5 @@ /* -Ferram Aerospace Research v0.15.11.2 "Mach" +Ferram Aerospace Research v0.15.11.3 "Mach" ========================= Aerodynamics model for Kerbal Space Program diff --git a/FerramAerospaceResearch/FARGUI/FARFlightGUI/VesselFlightInfo.cs b/FerramAerospaceResearch/FARGUI/FARFlightGUI/VesselFlightInfo.cs index 8775dc380..49ed48431 100644 --- a/FerramAerospaceResearch/FARGUI/FARFlightGUI/VesselFlightInfo.cs +++ b/FerramAerospaceResearch/FARGUI/FARFlightGUI/VesselFlightInfo.cs @@ -1,5 +1,5 @@ /* -Ferram Aerospace Research v0.15.11.2 "Mach" +Ferram Aerospace Research v0.15.11.3 "Mach" ========================= Aerodynamics model for Kerbal Space Program diff --git a/FerramAerospaceResearch/FARGUI/GUIColors.cs b/FerramAerospaceResearch/FARGUI/GUIColors.cs index 309226e0e..f07672a6b 100644 --- a/FerramAerospaceResearch/FARGUI/GUIColors.cs +++ b/FerramAerospaceResearch/FARGUI/GUIColors.cs @@ -1,5 +1,5 @@ /* -Ferram Aerospace Research v0.15.11.2 "Mach" +Ferram Aerospace Research v0.15.11.3 "Mach" ========================= Aerodynamics model for Kerbal Space Program diff --git a/FerramAerospaceResearch/FARGUI/GUIDropDown.cs b/FerramAerospaceResearch/FARGUI/GUIDropDown.cs index b0e3df75b..0031fa86c 100644 --- a/FerramAerospaceResearch/FARGUI/GUIDropDown.cs +++ b/FerramAerospaceResearch/FARGUI/GUIDropDown.cs @@ -1,5 +1,5 @@ /* -Ferram Aerospace Research v0.15.11.2 "Mach" +Ferram Aerospace Research v0.15.11.3 "Mach" ========================= Aerodynamics model for Kerbal Space Program diff --git a/FerramAerospaceResearch/FARGUI/GUIUtils.cs b/FerramAerospaceResearch/FARGUI/GUIUtils.cs index 7e4aeebaa..3302788a2 100644 --- a/FerramAerospaceResearch/FARGUI/GUIUtils.cs +++ b/FerramAerospaceResearch/FARGUI/GUIUtils.cs @@ -1,5 +1,5 @@ /* -Ferram Aerospace Research v0.15.11.2 "Mach" +Ferram Aerospace Research v0.15.11.3 "Mach" ========================= Aerodynamics model for Kerbal Space Program diff --git a/FerramAerospaceResearch/FARKSPAddonFlightScene.cs b/FerramAerospaceResearch/FARKSPAddonFlightScene.cs index 8f822635c..03f005dea 100644 --- a/FerramAerospaceResearch/FARKSPAddonFlightScene.cs +++ b/FerramAerospaceResearch/FARKSPAddonFlightScene.cs @@ -1,5 +1,5 @@ /* -Ferram Aerospace Research v0.15.11.2 "Mach" +Ferram Aerospace Research v0.15.11.3 "Mach" ========================= Aerodynamics model for Kerbal Space Program diff --git a/FerramAerospaceResearch/FARKSPAddonMainMenuSetup.cs b/FerramAerospaceResearch/FARKSPAddonMainMenuSetup.cs index 330d8af8b..76a0feda2 100644 --- a/FerramAerospaceResearch/FARKSPAddonMainMenuSetup.cs +++ b/FerramAerospaceResearch/FARKSPAddonMainMenuSetup.cs @@ -1,5 +1,5 @@ /* -Ferram Aerospace Research v0.15.11.2 "Mach" +Ferram Aerospace Research v0.15.11.3 "Mach" ========================= Aerodynamics model for Kerbal Space Program diff --git a/FerramAerospaceResearch/FARMathUtil.cs b/FerramAerospaceResearch/FARMathUtil.cs index 0eefc3b5e..7d11550a7 100644 --- a/FerramAerospaceResearch/FARMathUtil.cs +++ b/FerramAerospaceResearch/FARMathUtil.cs @@ -1,5 +1,5 @@ /* -Ferram Aerospace Research v0.15.11.2 "Mach" +Ferram Aerospace Research v0.15.11.3 "Mach" ========================= Aerodynamics model for Kerbal Space Program diff --git a/FerramAerospaceResearch/FARPM.cs b/FerramAerospaceResearch/FARPM.cs index 656243cc2..95c4c7150 100644 --- a/FerramAerospaceResearch/FARPM.cs +++ b/FerramAerospaceResearch/FARPM.cs @@ -1,5 +1,5 @@ /* -Ferram Aerospace Research v0.15.11.2 "Mach" +Ferram Aerospace Research v0.15.11.3 "Mach" ========================= Aerodynamics model for Kerbal Space Program diff --git a/FerramAerospaceResearch/FARPartExtensions.cs b/FerramAerospaceResearch/FARPartExtensions.cs index 8417f7631..f705ba95a 100644 --- a/FerramAerospaceResearch/FARPartExtensions.cs +++ b/FerramAerospaceResearch/FARPartExtensions.cs @@ -1,5 +1,5 @@ /* -Ferram Aerospace Research v0.15.11.2 "Mach" +Ferram Aerospace Research v0.15.11.3 "Mach" ========================= Aerodynamics model for Kerbal Space Program diff --git a/FerramAerospaceResearch/FARPartGeometry/DebugVisualVoxel.cs b/FerramAerospaceResearch/FARPartGeometry/DebugVisualVoxel.cs index 654607afe..351b97fa0 100644 --- a/FerramAerospaceResearch/FARPartGeometry/DebugVisualVoxel.cs +++ b/FerramAerospaceResearch/FARPartGeometry/DebugVisualVoxel.cs @@ -1,5 +1,5 @@ /* -Ferram Aerospace Research v0.15.11.2 "Mach" +Ferram Aerospace Research v0.15.11.3 "Mach" ========================= Aerodynamics model for Kerbal Space Program diff --git a/FerramAerospaceResearch/FARPartGeometry/DebugVisualVoxelMeshController.cs b/FerramAerospaceResearch/FARPartGeometry/DebugVisualVoxelMeshController.cs index b3813f4e9..17f4dbd60 100644 --- a/FerramAerospaceResearch/FARPartGeometry/DebugVisualVoxelMeshController.cs +++ b/FerramAerospaceResearch/FARPartGeometry/DebugVisualVoxelMeshController.cs @@ -1,5 +1,5 @@ /* -Ferram Aerospace Research v0.15.11.2 "Mach" +Ferram Aerospace Research v0.15.11.3 "Mach" ========================= Copyright 2019, Daumantas Kavolis, aka dkavolis diff --git a/FerramAerospaceResearch/FARPartGeometry/DebugVisualVoxelSubmesh.cs b/FerramAerospaceResearch/FARPartGeometry/DebugVisualVoxelSubmesh.cs index 127c0a4ac..b0c409b6c 100644 --- a/FerramAerospaceResearch/FARPartGeometry/DebugVisualVoxelSubmesh.cs +++ b/FerramAerospaceResearch/FARPartGeometry/DebugVisualVoxelSubmesh.cs @@ -1,5 +1,5 @@ /* -Ferram Aerospace Research v0.15.11.2 "Mach" +Ferram Aerospace Research v0.15.11.3 "Mach" ========================= Copyright 2019, Daumantas Kavolis, aka dkavolis diff --git a/FerramAerospaceResearch/FARPartGeometry/GeometryMesh.cs b/FerramAerospaceResearch/FARPartGeometry/GeometryMesh.cs index 9d6f0c4c7..a461156ff 100644 --- a/FerramAerospaceResearch/FARPartGeometry/GeometryMesh.cs +++ b/FerramAerospaceResearch/FARPartGeometry/GeometryMesh.cs @@ -1,5 +1,5 @@ /* -Ferram Aerospace Research v0.15.11.2 "Mach" +Ferram Aerospace Research v0.15.11.3 "Mach" ========================= Aerodynamics model for Kerbal Space Program diff --git a/FerramAerospaceResearch/FARPartGeometry/GeometryModification/AirbreathingEngineCrossSectionAdjuster.cs b/FerramAerospaceResearch/FARPartGeometry/GeometryModification/AirbreathingEngineCrossSectionAdjuster.cs index 4c5ecc752..2a9a7de83 100644 --- a/FerramAerospaceResearch/FARPartGeometry/GeometryModification/AirbreathingEngineCrossSectionAdjuster.cs +++ b/FerramAerospaceResearch/FARPartGeometry/GeometryModification/AirbreathingEngineCrossSectionAdjuster.cs @@ -1,5 +1,5 @@ /* -Ferram Aerospace Research v0.15.11.2 "Mach" +Ferram Aerospace Research v0.15.11.3 "Mach" ========================= Aerodynamics model for Kerbal Space Program diff --git a/FerramAerospaceResearch/FARPartGeometry/GeometryModification/CompoundPartGeoUpdater.cs b/FerramAerospaceResearch/FARPartGeometry/GeometryModification/CompoundPartGeoUpdater.cs index 2550e3158..cbb2791a4 100644 --- a/FerramAerospaceResearch/FARPartGeometry/GeometryModification/CompoundPartGeoUpdater.cs +++ b/FerramAerospaceResearch/FARPartGeometry/GeometryModification/CompoundPartGeoUpdater.cs @@ -1,5 +1,5 @@ /* -Ferram Aerospace Research v0.15.11.2 "Mach" +Ferram Aerospace Research v0.15.11.3 "Mach" ========================= Aerodynamics model for Kerbal Space Program diff --git a/FerramAerospaceResearch/FARPartGeometry/GeometryModification/ICrossSectionAdjuster.cs b/FerramAerospaceResearch/FARPartGeometry/GeometryModification/ICrossSectionAdjuster.cs index a18a9aadb..83306e88f 100644 --- a/FerramAerospaceResearch/FARPartGeometry/GeometryModification/ICrossSectionAdjuster.cs +++ b/FerramAerospaceResearch/FARPartGeometry/GeometryModification/ICrossSectionAdjuster.cs @@ -1,5 +1,5 @@ /* -Ferram Aerospace Research v0.15.11.2 "Mach" +Ferram Aerospace Research v0.15.11.3 "Mach" ========================= Aerodynamics model for Kerbal Space Program diff --git a/FerramAerospaceResearch/FARPartGeometry/GeometryModification/IGeometryUpdater.cs b/FerramAerospaceResearch/FARPartGeometry/GeometryModification/IGeometryUpdater.cs index 535dee8f9..8dabce0ad 100644 --- a/FerramAerospaceResearch/FARPartGeometry/GeometryModification/IGeometryUpdater.cs +++ b/FerramAerospaceResearch/FARPartGeometry/GeometryModification/IGeometryUpdater.cs @@ -1,5 +1,5 @@ /* -Ferram Aerospace Research v0.15.11.2 "Mach" +Ferram Aerospace Research v0.15.11.3 "Mach" ========================= Aerodynamics model for Kerbal Space Program diff --git a/FerramAerospaceResearch/FARPartGeometry/GeometryModification/IntakeCrossSectionAdjuster.cs b/FerramAerospaceResearch/FARPartGeometry/GeometryModification/IntakeCrossSectionAdjuster.cs index b57812f18..1f6a1ffd6 100644 --- a/FerramAerospaceResearch/FARPartGeometry/GeometryModification/IntakeCrossSectionAdjuster.cs +++ b/FerramAerospaceResearch/FARPartGeometry/GeometryModification/IntakeCrossSectionAdjuster.cs @@ -1,5 +1,5 @@ /* -Ferram Aerospace Research v0.15.11.2 "Mach" +Ferram Aerospace Research v0.15.11.3 "Mach" ========================= Aerodynamics model for Kerbal Space Program diff --git a/FerramAerospaceResearch/FARPartGeometry/GeometryModification/IntegratedIntakeEngineCrossSectionAdjuster.cs b/FerramAerospaceResearch/FARPartGeometry/GeometryModification/IntegratedIntakeEngineCrossSectionAdjuster.cs index 4ec1e63d8..24d054715 100644 --- a/FerramAerospaceResearch/FARPartGeometry/GeometryModification/IntegratedIntakeEngineCrossSectionAdjuster.cs +++ b/FerramAerospaceResearch/FARPartGeometry/GeometryModification/IntegratedIntakeEngineCrossSectionAdjuster.cs @@ -1,5 +1,5 @@ /* -Ferram Aerospace Research v0.15.11.2 "Mach" +Ferram Aerospace Research v0.15.11.3 "Mach" ========================= Aerodynamics model for Kerbal Space Program diff --git a/FerramAerospaceResearch/FARPartGeometry/GeometryModification/StockJettisonTransformGeoUpdater.cs b/FerramAerospaceResearch/FARPartGeometry/GeometryModification/StockJettisonTransformGeoUpdater.cs index f9b6680a9..308ec2b51 100644 --- a/FerramAerospaceResearch/FARPartGeometry/GeometryModification/StockJettisonTransformGeoUpdater.cs +++ b/FerramAerospaceResearch/FARPartGeometry/GeometryModification/StockJettisonTransformGeoUpdater.cs @@ -1,5 +1,5 @@ /* -Ferram Aerospace Research v0.15.11.2 "Mach" +Ferram Aerospace Research v0.15.11.3 "Mach" ========================= Aerodynamics model for Kerbal Space Program diff --git a/FerramAerospaceResearch/FARPartGeometry/GeometryModification/StockProcAsteroidGeoUpdater.cs b/FerramAerospaceResearch/FARPartGeometry/GeometryModification/StockProcAsteroidGeoUpdater.cs index a93fc8da2..a7c352dad 100644 --- a/FerramAerospaceResearch/FARPartGeometry/GeometryModification/StockProcAsteroidGeoUpdater.cs +++ b/FerramAerospaceResearch/FARPartGeometry/GeometryModification/StockProcAsteroidGeoUpdater.cs @@ -1,5 +1,5 @@ /* -Ferram Aerospace Research v0.15.11.2 "Mach" +Ferram Aerospace Research v0.15.11.3 "Mach" ========================= Aerodynamics model for Kerbal Space Program diff --git a/FerramAerospaceResearch/FARPartGeometry/GeometryModification/StockProcFairingGeoUpdater.cs b/FerramAerospaceResearch/FARPartGeometry/GeometryModification/StockProcFairingGeoUpdater.cs index 7acb872d1..de0a24d6c 100644 --- a/FerramAerospaceResearch/FARPartGeometry/GeometryModification/StockProcFairingGeoUpdater.cs +++ b/FerramAerospaceResearch/FARPartGeometry/GeometryModification/StockProcFairingGeoUpdater.cs @@ -1,5 +1,5 @@ /* -Ferram Aerospace Research v0.15.11.2 "Mach" +Ferram Aerospace Research v0.15.11.3 "Mach" ========================= Aerodynamics model for Kerbal Space Program diff --git a/FerramAerospaceResearch/FARPartGeometry/GeometryPartModule.cs b/FerramAerospaceResearch/FARPartGeometry/GeometryPartModule.cs index e9772b3f1..04cb7a5f0 100644 --- a/FerramAerospaceResearch/FARPartGeometry/GeometryPartModule.cs +++ b/FerramAerospaceResearch/FARPartGeometry/GeometryPartModule.cs @@ -1,5 +1,5 @@ /* -Ferram Aerospace Research v0.15.11.2 "Mach" +Ferram Aerospace Research v0.15.11.3 "Mach" ========================= Aerodynamics model for Kerbal Space Program diff --git a/FerramAerospaceResearch/FARPartGeometry/MeshData.cs b/FerramAerospaceResearch/FARPartGeometry/MeshData.cs index 98f668531..cdc9ebbe1 100644 --- a/FerramAerospaceResearch/FARPartGeometry/MeshData.cs +++ b/FerramAerospaceResearch/FARPartGeometry/MeshData.cs @@ -1,5 +1,5 @@ /* -Ferram Aerospace Research v0.15.11.2 "Mach" +Ferram Aerospace Research v0.15.11.3 "Mach" ========================= Aerodynamics model for Kerbal Space Program diff --git a/FerramAerospaceResearch/FARPartGeometry/PartGeometryExtensions.cs b/FerramAerospaceResearch/FARPartGeometry/PartGeometryExtensions.cs index 63e2c0df6..7934f525d 100644 --- a/FerramAerospaceResearch/FARPartGeometry/PartGeometryExtensions.cs +++ b/FerramAerospaceResearch/FARPartGeometry/PartGeometryExtensions.cs @@ -1,5 +1,5 @@ /* -Ferram Aerospace Research v0.15.11.2 "Mach" +Ferram Aerospace Research v0.15.11.3 "Mach" ========================= Aerodynamics model for Kerbal Space Program diff --git a/FerramAerospaceResearch/FARPartGeometry/PartSizePair.cs b/FerramAerospaceResearch/FARPartGeometry/PartSizePair.cs index 10fbf3ace..461434563 100644 --- a/FerramAerospaceResearch/FARPartGeometry/PartSizePair.cs +++ b/FerramAerospaceResearch/FARPartGeometry/PartSizePair.cs @@ -1,5 +1,5 @@ /* -Ferram Aerospace Research v0.15.11.2 "Mach" +Ferram Aerospace Research v0.15.11.3 "Mach" ========================= Aerodynamics model for Kerbal Space Program diff --git a/FerramAerospaceResearch/FARPartGeometry/PartSizePair4Bit.cs b/FerramAerospaceResearch/FARPartGeometry/PartSizePair4Bit.cs index 8c02c6697..8e9e22136 100644 --- a/FerramAerospaceResearch/FARPartGeometry/PartSizePair4Bit.cs +++ b/FerramAerospaceResearch/FARPartGeometry/PartSizePair4Bit.cs @@ -1,5 +1,5 @@ /* -Ferram Aerospace Research v0.15.11.2 "Mach" +Ferram Aerospace Research v0.15.11.3 "Mach" ========================= Aerodynamics model for Kerbal Space Program diff --git a/FerramAerospaceResearch/FARPartGeometry/PartSizePair8Bit.cs b/FerramAerospaceResearch/FARPartGeometry/PartSizePair8Bit.cs index 5c2468a0c..f8fa368bc 100644 --- a/FerramAerospaceResearch/FARPartGeometry/PartSizePair8Bit.cs +++ b/FerramAerospaceResearch/FARPartGeometry/PartSizePair8Bit.cs @@ -1,5 +1,5 @@ /* -Ferram Aerospace Research v0.15.11.2 "Mach" +Ferram Aerospace Research v0.15.11.3 "Mach" ========================= Aerodynamics model for Kerbal Space Program diff --git a/FerramAerospaceResearch/FARPartGeometry/PartTransformInfo.cs b/FerramAerospaceResearch/FARPartGeometry/PartTransformInfo.cs index 216d8f5de..eebef2136 100644 --- a/FerramAerospaceResearch/FARPartGeometry/PartTransformInfo.cs +++ b/FerramAerospaceResearch/FARPartGeometry/PartTransformInfo.cs @@ -1,5 +1,5 @@ /* -Ferram Aerospace Research v0.15.11.2 "Mach" +Ferram Aerospace Research v0.15.11.3 "Mach" ========================= Aerodynamics model for Kerbal Space Program diff --git a/FerramAerospaceResearch/FARPartGeometry/VehicleVoxel.cs b/FerramAerospaceResearch/FARPartGeometry/VehicleVoxel.cs index e819c09c8..f943ced5e 100644 --- a/FerramAerospaceResearch/FARPartGeometry/VehicleVoxel.cs +++ b/FerramAerospaceResearch/FARPartGeometry/VehicleVoxel.cs @@ -1,5 +1,5 @@ /* -Ferram Aerospace Research v0.15.11.2 "Mach" +Ferram Aerospace Research v0.15.11.3 "Mach" ========================= Aerodynamics model for Kerbal Space Program diff --git a/FerramAerospaceResearch/FARPartGeometry/VoxelChunk.cs b/FerramAerospaceResearch/FARPartGeometry/VoxelChunk.cs index a86e9043b..28a2abdee 100644 --- a/FerramAerospaceResearch/FARPartGeometry/VoxelChunk.cs +++ b/FerramAerospaceResearch/FARPartGeometry/VoxelChunk.cs @@ -1,5 +1,5 @@ /* -Ferram Aerospace Research v0.15.11.2 "Mach" +Ferram Aerospace Research v0.15.11.3 "Mach" ========================= Aerodynamics model for Kerbal Space Program diff --git a/FerramAerospaceResearch/FARPartGeometry/VoxelCrossSection.cs b/FerramAerospaceResearch/FARPartGeometry/VoxelCrossSection.cs index 42df26d04..84e78e21e 100644 --- a/FerramAerospaceResearch/FARPartGeometry/VoxelCrossSection.cs +++ b/FerramAerospaceResearch/FARPartGeometry/VoxelCrossSection.cs @@ -1,5 +1,5 @@ /* -Ferram Aerospace Research v0.15.11.2 "Mach" +Ferram Aerospace Research v0.15.11.3 "Mach" ========================= Aerodynamics model for Kerbal Space Program diff --git a/FerramAerospaceResearch/FARSettingsScenarioModule.cs b/FerramAerospaceResearch/FARSettingsScenarioModule.cs index 72a1666f9..57d7dba48 100644 --- a/FerramAerospaceResearch/FARSettingsScenarioModule.cs +++ b/FerramAerospaceResearch/FARSettingsScenarioModule.cs @@ -1,5 +1,5 @@ /* -Ferram Aerospace Research v0.15.11.2 "Mach" +Ferram Aerospace Research v0.15.11.3 "Mach" ========================= Aerodynamics model for Kerbal Space Program diff --git a/FerramAerospaceResearch/FARThreading/ThreadBarrier.cs b/FerramAerospaceResearch/FARThreading/ThreadBarrier.cs index 1a8d59b69..ab2680e72 100644 --- a/FerramAerospaceResearch/FARThreading/ThreadBarrier.cs +++ b/FerramAerospaceResearch/FARThreading/ThreadBarrier.cs @@ -1,5 +1,5 @@ /* -Ferram Aerospace Research v0.15.11.2 "Mach" +Ferram Aerospace Research v0.15.11.3 "Mach" ========================= Aerodynamics model for Kerbal Space Program diff --git a/FerramAerospaceResearch/FARThreading/ThreadSafeDebugLogger.cs b/FerramAerospaceResearch/FARThreading/ThreadSafeDebugLogger.cs index c133cd79a..1b0b8f1f1 100644 --- a/FerramAerospaceResearch/FARThreading/ThreadSafeDebugLogger.cs +++ b/FerramAerospaceResearch/FARThreading/ThreadSafeDebugLogger.cs @@ -1,5 +1,5 @@ /* -Ferram Aerospace Research v0.15.11.2 "Mach" +Ferram Aerospace Research v0.15.11.3 "Mach" ========================= Aerodynamics model for Kerbal Space Program diff --git a/FerramAerospaceResearch/FARThreading/VoxelizationThreadpool.cs b/FerramAerospaceResearch/FARThreading/VoxelizationThreadpool.cs index 6557e897e..3871da07d 100644 --- a/FerramAerospaceResearch/FARThreading/VoxelizationThreadpool.cs +++ b/FerramAerospaceResearch/FARThreading/VoxelizationThreadpool.cs @@ -1,5 +1,5 @@ /* -Ferram Aerospace Research v0.15.11.2 "Mach" +Ferram Aerospace Research v0.15.11.3 "Mach" ========================= Aerodynamics model for Kerbal Space Program diff --git a/FerramAerospaceResearch/FARUtils/FARLogger.cs b/FerramAerospaceResearch/FARUtils/FARLogger.cs index 0711bb214..3b88f67db 100644 --- a/FerramAerospaceResearch/FARUtils/FARLogger.cs +++ b/FerramAerospaceResearch/FARUtils/FARLogger.cs @@ -1,5 +1,5 @@ /* -Ferram Aerospace Research v0.15.11.2 "Mach" +Ferram Aerospace Research v0.15.11.3 "Mach" ========================= Copyright 2019, Daumantas Kavolis, aka dkavolis diff --git a/FerramAerospaceResearch/FARUtils/FARVersion.cs b/FerramAerospaceResearch/FARUtils/FARVersion.cs index 9dc962ae8..93cc863c8 100644 --- a/FerramAerospaceResearch/FARUtils/FARVersion.cs +++ b/FerramAerospaceResearch/FARUtils/FARVersion.cs @@ -1,5 +1,5 @@ /* -Ferram Aerospace Research v0.15.11.2 "Mach" +Ferram Aerospace Research v0.15.11.3 "Mach" ========================= Copyright 2019, Daumantas Kavolis, aka dkavolis @@ -48,7 +48,7 @@ public class FARVersion public const byte Major = 0; public const byte Minor = 15; public const byte Build = 11; - public const byte Revision = 2; + public const byte Revision = 3; public const string Name = "Mach"; public static readonly string String = $"v{Major}.{Minor}.{Build}.{Revision}"; diff --git a/FerramAerospaceResearch/FARWind.cs b/FerramAerospaceResearch/FARWind.cs index 84392cc50..914ec1c55 100644 --- a/FerramAerospaceResearch/FARWind.cs +++ b/FerramAerospaceResearch/FARWind.cs @@ -1,5 +1,5 @@ /* -Ferram Aerospace Research v0.15.11.2 "Mach" +Ferram Aerospace Research v0.15.11.3 "Mach" ========================= Aerodynamics model for Kerbal Space Program diff --git a/FerramAerospaceResearch/FerramAerospaceResearch.csproj b/FerramAerospaceResearch/FerramAerospaceResearch.csproj index 6197da27d..97c3172ce 100644 --- a/FerramAerospaceResearch/FerramAerospaceResearch.csproj +++ b/FerramAerospaceResearch/FerramAerospaceResearch.csproj @@ -1,4 +1,4 @@ - + Debug @@ -10,10 +10,11 @@ Properties FerramAerospaceResearch FerramAerospaceResearch - v3.5 + v4.8 512 + 8 true @@ -58,6 +59,27 @@ False $(KSP_DIR_BUILD)KSP_x64_Data\Managed\UnityEngine.dll + + $(KSP_DIR_BUILD)KSP_x64_Data\Managed\UnityEngine.AnimationModule.dll + + + $(KSP_DIR_BUILD)KSP_x64_Data\Managed\UnityEngine.AssetBundleModule.dll + + + $(KSP_DIR_BUILD)KSP_x64_Data\Managed\UnityEngine.CoreModule.dll + + + $(KSP_DIR_BUILD)KSP_x64_Data\Managed\UnityEngine.IMGUIModule.dll + + + $(KSP_DIR_BUILD)KSP_x64_Data\Managed\UnityEngine.InputLegacyModule.dll + + + $(KSP_DIR_BUILD)KSP_x64_Data\Managed\UnityEngine.PhysicsModule.dll + + + $(KSP_DIR_BUILD)KSP_x64_Data\Managed\UnityEngine.TextRenderingModule.dll + False $(KSP_DIR_BUILD)KSP_x64_Data\Managed\UnityEngine.UI.dll @@ -185,4 +207,4 @@ --> - \ No newline at end of file + diff --git a/FerramAerospaceResearch/InstallChecker.cs b/FerramAerospaceResearch/InstallChecker.cs index ed30ff09e..1fb418d09 100644 --- a/FerramAerospaceResearch/InstallChecker.cs +++ b/FerramAerospaceResearch/InstallChecker.cs @@ -9,10 +9,11 @@ using System.Linq; using System.Reflection; using UnityEngine; +using FerramAerospaceResearch.FARUtils; namespace FerramAerospaceResearch { - [KSPAddon(KSPAddon.Startup.MainMenu, true)] + [KSPAddon(KSPAddon.Startup.Instantly, true)] internal class InstallChecker : MonoBehaviour { protected void Start() @@ -25,6 +26,29 @@ protected void Start() .Name) .Where(a => a.url != "FerramAerospaceResearch/Plugins"); + +#if DEBUG + IEnumerable scaleRedist = + AssemblyLoader.loadedAssemblies.Where(a => a.assembly.GetName() + .Name.IndexOf("Scale_Redist", + StringComparison.OrdinalIgnoreCase) >= + 0); + if (scaleRedist.Any()) + { + IEnumerable paths = scaleRedist + .Select(a => a.path) + .Select(p => + Uri.UnescapeDataString(new Uri(Path.GetFullPath(KSPUtil + .ApplicationRootPath)) + .MakeRelativeUri(new Uri(p)) + .ToString() + .Replace('/', + Path + .DirectorySeparatorChar))); + FARLogger.Info($"Scale Redist loaded:\n\t{string.Join("\n\t", paths)}"); + } +#endif + if (!assemblies.Any()) return; IEnumerable badPaths = assemblies diff --git a/FerramAerospaceResearch/LEGACYferram4/FARAction.cs b/FerramAerospaceResearch/LEGACYferram4/FARAction.cs index aa0ea5386..53179f472 100644 --- a/FerramAerospaceResearch/LEGACYferram4/FARAction.cs +++ b/FerramAerospaceResearch/LEGACYferram4/FARAction.cs @@ -1,5 +1,5 @@ /* -Ferram Aerospace Research v0.15.11.2 "Mach" +Ferram Aerospace Research v0.15.11.3 "Mach" ========================= Aerodynamics model for Kerbal Space Program diff --git a/FerramAerospaceResearch/LEGACYferram4/FARAeroStress.cs b/FerramAerospaceResearch/LEGACYferram4/FARAeroStress.cs index 35b47dd4f..2cd0151f0 100644 --- a/FerramAerospaceResearch/LEGACYferram4/FARAeroStress.cs +++ b/FerramAerospaceResearch/LEGACYferram4/FARAeroStress.cs @@ -1,5 +1,5 @@ /* -Ferram Aerospace Research v0.15.11.2 "Mach" +Ferram Aerospace Research v0.15.11.3 "Mach" ========================= Aerodynamics model for Kerbal Space Program diff --git a/FerramAerospaceResearch/LEGACYferram4/FARBaseAerodynamics.cs b/FerramAerospaceResearch/LEGACYferram4/FARBaseAerodynamics.cs index 973c28343..5ec55bb66 100644 --- a/FerramAerospaceResearch/LEGACYferram4/FARBaseAerodynamics.cs +++ b/FerramAerospaceResearch/LEGACYferram4/FARBaseAerodynamics.cs @@ -1,5 +1,5 @@ /* -Ferram Aerospace Research v0.15.11.2 "Mach" +Ferram Aerospace Research v0.15.11.3 "Mach" ========================= Aerodynamics model for Kerbal Space Program diff --git a/FerramAerospaceResearch/LEGACYferram4/FARCenterQuery.cs b/FerramAerospaceResearch/LEGACYferram4/FARCenterQuery.cs index 04c14cd55..6e497e6bd 100644 --- a/FerramAerospaceResearch/LEGACYferram4/FARCenterQuery.cs +++ b/FerramAerospaceResearch/LEGACYferram4/FARCenterQuery.cs @@ -1,5 +1,5 @@ /* -Ferram Aerospace Research v0.15.11.2 "Mach" +Ferram Aerospace Research v0.15.11.3 "Mach" ========================= Aerodynamics model for Kerbal Space Program diff --git a/FerramAerospaceResearch/LEGACYferram4/FARControllableSurface.cs b/FerramAerospaceResearch/LEGACYferram4/FARControllableSurface.cs index 5fdf83029..3cfbfdc70 100644 --- a/FerramAerospaceResearch/LEGACYferram4/FARControllableSurface.cs +++ b/FerramAerospaceResearch/LEGACYferram4/FARControllableSurface.cs @@ -1,5 +1,5 @@ /* -Ferram Aerospace Research v0.15.11.2 "Mach" +Ferram Aerospace Research v0.15.11.3 "Mach" ========================= Aerodynamics model for Kerbal Space Program diff --git a/FerramAerospaceResearch/LEGACYferram4/FARPartModule.cs b/FerramAerospaceResearch/LEGACYferram4/FARPartModule.cs index ff2e4318e..32c4b1b85 100644 --- a/FerramAerospaceResearch/LEGACYferram4/FARPartModule.cs +++ b/FerramAerospaceResearch/LEGACYferram4/FARPartModule.cs @@ -1,5 +1,5 @@ /* -Ferram Aerospace Research v0.15.11.2 "Mach" +Ferram Aerospace Research v0.15.11.3 "Mach" ========================= Aerodynamics model for Kerbal Space Program diff --git a/FerramAerospaceResearch/LEGACYferram4/FARWingAerodynamicModel.cs b/FerramAerospaceResearch/LEGACYferram4/FARWingAerodynamicModel.cs index f5e2dcb6c..dd558f843 100644 --- a/FerramAerospaceResearch/LEGACYferram4/FARWingAerodynamicModel.cs +++ b/FerramAerospaceResearch/LEGACYferram4/FARWingAerodynamicModel.cs @@ -1,5 +1,5 @@ /* -Ferram Aerospace Research v0.15.11.2 "Mach" +Ferram Aerospace Research v0.15.11.3 "Mach" ========================= Aerodynamics model for Kerbal Space Program diff --git a/FerramAerospaceResearch/LEGACYferram4/FARWingInteraction.cs b/FerramAerospaceResearch/LEGACYferram4/FARWingInteraction.cs index 6d400f8d6..1179f8271 100644 --- a/FerramAerospaceResearch/LEGACYferram4/FARWingInteraction.cs +++ b/FerramAerospaceResearch/LEGACYferram4/FARWingInteraction.cs @@ -1,5 +1,5 @@ /* -Ferram Aerospace Research v0.15.11.2 "Mach" +Ferram Aerospace Research v0.15.11.3 "Mach" ========================= Aerodynamics model for Kerbal Space Program diff --git a/FerramAerospaceResearch/Properties/AssemblyInfo.cs b/FerramAerospaceResearch/Properties/AssemblyInfo.cs index 8cd0d8ba3..3836f2788 100644 --- a/FerramAerospaceResearch/Properties/AssemblyInfo.cs +++ b/FerramAerospaceResearch/Properties/AssemblyInfo.cs @@ -34,6 +34,6 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("0.15.11.2")] -[assembly: AssemblyFileVersion("0.15.11.2")] +[assembly: AssemblyVersion("0.15.11.3")] +[assembly: AssemblyFileVersion("0.15.11.3")] [assembly: KSPAssemblyDependency("ModularFlightIntegrator", 1, 0)] diff --git a/GameData/FerramAerospaceResearch/Assets/farshaders_linux.far b/GameData/FerramAerospaceResearch/Assets/farshaders_linux.far index 3171af136..a2cb00e7b 100644 Binary files a/GameData/FerramAerospaceResearch/Assets/farshaders_linux.far and b/GameData/FerramAerospaceResearch/Assets/farshaders_linux.far differ diff --git a/GameData/FerramAerospaceResearch/Assets/farshaders_macosx.far b/GameData/FerramAerospaceResearch/Assets/farshaders_macosx.far index ba9999d81..f83a439f5 100644 Binary files a/GameData/FerramAerospaceResearch/Assets/farshaders_macosx.far and b/GameData/FerramAerospaceResearch/Assets/farshaders_macosx.far differ diff --git a/GameData/FerramAerospaceResearch/Assets/farshaders_windows.far b/GameData/FerramAerospaceResearch/Assets/farshaders_windows.far index 651820d8d..7a0f963cb 100644 Binary files a/GameData/FerramAerospaceResearch/Assets/farshaders_windows.far and b/GameData/FerramAerospaceResearch/Assets/farshaders_windows.far differ diff --git a/GameData/FerramAerospaceResearch/FAR.version b/GameData/FerramAerospaceResearch/FAR.version index bbf08e5f4..3b13ae43f 100644 --- a/GameData/FerramAerospaceResearch/FAR.version +++ b/GameData/FerramAerospaceResearch/FAR.version @@ -10,16 +10,16 @@ "MAJOR" : 0, "MINOR" : 15, "PATCH" : 11, - "BUILD" : 2 + "BUILD" : 3 }, "KSP_VERSION_MIN" : { "MAJOR" : 1, - "MINOR" : 4, + "MINOR" : 8, "PATCH" : 0 }, "KSP_VERSION_MAX" : { "MAJOR" : 1, - "MINOR" : 7, + "MINOR" : 8, "PATCH" : 99 } } diff --git a/GameData/FerramAerospaceResearch/FerramAerospaceResearch.cfg b/GameData/FerramAerospaceResearch/FerramAerospaceResearch.cfg index d40e9f6a9..03b13884b 100644 --- a/GameData/FerramAerospaceResearch/FerramAerospaceResearch.cfg +++ b/GameData/FerramAerospaceResearch/FerramAerospaceResearch.cfg @@ -1,5 +1,29 @@ //This file will overwrite necessary stock values to make wings and some other oddly shaped parts behave properly under aerodynamic loadings // +@PART[KFAN]:FOR[FerramAerospaceResearch] +{ + !MODULE[ModuleLiftingSurface] { } +} +@PART[Mk2QuarterTank]:FOR[FerramAerospaceResearch] +{ + !MODULE[ModuleLiftingSurface] { } +} +@PART[Mk2-0.625x2]:FOR[FerramAerospaceResearch] +{ + !MODULE[ModuleLiftingSurface] { } +} +@PART[mk2SnubNose]:FOR[FerramAerospaceResearch] +{ + !MODULE[ModuleLiftingSurface] { } +} +@PART[Mk2_Half_ServiceBay]:FOR[FerramAerospaceResearch] +{ + !MODULE[ModuleLiftingSurface] { } +} +@PART[Mk2_ShieldedNosePort]:FOR[FerramAerospaceResearch] +{ + !MODULE[ModuleLiftingSurface] { } +} @PART[Mark1-2Pod]:FOR[FerramAerospaceResearch] { !MODULE[ModuleLiftingSurface] { } diff --git a/GameData/FerramAerospaceResearch/Plugins/FerramAerospaceResearch.dll b/GameData/FerramAerospaceResearch/Plugins/FerramAerospaceResearch.dll index 1cccf8dea..f7edf0633 100644 Binary files a/GameData/FerramAerospaceResearch/Plugins/FerramAerospaceResearch.dll and b/GameData/FerramAerospaceResearch/Plugins/FerramAerospaceResearch.dll differ diff --git a/GameData/FerramAerospaceResearch/Plugins/ferramGraph.dll b/GameData/FerramAerospaceResearch/Plugins/ferramGraph.dll index 6ea721fe4..4bb15dee0 100644 Binary files a/GameData/FerramAerospaceResearch/Plugins/ferramGraph.dll and b/GameData/FerramAerospaceResearch/Plugins/ferramGraph.dll differ diff --git a/README.md b/README.md index 644ed629e..be8b595ae 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -Ferram Aerospace Research Continued v0.15.11.2 "Mach" +Ferram Aerospace Research Continued v0.15.11.3 "Mach" ========================= Aerodynamics model for Kerbal Space Program @@ -64,6 +64,17 @@ Set all the other winglet/control surface values to zero CHANGELOG ======================================================= +0.15.11.3V "Mach"------------------------------------ + +Update to MM 4.1.0 +Update to MFI 1.2.7.0 + +Update to KSP 1.8 +Update shaders to Unity 2019.2 +Update .NET to 4.8 + +InstallChecker now runs instantly instead of waiting for main menu + 0.15.11.2V "Mach"------------------------------------ Update to MM 4.0.3 diff --git a/Unity/FerramAerospaceResearch/AssetBundles/farshaders_linux.far b/Unity/FerramAerospaceResearch/AssetBundles/farshaders_linux.far index 3171af136..a2cb00e7b 100644 Binary files a/Unity/FerramAerospaceResearch/AssetBundles/farshaders_linux.far and b/Unity/FerramAerospaceResearch/AssetBundles/farshaders_linux.far differ diff --git a/Unity/FerramAerospaceResearch/AssetBundles/farshaders_linux.manifest b/Unity/FerramAerospaceResearch/AssetBundles/farshaders_linux.manifest index 329a6052f..b64888abf 100644 --- a/Unity/FerramAerospaceResearch/AssetBundles/farshaders_linux.manifest +++ b/Unity/FerramAerospaceResearch/AssetBundles/farshaders_linux.manifest @@ -1,12 +1,12 @@ ManifestFileVersion: 0 -CRC: 580681029 +CRC: 3767505300 Hashes: AssetFileHash: serializedVersion: 2 - Hash: c95e6bbae221fdb9c9d9ffa242440004 + Hash: b96b25a77315c66e802b66c6ec872e56 TypeTreeHash: serializedVersion: 2 - Hash: bf45a693cba34bf6690ae7a121f21f9c + Hash: 677a1d6a6e8c5d2da1d9d0fadde392d8 HashAppended: 0 ClassTypes: - Class: 48 diff --git a/Unity/FerramAerospaceResearch/AssetBundles/farshaders_macosx.far b/Unity/FerramAerospaceResearch/AssetBundles/farshaders_macosx.far index ba9999d81..f83a439f5 100644 Binary files a/Unity/FerramAerospaceResearch/AssetBundles/farshaders_macosx.far and b/Unity/FerramAerospaceResearch/AssetBundles/farshaders_macosx.far differ diff --git a/Unity/FerramAerospaceResearch/AssetBundles/farshaders_macosx.manifest b/Unity/FerramAerospaceResearch/AssetBundles/farshaders_macosx.manifest index 3a7d89850..1c33137db 100644 --- a/Unity/FerramAerospaceResearch/AssetBundles/farshaders_macosx.manifest +++ b/Unity/FerramAerospaceResearch/AssetBundles/farshaders_macosx.manifest @@ -1,12 +1,12 @@ ManifestFileVersion: 0 -CRC: 1362289646 +CRC: 3026478533 Hashes: AssetFileHash: serializedVersion: 2 - Hash: f159240463fc6806fe543b3a6c44ce09 + Hash: 3b0603a5918b00647b820271c16011a3 TypeTreeHash: serializedVersion: 2 - Hash: bf45a693cba34bf6690ae7a121f21f9c + Hash: 677a1d6a6e8c5d2da1d9d0fadde392d8 HashAppended: 0 ClassTypes: - Class: 48 diff --git a/Unity/FerramAerospaceResearch/AssetBundles/farshaders_windows.far b/Unity/FerramAerospaceResearch/AssetBundles/farshaders_windows.far index 651820d8d..7a0f963cb 100644 Binary files a/Unity/FerramAerospaceResearch/AssetBundles/farshaders_windows.far and b/Unity/FerramAerospaceResearch/AssetBundles/farshaders_windows.far differ diff --git a/Unity/FerramAerospaceResearch/AssetBundles/farshaders_windows.manifest b/Unity/FerramAerospaceResearch/AssetBundles/farshaders_windows.manifest index ffcc9b84b..26f33a309 100644 --- a/Unity/FerramAerospaceResearch/AssetBundles/farshaders_windows.manifest +++ b/Unity/FerramAerospaceResearch/AssetBundles/farshaders_windows.manifest @@ -1,12 +1,12 @@ ManifestFileVersion: 0 -CRC: 4064553516 +CRC: 2321529484 Hashes: AssetFileHash: serializedVersion: 2 - Hash: 1d4781ae97bb60cc1a35e15de32ab163 + Hash: a23f1ba139204971af4e1913ddd139d0 TypeTreeHash: serializedVersion: 2 - Hash: bf45a693cba34bf6690ae7a121f21f9c + Hash: 677a1d6a6e8c5d2da1d9d0fadde392d8 HashAppended: 0 ClassTypes: - Class: 48 diff --git a/Unity/FerramAerospaceResearch/Assets/Editor/Bundle.cs b/Unity/FerramAerospaceResearch/Assets/Editor/Bundle.cs index 71e44eede..19b2647f0 100644 --- a/Unity/FerramAerospaceResearch/Assets/Editor/Bundle.cs +++ b/Unity/FerramAerospaceResearch/Assets/Editor/Bundle.cs @@ -31,7 +31,7 @@ public static class Bundler new ShaderTarget { suffix = "_macosx", - platform = BuildTarget.StandaloneOSXUniversal + platform = BuildTarget.StandaloneOSX } }; diff --git a/Unity/FerramAerospaceResearch/Packages/manifest.json b/Unity/FerramAerospaceResearch/Packages/manifest.json new file mode 100644 index 000000000..9d8b1d541 --- /dev/null +++ b/Unity/FerramAerospaceResearch/Packages/manifest.json @@ -0,0 +1,43 @@ +{ + "dependencies": { + "com.unity.assetbundlebrowser": "1.7.0", + "com.unity.ide.rider": "1.1.1", + "com.unity.ide.vscode": "1.0.7", + "com.unity.package-manager-ui": "2.2.0", + "com.unity.test-framework": "1.0.18", + "com.unity.textmeshpro": "2.0.1", + "com.unity.timeline": "1.1.0", + "com.unity.ugui": "1.0.0", + "com.unity.modules.ai": "1.0.0", + "com.unity.modules.androidjni": "1.0.0", + "com.unity.modules.animation": "1.0.0", + "com.unity.modules.assetbundle": "1.0.0", + "com.unity.modules.audio": "1.0.0", + "com.unity.modules.cloth": "1.0.0", + "com.unity.modules.director": "1.0.0", + "com.unity.modules.imageconversion": "1.0.0", + "com.unity.modules.imgui": "1.0.0", + "com.unity.modules.jsonserialize": "1.0.0", + "com.unity.modules.particlesystem": "1.0.0", + "com.unity.modules.physics": "1.0.0", + "com.unity.modules.physics2d": "1.0.0", + "com.unity.modules.screencapture": "1.0.0", + "com.unity.modules.terrain": "1.0.0", + "com.unity.modules.terrainphysics": "1.0.0", + "com.unity.modules.tilemap": "1.0.0", + "com.unity.modules.ui": "1.0.0", + "com.unity.modules.uielements": "1.0.0", + "com.unity.modules.umbra": "1.0.0", + "com.unity.modules.unityanalytics": "1.0.0", + "com.unity.modules.unitywebrequest": "1.0.0", + "com.unity.modules.unitywebrequestassetbundle": "1.0.0", + "com.unity.modules.unitywebrequestaudio": "1.0.0", + "com.unity.modules.unitywebrequesttexture": "1.0.0", + "com.unity.modules.unitywebrequestwww": "1.0.0", + "com.unity.modules.vehicles": "1.0.0", + "com.unity.modules.video": "1.0.0", + "com.unity.modules.vr": "1.0.0", + "com.unity.modules.wind": "1.0.0", + "com.unity.modules.xr": "1.0.0" + } +} diff --git a/Unity/FerramAerospaceResearch/ProjectSettings/GraphicsSettings.asset b/Unity/FerramAerospaceResearch/ProjectSettings/GraphicsSettings.asset index d74737e5e..f3874f64b 100644 --- a/Unity/FerramAerospaceResearch/ProjectSettings/GraphicsSettings.asset +++ b/Unity/FerramAerospaceResearch/ProjectSettings/GraphicsSettings.asset @@ -36,6 +36,8 @@ GraphicsSettings: - {fileID: 10753, guid: 0000000000000000f000000000000000, type: 0} - {fileID: 10770, guid: 0000000000000000f000000000000000, type: 0} - {fileID: 16000, guid: 0000000000000000f000000000000000, type: 0} + - {fileID: 16001, guid: 0000000000000000f000000000000000, type: 0} + - {fileID: 17000, guid: 0000000000000000f000000000000000, type: 0} m_PreloadedShaders: [] m_SpritesDefaultMaterial: {fileID: 10754, guid: 0000000000000000f000000000000000, type: 0} diff --git a/Unity/FerramAerospaceResearch/ProjectSettings/PresetManager.asset b/Unity/FerramAerospaceResearch/ProjectSettings/PresetManager.asset new file mode 100644 index 000000000..636a595b3 --- /dev/null +++ b/Unity/FerramAerospaceResearch/ProjectSettings/PresetManager.asset @@ -0,0 +1,6 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1386491679 &1 +PresetManager: + m_ObjectHideFlags: 0 + m_DefaultList: [] diff --git a/Unity/FerramAerospaceResearch/ProjectSettings/ProjectSettings.asset b/Unity/FerramAerospaceResearch/ProjectSettings/ProjectSettings.asset index e35cbc6a8..b20ce12d4 100644 --- a/Unity/FerramAerospaceResearch/ProjectSettings/ProjectSettings.asset +++ b/Unity/FerramAerospaceResearch/ProjectSettings/ProjectSettings.asset @@ -3,9 +3,11 @@ --- !u!129 &1 PlayerSettings: m_ObjectHideFlags: 0 - serializedVersion: 12 + serializedVersion: 18 productGUID: ce65ac5a908f45748986a79e0d68dd50 AndroidProfiler: 0 + AndroidFilterTouchesWhenObscured: 0 + AndroidEnableSustainedPerformanceMode: 0 defaultScreenOrientation: 4 targetDevice: 2 useOnDemandResources: 0 @@ -38,8 +40,6 @@ PlayerSettings: width: 1 height: 1 m_SplashScreenLogos: [] - m_SplashScreenBackgroundLandscape: {fileID: 0} - m_SplashScreenBackgroundPortrait: {fileID: 0} m_VirtualRealitySplashScreen: {fileID: 0} m_HolographicTrackingLossScreen: {fileID: 0} defaultScreenWidth: 1024 @@ -49,13 +49,11 @@ PlayerSettings: m_StereoRenderingPath: 0 m_ActiveColorSpace: 0 m_MTRendering: 1 - m_MobileMTRendering: 0 m_StackTraceTypes: 010000000100000001000000010000000100000001000000 iosShowActivityIndicatorOnLoading: -1 androidShowActivityIndicatorOnLoading: -1 - tizenShowActivityIndicatorOnLoading: -1 - iosAppInBackgroundBehavior: 0 displayResolutionDialog: 1 + iosUseCustomAppBackgroundBehavior: 0 iosAllowHTTPDownload: 1 allowedAutorotateToPortrait: 1 allowedAutorotateToPortraitUpsideDown: 1 @@ -63,9 +61,14 @@ PlayerSettings: allowedAutorotateToLandscapeLeft: 1 useOSAutorotation: 1 use32BitDisplayBuffer: 1 + preserveFramebufferAlpha: 0 disableDepthAndStencilBuffers: 0 - defaultIsFullScreen: 1 + androidStartInFullscreen: 1 + androidRenderOutsideSafeArea: 1 + androidUseSwappy: 0 + androidBlitType: 0 defaultIsNativeResolution: 1 + macRetinaSupport: 1 runInBackground: 0 captureSingleScreen: 0 muteOtherAudioSources: 0 @@ -77,6 +80,7 @@ PlayerSettings: usePlayerLog: 1 bakeCollisionMeshes: 0 forceSingleInstance: 0 + useFlipModelSwapchain: 1 resizableWindow: 0 useMacAppStoreValidation: 0 macAppStoreCategory: public.app-category.games @@ -90,35 +94,26 @@ PlayerSettings: visibleInBackground: 1 allowFullscreenSwitch: 1 graphicsJobMode: 0 - macFullscreenMode: 2 - d3d9FullscreenMode: 1 - d3d11FullscreenMode: 1 + fullscreenMode: 1 xboxSpeechDB: 0 xboxEnableHeadOrientation: 0 xboxEnableGuest: 0 xboxEnablePIXSampling: 0 - n3dsDisableStereoscopicView: 0 - n3dsEnableSharedListOpt: 1 - n3dsEnableVSync: 0 - ignoreAlphaClear: 0 + metalFramebufferOnly: 0 xboxOneResolution: 0 xboxOneSResolution: 0 xboxOneXResolution: 3 xboxOneMonoLoggingLevel: 0 xboxOneLoggingLevel: 1 xboxOneDisableEsram: 0 - videoMemoryForVertexBuffers: 0 - psp2PowerMode: 0 - psp2AcquireBGM: 1 - wiiUTVResolution: 0 - wiiUGamePadMSAA: 1 - wiiUSupportsNunchuk: 0 - wiiUSupportsClassicController: 0 - wiiUSupportsBalanceBoard: 0 - wiiUSupportsMotionPlus: 0 - wiiUSupportsProController: 0 - wiiUAllowScreenCapture: 1 - wiiUControllerCount: 0 + xboxOnePresentImmediateThreshold: 0 + switchQueueCommandMemory: 1048576 + switchQueueControlMemory: 16384 + switchQueueComputeMemory: 262144 + switchNVNShaderPoolsGranularity: 33554432 + switchNVNDefaultPoolsGranularity: 16777216 + switchNVNOtherPoolsGranularity: 16777216 + vulkanEnableSetSRGBWrite: 0 m_SupportedAspectRatios: 4:3: 1 5:4: 1 @@ -128,6 +123,7 @@ PlayerSettings: bundleVersion: 1.0 preloadedAssets: [] metroInputSource: 0 + wsaTransparentSwapchain: 0 m_HolographicPauseOnTrackingLoss: 1 xboxOneDisableKinectGpuReservation: 0 xboxOneEnable7thCore: 0 @@ -138,12 +134,33 @@ PlayerSettings: daydream: depthFormat: 0 useSustainedPerformanceMode: 0 + enableVideoLayer: 0 + useProtectedVideoMemory: 0 + minimumSupportedHeadTracking: 0 + maximumSupportedHeadTracking: 1 hololens: depthFormat: 1 + depthBufferSharingEnabled: 1 + lumin: + depthFormat: 0 + frameTiming: 2 + enableGLCache: 0 + glCacheMaxBlobSize: 524288 + glCacheMaxFileSize: 8388608 + oculus: + sharedDepthBuffer: 1 + dashSupport: 1 + lowOverheadMode: 0 + enable360StereoCapture: 0 + isWsaHolographicRemotingEnabled: 0 protectGraphicsMemory: 0 + enableFrameTimingStats: 0 useHDRDisplay: 0 - targetPixelDensity: 0 + m_ColorGamuts: 00000000 + targetPixelDensity: 30 resolutionScalingMode: 0 + androidSupportedAspectRatio: 1 + androidMaxAspectRatio: 2.1 applicationIdentifier: {} buildNumber: {} AndroidBundleVersionCode: 1 @@ -160,14 +177,12 @@ PlayerSettings: APKExpansionFiles: 0 keepLoadedShadersAlive: 0 StripUnusedMeshComponents: 0 - VertexChannelCompressionMask: - serializedVersion: 2 - m_Bits: 238 + VertexChannelCompressionMask: 214 iPhoneSdkVersion: 988 - iOSTargetOSVersionString: + iOSTargetOSVersionString: 9.0 tvOSSdkVersion: 0 tvOSRequireExtendedGameController: 0 - tvOSTargetOSVersionString: + tvOSTargetOSVersionString: 9.0 uIPrerenderedIcon: 0 uIRequiresPersistentWiFi: 0 uIRequiresFullScreen: 1 @@ -186,11 +201,16 @@ PlayerSettings: iPadHighResPortraitSplashScreen: {fileID: 0} iPadLandscapeSplashScreen: {fileID: 0} iPadHighResLandscapeSplashScreen: {fileID: 0} + iPhone65inPortraitSplashScreen: {fileID: 0} + iPhone65inLandscapeSplashScreen: {fileID: 0} + iPhone61inPortraitSplashScreen: {fileID: 0} + iPhone61inLandscapeSplashScreen: {fileID: 0} appleTVSplashScreen: {fileID: 0} appleTVSplashScreen2x: {fileID: 0} tvOSSmallIconLayers: [] tvOSSmallIconLayers2x: [] tvOSLargeIconLayers: [] + tvOSLargeIconLayers2x: [] tvOSTopShelfImageLayers: [] tvOSTopShelfImageLayers2x: [] tvOSTopShelfImageWideLayers: [] @@ -212,6 +232,8 @@ PlayerSettings: iOSLaunchScreeniPadFillPct: 100 iOSLaunchScreeniPadSize: 100 iOSLaunchScreeniPadCustomXibPath: + iOSUseLaunchScreenStoryboard: 0 + iOSLaunchScreenCustomStoryboardPath: iOSDeviceRequirements: [] iOSURLSchemes: [] iOSBackgroundModes: 0 @@ -222,48 +244,58 @@ PlayerSettings: appleDeveloperTeamID: iOSManualSigningProvisioningProfileID: tvOSManualSigningProvisioningProfileID: + iOSManualSigningProvisioningProfileType: 0 + tvOSManualSigningProvisioningProfileType: 0 appleEnableAutomaticSigning: 0 - AndroidTargetDevice: 0 + iOSRequireARKit: 0 + iOSAutomaticallyDetectAndAddCapabilities: 1 + appleEnableProMotion: 0 + clonedFromGUID: 00000000000000000000000000000000 + templatePackageId: + templateDefaultScene: + AndroidTargetArchitectures: 5 AndroidSplashScreenScale: 0 androidSplashScreen: {fileID: 0} - AndroidKeystoreName: + AndroidKeystoreName: '{inproject}: ' AndroidKeyaliasName: + AndroidBuildApkPerCpuArchitecture: 0 AndroidTVCompatibility: 1 AndroidIsGame: 1 + AndroidEnableTango: 0 androidEnableBanner: 1 + androidUseLowAccuracyLocation: 0 + androidUseCustomKeystore: 0 m_AndroidBanners: - width: 320 height: 180 banner: {fileID: 0} androidGamepadSupportLevel: 0 + AndroidValidateAppBundleSize: 1 + AndroidAppBundleSizeToValidate: 150 resolutionDialogBanner: {fileID: 0} m_BuildTargetIcons: [] + m_BuildTargetPlatformIcons: [] m_BuildTargetBatching: [] m_BuildTargetGraphicsAPIs: [] m_BuildTargetVRSettings: [] openGLRequireES31: 0 openGLRequireES31AEP: 0 - webPlayerTemplate: APPLICATION:Default + openGLRequireES32: 0 + vuforiaEnabled: 0 m_TemplateCustomTags: {} - wiiUTitleID: 0005000011000000 - wiiUGroupID: 00010000 - wiiUCommonSaveSize: 4096 - wiiUAccountSaveSize: 2048 - wiiUOlvAccessKey: 0 - wiiUTinCode: 0 - wiiUJoinGameId: 0 - wiiUJoinGameModeMask: 0000000000000000 - wiiUCommonBossSize: 0 - wiiUAccountBossSize: 0 - wiiUAddOnUniqueIDs: [] - wiiUMainThreadStackSize: 3072 - wiiULoaderThreadStackSize: 1024 - wiiUSystemHeapSize: 128 - wiiUTVStartupScreen: {fileID: 0} - wiiUGamePadStartupScreen: {fileID: 0} - wiiUDrcBufferDisabled: 0 - wiiUProfilerLibPath: + mobileMTRendering: + iPhone: 1 + tvOS: 1 + m_BuildTargetGroupLightmapEncodingQuality: + - m_BuildTarget: Standalone + m_EncodingQuality: 1 + - m_BuildTarget: XboxOne + m_EncodingQuality: 1 + - m_BuildTarget: PS4 + m_EncodingQuality: 1 + m_BuildTargetGroupLightmapSettings: [] playModeTestRunnerEnabled: 0 + runPlayModeTestAsEditModeTest: 0 actionOnDotNetUnhandledException: 1 enableInternalProfiler: 0 logObjCUncaughtExceptions: 1 @@ -381,8 +413,14 @@ PlayerSettings: switchParentalControl: 0 switchAllowsScreenshot: 1 switchAllowsVideoCapturing: 1 + switchAllowsRuntimeAddOnContentInstall: 0 switchDataLossConfirmation: 0 + switchUserAccountLockEnabled: 0 + switchSystemResourceMemory: 16777216 switchSupportedNpadStyles: 3 + switchNativeFsCacheSize: 32 + switchIsHoldTypeHorizontal: 0 + switchSupportedNpadCount: 8 switchSocketConfigEnabled: 0 switchTcpInitialSendBufferSize: 32 switchTcpInitialReceiveBufferSize: 64 @@ -412,6 +450,8 @@ PlayerSettings: ps4PronunciationSIGPath: ps4BackgroundImagePath: ps4StartupImagePath: + ps4StartupImagesFolder: + ps4IconImagesFolder: ps4SaveDataImagePath: ps4SdkOverride: ps4BGMPath: @@ -430,12 +470,15 @@ PlayerSettings: ps4DownloadDataSize: 0 ps4GarlicHeapSize: 2048 ps4ProGarlicHeapSize: 2560 + playerPrefsMaxSize: 32768 ps4Passcode: frAQBc8Wsa1xVPfvJcrgRYwTiizs2trQ ps4pnSessions: 1 ps4pnPresence: 1 ps4pnFriends: 1 ps4pnGameCustomData: 1 playerPrefsSupport: 0 + enableApplicationExit: 0 + resetTempFolder: 1 restrictedAudioUsageRights: 0 ps4UseResolutionFallback: 0 ps4ReprojectionSupport: 0 @@ -459,56 +502,9 @@ PlayerSettings: ps4attribEyeToEyeDistanceSettingVR: 0 ps4IncludedModules: [] monoEnv: - psp2Splashimage: {fileID: 0} - psp2NPTrophyPackPath: - psp2NPSupportGBMorGJP: 0 - psp2NPAgeRating: 12 - psp2NPTitleDatPath: - psp2NPCommsID: - psp2NPCommunicationsID: - psp2NPCommsPassphrase: - psp2NPCommsSig: - psp2ParamSfxPath: - psp2ManualPath: - psp2LiveAreaGatePath: - psp2LiveAreaBackroundPath: - psp2LiveAreaPath: - psp2LiveAreaTrialPath: - psp2PatchChangeInfoPath: - psp2PatchOriginalPackage: - psp2PackagePassword: F69AzBlax3CF3EDNhm3soLBPh71Yexui - psp2KeystoneFile: - psp2MemoryExpansionMode: 0 - psp2DRMType: 0 - psp2StorageType: 0 - psp2MediaCapacity: 0 - psp2DLCConfigPath: - psp2ThumbnailPath: - psp2BackgroundPath: - psp2SoundPath: - psp2TrophyCommId: - psp2TrophyPackagePath: - psp2PackagedResourcesPath: - psp2SaveDataQuota: 10240 - psp2ParentalLevel: 1 - psp2ShortTitle: Not Set - psp2ContentID: IV0000-ABCD12345_00-0123456789ABCDEF - psp2Category: 0 - psp2MasterVersion: 01.00 - psp2AppVersion: 01.00 - psp2TVBootMode: 0 - psp2EnterButtonAssignment: 2 - psp2TVDisableEmu: 0 - psp2AllowTwitterDialog: 1 - psp2Upgradable: 0 - psp2HealthWarning: 0 - psp2UseLibLocation: 0 - psp2InfoBarOnStartup: 0 - psp2InfoBarColor: 0 - psp2ScriptOptimizationLevel: 0 - psmSplashimage: {fileID: 0} splashScreenBackgroundSourceLandscape: {fileID: 0} splashScreenBackgroundSourcePortrait: {fileID: 0} + blurSplashScreenBackground: 1 spritePackerPolicy: webGLMemorySize: 256 webGLExceptionSupport: 1 @@ -520,14 +516,21 @@ PlayerSettings: webGLTemplate: APPLICATION:Default webGLAnalyzeBuildSize: 0 webGLUseEmbeddedResources: 0 - webGLUseWasm: 0 webGLCompressionFormat: 1 + webGLLinkerTarget: 1 + webGLThreadsSupport: 0 + webGLWasmStreaming: 0 scriptingDefineSymbols: {} platformArchitecture: {} scriptingBackend: {} + il2cppCompilerConfiguration: {} + managedStrippingLevel: {} incrementalIl2cppBuild: {} + allowUnsafeCode: 0 additionalIl2CppArgs: scriptingRuntimeVersion: 1 + gcIncremental: 0 + gcWBarrierValidation: 0 apiCompatibilityLevelPerPlatform: {} m_RenderingPath: 1 m_MobileRenderingPath: 1 @@ -541,11 +544,12 @@ PlayerSettings: metroApplicationDescription: FerramAerospaceResearch wsaImages: {} metroTileShortName: - metroCommandLineArgsFile: metroTileShowName: 0 metroMediumTileShowName: 0 metroLargeTileShowName: 0 metroWideTileShowName: 0 + metroSupportStreamingInstall: 0 + metroLastRequiredScene: 0 metroDefaultTileSize: 1 metroTileForegroundText: 2 metroTileBackgroundColor: {r: 0.13333334, g: 0.17254902, b: 0.21568628, a: 0} @@ -553,35 +557,10 @@ PlayerSettings: a: 1} metroSplashScreenUseBackgroundColor: 0 platformCapabilities: {} + metroTargetDeviceFamilies: {} metroFTAName: metroFTAFileTypes: [] metroProtocolName: - metroCompilationOverrides: 1 - tizenProductDescription: - tizenProductURL: - tizenSigningProfileName: - tizenGPSPermissions: 0 - tizenMicrophonePermissions: 0 - tizenDeploymentTarget: - tizenDeploymentTargetType: -1 - tizenMinOSVersion: 1 - n3dsUseExtSaveData: 0 - n3dsCompressStaticMem: 1 - n3dsExtSaveDataNumber: 0x12345 - n3dsStackSize: 131072 - n3dsTargetPlatform: 2 - n3dsRegion: 7 - n3dsMediaSize: 0 - n3dsLogoStyle: 3 - n3dsTitle: GameName - n3dsProductCode: - n3dsApplicationId: 0xFF3FF - stvDeviceAddress: - stvProductDescription: - stvProductAuthor: - stvProductAuthorEmail: - stvProductLink: - stvProductCategory: 0 XboxOneProductId: XboxOneUpdateKey: XboxOneSandboxId: @@ -591,6 +570,7 @@ PlayerSettings: XboxOneGameOsOverridePath: XboxOnePackagingOverridePath: XboxOneAppManifestOverridePath: + XboxOneVersion: 1.0.0.0 XboxOnePackageEncryption: 0 XboxOnePackageUpdateGranularity: 2 XboxOneDescription: @@ -604,17 +584,38 @@ PlayerSettings: XboxOneSplashScreen: {fileID: 0} XboxOneAllowedProductIds: [] XboxOnePersistentLocalStorageSize: 0 - xboxOneScriptCompiler: 0 + XboxOneXTitleMemory: 8 + xboxOneScriptCompiler: 1 + XboxOneOverrideIdentityName: vrEditorSettings: daydream: daydreamIconForeground: {fileID: 0} daydreamIconBackground: {fileID: 0} cloudServicesEnabled: {} + luminIcon: + m_Name: + m_ModelFolderPath: + m_PortalFolderPath: + luminCert: + m_CertPath: + m_SignPackage: 1 + luminIsChannelApp: 0 + luminVersion: + m_VersionCode: 1 + m_VersionName: facebookSdkVersion: 7.9.4 - apiCompatibilityLevel: 2 + facebookAppId: + facebookCookies: 1 + facebookLogging: 1 + facebookStatus: 1 + facebookXfbml: 0 + facebookFrictionlessRequests: 1 + apiCompatibilityLevel: 6 cloudProjectId: + framebufferDepthMemorylessMode: 0 projectName: organizationId: cloudEnabled: 0 enableNativePlatformBackendsForNewInputSystem: 0 disableOldInputManagerSupport: 0 + legacyClampBlendShapeWeights: 1 diff --git a/Unity/FerramAerospaceResearch/ProjectSettings/ProjectVersion.txt b/Unity/FerramAerospaceResearch/ProjectSettings/ProjectVersion.txt index 87512f6bc..e1a95a314 100644 --- a/Unity/FerramAerospaceResearch/ProjectSettings/ProjectVersion.txt +++ b/Unity/FerramAerospaceResearch/ProjectSettings/ProjectVersion.txt @@ -1 +1,2 @@ -m_EditorVersion: 2017.1.3p1 +m_EditorVersion: 2019.2.2f1 +m_EditorVersionWithRevision: 2019.2.2f1 (ab112815d860) diff --git a/Unity/FerramAerospaceResearch/ProjectSettings/VFXManager.asset b/Unity/FerramAerospaceResearch/ProjectSettings/VFXManager.asset new file mode 100644 index 000000000..6e0eaca40 --- /dev/null +++ b/Unity/FerramAerospaceResearch/ProjectSettings/VFXManager.asset @@ -0,0 +1,11 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!937362698 &1 +VFXManager: + m_ObjectHideFlags: 0 + m_IndirectShader: {fileID: 0} + m_CopyBufferShader: {fileID: 0} + m_SortShader: {fileID: 0} + m_RenderPipeSettingsPath: + m_FixedTimeStep: 0.016666668 + m_MaxDeltaTime: 0.05 diff --git a/Unity/FerramAerospaceResearch/ProjectSettings/XRSettings.asset b/Unity/FerramAerospaceResearch/ProjectSettings/XRSettings.asset new file mode 100644 index 000000000..482590c19 --- /dev/null +++ b/Unity/FerramAerospaceResearch/ProjectSettings/XRSettings.asset @@ -0,0 +1,10 @@ +{ + "m_SettingKeys": [ + "VR Device Disabled", + "VR Device User Alert" + ], + "m_SettingValues": [ + "False", + "False" + ] +} \ No newline at end of file diff --git a/bin/Debug/FerramAerospaceResearch.dll b/bin/Debug/FerramAerospaceResearch.dll index a903cf7e4..45c294c0a 100644 Binary files a/bin/Debug/FerramAerospaceResearch.dll and b/bin/Debug/FerramAerospaceResearch.dll differ diff --git a/bin/Debug/ferramGraph.dll b/bin/Debug/ferramGraph.dll index 21b194a64..4bb15dee0 100644 Binary files a/bin/Debug/ferramGraph.dll and b/bin/Debug/ferramGraph.dll differ diff --git a/config.json b/config.json index 59623c852..9e5ca97a3 100644 --- a/config.json +++ b/config.json @@ -7,13 +7,13 @@ "ModDir": "$(SolutionDir)$(ModDirRelative)", "PluginDir": "$(ModDir)Plugins/", "AssetDir": "$(ModDir)Assets/", - "KSP_DIR_INSTALL": "C:/Zaidimai/KSP 1.7.2/", + "KSP_DIR_INSTALL": "C:/Zaidimai/KSP 1.8.0/", "KSPGameData": "$(KSP_DIR_INSTALL)GameData/", "GameDir": "$(KSPGameData)$(ModName)/", "VersionMajor": 0, "VersionMinor": 15, "VersionBuild": 11, - "VersionRevision": 2, + "VersionRevision": 3, "VersionName": "Mach", "Year": 2019, "NumericalVersion": "$(VersionMajor).$(VersionMinor).$(VersionBuild).$(VersionRevision)", @@ -21,8 +21,8 @@ "VersionRegex": "\\d+\\.\\d+\\.\\d+(?:\\.\\d+)?\\s*\"\\w+\"", "KSPMajorMin": 1, "KSPMajorMax": 1, - "KSPMinorMin": 4, - "KSPMinorMax": 7, + "KSPMinorMin": 8, + "KSPMinorMax": 8, "UnityDir": "Unity/$(ModName)/", "AssetBundleDir": "$(UnityDir)AssetBundles/" }, diff --git a/ferramGraph/ferramGraph.csproj b/ferramGraph/ferramGraph.csproj index 2634d7eae..201f2cedf 100644 --- a/ferramGraph/ferramGraph.csproj +++ b/ferramGraph/ferramGraph.csproj @@ -1,5 +1,5 @@  - + Debug AnyCPU @@ -10,10 +10,11 @@ Properties ferram4 ferramGraph - v3.5 + v4.8 512 + 8 true @@ -45,6 +46,15 @@ False $(KSP_DIR_BUILD)KSP_x64_Data\Managed\UnityEngine.dll + + $(KSP_DIR_BUILD)KSP_x64_Data\Managed\UnityEngine.CoreModule.dll + + + $(KSP_DIR_BUILD)KSP_x64_Data\Managed\UnityEngine.IMGUIModule.dll + + + $(KSP_DIR_BUILD)KSP_x64_Data\Managed\UnityEngine.TextRenderingModule.dll +