github untoldwind/KontrolSystem2 v0.5.8.0

latest releases: v0.5.9.5, v0.5.9.4, v0.5.9.3...
pre-release2 months ago
  • Add ksp::game::MESSAGE_BUS
  • Add ksp::game::notification_alert and ksp::game::notification_passive. Example:
    use { Vessel } from ksp::vessel
    use { notification_alert, notification_passive, Importance } from ksp::game
    
    pub fn main_flight(vessel: Vessel) -> Result<Unit> = {
      notification_alert("Alert title", "Alert message", Importance.Low, 10)
      notification_passive("Passive message")
    }
    
  • Allow any return value in UI callbacks (#151)
  • Fix REPL if typing (#160)
  • Improve ConsoleWindow
    • REPL command field has been removed
    • Instead console itself now focusable and has a command prompt with history

Don't miss a new KontrolSystem2 release

NewReleases is sending notifications on new releases.