KSP-RO / TestFlight

KSP Mod that provides a part research and reliability system
43 stars 32 forks source link

Refactor core away from a pull system #135

Open jwvanderbeck opened 8 years ago

jwvanderbeck commented 8 years ago

Right now the scenario polls all the parts, and initializes them. This is backwards.

The parts should be driving everything and reporting back to the scenario when necessary.