Skip to content

Releases: Apokee/PlaneMode

v1.4.5

28 May 01:13
8073f78
Compare
Choose a tag to compare
Changed
  • Compatibility with KSP 1.3.0.

v1.4.4

12 Oct 18:29
v1.4.4
2d15578
Compare
Choose a tag to compare
Fixed
  • Fixed automatic detection of SPH for setting default control mode.

v1.4.3

12 Oct 15:12
v1.4.3
5ae3eeb
Compare
Choose a tag to compare
Changed
  • Compatability with KSP 1.2.

v1.4.2

11 Jun 21:37
Compare
Choose a tag to compare
Fixed
  • Fixed using AppLauncher button to change control mode.

v1.4.1

11 Jun 19:43
Compare
Choose a tag to compare
Changed
  • Use UI_Cycle attribute for more stock-like context menu item.
Fixed
  • Fixed some annoying NullReferenceExceptions.

v1.4.0

11 Jun 14:07
Compare
Choose a tag to compare
Changed
  • Context menu items have been consolidated into a single item that shows current control mode and allows you to toggle
    betwen them.

v1.3.1

20 Apr 16:30
Compare
Choose a tag to compare
Changed
  • Compatibility with KSP 1.1

v1.3.0

26 Jul 03:06
Compare
Choose a tag to compare
Added
  • 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
Fixed
  • Fix example configuration patch to show how to actually change toggle keys.

v1.2.0

17 Jul 04:28
Compare
Choose a tag to compare
Added
  • Add defaultControlMode, defaultVabControlMode, defaultSphControlMode configuration settings to control default
    control mode used for various situations.

v1.1.0

09 May 22:14
Compare
Choose a tag to compare
Added
  • Add KSPAssembly attribute to assembly.
Changed
  • 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 the PlaneMode/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.
Fixed
  • Fix Plane mode settings being persisted in certain situations.
  • Fix the display of the log level for debug messages.