Docking-Port-Alignment-Indicator
Docking-Port-Alignment-Indicator copied to clipboard
Code refactoring
A lot of the code could do with some refactoring and turn from polling into event-driven code.
This should make the code more readable as well as more performant.
After some profiling, this is probably not so much an issue. Most of the heavy code is only run rarely, such as when we change the active ship. Might need some feedback from people with less powerful computers.