Igor Zavoychinskiy
Igor Zavoychinskiy
When an item is destroyed via third-party code (e.g. from OSI workshop) the icon viewer resources are not get released. It produces a resources leak. ```c# KIS_Item item = someItem;...
1. Hover mouse over a slot with item(s) to see the tooltip. 2. Programmatically delete the contents from this slot. 3. NRE is thrown.
When the variants theme is selected via the "Extended categories" menu, it's not recognized when adding the parts to the inventory.
This filter doesn't show KIS as a manufacturer. It looks, it needs to be registered somehow.
The parachutes models are shown always on the kerbal models. However, there are obvious situations when it cannot be hande, and so should not be shown. The proposed situations to...
When a kerbal stays behind the ladder of a pod, the ladder collider is captured by the kerbal module. Removing of the pod at this moment would trigger NRE in...
Today EVA fuel can be refilled by simply entering the capsule. So why not to allow doing it from EVA without entering the vessel? And it's not realistic that nothing...
Main problem with stacking is that whole stack has just one confing for all the items. I.e. if part has internal state that can change then stacking becomes a problem....
In the editor the default position overlaps the parts selection menu. It's either need to be changed or the old position should be remembered.