Skip to content

v1.4.4

Compare
Choose a tag to compare
@allista allista released this 20 Jun 22:57
· 802 commits to master since this release
  • Added kerbal traits and level to CrewTransferWindow; Closed #4
  • Added a slghtly optimized version of GLDrawHull.
  • Converted DebugInfo props of filters into ToString overrides.
  • Added two Utils.LerpTime methods.
  • In SimplePartFilter:
    • Fixed module matching with moduleInfo.moduleName: Converted MODULES to List of strings that is filled with SetMODULES methods that accepts IEnumerable of Types and converts Type.Name to moduleName/categoryName format.
    • Added default implementation of the filter method.