- Add
engineMode.propellant
field - Protentially breaking changes:
- Cleanup
ModuleCommand
: Remove fields that belong toPart
to access those usemoduleCommand.part.field
- Cleanup
ModuleDockingNode
: Remove fields that belong toPart
to access those usedockingNode.part.field
- Cleanup
- Add
.part
field to allModule*
types - Add
moduleCommand.required_resources
- Add
moduleSolarPanel.resource_setting
- Add
moduleHeatshield.required_resources
- Add binding for transmitter modules
- Add binding for lighting modules
- Add binding for generator modules
- Support air intake, command, decoupler, docking node, generator, light, transmitter, science_experiment in VAB
- Make resource container information available in VAB
- Add
.flat_map
and.filter_map
to ranges - Make
warp_to
,cancel_warp
andset_warp_index
inksp::game::warp
available in sync context (i.e. inside UI callback)- This is in part a rollback of the previous change to
warp_to
- This is in part a rollback of the previous change to
- Add binding for RCS modules
- Add binding for ReactionWheel modules
- Add
.active_transmitter
field toScienceStorage
ScienceStorage
had to be moved fromksp::science
toksp::vessel
- Add
.connection_status
to vessel