Releases: neuoy/KSPTrajectories
Releases · neuoy/KSPTrajectories
v2.4.3 - Target acquired
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 🔥
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
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
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
andDescentProfileGrades
methods to the API
v2.3.4 - FAR out there in the darkness
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
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
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
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
Known Issues
v2.3.0 - Better late than never
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
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