Skip to content

Commit 3544572

Browse files
committed
Prep for v1.8.0
1 parent da27e9c commit 3544572

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

GameData/SimpleAdjustableFairings/SimpleAdjustableFairings.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
"USERNAME" : "blowfishpro",
77
"REPOSITORY" : "SimpleAdjustableFairings"
88
},
9-
"VERSION": "1.7.2",
9+
"VERSION": "1.8.0",
1010
"KSP_VERSION": "1.8.1"
1111
}

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,16 @@ Code and plugin are distributed under the [GNU Lesser General Public License](ht
2020

2121
## Changelog
2222

23+
### v1.8.0
24+
25+
* Add `enabled` attribute to model data (default `true`)
26+
* Used for part switching to disable a particular piece of the fairing (since eliminating the node wouldn't do anything)
27+
* Send `OnPartModelChanged` event so other modules can respond to changes in the model
28+
* Listen for `ModuleDataChanged` to rebuild fairing
29+
* 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
30+
* Use better method of recalculating drag cubes
31+
* Send/listen for `DragCubesWereRecalculated` and `FarWasNotifiedToRevoxelize` to make sure actions are only done once per cycle
32+
2333
### v1.7.2
2434

2535
* Fix invisible prefabs counting for cargo bay occlusion tests

0 commit comments

Comments
 (0)