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

Releases: KSP-Telemachus/Telemachus

v1.4.28.0

13 May 20:11
Compare
Choose a tag to compare
  • Compiled for KSP 1.0.2
  • API extended to allow translation and attitude to be set separately
  • Fixed an issue wherein formatters were sharing state for stateful protocols
  • Updated websocket tests to use localhost.
  • Various API documentation fixes
  • Swapped atmosphere height API call with atmosphere depth.

v1.4.27.0

16 Nov 21:45
Compare
Choose a tag to compare
  • Added an API call to retrieve the maximum amount of a resource in the current stage
  • The maximum length of a HTTP request is now configurable and the default length has been increased to 10,000 bytes
  • Added a configuration option to allow Telemachus to be part-less
  • Telemachus parts are now available at the start of career mode, pending a review as to their placement

v1.4.26.0

12 Oct 19:12
Compare
Choose a tag to compare
  • Improved caching of resource and sensor data
  • Fixed current resource values
  • Recompiled for KSP 0.25
  • Added a new API call to return whether a body has oxygen in the atmosphere or not

v1.4.25.0

29 Sep 19:54
Compare
Choose a tag to compare
  • Added API calls to retrieve body SOI, rotational parameter and whether it is tidally locked.

v1.4.24.0

14 Sep 16:51
Compare
Choose a tag to compare
  • Recompiled for KSP 0.24
  • Fixed a bug wherein web socket commands were whitespace sensitive.
  • Fixed a bug wherein the Telemachus console would report signal lost when viewing docking angles.
  • Added API calls to pause and unpause KSP.

v1.4.23.0

03 May 20:41
Compare
Choose a tag to compare

Change Log

  • Fixed a bug wherein the web socket API would not accept commands with multiple arguments
  • Added g-force API call
  • Changed post build install to use a relative path
  • readme.md is now packed with releases
  • Updated licence

v1.4.22.0

02 Apr 20:05
Compare
Choose a tag to compare

Change Log

  • Merged Alexmun's improvments to his Telemachus console.
  • Recompiled binaries with KSP 0.23.5

v1.4.21.0

09 Mar 21:08
Compare
Choose a tag to compare

Change Log

  • Added API calls to retrieve the state of the landing gear and brakes.
  • Added API calls to retrieve the total number of bodies, the radius of a body and the max atmosphere height of a body.

v1.4.20.0

27 Feb 19:54
Compare
Choose a tag to compare

Change Log

  • Fixed a bug wherein API strings with arguments sent to the web socket service, by way of the run command, would not execute.

v1.4.19.0

24 Feb 18:35
Compare
Choose a tag to compare

Change Log

  • The identifiers of data returned by the web socket service now include the argument list to the API string.
  • Fixed a bug wherein Flight Globals was being used before it was initialised.