Skip to content

Fix generating planet names when there's lots of them

Albert Astals Cid requested to merge work/aacid/352926 into release/22.08

We were just going up in ASCII from A but that quickly sends us into "non printable" chars.

Now we do A-Z and then add another A, etc.

The algorithm is neither nice nor efficient but it works ^_^

BUGS: 352926

Merge request reports