Skip to content
Success

Changes

Summary

  1. Add some comments about ThrustController behavior (commit: ee9d395) (details)
  2. kOS: add antenna + solar panel controllers (commit: 5a008be) (details)
Commit ee9d395c55c20b87ef344eb50fa46b7ac30f3f31 by lamont
Add some comments about ThrustController behavior

This module is weird because it always-runs the limiters via
the self-subscribe by design.

For kOS users they need to turn off all the limiters in order to
effectively disable the module.
(commit: ee9d395)
The file was modified MechJeb2/MechJebModuleThrustController.cs (diff)
Commit 5a008be8e443f46b79fb25341264268ad558d9c8 by lamont
kOS: add antenna + solar panel controllers

- Some cleanup (possibly breaking) of the MJ modules
(commit: 5a008be)
The file was modified MechJebKos/Addon.cs (diff)
The file was addedMechJebKos/SolarPanelControllerBinding.cs
The file was addedMechJebKos/DeployableControllerBinding.cs
The file was addedMechJebKos/AntennaControllerBinding.cs
The file was modified MechJeb2/MechJebModuleSolarPanelController.cs (diff)
The file was modified MechJeb2/MechJebModuleDeployableController.cs (diff)
The file was modified MechJeb2/MechJebModuleDeployableAntennaController.cs (diff)