Skip to content
This repository has been archived by the owner on Aug 22, 2023. It is now read-only.

Releases: KSP-Telemachus/Telemachus

1.6.0 Alpha 4

24 Mar 00:04
Compare
Choose a tag to compare
1.6.0 Alpha 4 Pre-release
Pre-release

This alpha has improved compatibility with 1.2+

  • Fix current stage resource endpoints, add resourceNameList
  • Fixed the current resource endpoints to work with 1.2+
  • Added an API endpoint to return the list of resources you can query
  • Make resource lookup case-insensitive

Dragon (improved 1.2+ compatibility)

24 Mar 00:03
Compare
Choose a tag to compare
  • Fix current stage resource endpoints, add resourceNameList
  • Fixed the current resource endpoints to work with 1.2+
  • Added an API endpoint to return the list of resources you can query
  • Make resource lookup case-insensitive

Calipso (1.2+ Support)

05 Dec 00:34
Compare
Choose a tag to compare

This is Telemachus 1.5.0, compiled to support KSP 1.2+

1.6.0 Alpha 3

05 Dec 00:35
Compare
Choose a tag to compare
1.6.0 Alpha 3 Pre-release
Pre-release

This is Alpha 2, compiled to work with KSP 1.2+

1.6.0 Alpha 2

12 Aug 05:39
Compare
Choose a tag to compare
1.6.0 Alpha 2 Pre-release
Pre-release

This alpha build adds support for serving more file types through Telemachus:

  • mp4 videos (.mp4)
  • saved JSON files (.json)
  • text files (.txt)

It also includes the camera endpoint changes: https://github.com/KSP-Telemachus/Telemachus/releases/tag/1.6.0-alpha-1

1.6.0 Alpha

10 Aug 05:02
Compare
Choose a tag to compare
1.6.0 Alpha Pre-release
Pre-release

THIS IS AN ALPHA BUILD AND MAY LEAD TO UNEXPECTED BEHAVIOR AND CRASHES. MAKE SURE TO BACKUP YOUR SAVE FREQUENTLY AND BEFORE DOWNLOADING

1.6.0 plans to add support for Camera snapshots. The following cameras will be supported in 1.6.0:

  • The current flight camera, as controlled by the player
  • The RasterPropMonitor cameras attached to the active vessel

Camera snapshots are rendered and cached every few seconds for performance reasons.

This version requires ModuleManager to make the necessary patches to RasterPropMonitor cameras

You can get the list of cameras for the active vessel by going to: /telemachus/cameras, and you can access individual cameras by following the url for that camera.

Find a bug? Let me know by submitting an issue!

Calipso

24 Jul 21:44
Compare
Choose a tag to compare
  • Various fixes to staging based for KSP 1.1+
  • Use MIT license for Telemachus
  • Don't allow other vessel instances to disable current connection (#57)
  • Add precision control endpoints (#67)
  • Merge forked Telemachus with canonical Telemachus, improving stability and adding new endpoints for Maneuver node and orbit details (#58)

1.4.31.0

16 Sep 21:22
Compare
Choose a tag to compare
  • Merged JSON changes

1.4.30.0

04 Jul 13:44
Compare
Choose a tag to compare
  • Recompiled Telemachus for KSP 1.04
  • Fixed an issue where polling n.roll, n.pitch or n.heading at high frequency would mess with KSP's camera
  • Fixed an issue where receiving data from the web socket server at high frequency would crash KSP on exiting the game

v1.4.29.0

10 Jun 19:03
Compare
Choose a tag to compare
  • Merged fix for issue #35 - Mismatched key value pairs being returned by the web socket API.