Skip to content

Latest commit

 

History

History
83 lines (61 loc) · 2.73 KB

CHANGELOG.md

File metadata and controls

83 lines (61 loc) · 2.73 KB

1.16 (May 12th, 2020):

  • [Fix #4] Add range and spot angle adjutsable controls.
  • [Fix #27] Allow light color and status be controllable in EVA and in flight.
  • [Fix #28] Stock lights don't show up in the CCK category.
  • [Change] Stop complaining about KSP minor version change.
  • [Enhancement] Add PAW action to reset the changed settings to the state at the scene load.
  • [Enhancement] Allow ReStock+ light parts orientation for EVA adjustment.

1.15 (December 1st, 2019):

  • [Fix #25] Stock lights don't emit light, conflict with Restock.

1.14 (October 27th, 2019):

  • [Change] KSP 1.8 compatibility. WARNING: the mod won't work with version lower than KSP 1.8!

1.13 (April 23rd, 2019):

  • [Change] KSP 1.7 compatibility.

1.12 (March 8th, 2019):

  • [Fix #19] Compatibility with ReStock mod.

1.11 (January 12th, 2019):

  • [Enhancement] Add Portuguese localization (PT_br).
  • [Fix #16] Parts without bulkheadProfiles breaks KSP 1.6.

1.10 (December 22nd, 2018)

  • [Change] KSP 1.6 compatibility.

1.9 (October 16th, 2018)

  • [Change] KSP 1.5 compatibility.

1.8 (July 8th, 2018)

  • [Change] Upgrade the ModuleManager dependency version.
  • [Enhancement] Add Italian localization (IT_it).
  • [Enhancement] Add Spanish localization (ES_es).

1.7 (March 8th, 2018)

  • KSP 1.4 support.

1.6 (October 2nd, 2017)

  • [Change] Put the stock lights in tyhe CCK category.
  • [Enhancement] Support CCK Lights "category".

1.5 (September 21st, 2017)

  • Support localization.
  • Add RU localization.

1.4.0 (May 25th, 2017)

  • KSP 1.3 support.

1.3.1 (December 1st, 2016)

  • [Enhancement #3] Support lens color in the stock lighting parts.

1.3.0 (October 12th, 2016)

  • [Enhancement] KSP 1.2 support

1.2.4 (May 23, 2016):

  • [Change] Add surface light modules to stackable KIS items. Needs Module Manager.

1.2.3 (May 13, 2016):

  • [Change] Code adjustments to compile under KSP 1.1.2
  • [Change] Disable animation on 4-way light since it doesn't work properly anyways.
  • [Change] Rename GUI action and event names in 4-way light to identify which light they control.
  • [Change] Expose setting "Lens brightness" to allow customizing light's minimum brightness level.

1.2.2

  • Fixed bug where light color was not correctly restored when loading a ship in the editor.
  • Refactored code for expansion (future development of navlights)

1.2.1

  • Removed extraneous debug log text

1.2

  • Lights now use a custom light module called SurfaceLight
  • The surface lights now default to a color set in the parts file
  • The color of the light on the model now chanegs to reflect the light's color

1.1 (by peteletroll)

  • Lower part temperature tolerance to match the stock lights
  • Converted textures to DDS and lowered their size to make them more efficient

1.0

  • Initial release