Ok, I did some more investigation
It turns out that the ship air speed value was at 1
fuel : 160000
so from memory
distance <= aircraft_stats[AIR_SPEED] * fuel / 3600f
was not enough for going anywhere. The problem is I have no idea how I got in that state. I played with adding fuel tanks, weapons, armor to the ship it does not go below 6 (I am starting a game)
Hopes this helps.
As for helping out, it would be nice to have a project overview, so I could setup my project using kdevelop. I am a newb in kdevelop, so if anyone could help I would be glad. Then I don't see why not.
thanks.