- Compatibility with KSP 1.3.0.
- Fixed automatic detection of SPH for setting default control mode.
- Compatibility with KSP 1.2.
- Fixed using AppLauncher button to change control mode.
- Use
UI_Cycle
attribute for more stock-like context menu item.
- Fixed some annoying NullReferenceExceptions.
- Context menu items have been consolidated into a single item that shows current control mode and allows you to toggle betwen them.
- Compatibility with KSP 1.1
- Add actions to all applicables parts to change control modes, making them available to action groups. Available actions are:
Control Mode: Toggle
Control Mode: Rocket
Control Mode: Plane
- Fix example configuration patch to show how to actually change toggle keys.
- Add
defaultControlMode
,defaultVabControlMode
,defaultSphControlMode
configuration settings to control default control mode used for various situations.
- Add
KSPAssembly
attribute to assembly.
PLANEMODE_USER_SETTINGS
is deprecated (although still supported), a Module Manager patch should now be used to modify settings. An example patch is distributed in thePlaneMode/Configuration
directory.- Clarified log message that made it appeared as if code was being executed more times than it was.
- Simplified the way textures are loaded.
- Fix Plane mode settings being persisted in certain situations.
- Fix the display of the log level for debug messages.
- Initalize ControlMode to Rocket to avoid warning on vessel load
- Kerbal Space Program v1.0 compatibility
- Added setting to disable Application Launcher (stock toolbar) button.
- Docking controls are now supported.
- Interaction with trim controls should now be fixed.
- Interaction with SAS/Autopilot should now be fixed.
- Use stock Application Launcher.
- Control mode is persisted with command pods, probe cores, and docking ports. The mode used is determined by whichever part is selected with the Control From Here button.
- Control mode is automatically selected for new parts in the editor. Parts in the VAB are placed in Rocket mode and parts in the SPH are placed in Plane mode.
- Renamed from "Aeroplane Mode" to "Plane Mode".
- Settings configuration has been changed slightly and toggle and hold keys have both been defaulted to None rather than ScrollLock and Home.
- Handle switching vessels better.