Skip to content
Success

Changes

Summary

  1. Code style changes and fixes (commit: 951b442) (details)
Commit 951b442d9bb9ff2415674b40d5fe09e9870292a9 by lamont
Code style changes and fixes

Officially declaring bankruptcy on trying to get rider to format
similar elements in columns, without doing awful things.

Snuck some of the editorconfig changes into the previous commits
on the hoverslam module, this applies them consistently.
(commit: 951b442)
The file was modified MechJebLib/Properties/AssemblyInfo.cs (diff)
The file was modified MechJebLibTest/Primitives/Q3Tests/MatrixConversionTests.cs (diff)
The file was modified MechJebLib/FuelFlowSimulation/PartModules/SimModuleEngines.cs (diff)
The file was modified MechJebLibTest/Primitives/V3Tests/ConstructorAccessorTests.cs (diff)
The file was modified MechJebLib/PSG/Terminal/FlightPathAngle5.cs (diff)
The file was modified MechJebLibTest/PSGTests/AscentTests/KerbinTests.cs (diff)
The file was modified MechJebLib/Maneuvers/ReturnFromMoon.cs (diff)
The file was modified MechJebLib/HoverslamSimulation/HoverslamSimulation.cs (diff)
The file was modified MechJebLib/PSG/Problem.cs (diff)
The file was modified MechJebLib/Lambert/Gooding.cs (diff)
The file was modified MechJebLibTest/PSGTests/AscentTests/TheStandardTests.cs (diff)
The file was modified MechJebLibBindings/ReflectionUtils.cs (diff)
The file was modified .editorconfig (diff)
The file was modified MechJebLib/Primitives/HBase.cs (diff)
The file was modified Directory.Build.props (diff)
The file was modified MechJebLib/PSG/Phase.cs (diff)
The file was modified MechJebLib/Utils/AsyncJob.cs (diff)
The file was modified MechJebLib/Primitives/Hn.cs (diff)
The file was modified MechJebLib/FuelFlowSimulation/SimPartModule.cs (diff)
The file was modified MechJebLib/FuelFlowSimulation/PartModules/SimModuleDockingNode.cs (diff)
The file was modified MechJebLib/Primitives/V3.cs (diff)
The file was modified MechJebLibTest/Primitives/V3Tests/CoordinateConversionTests.cs (diff)
The file was modified MechJebLibTest/Properties/AssemblyInfo.cs (diff)
The file was modified MechJebLib/ODE/AbstractIVP.cs (diff)
The file was modified MechJebLibTest/RootfindingTests/BisectionTests.cs (diff)
The file was modified MechJebLib/Utils/DictOfLists.cs (diff)
The file was modified MechJebLibTest/Primitives/M3Tests/DiagonalSkewConstructionTests.cs (diff)
The file was modified MechJebLibBindings/FuelFlowSimulation/SimVesselBuilder.cs (diff)
The file was modified MechJebLib/Maneuvers/TwoImpulseTransfer.cs (diff)
The file was modified MechJebLib/PSG/Terminal/Kepler4.cs (diff)
The file was modified MechJebLib/Functions/Astro.cs (diff)
The file was modified MechJebLib/HoverslamSimulation/HoverslamLayout.cs (diff)
The file was modified MechJebLibTest/Primitives/M3Tests/NormTests.cs (diff)
The file was modified MechJebLibTest/ControlTests/PIDLoopTests.cs (diff)
The file was modified MechJebLibTest/ManeuversTests/ChangeOrbitalElementTests.cs (diff)
The file was modified MechJebLib/Control/PIDLoop2.cs (diff)
The file was modified MechJebLib/PSG/Terminal/FlightPathAngle4.cs (diff)
The file was modified MechJebLib/ODE/AbstractRungeKutta.cs (diff)
The file was modified MechJebLib/PSG/AscentGuesser.cs (diff)
The file was modified MechJebLibTest/Primitives/V3Tests/StringRepresentationTests.cs (diff)
The file was modified MechJebLibTest/Primitives/M3Tests/CoreOperationsTests.cs (diff)
The file was modified MechJebLib/Control/PIDLoop.cs (diff)
The file was modified MechJebLibTest/TestInitialization.cs (diff)
The file was modified MechJebLib/Control/MultiVariableGrid.cs (diff)
The file was modified MechJebLib/Primitives/Scale.cs (diff)
The file was modified MechJebLib/FuelFlowSimulation/SimVessel.cs (diff)
The file was modified MechJebLib/Control/LQRLoop1.cs (diff)
The file was modified MechJebLib/Control/Biquad.cs (diff)
The file was modified MechJebLibTest/Utils/AutoDiffTests.cs (diff)
The file was modified MechJebLib/PSG/Ascent.cs (diff)
The file was modified MechJebLib/FuelFlowSimulation/FuelStats.cs (diff)
The file was modified MechJebLib/PSG/Terminal/FlightPathAngle4Energy.cs (diff)
The file was modified MechJebLib/MechJebLib.csproj (diff)
The file was modified MechJebLib/PSG/InterpolantLayout.cs (diff)
The file was modified MechJebLib/Minimization/BrentMin.cs (diff)
The file was modified MechJebLib/PSG/Terminal/FlightPathAngle3Energy.cs (diff)
The file was modified MechJebLib/FuelFlowSimulation/PartModules/SimModuleRCS.cs (diff)
The file was modified MechJebLib/Utils/MechJebLibException.cs (diff)
The file was modified MechJebLib/FuelFlowSimulation/SimPart.cs (diff)
The file was modified MechJebLib/ODE/DP8.cs (diff)
The file was modified MechJebLib/FuelFlowSimulation/FuelFlowSimulation.cs (diff)
The file was modified MechJebLibTest/ManeuversTests/ReturnFromMoonTests.cs (diff)
The file was modified MechJebLibTest/ManeuversTests/TwoImpulseTransferTests.cs (diff)
The file was modified MechJebLib/Control/MultiVariableInterpolator.cs (diff)
The file was modified MechJebLib/Utils/AutoDiff.cs (diff)
The file was modified MechJebLibTest/ManeuversTests/Simple.cs (diff)
The file was modified MechJebLib/Rootfinding/Newton.cs (diff)
The file was modified MechJebLibTest/ApproximateEqualException.cs (diff)
The file was modified MechJebLib/FunctionImpls/RealDeltaVToChangeApoapsisPrograde.cs (diff)
The file was modified MechJebLib/Primitives/M3.cs (diff)
The file was modified MechJebLib/TwoBody/Farnocchia.cs (diff)
The file was modified MechJebLib/Maneuvers/ChangeOrbitalElement.cs (diff)
The file was modified MechJebLib/Maneuvers/Simple.cs (diff)
The file was modified MechJebLib/Control/IPIDLoop.cs (diff)
The file was modified MechJebLibBindings/PartExtensions.cs (diff)
The file was modified MechJebLibTest/PSGTests/AscentTests/Titan2Tests.cs (diff)
The file was modified MechJebLib/PSG/Optimizer.cs (diff)
The file was modified MechJebLib/PSG/VariableProxy.cs (diff)
The file was modified MechJebLib/TwoBody/Shepperd.cs (diff)
The file was modified MechJebLib/PSG/AscentBuilder.cs (diff)
The file was modified MechJebLib/Primitives/Q3.cs (diff)
The file was modified MechJebLibTest/FunctionsTests.cs (diff)
The file was modified MechJebLibTest/TwoBodyTests/FarnocchiaTests.cs (diff)
The file was modified MechJebLib/PSG/Terminal/Kepler5.cs (diff)
The file was modified MechJebLibTest/LambertTests/GoodingTests.cs (diff)
The file was modified MechJebLibTest/PSGTests/AscentTests/RealRocketTests.cs (diff)
The file was modified MechJebLib/Primitives/Vn.cs (diff)
The file was modified MechJebLib/PSG/SolutionBuilder.cs (diff)
The file was modified MechJebLibTest/PSGTests/AscentTests/BuggyTests.cs (diff)
The file was modified MechJebLibBindings/MathExtensions.cs (diff)
The file was modified MechJebLib/ODE/Event.cs (diff)
The file was modified MechJebLib/PSG/AscentProblem.cs (diff)
The file was modified MechJebLibBindings/FuelFlowSimulation/SimVesselUpdater.cs (diff)
The file was modified MechJebLib/Control/DeltaSigmaThrottleModulator.cs (diff)
The file was modified MechJebLib/PSG/PhaseCollection.cs (diff)
The file was modified MechJebLib/Lambert/Izzo.cs (diff)
The file was modified MechJebLib/PSG/Terminal/Kepler3.cs (diff)
The file was modified MechJebLib/Utils/ObjectPool.cs (diff)
The file was modified MechJebLib/FuelFlowSimulation/SimResource.cs (diff)
The file was modified MechJebLib/Rootfinding/BrentRoot.cs (diff)
The file was modified MechJebLib/FuelFlowSimulation/PartModules/SimModuleDecouple.cs (diff)
The file was modified MechJebLibTest/TwoBodyTests/ShepperdTests.cs (diff)
The file was modified MechJebLib/Rootfinding/Bisection.cs (diff)
The file was modified MechJebLib/packages.config (diff)
The file was modified MechJebLibBindings/H1Extensions.cs (diff)
The file was modified MechJebLib/FuelFlowSimulation/SimPropellant.cs (diff)
The file was modified MechJebLib/PSG/PhaseProxy.cs (diff)
The file was modified MechJebLib/PSG/Solution.cs (diff)
The file was modified MechJebLib/Utils/Statics.cs (diff)
The file was modified MechJebLibBindings/FuelFlowSimulation/SimVesselManager.cs (diff)
The file was modified MechJebLib/HoverslamSimulation/HoverslamSimulationBuilder.cs (diff)
The file was modified MechJebLibBindings/Properties/AssemblyInfo.cs (diff)
The file was modified MechJebLibTest/Primitives/M3Tests/MiscConstructorTests.cs (diff)
The file was modified MechJebLibTest/RootfindingTests/NewtonTests.cs (diff)