Skip to content

Releases: CharleRoger/Ignition

Ignition 1.2.2.1

28 Sep 12:22

Choose a tag to compare

  • Fixed zero tank density when a ModuleIgnitionTankController is configured with only a single PropellantConfig with no specified TankDensity

Ignition 1.2.2

19 Aug 22:44

Choose a tag to compare

  • Added ignition potential computation using propellant configs when AddedIgnitionPotential is not specified on the IGNITION_RESOURCE node.
  • Fixed FixedIgnitors value not updating properly on ModuleIgnitionEngineController in OnLoad

Ignition 1.2.1.2

07 Aug 23:24

Choose a tag to compare

  • Fixed IGNITION_RESOURCE nodes not being serialized on a ModuleIgnitionEngineController in OnSave

Ignition 1.2.1.1

07 Aug 21:00

Choose a tag to compare

  • Fixed tank volume doubling when copying part in editor

Ignition 1.2.1

06 Aug 11:04

Choose a tag to compare

  • Changed configured IGNITION_RESOURCE nodes on ModuleIgnitionEngineController to load in OnLoad, so they can be switched e.g. by a B9 part switch
  • Changed ModuleIgnitionEngineController to ignore IGNITION_RESOURCE nodes with an invalid resource name and display using the resource definition display name in the part action window
  • Fixed volume field of ModuleIgnitionTankController not applying resources to part correctly in OnLoad

Ignition 1.2.0.1

28 Jul 23:41

Choose a tag to compare

  • Fixed default propellant nodes (typically MonoPropellant) appearing on ModuleRCS controlled by a ModuleIgnitionRCSController

Ignition 1.2.0

27 Jul 17:05

Choose a tag to compare

  • Added TweakScale compatibility
  • Added configurable TankDensity field to IgnitionPropellantConfig and IgnitionPropellantCombinationConfig nodes. When this field is not supplied, the tank density is computed from the resource densities as before.
  • Added propellant ratio display in part action window
  • Changed from single (float) to double precision for internal computation
  • Changed sea-level isp computation to ensure it never exceeds the vacuum isp and is more strongly dependent on the thrust multiplier
  • Fixed a couple of bugs surrounding ModuleIgnitionTankController added mass and cost

Ignition 1.1.4

21 Jul 01:27

Choose a tag to compare

  • Restricted ModuleIgnitionTankController to only add its configured resources to its host part in the editor
    • Fixes various issues which keep arising with resource amounts not being properly maintained
  • Added removal of zero-volume resources from part when OnStart is called

Ignition 1.1.3.1

15 Jul 23:37

Choose a tag to compare

  • Fixed removal of previous resource when ModuleIgnitionTankController is reloaded which was causing a massive time complexity issue for reasons I do not fully understand

Ignition 1.1.3

15 Jul 18:46

Choose a tag to compare

  • Fixed multiple ModuleIgnitionTankControllers controlling volumes of the same resource