- 2024-1117: 2.5.4.5 (Lisias) for KSP >= 1.2
- Fixed dumb mistake while solving paths from
IO.Hierarchy.GAMEDATA
- Fixed dumb mistake while solving paths from
- 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... :(
- Fix a stupid mistake on handling
- 2024-0505: 2.5.4.2 (Lisias) for KSP >= 1.2
- I Finally remembered to activate
richText
on the dialogs boxes! #facePalm
- I Finally remembered to activate
- 2024-0428: 2.5.4.1 (Lisias) for KSP >= 1.2
- We have moved!
- The Official Repository is now on https://github.com/KSP-ModularManagement/KSPe
- Fixes a incredibly stupid mistake on
KSPe.Util.SystemTools.Find.ByInterfaceName
- Not one of my brightest moments, no doubt...
- We have moved!
- 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:
- More UnityEngine and KSP data types serialization/deserialization support for