Skip to content
Success

Changes

Summary

  1. Make fields readonly (commit: faf0377) (details)
  2. Use TryGetValue (commit: a060fd7) (details)
  3. Use TryAdd (commit: dad84bf) (details)
  4. Inline out variable declaration (commit: 088be36) (details)
  5. Remove unused local variables in Tests (commit: 824cb30) (details)
  6. Remove empty statements (commit: e58d5d2) (details)
Commit faf0377e96f2f3c19731d771d6e87980d49554f5 by lamont
Make fields readonly

Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
(commit: faf0377)
The file was modified MechJeb2/MechJebLib/Core/ODE/Event.cs (diff)
The file was modified MechJeb2/MechJebModuleLandingPredictions.cs (diff)
The file was modified MechJeb2/MechJebModuleRoverController.cs (diff)
The file was modified MechJeb2/MechJebModuleCustomInfoWindow.cs (diff)
The file was modified MechJeb2/MechJebLib/PVG/Phase.cs (diff)
The file was modified MechJeb2/MechJebModuleRCSController.cs (diff)
The file was modified MechJeb2/MechJebModuleWarpHelper.cs (diff)
The file was modified MechJeb2/FlyingSim/SimulatedVessel.cs (diff)
The file was modified MechJeb2/Maneuver/OperationAdvancedTransfer.cs (diff)
The file was modified MechJeb2/MechJebLib/PVG/Optimizer.cs (diff)
The file was modified MechJeb2/MechJebModuleRCSBalancer.cs (diff)
The file was modified MechJeb2/MechJebModuleSmartASS.cs (diff)
The file was modified MechJeb2/MechJebModuleSettings.cs (diff)
The file was modified MechJeb2/MechJebModuleSpaceplaneAutopilot.cs (diff)
The file was modified MechJeb2/MechJebModuleAttitudeController.cs (diff)
The file was modified MechJeb2/MechJebModuleMenu.cs (diff)
The file was modified MechJeb2/MechJebModuleDockingAutopilot.cs (diff)
The file was modified MechJeb2/MechJebModuleStageStats.cs (diff)
The file was modified MechJeb2/MechJebModuleDeployableController.cs (diff)
The file was modified MechJeb2/MechJebModuleRendezvousAutopilot.cs (diff)
The file was modified MechJeb2/FlyingSim/SimulatedPart.cs (diff)
The file was modified MechJeb2/MechJebModuleTranslatron.cs (diff)
The file was modified MechJeb2/MechJebModuleDebugArrows.cs (diff)
The file was modified MechJeb2/VesselState.cs (diff)
Commit a060fd799fd05742c9749ee1c65e585a24956d3a by lamont
Use TryGetValue

Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
(commit: a060fd7)
The file was modified MechJeb2/VesselState.cs (diff)
Commit dad84bf0cb1127017ed2b9bd9ddef15126c4f56c by lamont
Use TryAdd

Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
(commit: dad84bf)
The file was modified MechJeb2/VesselState.cs (diff)
Commit 088be36ba0a07a1607f4abfcad935759aa90d5ad by lamont
Inline out variable declaration

Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
(commit: 088be36)
The file was modified MechJeb2/VesselState.cs (diff)
The file was modified MechJeb2/MechJebModuleDebugArrows.cs (diff)
The file was modified MechJeb2/MechJebModuleSpaceplaneAutopilot.cs (diff)
The file was modified MechJeb2/MechJebModuleAttitudeController.cs (diff)
The file was modified MechJeb2/MechJebModuleRoverController.cs (diff)
The file was modified MechJeb2/MechJebModuleCustomInfoWindow.cs (diff)
Commit 824cb304253c24c5149c1691e1e30cee3cfa6a5c by lamont
Remove unused local variables in Tests

Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
(commit: 824cb30)
The file was modified MechJebLibTest/PVGTests/Integrators/VacuumThrustIntegratorTests.cs (diff)
The file was modified MechJebLibTest/PVGTests/AscentTests/Titan2Tests.cs (diff)
The file was modified MechJebLibTest/ManeuversTests/TwoImpulseTransferTests.cs (diff)
The file was modified MechJebLibTest/MathsTests/FunctionsTests.cs (diff)
Commit e58d5d2e162ecbe669d4fc81319e0432f7e073ad by lamont
Remove empty statements

Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
(commit: e58d5d2)
The file was modified MechJebLibTest/PVGTests/AscentTests/Titan2Tests.cs (diff)
The file was modified MechJeb2/VesselExtensions.cs (diff)