Brandon Frie
Brandon Frie
I have a first draft of this up on development. The only maps implemented so far are the Stock/JNSQ Kerbin and Stock Mun. I will get the rest implemented over...
So with @Row-Bear 's latest PR, we have all the bodies for both JNSQ and stock, and we have an extensible way to add more sources as they are available...
Hi again, Cheezecakes! This is definitely the right place :) I will add this to the back log to investigate supporting the mod. As for documentation of the API, we...
What are your thoughts on how we grab the UI? Do we want to just it as part of the post-build process and bundle that with the API or did...
This should be resolved with the latest PR on development branch. If you want to confirm that, I will close this.
hmm - yeah; that's a different map control. Will have to rewrite that one as well.
It's still an issue :) I'll start working it now, though.
Alright... I've had a look at this and it's not going to be an easy change, from what I can see. There are a lot of assumptions in the code...
Unfortunately, it's not an issue of the algorithm in the function. The fields that are being manipulated are all marked `static` ```static public bool isActive = true;``` This means every...