Releases: blowfishpro/SimpleAdjustableFairings
Releases · blowfishpro/SimpleAdjustableFairings
SimpleAdjustableFairings v1.12.0 for KSP 1.11.2
- Recompile against KSP 1.11.2
SimpleAdjustableFairings v1.11.0 for KSP 1.10.1
- Recompile against KSP 1.10.1
SimpleAdjustableFairings v1.10.1 for KSP 1.9.1
- 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
- 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 tofairing
uiGroupDisplayName
- name of the group to display in the UI, defaults toFairing
- Adds two new fields to
SimpleAdjustableFairings v1.9.1 for KSP 1.9.1
- 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
Recompile against KSP 1.9.1
SimpleAdjustableFairings v1.8.0 for KSP 1.8.1
- Add
enabled
attribute to model data (defaulttrue
)- 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
andrequestRecalculateDragCubes
attributes of event details if present rather than recalculating aero properties ourself, that ensures it's only done once per cycle
- Use
- Use better method of recalculating drag cubes
- Send/listen for
DragCubesWereRecalculated
andFarWasNotifiedToRevoxelize
to make sure actions are only done once per cycle
SimpleAdjustableFairings v1.7.2 for KSP 1.8.1
- Fix invisible prefabs counting for cargo bay occlusion tests
SimpleAdjustableFairings v1.7.1 for KSP 1.8.1
- Fix root part fairings when loading an existing vessel
SimpleAdjustableFairings v1.7.0 for KSP 1.8.1
- 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