github untoldwind/KontrolSystem2 v0.5.7.4

latest releases: v0.5.9.5, v0.5.9.4, v0.5.9.3...
pre-release5 months ago
  • The ? operator can now also be used on Option<T> in functions that return a Result<T>
    • Example:
      pub fn main_flight(vessel: Vessel) -> Result<Unit> = {
          const target = vessel.target? // <-- Will fail with error if vessel has no target
      }
      
  • VSCode extension now tries to read reference.json from the currently installed version of KontrolSystem2
    • It will no longer be necessary to update the extension with every release to make a (small) API change visible in
      VSCode
  • Add .is_empty and .is_not_empty to arrays
  • Basic bindings for waypoints
    • Add body.waypoints
    • Add ksp::orbit::find_waypoint(name: string)

Don't miss a new KontrolSystem2 release

NewReleases is sending notifications on new releases.