Skip to content

Releases: blowfishpro/SimpleAdjustableFairings

SimpleAdjustableFairings v1.12.0 for KSP 1.11.2

22 Mar 07:42
Compare
Choose a tag to compare

SimpleAdjustableFairings v1.11.0 for KSP 1.10.1

02 Aug 03:06
Compare
Choose a tag to compare

SimpleAdjustableFairings v1.10.1 for KSP 1.9.1

01 Apr 07:46
Compare
Choose a tag to compare
  • Fix transparency not being set correctly on disabled objects (which might become enabled by switching)
  • Fix fairing parts not re-initializing when new data is pushed by another module before the fairing is built

SimpleAdjustableFairings v1.10.0 for KSP 1.9.1

31 Mar 07:41
Compare
Choose a tag to compare
  • Don't modify drag cubes/FAR/colliders if deployed (fixes an exception when loading a craft with a deployed fairing)
  • Group all of the fairing's fields and events in the part action window:
    • Adds two new fields to ModuleSimpleAdjustableFairing:
      • uiGroupName - unique identifier for the group, defaults to fairing
      • uiGroupDisplayName - name of the group to display in the UI, defaults to Fairing

SimpleAdjustableFairings v1.9.1 for KSP 1.9.1

28 Mar 01:19
Compare
Choose a tag to compare
  • Pre-render both drag cubes rather than re-rendering at deployment
    • Fix exceptions and potential physics weirdness at deployment

SimpleAdjustableFairings v1.9.0 for KSP 1.9.1

26 Mar 03:01
Compare
Choose a tag to compare

Recompile against KSP 1.9.1

SimpleAdjustableFairings v1.8.0 for KSP 1.8.1

25 Mar 06:53
Compare
Choose a tag to compare
  • Add enabled attribute to model data (default true)
    • Used for part switching to disable a particular piece of the fairing (since eliminating the node wouldn't do anything)
  • Send OnPartModelChanged event so other modules can respond to changes in the model
  • Listen for ModuleDataChanged to rebuild fairing
    • Use requestNotifyFARToRevoxelize and requestRecalculateDragCubes attributes of event details if present rather than recalculating aero properties ourself, that ensures it's only done once per cycle
  • Use better method of recalculating drag cubes
  • Send/listen for DragCubesWereRecalculated and FarWasNotifiedToRevoxelize to make sure actions are only done once per cycle

SimpleAdjustableFairings v1.7.2 for KSP 1.8.1

10 Mar 07:23
Compare
Choose a tag to compare
  • Fix invisible prefabs counting for cargo bay occlusion tests

SimpleAdjustableFairings v1.7.1 for KSP 1.8.1

07 Mar 09:31
Compare
Choose a tag to compare
  • Fix root part fairings when loading an existing vessel

SimpleAdjustableFairings v1.7.0 for KSP 1.8.1

06 Mar 08:02
Compare
Choose a tag to compare
  • Wall now optional (but it won't be adjustable if not present)
  • Add wall base that there will only ever be one of and will stay at the bottom of the fairing
    • WALL_BASE in the config
  • Add cap which will only be attached to the first segment (and move with the nose)
    • CAP in the config