Trajectories The mod displays trajectory predictions, accounting for atmospheric drag, lift, etc. Works with the stock aerodynamic model, and also with Ferram Aerospace Research (FAR). /mod/396/Trajectories Trajectories 2.4.5.3 for Kerbal Space Program Released Thanks to github user @Tuupertunut for these fixes Fix wrong trajectory after timewarp/loading in FAR model Fix swapping left and right clicks toggles between four states In-flight overlay now shows the whole trajectory Fixed button icon display when starting to show correct icon (was always showing the Active icon to start, even when it was not active) Replaced logging with KSP_Log (now needs SpaceTuxUtilities as new dependency) Added code to dump config to log file when in debug mode ]]> Thu, 28 Dec 2023 19:17:57 https://spacedock.info/mod/396/Trajectories/download/2.4.5.3 https://spacedock.info/mod/396/Trajectories Trajectories v2.4.5.2 for Kerbal Space Program Released Added toggle to swap left/right clicks (replaced the Blizzy option) Fixed toobar button colors More cleanup of old toolbar code Fixed issue of dialog locks activating when dialog was hidden (caused by a typo) ]]> Wed, 30 Aug 2023 12:48:08 https://spacedock.info/mod/396/Trajectories/download/v2.4.5.2 https://spacedock.info/mod/396/Trajectories Trajectories v2.4.5 for Kerbal Space Program Released 2.4.5 Adoption by Linuxgurugamer Replaced toolbar button code with the ToolbarController (replaced about 1000 lines of code) Fixed stock icon being badly formatted Removed Blizzy toolbar option from settings Fixed test of invalid config xml file, now recovers properly from bad file French translation updated Changed directory structure of source Renamed Plugin directory to Plugins Default behaviour for toolbar button now defaults to the stock toolbar Method of controlling which toolbar has the button now controlled by the ToolbarController Moved textures into PluginData directory Downgrade code where it was using Null-coalescing operators

New dependency needed:  ToolbarController
]]>
Sun, 27 Aug 2023 12:24:59 https://spacedock.info/mod/396/Trajectories/download/v2.4.5 https://spacedock.info/mod/396/Trajectories
Trajectories v2.4.3 for Kerbal Space Program Released 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.
]]>
Wed, 27 Oct 2021 11:16:41 https://spacedock.info/mod/396/Trajectories/download/v2.4.3 https://spacedock.info/mod/396/Trajectories
Trajectories v2.4.2 for Kerbal Space Program Released 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.
]]>
Tue, 07 Sep 2021 17:53:32 https://spacedock.info/mod/396/Trajectories/download/v2.4.2 https://spacedock.info/mod/396/Trajectories
Trajectories v2.4.1 for Kerbal Space Program Released v2.4.1 for KSP 1.8 to 1.12.x
  • 2021-06-27

Changes since the last release

  • Support for KSP 1.11.x
  • Max decelerating G-force readout now correctly displays the predicted value
  • Targeting vessels that are splashed down is now possible
]]>
Sun, 27 Jun 2021 15:47:56 https://spacedock.info/mod/396/Trajectories/download/v2.4.1 https://spacedock.info/mod/396/Trajectories
Trajectories v2.4.0 for Kerbal Space Program Released 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
]]>
Sun, 07 Feb 2021 13:46:28 https://spacedock.info/mod/396/Trajectories/download/v2.4.0 https://spacedock.info/mod/396/Trajectories
Trajectories 2.3.4 for Kerbal Space Program Released 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
]]>
Sun, 12 Jul 2020 22:29:28 https://spacedock.info/mod/396/Trajectories/download/2.3.4 https://spacedock.info/mod/396/Trajectories
Trajectories 2.3.3 for Kerbal Space Program Released 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.
]]>
Thu, 09 Jul 2020 21:54:47 https://spacedock.info/mod/396/Trajectories/download/2.3.3 https://spacedock.info/mod/396/Trajectories
Trajectories 2.3.2 for Kerbal Space Program Released 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.
]]>
Fri, 12 Jun 2020 21:50:50 https://spacedock.info/mod/396/Trajectories/download/2.3.2 https://spacedock.info/mod/396/Trajectories
Trajectories 2.3.1 for Kerbal Space Program Released 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

]]>
Tue, 25 Feb 2020 19:22:38 https://spacedock.info/mod/396/Trajectories/download/2.3.1 https://spacedock.info/mod/396/Trajectories
Trajectories 2.3.0 for Kerbal Space Program Released 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

]]>
Tue, 03 Dec 2019 21:34:50 https://spacedock.info/mod/396/Trajectories/download/2.3.0 https://spacedock.info/mod/396/Trajectories
Trajectories 2.2.3 for Kerbal Space Program Released 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

]]>
Thu, 20 Jun 2019 11:15:09 https://spacedock.info/mod/396/Trajectories/download/2.2.3 https://spacedock.info/mod/396/Trajectories
Trajectories v2.2.2 for Kerbal Space Program Released v2.2.2 for all versions of KSP from 1.3.1 to 1.6.x
  • 2019-02-14

Changes since the last release

  • Support for KSP 1.5.x and 1.6.x

  • Japanese translation updated, thanks to ebigunso

  • Fix drifting target marker when above 100 km (Issue #140)
  • Read KSC location for targeting from the game, instead of a hardcoded value
  • ModuleManager is no longer bundled with Trajectories but it is still a requirement
  • New release format to allow the facilitation of one download zip for all KSP versions from 1.3.1 onwards.

For Developers

  • KSP1.3.1 Back port builds can now be built from the Visual Studio Config selector, see CONTRIBUTING.md
  • Support for development on mac now included, also with help in the CONTRIBUTING.md file (Sir Mortimer)
  • API Change: If SetTarget's alt parameter is null or not given, the altitude is calculated from the surface altitude.
]]>
Thu, 14 Feb 2019 16:58:18 https://spacedock.info/mod/396/Trajectories/download/v2.2.2 https://spacedock.info/mod/396/Trajectories
Trajectories v2.2.1_For_KSP1.4.3 for Kerbal Space Program Released v2.2.1 for KSP 1.4.3
  • 2018-04-28

Changes since the last release

  • GUI window would reset to screen center on a game restart if it was hidden in the previous game, now fixed.
  • In-Flight trajectory ground target marker would sometimes appear on screen when behind the camera view, now fixed.
]]>
Sat, 28 Apr 2018 18:14:59 https://spacedock.info/mod/396/Trajectories/download/v2.2.1_For_KSP1.4.3 https://spacedock.info/mod/396/Trajectories
Trajectories KSP1.4.2-v2.2.0 for Kerbal Space Program Released v2.2.0 for KSP 1.4.2
  • 2018-04-02

Changes since the last release

  • Japanese translation updated. Many thanks to UresiiZo for correcting the mistakes.
  • Italian translation updated. All thanks go to Brusura for the translation fix.
  • German translation updated. Lots of thanks to nistei for updating the mistakes.
  • French translation updated. Huge thanks to d-faure for correcting the syntax.
  • GUI settings are now persistent again.
  • Black toolbar icons when Texture Settings not set to Full-Res bug fixed.
  • In-Flight trajectory ground target marker covering entire screen when camera is close bug fixed.

For Developers

  • New API functions added GetTimeTillImpact, two for the Descent Profile ProgradeEntry RetrogradeEntry and some for the Trajectories version. GetVersion GetVersionMajor GetVersionMinor GetVersionPatch
]]>
Mon, 02 Apr 2018 21:46:15 https://spacedock.info/mod/396/Trajectories/download/KSP1.4.2-v2.2.0 https://spacedock.info/mod/396/Trajectories
Trajectories v2.1.0 for Kerbal Space Program Released v2.1.0 for KSP 1.4.1
  • 2018-03-21

Changes since the last release

  • Trajectories license has been changed from MIT to GPL-3.0-or-later. Please see the LICENSE.md file for more details.
  • Russian translation updated. Many thanks to Fat-Zer for correcting the mistakes.
  • Chinese translation updated. Many thanks to studentmain for rewriting the translation.
  • Added Japanese, German, French, Italian and Portuguese languages. If you know any of these languages, please consider helping out with translations.
  • A big cheers and a beer to Jebs_SY for his help in fixing a rendering issue on the MapView and the Target Waypoint bug.
  • ModuleManager updated to v3.0.6

Known Issues

  • Sometimes In-Flight trajectory ground target marker can cover entire screen when camera is close.
]]>
Wed, 21 Mar 2018 14:22:45 https://spacedock.info/mod/396/Trajectories/download/v2.1.0 https://spacedock.info/mod/396/Trajectories
Trajectories 2.0.0 for Kerbal Space Program Released v2.0.0 for KSP 1.3.1
  • 2018-02-15

Changes since the last release

  • Completely new and overhauled user interface, based on the DialogGUI system. Includes (automated) localizations for Russian, Spanish and Chinese (traditional). If you know any of these languages, please consider helping out with translations. Send all Thanks and Kudos to PiezPiedPy for this amazing contribution!
  • In-Flight trajectory vector line and ground marker persistence bug fixed.
  • ModuleManager updated to v3.0.3
  • When combined with FAR, aerodynamic forces calculated on a packed vessel would lead to NRE's. Vessels are now no longer calculated when a vessel is in a packed state. Thanks go to Alex Wang for this bug fix.
  • Higher precision and better performance through more advanced numeric techniques using an RK4 integration method. Try disabling the Cache for more precise predictions, predictions that should not kill your FPS anymore. Courtesy of fat-lobyte aka Kobymaru.

For Developers

  • API changes to help catch NRE's from improper calling of the API methods.
  • New API method HasTarget() checks if a target has been set.
  • Flickering entries bug in the Profiler is fixed :)
  • Added Reset averages & Show zero calls buttons, a Framerate limiter, avg calls and frame counter to the Profiler.

Known Issues

  • Sometimes In-Flight trajectory ground target marker can cover entire screen when camera is close.
]]>
Thu, 15 Feb 2018 15:01:28 https://spacedock.info/mod/396/Trajectories/download/2.0.0 https://spacedock.info/mod/396/Trajectories
Trajectories 1.7.1 for Kerbal Space Program Released v1.7.1 for KSP 1.3.1
  • 2017-10-13

Changes since the last release

  • In-Flight trajectory overlay now uses GLUtils from MechJeb2 for rendering.
  • Fixed In-Flight trajectory for non-atmospheric bodies

For Developers

  • Added a Jupyter notebook for descent force analysis.
  • Added the Bug Reporting section to CONTRIBUTING.md file.

Known Issues

  • Sometimes multiple In-Flight trajectory vector lines appear and target marker can cover entire screen when camera is close.
]]>
Fri, 27 Oct 2017 14:07:09 https://spacedock.info/mod/396/Trajectories/download/1.7.1 https://spacedock.info/mod/396/Trajectories
Trajectories 1.7.0 for Kerbal Space Program Released v1.7.0 for KSP 1.3.0
  • 2017-07-08

Changes since the last release

  • Improved precision by accounting for reynolds number in drag. Fixes Issue #84.
  • Fix crash when turning on In-Flight trajectory display while in Map view. Fixes Issue #102. Thanks to PiezPiedPy!
  • Prevent click-through in certain situations. Thanks to PiezPiedPy!
  • Numbers in the user interface don't change as quickly anymore, allowing for better readability
  • Deviation readout now switches from E to W and from N to S instead of just showing negative numbers

For Developers

  • Added a bridge to the newly created Telemetry module, allowing for nice graphs and better debugging of prediction precision.
  • Updated Profiler UI to new Canvas system. Thanks to PiezPiedPy!
  • Added documentation for contributers in CONTRIBUTING.md file with style guidelines, help for building, debugging and much more.

Known Issues

  • In-Flight trajectory for non-atmospheric trajectories is incorrect and jumpy
]]>
Sat, 08 Jul 2017 12:22:38 https://spacedock.info/mod/396/Trajectories/download/1.7.0 https://spacedock.info/mod/396/Trajectories
Trajectories 1.6.8 for Kerbal Space Program Released v1.6.8 for KSP 1.3.0
  • 2017-06-13

Changes since the last release

  • Fixed in-flight targeting cross remaining in scence even after trajectory display was disabled.
  • Added toggle for in-flight trajectory display. Fixes Issue #96.

Known Issues

  • Trajectory prediction is still fundamentally incorrect. See Issue #84.
  • In-Flight trajectory for non-atmospheric trajectories is jerky and jumpy.
]]>
Tue, 13 Jun 2017 17:13:55 https://spacedock.info/mod/396/Trajectories/download/1.6.8 https://spacedock.info/mod/396/Trajectories
Trajectories 1.6.7 for Kerbal Space Program Released v1.6.7 for KSP 1.3.0
  • 2017-06-09

Changes since the last release

  • This release is brought to you by fat-lobyte (aka Kobymaru on the Forums)
  • Update ToolbarWrapper for blizzy78's Toolbar. Fixes Issue #78.
  • Enable Trajectories window in flight scence.
  • Implement in-flight trajectory line display. Please test and give feedback!
  • Fix Parenthesis silliness in .version file to make it valid JSON again. Thanks, ggpeters!
  • Update Module Manager to v2.8.0. Thanks to PiezPiedPy!
  • Disable Click-through. Thanks to PiezPiedPy!

Known Issues

  • Trajectory prediction is still fundamentally incorrect. See Issue #84.
  • In-Flight trajectory for non-atmospheric trajectories is jerky and jumpy.
  • In-Flight trajectory leaves targeting cross in the scene, even when disabled.

For Developers

  • KSP directory path is not hardcoded anymore. You can set up an environment variable in your Operating System named KSPDIR that points to the KSP installation directory.
  • Revamped build scripts for Visual Studio. Thanks to PiezPiedPy!
  • Added simple profiler class. Thanks to PiezPiedPy!
]]>
Fri, 09 Jun 2017 11:22:26 https://spacedock.info/mod/396/Trajectories/download/1.6.7 https://spacedock.info/mod/396/Trajectories
Trajectories v1.6.6 for Kerbal Space Program Released
  • Bump compatible KSP version to 1.2.2
  • Added a readout for the distance from the impact position to the target position
  • Landed vessels can now be targeted
  • Waypoints can now be targeted
  • Thanks @Kobymaru for these improvements :)

    ]]>
    Wed, 25 Jan 2017 20:45:31 https://spacedock.info/mod/396/Trajectories/download/v1.6.6 https://spacedock.info/mod/396/Trajectories
    Trajectories v1.6.5 for Kerbal Space Program Released
  • fixed stock toolbar button that wasn't removed when exiting flight view
  • removed debug module (that was spamming the loading log in release builds)
  • fixed .version file for KSP-AVC
  • ]]>
    Sun, 23 Oct 2016 17:16:51 https://spacedock.info/mod/396/Trajectories/download/v1.6.5 https://spacedock.info/mod/396/Trajectories
    Trajectories v1.6.4 for Kerbal Space Program Released
  • update for KSP 1.2.0
  • improved API for kOS
  • ]]>
    Wed, 19 Oct 2016 22:30:49 https://spacedock.info/mod/396/Trajectories/download/v1.6.4 https://spacedock.info/mod/396/Trajectories
    Trajectories v1.6.3 for Kerbal Space Program Released
  • Added prediction of SoI changes after aerobrake (also fixes a bug when aerobraking from an escape trajectory)
  • Fixed bug with wings that were incorrectly predicted with stock aerodynamic model
  • Improved ground impact detection (better collision check against relief)
  • Improved impact indicator in map view (not hidden underground anymore)
  • Added API for kOS (thanks to CalebJ2)
  • Automatic configuration reset if the configuration file is invalid or empty
  • Improved icon rendering for Blizzy's toolbar
  • ]]>
    Mon, 29 Aug 2016 13:21:52 https://spacedock.info/mod/396/Trajectories/download/v1.6.3 https://spacedock.info/mod/396/Trajectories
    Trajectories v1.6.2 for Kerbal Space Program Released
  • fixed exceptions at game startup
  • fixed navball markers display
  • ]]>
    Wed, 18 May 2016 21:48:11 https://spacedock.info/mod/396/Trajectories/download/v1.6.2 https://spacedock.info/mod/396/Trajectories
    Trajectories v1.6.1 for Kerbal Space Program Released Fixed exception spamming due to navball indicators issue with KSP 1.1 (they are still not visible, but don't spam exceptions anymore)

    ]]>
    Sun, 01 May 2016 21:05:33 https://spacedock.info/mod/396/Trajectories/download/v1.6.1 https://spacedock.info/mod/396/Trajectories
    Trajectories v1.5.1 for Kerbal Space Program Released Fixed exception spamming due to navball indicators issue with KSP 1.1 (they are still not visible, but don't spam exceptions anymore)

    This version works for KSP 1.1 and KSP 1.1.1

    ]]>
    Sun, 01 May 2016 21:05:12 https://spacedock.info/mod/396/Trajectories/download/v1.5.1 https://spacedock.info/mod/396/Trajectories
    Trajectories v1.6.0 for Kerbal Space Program Released Update for KSP 1.1.2

    ]]>
    Sun, 01 May 2016 00:09:16 https://spacedock.info/mod/396/Trajectories/download/v1.6.0 https://spacedock.info/mod/396/Trajectories
    Trajectories v1.5.0 for Kerbal Space Program Released Update for KSP 1.1.0 and 1.1.1 (same version works for both)

    ]]>
    Sun, 01 May 2016 00:08:27 https://spacedock.info/mod/396/Trajectories/download/v1.5.0 https://spacedock.info/mod/396/Trajectories
    Trajectories v1.4.6 for Kerbal Space Program Released
  • update for latest FAR version (tested with v0.15.5.7 "Johnson")
  • cache system can now be disabled in the settings window (should never be needed, but can help troubleshoot issues)
  • code refactored for cleaner integration with multiple aerodynamic models
  • ]]>
    Mon, 28 Mar 2016 14:56:03 https://spacedock.info/mod/396/Trajectories/download/v1.4.6 https://spacedock.info/mod/396/Trajectories
    Trajectories v1.4.5 for Kerbal Space Program Released Sat, 12 Mar 2016 11:04:47 https://spacedock.info/mod/396/Trajectories/download/v1.4.5 https://spacedock.info/mod/396/Trajectories