Skip to content

v2.4.3 - Target acquired

Latest
Compare
Choose a tag to compare
@PiezPiedPy PiezPiedPy released this 27 Oct 11:14
· 6 commits to master since this release
43aa517

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.