Releases: linuxgurugamer/KerbalSmartParts
Releases · linuxgurugamer/KerbalSmartParts
1.10.0
1.9.17
Fixed memory leaks in several modules where GameEvents were being used and not released
1.9.16.2
Changed OnGUI to FixedUpdate in Speedometer.cs
Added AssemblyFileVersion
Updated version file for 1.12
1.9.16.1
Fixed prox sensor patch to not add to command pods which also have built-in decouplers
1.9.16
Added optional EmbeddedSmartSRB module, use PatchManager to enable it
Thanks to user @jsolson for these changes:
Cleaned up and merged code for the SmartSRB and EmbeddedSmartSRB, now
SmartSRB and EmbeddedSmartSRB are in a single file.
Use a common base class for both.
Added check for enabled to the onEngineActiveChange
Added setting isEnabled to false if not available in the Awake()
1.9.15
Thanks to user @jsolson for these changes
Add SmartOrbit part. Works like the altitude part, but for Ap/Pe.
Smart SRB:
Simplify code.
Support the Armed/Disarmed toggle.
Add an indicator light when triggered.
Detect flameouts. Previously if the TWR never dropped below the target before flameout the part would not trigger.
Added Trigger on Flameout toggle if the old behavior is desired.
Lower logging level.
1.9.14
Added InstallChecker
Updated assemblyVersion.tt
Updated for KSP 1.8
1.9.13.9
Shortened text on the Comm-Pro to avoid wrapping
Thanks to github user @jberkman for this
Fixed punction on SmartSRB, fixed "it's" to "its"
1.9.13.8
Changed timer display to show one decimal place for seconds and two decimal places for minutes
1.9.13.7
Fixed speedometer to remember the new max speed setting
Fixed the SmartSRB to show action groups properly when AGX is not installed