Skip to content

v2.3.3 - Last of a dying breed

Compare
Choose a tag to compare
@PiezPiedPy PiezPiedPy released this 09 Jul 21:51
· 56 commits to master since this release
9261d68

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.