You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.