Skip to content

v0.5.5.4

Pre-release
Pre-release
Compare
Choose a tag to compare
@untoldwind untoldwind released this 08 Mar 19:52
· 213 commits to master since this release
90b7272
  • Add engineMode.propellant field
  • Protentially breaking changes:
    • Cleanup ModuleCommand: Remove fields that belong to Part to access those use moduleCommand.part.field
    • Cleanup ModuleDockingNode: Remove fields that belong to Part to access those use dockingNode.part.field
  • Add .part field to all Module* 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 and set_warp_index in ksp::game::warp available in sync context (i.e. inside UI callback)
    • This is in part a rollback of the previous change to warp_to
  • Add binding for RCS modules
  • Add binding for ReactionWheel modules
  • Add .active_transmitter field to ScienceStorage
    • ScienceStorage had to be moved from ksp::science to ksp::vessel
  • Add .connection_status to vessel