Skip to content

Commit

Permalink
Prep for v1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
blowfishpro committed Mar 25, 2020
1 parent da27e9c commit 3544572
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
"USERNAME" : "blowfishpro",
"REPOSITORY" : "SimpleAdjustableFairings"
},
"VERSION": "1.7.2",
"VERSION": "1.8.0",
"KSP_VERSION": "1.8.1"
}
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,16 @@ Code and plugin are distributed under the [GNU Lesser General Public License](ht

## Changelog

### v1.8.0

* 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

### v1.7.2

* Fix invisible prefabs counting for cargo bay occlusion tests
Expand Down

0 comments on commit 3544572

Please sign in to comment.