KSP-ModularManagement / KSPe

Extensions and utilities for Kerbal Space Program
http://ksp.lisias.net/add-ons/KSPAPIExtensions
Other
11 stars 5 forks source link

Remove KSPAPIExtensions from this repository, moving it ao another one as I did with TinyJSON #60

Closed Lisias closed 9 months ago

Lisias commented 11 months ago

KSPAPIExtension is still useful for supporting old add'ons, but it's also a hinder to KSPe as issue https://github.com/net-lisias-ksp/KSPe/issues/59#issuecomment-1752023472 ended up demonstrating.\

I need to decouple KSPe from KSPAPIExtensions not only to protect KSPe from any unfortunate implementation decision on it, but also vice versa - I should be the only responsible for anything going South on KSPe without bringing KSPAPIExtensions with me.

As I did with TinyJSON, the DLL will still be delivered on the KSPe's distribution packages - only the development cycle will be decoupled.

Lisias commented 11 months ago

New fork for the KSPAPIExtensions was created: https://github.com/net-lisias-ksp/KSPAPIExtensions

Lisias commented 11 months ago

KSPAPIExtensions /L was released. Kept the KSPe's Version numbering as I think I compiled something against it on my kspu hierarchy…

https://github.com/net-lisias-ksp/KSPe/commit/5b813cc3e5a588a952cf1f91a000144164555adb

Lisias commented 9 months ago

Forgot to close this.