diff --git a/FerramAerospaceResearch/CompatibilityChecker.cs b/FerramAerospaceResearch/CompatibilityChecker.cs index ea995f9a8..d6e9bd5df 100644 --- a/FerramAerospaceResearch/CompatibilityChecker.cs +++ b/FerramAerospaceResearch/CompatibilityChecker.cs @@ -58,7 +58,7 @@ public static bool IsCompatible() // Even if you don't lock down functionality, you should return true if your users // can expect a future update to be available. // - return Versioning.version_major == 1 && Versioning.version_minor == 3; + return Versioning.version_major == 1 && Versioning.version_minor == 5; /*-----------------------------------------------*\ | IMPLEMENTERS SHOULD NOT EDIT BEYOND THIS POINT! | diff --git a/FerramAerospaceResearch/FerramAerospaceResearch.csproj b/FerramAerospaceResearch/FerramAerospaceResearch.csproj index 4199dcb49..d204f6805 100644 --- a/FerramAerospaceResearch/FerramAerospaceResearch.csproj +++ b/FerramAerospaceResearch/FerramAerospaceResearch.csproj @@ -1,181 +1,181 @@ - - - - Debug - AnyCPU - 8.0.30703 - 2.0 - {0CE2D15F-3EC2-4DC0-B35F-D9F7B18169BE} - Library - Properties - FerramAerospaceResearch - FerramAerospaceResearch - v3.5 - 512 - - - - - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - true - false - - - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - true - false - - - - False - ..\..\..\..\Games\KSP 1.3\KSP_x64_Data\Managed\Assembly-CSharp.dll - - - False - ..\..\..\..\Games\KSP 1.3\KSP_x64_Data\Managed\KSPAssets.dll - - - False - ..\..\..\..\Games\KSP 1.2\GameData\ModularFlightIntegrator\ModularFlightIntegrator.dll - - - False - ..\GameData\FerramAerospaceResearch\Plugins\Scale_Redist.dll - - - - False - ..\..\..\..\Games\KSP 1.3\KSP_x64_Data\Managed\UnityEngine.dll - - - False - ..\..\..\..\Games\KSP 1.3\KSP_x64_Data\Managed\UnityEngine.UI.dll - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - {0ccfed24-728c-432b-9fdc-30bef1116ede} - ferramGraph - - - - - xcopy /y "$(TargetPath)*" "$(SolutionDir)/GameData\FerramAerospaceResearch\Plugins" - - - \ No newline at end of file + + + + Debug + AnyCPU + 8.0.30703 + 2.0 + {0CE2D15F-3EC2-4DC0-B35F-D9F7B18169BE} + Library + Properties + FerramAerospaceResearch + FerramAerospaceResearch + v3.5 + 512 + + + + + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + true + false + + + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + true + false + + + + False + ..\..\..\..\Games\KSP 1.3\KSP_x64_Data\Managed\Assembly-CSharp.dll + + + False + ..\..\..\..\Games\KSP 1.3\KSP_x64_Data\Managed\KSPAssets.dll + + + False + ..\..\..\..\Games\KSP 1.2\GameData\ModularFlightIntegrator\ModularFlightIntegrator.dll + + + False + ..\GameData\FerramAerospaceResearch\Plugins\Scale_Redist.dll + + + + False + ..\..\..\..\Games\KSP 1.3\KSP_x64_Data\Managed\UnityEngine.dll + + + False + ..\..\..\..\Games\KSP 1.3\KSP_x64_Data\Managed\UnityEngine.UI.dll + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + {0ccfed24-728c-432b-9fdc-30bef1116ede} + ferramGraph + + + + + xcopy /y "$(TargetPath)*" "$(SolutionDir)/GameData\FerramAerospaceResearch\Plugins" + + + diff --git a/GameData/FerramAerospaceResearch/FAR.version b/GameData/FerramAerospaceResearch/FAR.version index 919357a04..b0e7db39f 100644 --- a/GameData/FerramAerospaceResearch/FAR.version +++ b/GameData/FerramAerospaceResearch/FAR.version @@ -1,25 +1,25 @@ -{ - "NAME" : "Ferram Aerospace Research", - "DOWNLOAD" : "https://github.com/ferram4/Ferram-Aerospace-Research/releases", - "URL" : "https://raw.githubusercontent.com/ferram4/Ferram-Aerospace-Research/master/GameData/FerramAerospaceResearch/FAR.version", - "GITHUB" : { - "USERNAME" : "ferram4", - "REPOSITORY" : "Ferram-Aerospace-Research" - }, - "VERSION" : { - "MAJOR" : 0, - "MINOR" : 15, - "PATCH" : 9, - "BUILD" : 1 - }, - "KSP_VERSION_MIN" : { - "MAJOR" : 1, - "MINOR" : 3, - "PATCH" : 0 - }, - "KSP_VERSION_MAX" : { - "MAJOR" : 1, - "MINOR" : 3, - "PATCH" : 99 - } -} +{ + "NAME" : "Ferram Aerospace Research", + "DOWNLOAD" : "https://github.com/ferram4/Ferram-Aerospace-Research/releases", + "URL" : "https://raw.githubusercontent.com/ferram4/Ferram-Aerospace-Research/master/GameData/FerramAerospaceResearch/FAR.version", + "GITHUB" : { + "USERNAME" : "ferram4", + "REPOSITORY" : "Ferram-Aerospace-Research" + }, + "VERSION" : { + "MAJOR" : 0, + "MINOR" : 15, + "PATCH" : 9, + "BUILD" : 4 + }, + "KSP_VERSION_MIN" : { + "MAJOR" : 1, + "MINOR" : 5, + "PATCH" : 1 + }, + "KSP_VERSION_MAX" : { + "MAJOR" : 1, + "MINOR" : 5, + "PATCH" : 99 + } +} diff --git a/GameData/FerramAerospaceResearch/Plugins/FerramAerospaceResearch.dll b/GameData/FerramAerospaceResearch/Plugins/FerramAerospaceResearch.dll index 260e345cf..d736ec79c 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 11da75ad7..a333b15a9 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 f9b627a7b..ef1d2b47e 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -Ferram Aerospace Research v0.15.9.1 "Liepmann" +Ferram Aerospace Research v0.15.9.4 "ferram4.2" ========================= Aerodynamics model for Kerbal Space Program @@ -18,7 +18,7 @@ Aerodynamics model for Kerbal Space Program Part.cfg changes powered by sarbian & ialdabaoth's ModuleManager plugin; used with permission http://forum.kerbalspaceprogram.com/threads/55219 - ModularFLightIntegrator by Sarbian, Starwaster and Ferram4, MIT: http://opensource.org/licenses/MIT + ModularFlightIntegrator by Sarbian, Starwaster and Ferram4, MIT: http://opensource.org/licenses/MIT http://forum.kerbalspaceprogram.com/threads/118088 Toolbar integration powered by blizzy78's Toolbar plugin; used with permission @@ -64,6 +64,20 @@ Set all the other winglet/control surface values to zero CHANGELOG ======================================================= +0.15.9.4V "ferram4.2"------------------------------------ + +Compatibility for KSP 1.5.1 + +0.15.9.3V "ferram4.1"------------------------------------ + +Compatibility for KSP 1.4.5 + +0.15.9.2V "ferram4"------------------------------------ + +Compatibility for KSP 1.4.3 +Update to MFI 1.2.5 +Update to MM 3.0.7 + 0.15.9.1V "Liepmann"------------------------------------ Update for KSP 1.3.1 (though not strictly necessary) @@ -129,7 +143,7 @@ Update license Fix an issue where voxels could be incredibly asymmetric on symmetric crafts -0.15.7V "Küchemann"------------------------------------ +0.15.7V "Küchemann"------------------------------------ Update to ModuleManager 2.6.25 Update for KSP 1.1.3 compatibility @@ -174,7 +188,7 @@ Fix RealChute / RealChuteLite interaction breaking stock chute behavior, thanks Fix mass-calc error for wing-mass-strength that resulted in all planes gaining unhealthy amounts of weight Attempt to make debug-compatibility actually work, thanks to NathanKell -0.15.6.1V "von Kármán"------------------------------------ +0.15.6.1V "von Kármán"------------------------------------ Fix a critical CPU usage bug that resulted in voxelization threads SpinWaiting forever, monopolizing the processor Fix parachutes without RealChute configs not applying forces when FAR + RC are installed, thanks to stupid_chris diff --git a/ferramGraph/ferramGraph.csproj b/ferramGraph/ferramGraph.csproj index 649b860d1..cda66da20 100644 --- a/ferramGraph/ferramGraph.csproj +++ b/ferramGraph/ferramGraph.csproj @@ -1,66 +1,66 @@ - - - - Debug - AnyCPU - 8.0.30703 - 2.0 - {0CCFED24-728C-432B-9FDC-30BEF1116EDE} - Library - Properties - ferramGraph - ferramGraph - v3.5 - 512 - - - - - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - false - - - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - false - - - - False - ..\..\..\..\Games\KSP 1.3\KSP_x64_Data\Managed\Assembly-CSharp.dll - - - - - False - ..\..\..\..\Games\KSP 1.3\KSP_x64_Data\Managed\UnityEngine.dll - - - - - - - - - - call pdb2mdb "$(TargetPath)" -xcopy /y "$(TargetPath)*" "$(SolutionDir)/GameData\FerramAerospaceResearch\Plugins" - - - \ No newline at end of file + + + + Debug + AnyCPU + 8.0.30703 + 2.0 + {0CCFED24-728C-432B-9FDC-30BEF1116EDE} + Library + Properties + ferramGraph + ferramGraph + v3.5 + 512 + + + + + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + false + + + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + false + + + + False + ..\..\..\..\Games\KSP 1.3\KSP_x64_Data\Managed\Assembly-CSharp.dll + + + + + False + ..\..\..\..\Games\KSP 1.3\KSP_x64_Data\Managed\UnityEngine.dll + + + + + + + + + + call pdb2mdb "$(TargetPath)" +xcopy /y "$(TargetPath)*" "$(SolutionDir)/GameData\FerramAerospaceResearch\Plugins" + + +