Skip to content

Releases: linuxgurugamer/KerbalSmartParts

1.10.0

17 Dec 19:13
Compare
Choose a tag to compare

Added ability to control the part from EVA'd Kerbal

1.9.17

22 Aug 18:56
Compare
Choose a tag to compare
Fixed memory leaks in several modules where GameEvents were being used and not released

1.9.16.2

29 Sep 19:54
Compare
Choose a tag to compare

Changed OnGUI to FixedUpdate in Speedometer.cs
Added AssemblyFileVersion
Updated version file for 1.12

1.9.16.1

27 Apr 23:48
Compare
Choose a tag to compare

Fixed prox sensor patch to not add to command pods which also have built-in decouplers

1.9.16

14 Apr 03:27
Compare
Choose a tag to compare
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

30 Mar 18:06
Compare
Choose a tag to compare
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

01 Nov 19:52
Compare
Choose a tag to compare
Added InstallChecker
Updated assemblyVersion.tt
Updated for KSP 1.8

1.9.13.9

22 Oct 11:45
Compare
Choose a tag to compare
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

04 Aug 19:57
Compare
Choose a tag to compare

Changed timer display to show one decimal place for seconds and two decimal places for minutes

1.9.13.7

31 May 11:55
Compare
Choose a tag to compare
Fixed speedometer to remember the new max speed setting
Fixed the SmartSRB to show action groups properly when AGX is not installed