Skip to content

Latest commit

 

History

History
23 lines (22 loc) · 1.51 KB

CHANGES.md

File metadata and controls

23 lines (22 loc) · 1.51 KB

KSP Enhanced /L :: Changes

  • 2024-1117: 2.5.4.5 (Lisias) for KSP >= 1.2
    • Fixed dumb mistake while solving paths from IO.Hierarchy.GAMEDATA
  • 2024-0831: 2.5.4.4 (Lisias) for KSP >= 1.2
    • Somewhat better error messages, in a (futile, probably) attempt to prevent this kind of crap.
  • 2024-0803: 2.5.4.3 (Lisias) for KSP >= 1.2
    • Fix a stupid mistake on handling Regex on Windows pathnames.
      • Embarrassing... :(
  • 2024-0505: 2.5.4.2 (Lisias) for KSP >= 1.2
    • I Finally remembered to activate richText on the dialogs boxes! #facePalm
  • 2024-0428: 2.5.4.1 (Lisias) for KSP >= 1.2
  • 2024-0330: 2.5.4.0 (Lisias) for KSP >= 1.2
    • More UnityEngine and KSP data types serialization/deserialization support for ConfigNodeWithSteroids.
      • Proper support for writting nodes implemented.
    • Some copy constructors for the mentioned data types.
    • Closes issues:
      • #65 Instrument the KSPe Install Checker to detect when the user deleted the Add'On Directory and kill yourself from GameData .
      • #56 KSP should not be run as Privileged User (Administrator on Windows, root on UNIX) .