Skip to content

Releases: gotmachine/UpgradesUIExtensions

V1.5 for KSP 1.2.2

19 Apr 10:29
Compare
Choose a tag to compare

v1.5 for KSP 1.2.2 - 19/04/2017

  • (Issue #5 fix) : NRE when PartStats{} node is absent from PartStatsUpgradeModule bug
  • (Issue #4 fix) : ModuleDataTransmitter (and others) doesn't revert to base stats bug
  • (Issue #3 fix) : Incorrect state of upgrades at init bug

V1.4 for KSP 1.2.2

18 Apr 10:47
Compare
Choose a tag to compare

Changes

  • Refactored a lot of things
  • Re-fixed nullref on creating the upgraded parts prefab (thanks @oort for the perfect bug report)
  • Removed mini-AVC dll, KSP-AVC is still supported
  • Renamed plugin name to "UpgradesGUI"

New feature : upgrades selection

  • This allow to customize which upgrades are applied to placed parts in all modes (Career, Science and Sandbox)
  • Parts with upgrades now have a clickable "upgrade widget" at the top of the tooltip widget list
  • Clicking on the widget show a list of upgrade widgets that can be toggled to enable/disable upgrades for this part
  • Upgrades exclusivity/overrides rules and R&D unlock status can't be bypassed (no cheating / unintended usage)
  • Vessels with customized upgrades will work perfectly if the plugin is removed, all this is done within the stock upgrade implementation.

V1.4-PRE1 for KSP 1.2.2

03 Apr 00:35
Compare
Choose a tag to compare
Pre-release

WARNING : this is a very little tested version that may have bugs and mess up your game.

New feature : upgrades selection

  • This allow to customize which upgrades are applied to placed parts in all modes (Career, Science and Sandbox)
  • Parts with upgrades now have a clickable "upgrade widget" at the top of the tooltip widget list
  • Clicking on the widget show a list of upgrade widgets that can be toggled to enable/disable upgrades for this part
  • Upgrades exclusivity/overrides rules and R&D unlock status can't be bypassed (no cheating / unintended usage)
  • Vessels with customized upgrades will work perfectly if the plugin is removed, all this is done within the stock upgrade implementation.

V1.3 for KSP 1.2.2

28 Mar 15:48
Compare
Choose a tag to compare

v1.3 for KSP 1.2.2 - 28/03/2017

  • Fixed an issue causing an exception within the GameDatabase, this resolve the issue with toolbar icons disappearance (Thanks @rodger)
  • The module widget list in the part tooltip is now sorted alphabetically (this reproduce the stock behaviour)

V1.2 for KSP 1.2.2

24 Mar 17:50
Compare
Choose a tag to compare

Changelog

  • The "custom prefabs" parts now try to call OnLoad() on their modules, with the HighLogic.LoadedScene set to LOADING, in an effort to better replicate what happens with the real part prefabs. This fix the issue with Kerbalism custom modules, and may prevent the same kind of error from surfacing in other plugins. Thanks @ShotgunNinja for guidance on what was happening.

  • Added some error-checking so if things go wrong, the plugin should fail a bit more gracefully.

V1.1 for KSP 1.2.2

23 Mar 14:24
Compare
Choose a tag to compare

Added KSP-AVC version checking support

Initial release - V1.0 for KSP 1.2.2

22 Mar 22:59
Compare
Choose a tag to compare

First release with UI tweaks