post-kerbin-mining-corporation / NearFutureSolar

Adds more solar panel parts to Kerbal Space Program
32 stars 25 forks source link

SOL-A Expanding Curved Solar Array energy flow when retracted #6

Closed pyalot closed 8 years ago

pyalot commented 8 years ago

The SOL-A Expanding Curved Solar Array still produces energy flow after retraction.

sol-a-flow-bug

ChrisAdderley commented 8 years ago

Weird. I'll check it out.

ChrisAdderley commented 8 years ago

GUI issue. When the panel retracts it stops updating to save resources, getting the UI stuck at the last update (no Ec was actually produced). Now will push a "Panel Retracted" note the UI when it retracts.

Fixed in https://github.com/ChrisAdderley/NearFutureSolar/commit/3f4b4f9daf82f546bf391de847158d677b14136a , will be in the next update.

pyalot commented 8 years ago

The other panels (stock or NFS) don't have the same issue, it's something specific to this panel. In the other panels energy flow display is set to 0 the instant they start retracting (not so in the SOL-A).

ChrisAdderley commented 8 years ago

Well this is the only panel that uses the CurvedSolarPanel module and also retracts/deploys, so it was the only one affected. As I mentioned, it's fixed in that commit