This repository has been archived by the owner on Aug 22, 2023. It is now read-only.
Releases: KSP-Telemachus/Telemachus
Releases · KSP-Telemachus/Telemachus
v1.4.28.0
- 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
- 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
- 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
- Added API calls to retrieve body SOI, rotational parameter and whether it is tidally locked.
v1.4.24.0
- 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
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
Change Log
- Merged Alexmun's improvments to his Telemachus console.
- Recompiled binaries with KSP 0.23.5
v1.4.21.0
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
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
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.