Nick
Nick
Just like that other PR this PR makes it so that fighters can't board foreign ships anymore. I think that should still be possible.
> But the current state of the code is that commit 857740e explicitly removed the ability to board for fighters and drones True, but not for the flagship! If a...
> Present the 'Sell Outfits' button only on systems that have an outfitter. A side effect of this would be that there would be no way of removing outfits from...
Sorry I wasn't clear, I was referring to the Dump button that already exists in the ship info panel.
> There's no need to maintain copies of ship data with the old names What about plugins that define variants of vanilla ships?
> Can you expand on what you mean by me reverting previous behavior? Are you referring to me reverting my own code within this PR or further back in the...
Related: my old PR that tried to do this mocking, more or less #6238.
Some candidates: - the engine rebalance - parallax - coalition ships buff
> I am not sure about the reasoning for the last point because I don't see it as an "expensive comparison". Is it just names that are compared? How big...
Currently the version (and the hash) is updated by a script (set_version.sh). It does a simple find + replace using some perl Regex. It's probably not too hard to separate...