Releases: CharleRoger/Ignition
Releases · CharleRoger/Ignition
Ignition 1.2.2.1
- Fixed zero tank density when a
ModuleIgnitionTankControlleris configured with only a singlePropellantConfigwith no specifiedTankDensity
Ignition 1.2.2
- Added ignition potential computation using propellant configs when
AddedIgnitionPotentialis not specified on theIGNITION_RESOURCEnode. - Fixed
FixedIgnitorsvalue not updating properly onModuleIgnitionEngineControllerinOnLoad
Ignition 1.2.1.2
- Fixed
IGNITION_RESOURCEnodes not being serialized on aModuleIgnitionEngineControllerinOnSave
Ignition 1.2.1.1
- Fixed tank volume doubling when copying part in editor
Ignition 1.2.1
- Changed configured
IGNITION_RESOURCEnodes onModuleIgnitionEngineControllerto load inOnLoad, so they can be switched e.g. by a B9 part switch - Changed
ModuleIgnitionEngineControllerto ignoreIGNITION_RESOURCEnodes with an invalid resource name and display using the resource definition display name in the part action window - Fixed
volumefield ofModuleIgnitionTankControllernot applying resources to part correctly inOnLoad
Ignition 1.2.0.1
- Fixed default propellant nodes (typically MonoPropellant) appearing on
ModuleRCScontrolled by aModuleIgnitionRCSController
Ignition 1.2.0
- Added TweakScale compatibility
- Added configurable
TankDensityfield toIgnitionPropellantConfigandIgnitionPropellantCombinationConfignodes. 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
ModuleIgnitionTankControlleradded mass and cost
Ignition 1.1.4
- Restricted
ModuleIgnitionTankControllerto 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
OnStartis called
Ignition 1.1.3.1
- Fixed removal of previous resource when
ModuleIgnitionTankControlleris reloaded which was causing a massive time complexity issue for reasons I do not fully understand
Ignition 1.1.3
- Fixed multiple
ModuleIgnitionTankControllers controlling volumes of the same resource