Skip to content

Releases: neuoy/KSPTrajectories

v2.4.3 - Target acquired

27 Oct 11:14
43aa517
Compare
Choose a tag to compare

v2.4.3 for KSP 1.8 to 1.12.x

  • 2021-10-27

Changes since the last release

  • Fix a potential bug if other mods add renderer's to the cameras.
  • Rendering uses the newer KSP shaders.
  • Try to mitigate issues as described in issue #183 - Trajectories acting as if it isn't installed when
    a mod fails to load. Trajectories will now warn the user with an on screen message that there was a
    problem loading a mod prior to Trajectories loading rather than silently failing. This problem is a
    KSP bug and can't be fixed in Trajectories.

For Developers

  • Added string and Vector3d types to the Watcher utility.
  • Added a line drawing debug class useful for debugging vectors etc.
  • API method SetTarget now correctly targets the active vessels body rather than only the home world.

v2.4.2 - Burning keys of fire 🔥

07 Sep 17:49
07882ab
Compare
Choose a tag to compare

v2.4.2 for KSP 1.8 to 1.12.x

  • 2021-09-07

Changes since the last release

  • Added hotkeys to show/hide the GUI (RightAlt+T) and to show/hide the Trajectory (LeftAlt+T),
    default keys can be changed by editing the config.xml file.

v2.4.1 - The last shall be first

27 Jun 15:41
Compare
Choose a tag to compare

v2.4.1 for KSP 1.8 to 1.12.x

  • 2021-06-27

Changes since the last release

  • Support for KSP 1.12.x
  • Max decelerating G-force readout now correctly displays the predicted value
  • Targeting vessels that are splashed down is now possible

v2.4.0 - Heads up

07 Feb 13:34
758d3af
Compare
Choose a tag to compare

v2.4.0 for KSP 1.8 to 1.11.x

  • 2021-02-07

Changes since the last release

  • Support for KSP 1.11.x
  • Dropped support for KSP 1.3.1 to 1.7.2, private builds can still be made from the backport branch.
  • Added individual Prograde/Retrograde buttons for the descent profile nodes.

For Developers

  • Added GetTarget, ClearTarget and DescentProfileGrades methods to the API

v2.3.4 - FAR out there in the darkness

12 Jul 22:28
bed33ca
Compare
Choose a tag to compare

v2.3.4 for all versions of KSP from 1.3.1 to 1.10.x

  • 2020-07-12

Changes since the last release

  • Fixed 'Invalid Cast' bug when using FAR

v2.3.3 - Last of a dying breed

09 Jul 21:51
9261d68
Compare
Choose a tag to compare

v2.3.3 for all versions of KSP from 1.3.1 to 1.10.x

  • 2020-07-09
    Note. This is probably the last Trajectories build that will cater for all KSP versions, Builds for KSP 1.3.1 to 1.7.2 are planned to be
    moved into a separate branch, anyone who wishes to use Trajectories on the older versions of KSP will have to make their own
    private builds from the backport branch.

Changes since the last release

  • Support for KSP 1.10.x
  • OldGui has been removed.
  • Minor graphical changes to the in-flight trajectory, nicer line and markers are now more stable.
  • Added a green target marker to the in flight trajectory.
  • NavBall target and crash markers have been fixed and updated,
    target is now a green circle and predicted crash site is now a red square.
  • Due to performance issues with larger craft, the Cache is now enabled by default. For higher precision,
    it can still be turned off manually.

For Developers

  • A variable Watcher window has been added that can also use the Telemetry module, see the CONTRIBUTING.md file for more info.
  • The Profiler can now use the Telemetry module.
  • Fixed Profiler entries not updating when the Profiler GUI is re-spawned.

v2.3.2 - Flying in reverse

12 Jun 21:34
0458a7a
Compare
Choose a tag to compare

v2.3.2 for all versions of KSP from 1.3.1 to 1.9.x

  • 2020-06-12

Changes since the last release

  • Descent Profile angles are now relative to the prograde/retrograde toggles. i.e. old style 135° is now 45° Retrograde.
    Old style angles can still be entered via the text input boxes or the API and will be converted automatically.
  • Descent Profile angles can now be entered via text input boxes.
  • GUI is now clamped to the screen area, eliminating it from being off screen after resolution or scale changes.

For Developers

  • New API functions added for the Descent Profile ResetDescentProfile DescentProfileAngles DescentProfileModes.
  • Profiler is now clamped to the screen area, eliminating it from being off screen after resolution or scale changes.

v2.3.1 - No KSP 2.0 yet

25 Feb 19:17
e304056
Compare
Choose a tag to compare

v2.3.1 for all versions of KSP from 1.3.1 to 1.9.x

  • 2020-02-25

Changes since the last release

  • Support for KSP 1.9.x
  • GUI not holding position bug #172 fixed.
  • Target text entry keyboard lockout bug fixed.

For Developers

  • Profiler GUI disappearing and not holding position bugs fixed, similar issues to #164 and #172.

Known Issues

v2.3.0 - Better late than never

03 Dec 21:19
470f3b6
Compare
Choose a tag to compare

v2.3.0 for all versions of KSP from 1.3.1 to 1.8.1

  • 2019-12-03

Changes since the last release

  • Support for KSP 1.8.x
  • In-Flight trajectory not showing bug fixed by Xyphos
  • GUI disappearing bug #164 fixed thanks to whale2 and mwerle

For Developers

Known Issues

v2.2.3 - A small bump in the road

17 Jun 18:57
Compare
Choose a tag to compare

v2.2.3 for all versions of KSP from 1.3.1 to 1.7.2

  • 2019-06-17

Changes since the last release

  • Recompiled for KSP 1.7.2
  • Forces Cache is now disabled by default

For Developers

Known Issues