Michael Werle
Michael Werle
In certain situations it's possible that the reason for the alarm is temporarily paused. For example, a procedure is out of a resource and stopped until that resource becomes available...
**Extremely low priority; me just being lazy after a recent issue which caused CKAN to crash repeatedly.** Problem ------- It's a tiny bit annoying to have to manually delete the...
Problem ------- **Is your feature request related to a problem? Please describe.** Longer descriptions are just a contiguous unformatted blob of text, making it difficult to read. Suggestions ----------- **Describe...
Fixes #355 by adding KSPAssembly and KSPAssemblyDependency stanzas to SCANsat and SCANsat.Unity projects respectively. The latter requires adding a new Assembly Reference to Assembly-CSharp, which then requires fixing up some...
Since 1.8, this message spams the log files. Possibly the assembly loading/order has been tweaked in the new Unity to cause this. It affects several mods. @linuxgurugamer reported a way...
Updates required to compile for KSP 1.8.x - updated Framework to 4.5 and references to KSP1.8 - minor compile fixes - fix startup error log: > get_dataPath is not allowed...
Speaks for itself. KSPaedia creation tutorial : https://forum.kerbalspaceprogram.com/index.php?/topic/137628-kspedia-creation-tutorial/
Improve performance, reduce garbage collection. Hopefully fix or make it easier to implement #13 and #14 Forum thread tutorial : https://forum.kerbalspaceprogram.com/index.php?/topic/151354-unity-ui-creation-tutorial/
The current in-game background is quite large and intrusive; allow users to select their own background. Issue: How to handle the other UI elements such as the preferences button, currently...
Current implementation allows click-through to underlying game elements. Not a big deal, since during docking people are usually concentrating on RCS control, but generally should be fixed.