https://bugs.kde.org/show_bug.cgi?id=352926
Albert Astals Cid <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|ASSIGNED |RESOLVED Latest Commit| |https://invent.kde.org/game | |s/konquest/commit/8f75bbfb5 | |f09e9db00df7ca24732b1100208 | |7d25 --- Comment #6 from Albert Astals Cid <[email protected]> --- Git commit 8f75bbfb5f09e9db00df7ca24732b11002087d25 by Albert Astals Cid. Committed on 27/10/2022 at 17:59. Pushed by aacid into branch 'release/22.08'. Fix generating planet names when there's lots of them 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 ^_^ M +29 -7 src/map/map.cc M +2 -2 src/map/map.h https://invent.kde.org/games/konquest/commit/8f75bbfb5f09e9db00df7ca24732b11002087d25 -- You are receiving this mail because: You are watching all bug changes.
