Skip to content
This repository has been archived by the owner on Dec 24, 2018. It is now read-only.

Releases: ihsoft/KSPDev

KSPDev_Utils v0.37

09 Jul 03:31
76cf6f0
Compare
Choose a tag to compare

0.37.0 (July 8th, 2018):

  • [Change] Don't reload the KSPField fields on language change to improve stability. Delegate it to the Localization Tool.
  • [Change] Migrate to x64 profile. The 32-bit game mode is no more supported!
  • [Enhancement] Protect the localization calls with try/catch to not fail when a single module behaves wrong.

KSPDev_LogConsole v0.19

09 Jul 03:33
76cf6f0
Compare
Choose a tag to compare

0.19 (July 8th, 2018):

  • [Change] Use KSPDev_Utils KSPDev Utils v0.37.

KSPDev_Utils v0.36

08 Jul 07:15
a0b9428
Compare
Choose a tag to compare

0.36.0 (July 7th, 2018):

KSPDev_Utils v0.35

26 Jun 04:17
b9c2edb
Compare
Choose a tag to compare

0.35.0 (June 25th, 2018):

  • [Fix] Make a value copy of the persistent fields when copying config from the prefab: ConfigAccessor.CopyPartConfigFromPrefab.
  • [Change] Move specification tag constant from LocalizationManager into a specialized class GUIUtils.StdSpecTags.
  • [Enhancement] Expose the localization tags from the type formatters (e.g. GUIUtils.MassType).
  • [Enhancement] On language version change, reload the part config fields in all the prefabs and the active parts in the scene.

KSPDev_LogConsole v0.18

26 Jun 04:59
b9c2edb
Compare
Choose a tag to compare

0.18 (June 25th, 2018):

  • [Change] Use KSPDev_Utils KSPDev Utils v0.35.

KSPDev_Utils v0.34.1

22 May 04:48
d6ff4ba
Compare
Choose a tag to compare

0.34.1 (May 19th, 2018):

  • [Fix] Make the custom fields copy method as safe as possible. There are too many edge cases.

KSPDev_Utils v0.34

17 May 06:54
0ac6f25
Compare
Choose a tag to compare

0.34 (May 16th, 2018):

KSPDev_Utils v0.33

07 May 04:47
6d83f23
Compare
Choose a tag to compare

0.33 (May 6th, 2018):

  • [Fix] Fix the search in Hierarchy.FindPartModelByPath. It supposed to do the "breadth-first" search, but in fact was implementing the "depth-first" one. Now it's true BFS.
  • [Fix] Fix reading of the initalized compound and collection fields: don't complain about the readonly fields.

KSPDev_Utils v0.32

02 May 05:27
60e79b9
Compare
Choose a tag to compare

0.32 (May 5th, 2018):

KSPDev_Utils v0.31

08 Mar 05:46
bcef8ea
Compare
Choose a tag to compare

Get the binary and the docs XML from the Binaries folder.