Skip to content

Releases: RealGrep/protractor

Protractor Continued - v2.8.1pre1 for KSP 1.1.3

06 Aug 15:28

Choose a tag to compare

This is a pre-release for testing. It is not the final version!

  • Updated to KSP 1.1.3. Thanks to Z-Key Aerospace (thewebbooth on Github) for updating!
  • Much refactoring has been done. It is now partless, though the parts are still there if you wish. But they are not required.

KNOWN ISSUE: It has been reported that the parts have colliders which are no longer compatible with the Unity version used by KSP, which causes issues with FAR and KAS/KIS, and possibly others. I will try and get someone to update them properly, but they are no longer needed, and I suggest not adding the part to your vessels.

Protractor Continued - v2.5.1 for KSP 1.0.2

15 May 19:59

Choose a tag to compare

  • Fixed bug due to change in API behaviour. Was involving all engines in the burn time calculations. Will now only consider active and operational engines, so burn times should work as before, again.
  • The KSP-AVC .version file now has a maximum supported KSP version set to 1.0.*, as I expect it will not break with that version line, and it will be less annoying this way.

Protractor Continued - v2.5.0.2 for KSP 1.0.2

01 May 20:17

Choose a tag to compare

  • Version bump for KSP 1.0.2. Recompiled and updated versions.

Protractor Continued - v2.5.0.1 for KSP 1.0.1

01 May 17:13

Choose a tag to compare

  • Version bump for KSP 1.0.1. Recompiled and updated versions.

Protractor Continued - v2.5 for KSP 1.0

27 Apr 17:23

Choose a tag to compare

  • Changes for KSP version 1.0. Incremented version to 2.5.0. The release of KSP 1.0 deserves at least a minor version bump. Congratulations to Squad for this important milestone!
  • Fixed a name change for the depth of the atmosphere to atmosphereDepth in the KSP API.
  • No longer use maxThrust variable to get engine thrust info. Calculate ISP and then use that and max/min fuel flow values to calculate the max/min thrust of each engine (Thanks to Sarbian for his assistance)

Protractor Continued - v2.4.16 for KSP 0.90

27 Feb 23:04

Choose a tag to compare

  • Fixed bug where Toolbar button would disappear when another ship with protractor would exit physics range (OnDestroy got called for whatever reason).
  • Added CKAN support file to sources and updated LICENSE file.

Protractor Continued - v2.4.15 for KSP 0.90

16 Dec 09:40

Choose a tag to compare

  • Incremented version number to v2.4.15.
  • Recompiled with KSP 0.90 and updated KSP version in .version file.
  • Removed obsolete, now dead, code, which was using deprecated API calls.

Protractor Continued - v2.4.14 for KSP 0.25

23 Oct 05:47

Choose a tag to compare

  • Incremented version number to v2.4.14
  • Added estimated burn time to delta-V display to help with timing burns correctly. Clicking on the delta-V column header will show an estimated burn time for the estimated delta-V. You will want to stop at the correct closest approach distance, and not necessarily when this reaches 0. When the throttle is off, uses max thrust. Otherwise, uses the current throttle setting for the current thrust.
  • Cleaned up the init sequence properly to get rid of any and all related errors (such as the toolbar button disappearing). Hopefully.
  • Closest approach line will only appear when the current trajectory is not already an intercept with the destination SoI.

Protractor Continued - v2.4.13 for KSP 0.25

09 Oct 03:58

Choose a tag to compare

  • Updated version number to 2.4.13.
  • Recompiled for KSP 0.25.
  • Fixed problem with initialization happening too late, after it was needed. This fixes the non-functional non-Toolbar icon, as well as a problem with opening it from the Toolbar button.

Protractor Continued - v2.4.12 for KSP 0.24.2

23 Aug 03:44

Choose a tag to compare

  • Fixed a NullRef during startup that just happened to also be causing another bug I was trying to fix with the Advanced mode.
  • Updated version number to 2.4.12.