Skip to content
Success

Changes

Summary

  1. Landing autopilot style cleanup (commit: 21844b9) (details)
Commit 21844b9e9a7e4edddbd28733f43c69d1b437f5f7 by lamont
Landing autopilot style cleanup

This may be breaking due to changing methods to private and changing
the name of public methods.

If anything has been made private that is actually getting used just
drop in a bug report to revert it and it can be made public with a
[UsedImplicitly] added to make IDEs happy.  It isn't intended to
force people to beat on it with reflection calls to private APIs.

Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
(commit: 21844b9)
The file was modified MechJeb2/LandingAutopilot/LowDeorbitBurn.cs (diff)
The file was modified MechJeb2/MechJebModuleLandingGuidance.cs (diff)
The file was modified MechJeb2/LandingAutopilot/UntargetedDeorbit.cs (diff)
The file was modified MechJeb2/LandingAutopilot/CoastToDeceleration.cs (diff)
The file was modified MechJeb2/LandingAutopilot/KillHorizontalVelocity.cs (diff)
The file was modified MechJeb2/LandingAutopilot/FinalDescent.cs (diff)
The file was modified MechJeb2/AutopilotModule.cs (diff)
The file was modified MechJeb2/LandingAutopilot/DeorbitBurn.cs (diff)
The file was modified MechJeb2/MechJebModuleLandingAutopilot.cs (diff)
The file was modified MechJeb2/LandingAutopilot/CourseCorrection.cs (diff)
The file was modified MechJeb2/LandingAutopilot/DecelerationBurn.cs (diff)
The file was modified MechJeb2/LandingAutopilot/PlaneChange.cs (diff)